I discover app engine using the tutorials. I already have two succeed deployed services. They work without any problem(React.js and Hapi.js). But when I'm trying to deploy one more(Express.js) I am getting FAILED, but in logs I don't see any error message throw the process, only on the last line, which doesn't provide a reason of error. Here are my build log:
starting build "5d1f7ff1-48f1-4c68-b487-81a3443f7427"
FETCHSOURCE
BUILD
Starting Step #0 - "fetcher"
Step #0 - "fetcher": Already have image (with digest): gcr.io/cloud-builders/gcs-fetcher
Step #0 - "fetcher": Fetching manifest gs://staging.perkchops-194322.appspot.com/ae/1f125296-ed7d-4a09-b230-9e2f0e0e3178/manifest.json.
Step #0 - "fetcher": Processing 5564 files.
Step #0 - "fetcher": ******************************************************
Step #0 - "fetcher": Status: SUCCESS
Step #0 - "fetcher": Started: 2020-06-19T00:50:03Z
Step #0 - "fetcher": Completed: 2020-06-19T00:50:25Z
Step #0 - "fetcher": Requested workers: 200
Step #0 - "fetcher": Actual workers: 200
Step #0 - "fetcher": Total files: 5564
Step #0 - "fetcher": Total retries: 63
Step #0 - "fetcher": GCS timeouts: 63
Step #0 - "fetcher": MiB downloaded: 1618.43 MiB
Step #0 - "fetcher": MiB/s throughput: 76.15 MiB/s
Step #0 - "fetcher": Time for manifest: 198.53 ms
Step #0 - "fetcher": Total time: 21.74 s
Step #0 - "fetcher": ******************************************************
Finished Step #0 - "fetcher"
Starting Step #1 - "builder"
Step #1 - "builder": Pulling image: gcr.io/gae-runtimes/nodejs10_app_builder:nodejs10_20200601_10_20_1_RC00
Step #1 - "builder":
Step #1 - "builder": ***** NOTICE *****
Step #1 - "builder":
Step #1 - "builder": Alternative official `docker` images, including multiple versions across
Step #1 - "builder": multiple platforms, are maintained by the Docker Team. For details, please
Step #1 - "builder": visit https://hub.docker.com/_/docker.
Step #1 - "builder":
Step #1 - "builder": ***** END OF NOTICE *****
Step #1 - "builder":
Step #1 - "builder": nodejs10_20200601_10_20_1_RC00: Pulling from gae-runtimes/nodejs10_app_builder
Step #1 - "builder": 4be3a941509a: Already exists
Step #1 - "builder": 6dce392178ba: Already exists
Step #1 - "builder": 3c2cba919283: Already exists
Step #1 - "builder": 962a3a0b7284: Already exists
Step #1 - "builder": 2e3a3f41e49d: Already exists
Step #1 - "builder": 83bf9167be41: Already exists
Step #1 - "builder": 5f28d4da3777: Already exists
Step #1 - "builder": 9d496b5b5fbd: Already exists
Step #1 - "builder": 3fc0f2817de9: Already exists
Step #1 - "builder": d0a1ad8b64b4: Already exists
Step #1 - "builder": 47b9ab73f5d7: Already exists
Step #1 - "builder": f6c67beeabc3: Already exists
Step #1 - "builder": fabd975711b8: Already exists
Step #1 - "builder": 9877158a1bb1: Already exists
Step #1 - "builder": 94261a2e4b42: Already exists
Step #1 - "builder": 4a6c1a3ce3c3: Already exists
Step #1 - "builder": e70ad9bcdf46: Already exists
Step #1 - "builder": a6fbc86ed051: Already exists
Step #1 - "builder": ae7b61022e70: Already exists
Step #1 - "builder": 7661fa0508c3: Already exists
Step #1 - "builder": Digest: sha256:0e8ff02737ccce852938dec3bae145b7ef5e5e64eefced08395e2e21020823c7
Step #1 - "builder": Status: Downloaded newer image for gcr.io/gae-runtimes/nodejs10_app_builder:nodejs10_20200601_10_20_1_RC00
Step #1 - "builder": gcr.io/gae-runtimes/nodejs10_app_builder:nodejs10_20200601_10_20_1_RC00
Step #1 - "builder": 2020/06/19 00:50:32 Starting commonbuild with args [commonbuild --runtime=nodejs10 --entrypoint= --src=/workspace --config-file=/.gaeconfig/app_start.json -- ftl.par --name=us.gcr.io/perkchops-194322/app-engine-tmp/app/ttl-2h:1f125296-ed7d-4a09-b230-9e2f0e0e3178 --directory=/workspace --destination=/srv --cache-repository=us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d --cache --additional-directory=/.gaeconfig --builder-output-path="" --base=us.gcr.io/gae-runtimes/nodejs10:nodejs10_20200601_10_20_1_RC00].
Step #1 - "builder": 2020/06/19 00:50:32 No start command generator found for nodejs10, using default app start command "serve".
Step #1 - "builder": 2020/06/19 00:50:32 Writing configuration file "/.gaeconfig/app_start.json".
Step #1 - "builder": 2020/06/19 00:50:32 Invoking build command "ftl.par --name=us.gcr.io/perkchops-194322/app-engine-tmp/app/ttl-2h:1f125296-ed7d-4a09-b230-9e2f0e0e3178 --directory=/workspace --destination=/srv --cache-repository=us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d --cache --additional-directory=/.gaeconfig --builder-output-path=\"\" --base=us.gcr.io/gae-runtimes/nodejs10:nodejs10_20200601_10_20_1_RC00".
Step #1 - "builder": INFO FTL version node-v0.17.0
Step #1 - "builder": INFO Beginning FTL build for node
Step #1 - "builder": INFO FTL arg passed: exposed_ports None
Step #1 - "builder": INFO FTL arg passed: cache_repository us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d
Step #1 - "builder": INFO FTL arg passed: tar_base_image_path None
Step #1 - "builder": INFO FTL arg passed: export_cache_stats False
Step #1 - "builder": INFO FTL arg passed: builder_output_path ""
Step #1 - "builder": INFO FTL arg passed: name us.gcr.io/perkchops-194322/app-engine-tmp/app/ttl-2h:1f125296-ed7d-4a09-b230-9e2f0e0e3178
Step #1 - "builder": INFO FTL arg passed: ttl 168
Step #1 - "builder": INFO FTL arg passed: global_cache False
Step #1 - "builder": INFO FTL arg passed: cache True
Step #1 - "builder": INFO FTL arg passed: upload True
Step #1 - "builder": INFO FTL arg passed: sh_c_prefix False
Step #1 - "builder": INFO FTL arg passed: fail_on_error True
Step #1 - "builder": INFO FTL arg passed: base us.gcr.io/gae-runtimes/nodejs10:nodejs10_20200601_10_20_1_RC00
Step #1 - "builder": INFO FTL arg passed: output_path None
Step #1 - "builder": INFO FTL arg passed: cache_key_version v0.17.0
Step #1 - "builder": INFO FTL arg passed: cache_salt
Step #1 - "builder": INFO FTL arg passed: directory /workspace
Step #1 - "builder": INFO FTL arg passed: entrypoint None
Step #1 - "builder": INFO FTL arg passed: additional_directory /.gaeconfig
Step #1 - "builder": INFO FTL arg passed: destination_path /srv
Step #1 - "builder": INFO FTL arg passed: verbosity NOTSET
Step #1 - "builder": INFO starting: full build
Step #1 - "builder": INFO starting: builder initialization
Step #1 - "builder": INFO Loading Docker credentials for repository 'us.gcr.io/gae-runtimes/nodejs10:nodejs10_20200601_10_20_1_RC00'
Step #1 - "builder": INFO Loading Docker credentials for repository 'us.gcr.io/perkchops-194322/app-engine-tmp/app/ttl-2h:1f125296-ed7d-4a09-b230-9e2f0e0e3178'
Step #1 - "builder": INFO builder initialization took 0 seconds
Step #1 - "builder": INFO starting: build process for FTL image
Step #1 - "builder": INFO starting: rm_node_modules
Step #1 - "builder": INFO rm_node_modules rm -rf /workspace/node_modules
Step #1 - "builder": INFO `rm_node_modules` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO rm_node_modules took 0 seconds
Step #1 - "builder": INFO using descriptor:package-lock.json
Step #1 - "builder": INFO using descriptor:package.json
Step #1 - "builder": INFO starting: checking_cached_packages_json_layer
Step #1 - "builder": DEBUG Checking cache for cache_key 1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO No cached base image found for entry: us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d/node-cache:1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f.
Step #1 - "builder": INFO Cache miss on local cache for us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d/node-cache:1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO No cached dependency layer for 1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO [CACHE][MISS] v0.17.0:NODE->1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO checking_cached_packages_json_layer took 0 seconds
Step #1 - "builder": INFO starting: building_packages_json_layer
Step #1 - "builder": INFO starting: npm_install
Step #1 - "builder": INFO npm_install npm install --production
Step #1 - "builder": INFO `npm_install` stdout:
Step #1 - "builder":
Step #1 - "builder": > phantomjs...@2.1.16 install /workspace/node_modules/phantomjs-prebuilt
Step #1 - "builder": > node install.js
Step #1 - "builder":
Step #1 - "builder": PhantomJS not found on PATH
Step #1 - "builder": Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
Step #1 - "builder": Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Step #1 - "builder": Receiving...
Step #1 - "builder":
Step #1 - "builder": Received 22866K total.
Step #1 - "builder": Extracting tar contents (via spawned process)
Step #1 - "builder": Removing /workspace/node_modules/phantomjs-prebuilt/lib/phantom
Step #1 - "builder": Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1592527848069/phantomjs-2.1.1-linux-x86_64 -> /workspace/node_modules/phantomjs-prebuilt/lib/phantom
Step #1 - "builder": Writing location.js file
Step #1 - "builder": Done. Phantomjs binary available at /workspace/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
Step #1 - "builder":
Step #1 - "builder": > sh...@0.21.1 install /workspace/node_modules/sharp
Step #1 - "builder": > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
Step #1 - "builder":
Step #1 - "builder": added 595 packages from 790 contributors and audited 599 packages in 20.758s
Step #1 - "builder": found 112 vulnerabilities (64 low, 11 moderate, 35 high, 2 critical)
Step #1 - "builder": run `npm audit fix` to fix them, or `npm audit` for details
Step #1 - "builder":
Step #1 - "builder": INFO `npm_install` had stderr output:
Step #1 - "builder": info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.7.0/libvips-8.7.0-linux-x64.tar.gz
Step #1 - "builder": npm WARN workspace No description
Step #1 - "builder": npm WARN workspace license should be a valid SPDX license expression
Step #1 - "builder":
Step #1 - "builder":
Step #1 - "builder": INFO npm_install took 22 seconds
Step #1 - "builder": INFO starting: tar_runtime_package
Step #1 - "builder": INFO tar_runtime_package tar -pcf /tmp/tmpUTiUhh.tar --hard-dereference --transform flags=r;s,^,/srv/node_modules/, --exclude *.pyc .
Step #1 - "builder": INFO `tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO tar_runtime_package took 0 seconds
Step #1 - "builder": INFO starting: gzip_tar_runtime_package
Step #1 - "builder": INFO gzip_tar_runtime_package gzip /tmp/tmpUTiUhh.tar -1
Step #1 - "builder": INFO `gzip_tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO gzip_tar_runtime_package took 3 seconds
Step #1 - "builder": INFO starting: rm_node_modules
Step #1 - "builder": INFO rm_node_modules rm -rf /workspace/node_modules
Step #1 - "builder": INFO `rm_node_modules` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO rm_node_modules took 0 seconds
Step #1 - "builder": INFO building_packages_json_layer took 27 seconds
Step #1 - "builder": INFO starting: uploading_packages_json_layer
Step #1 - "builder": INFO Layer sha256:d325f5febf9e3529c967739252a25917dbfb4056dd33f52cfb5834ef84681c49 pushed.
Step #1 - "builder": INFO Layer sha256:5fafec9679e38a83c90d3535efb710406df6c1c8a8dfb40d739c1f7de7c68c11 pushed.
Step #1 - "builder": INFO Finished upload of: us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d/node-cache:1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO uploading_packages_json_layer took 3 seconds
Step #1 - "builder": INFO starting: Building app layer
Step #1 - "builder": INFO starting: tar_runtime_package
Step #1 - "builder": INFO tar_runtime_package tar -pcf /tmp/tmp4gbJVR.tar --hard-dereference --transform flags=r;s,^,/srv/, --exclude *.pyc .
Step #1 - "builder": INFO `tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO tar_runtime_package took 19 seconds
Step #1 - "builder": INFO starting: gzip_tar_runtime_package
Step #1 - "builder": INFO gzip_tar_runtime_package gzip /tmp/tmp4gbJVR.tar -1
Step #1 - "builder": INFO `gzip_tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO gzip_tar_runtime_package took 63 seconds
Step #1 - "builder": 2020/06/19 00:52:39 INFO FTL version node-v0.17.0
Step #1 - "builder": INFO Beginning FTL build for node
Step #1 - "builder": INFO FTL arg passed: exposed_ports None
Step #1 - "builder": INFO FTL arg passed: cache_repository us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d
Step #1 - "builder": INFO FTL arg passed: tar_base_image_path None
Step #1 - "builder": INFO FTL arg passed: export_cache_stats False
Step #1 - "builder": INFO FTL arg passed: builder_output_path ""
Step #1 - "builder": INFO FTL arg passed: name us.gcr.io/perkchops-194322/app-engine-tmp/app/ttl-2h:1f125296-ed7d-4a09-b230-9e2f0e0e3178
Step #1 - "builder": INFO FTL arg passed: ttl 168
Step #1 - "builder": INFO FTL arg passed: global_cache False
Step #1 - "builder": INFO FTL arg passed: cache True
Step #1 - "builder": INFO FTL arg passed: upload True
Step #1 - "builder": INFO FTL arg passed: sh_c_prefix False
Step #1 - "builder": INFO FTL arg passed: fail_on_error True
Step #1 - "builder": INFO FTL arg passed: base us.gcr.io/gae-runtimes/nodejs10:nodejs10_20200601_10_20_1_RC00
Step #1 - "builder": INFO FTL arg passed: output_path None
Step #1 - "builder": INFO FTL arg passed: cache_key_version v0.17.0
Step #1 - "builder": INFO FTL arg passed: cache_salt
Step #1 - "builder": INFO FTL arg passed: directory /workspace
Step #1 - "builder": INFO FTL arg passed: entrypoint None
Step #1 - "builder": INFO FTL arg passed: additional_directory /.gaeconfig
Step #1 - "builder": INFO FTL arg passed: destination_path /srv
Step #1 - "builder": INFO FTL arg passed: verbosity NOTSET
Step #1 - "builder": INFO starting: full build
Step #1 - "builder": INFO starting: builder initialization
Step #1 - "builder": INFO Loading Docker credentials for repository 'us.gcr.io/gae-runtimes/nodejs10:nodejs10_20200601_10_20_1_RC00'
Step #1 - "builder": INFO Loading Docker credentials for repository 'us.gcr.io/perkchops-194322/app-engine-tmp/app/ttl-2h:1f125296-ed7d-4a09-b230-9e2f0e0e3178'
Step #1 - "builder": INFO builder initialization took 0 seconds
Step #1 - "builder": INFO starting: build process for FTL image
Step #1 - "builder": INFO starting: rm_node_modules
Step #1 - "builder": INFO rm_node_modules rm -rf /workspace/node_modules
Step #1 - "builder": INFO `rm_node_modules` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO rm_node_modules took 0 seconds
Step #1 - "builder": INFO using descriptor:package-lock.json
Step #1 - "builder": INFO using descriptor:package.json
Step #1 - "builder": INFO starting: checking_cached_packages_json_layer
Step #1 - "builder": DEBUG Checking cache for cache_key 1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO No cached base image found for entry: us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d/node-cache:1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f.
Step #1 - "builder": INFO Cache miss on local cache for us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d/node-cache:1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO No cached dependency layer for 1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO [CACHE][MISS] v0.17.0:NODE->1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO checking_cached_packages_json_layer took 0 seconds
Step #1 - "builder": INFO starting: building_packages_json_layer
Step #1 - "builder": INFO starting: npm_install
Step #1 - "builder": INFO npm_install npm install --production
Step #1 - "builder": INFO `npm_install` stdout:
Step #1 - "builder":
Step #1 - "builder": > phantomjs...@2.1.16 install /workspace/node_modules/phantomjs-prebuilt
Step #1 - "builder": > node install.js
Step #1 - "builder":
Step #1 - "builder": PhantomJS not found on PATH
Step #1 - "builder": Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2
Step #1 - "builder": Saving to /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Step #1 - "builder": Receiving...
Step #1 - "builder":
Step #1 - "builder": Received 22866K total.
Step #1 - "builder": Extracting tar contents (via spawned process)
Step #1 - "builder": Removing /workspace/node_modules/phantomjs-prebuilt/lib/phantom
Step #1 - "builder": Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1592527848069/phantomjs-2.1.1-linux-x86_64 -> /workspace/node_modules/phantomjs-prebuilt/lib/phantom
Step #1 - "builder": Writing location.js file
Step #1 - "builder": Done. Phantomjs binary available at /workspace/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
Step #1 - "builder":
Step #1 - "builder": > sh...@0.21.1 install /workspace/node_modules/sharp
Step #1 - "builder": > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
Step #1 - "builder":
Step #1 - "builder": added 595 packages from 790 contributors and audited 599 packages in 20.758s
Step #1 - "builder": found 112 vulnerabilities (64 low, 11 moderate, 35 high, 2 critical)
Step #1 - "builder": run `npm audit fix` to fix them, or `npm audit` for details
Step #1 - "builder":
Step #1 - "builder": INFO `npm_install` had stderr output:
Step #1 - "builder": info sharp Downloading https://github.com/lovell/sharp-libvips/releases/download/v8.7.0/libvips-8.7.0-linux-x64.tar.gz
Step #1 - "builder": npm WARN workspace No description
Step #1 - "builder": npm WARN workspace license should be a valid SPDX license expression
Step #1 - "builder":
Step #1 - "builder":
Step #1 - "builder": INFO npm_install took 22 seconds
Step #1 - "builder": INFO starting: tar_runtime_package
Step #1 - "builder": INFO tar_runtime_package tar -pcf /tmp/tmpUTiUhh.tar --hard-dereference --transform flags=r;s,^,/srv/node_modules/, --exclude *.pyc .
Step #1 - "builder": INFO `tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO tar_runtime_package took 0 seconds
Step #1 - "builder": INFO starting: gzip_tar_runtime_package
Step #1 - "builder": INFO gzip_tar_runtime_package gzip /tmp/tmpUTiUhh.tar -1
Step #1 - "builder": INFO `gzip_tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO gzip_tar_runtime_package took 3 seconds
Step #1 - "builder": INFO starting: rm_node_modules
Step #1 - "builder": INFO rm_node_modules rm -rf /workspace/node_modules
Step #1 - "builder": INFO `rm_node_modules` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO rm_node_modules took 0 seconds
Step #1 - "builder": INFO building_packages_json_layer took 27 seconds
Step #1 - "builder": INFO starting: uploading_packages_json_layer
Step #1 - "builder": INFO Layer sha256:d325f5febf9e3529c967739252a25917dbfb4056dd33f52cfb5834ef84681c49 pushed.
Step #1 - "builder": INFO Layer sha256:5fafec9679e38a83c90d3535efb710406df6c1c8a8dfb40d739c1f7de7c68c11 pushed.
Step #1 - "builder": INFO Finished upload of: us.gcr.io/perkchops-194322/app-engine-tmp/build-cache/ttl-7d/node-cache:1ef4fd4dadf5bcb5c1a6466d0d092d8302110f4302a4cda608ce6f87ed43959f
Step #1 - "builder": INFO uploading_packages_json_layer took 3 seconds
Step #1 - "builder": INFO starting: Building app layer
Step #1 - "builder": INFO starting: tar_runtime_package
Step #1 - "builder": INFO tar_runtime_package tar -pcf /tmp/tmp4gbJVR.tar --hard-dereference --transform flags=r;s,^,/srv/, --exclude *.pyc .
Step #1 - "builder": INFO `tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO tar_runtime_package took 19 seconds
Step #1 - "builder": INFO starting: gzip_tar_runtime_package
Step #1 - "builder": INFO gzip_tar_runtime_package gzip /tmp/tmp4gbJVR.tar -1
Step #1 - "builder": INFO `gzip_tar_runtime_package` stdout:
Step #1 - "builder":
Step #1 - "builder": INFO gzip_tar_runtime_package took 63 seconds
Finished Step #1 - "builder"
ERROR
ERROR: build step 1 "gcr.io/gae-runtimes/nodejs10_app_builder:nodejs10_20200601_10_20_1_RC00" failed: step exited with non-zero status: 1