Skip to main content

Deploy details

Deploy successful for zen-euclid-6d318e

Production: master@HEAD

Deploy log

3:25:05 PM: Build ready to start
3:25:08 PM: build-image version: 84aca9ba39e0ee86ba194760fbfc51a808f62543
3:25:08 PM: build-image tag:
3:25:08 PM: buildbot version: bf66a5673c73b585602580d345909b40b6938ba0
3:25:08 PM: Fetching cached dependencies
3:25:08 PM: Failed to fetch cache, continuing with build
3:25:08 PM: Starting to prepare the repo for build
3:25:09 PM: No cached dependencies found. Cloning fresh repo
3:25:12 PM: Preparing Git Reference refs/heads/master
3:25:13 PM: Found netlify.toml. Overriding site configuration
3:25:13 PM: Starting build script
3:25:13 PM: Installing dependencies
3:25:13 PM: Attempting node version 'lts/*' from .nvmrc
3:25:13 PM: Downloading and installing node v10.15.3...
3:25:14 PM: 0.
3:25:14 PM: 3%
3:25:14 PM: ##########
3:25:14 PM: 15.0%
3:25:14 PM: ########################################## 59.1%
3:25:14 PM: ######################################################################## 100.0
3:25:14 PM: %
3:25:14 PM: Computing checksum with sha256sum
3:25:14 PM: Checksums matched!
3:25:16 PM: Now using node v10.15.3 (npm v6.4.1)
3:25:16 PM: Attempting ruby version 2.3.6, read from environment
3:25:18 PM: Using ruby version 2.3.6
3:25:18 PM: Using PHP version 5.6
3:25:18 PM: Started restoring cached node modules
3:25:18 PM: Finished restoring cached node modules
3:25:18 PM: Installing NPM modules using NPM version 6.4.1
3:25:48 PM: > iltorb@1.3.10 install /opt/build/repo/node_modules/iltorb
3:25:48 PM: > detect-libc prebuild-install || node-gyp rebuild
3:25:49 PM: prebuild-install
3:25:49 PM: WARN install No prebuilt binaries found (target=10.15.3 runtime=node arch=x64 platform=linux)
3:25:50 PM: make: Entering directory `/opt/build/repo/node_modules/iltorb/build'
3:25:50 PM: CC(target) Release/obj.target/iltorb/brotli/common/dictionary.o
3:25:51 PM: CC(target) Release/obj.target/iltorb/brotli/dec/bit_reader.o
3:25:51 PM: CC(target) Release/obj.target/iltorb/brotli/dec/decode.o
3:25:52 PM: CC(target) Release/obj.target/iltorb/brotli/dec/huffman.o
3:25:52 PM: CC(target) Release/obj.target/iltorb/brotli/dec/state.o
3:25:52 PM: CC(target) Release/obj.target/iltorb/brotli/enc/backward_references.o
3:25:54 PM: CC(target) Release/obj.target/iltorb/brotli/enc/backward_references_hq.o
3:25:55 PM: CC(target) Release/obj.target/iltorb/brotli/enc/bit_cost.o
3:25:55 PM: CC(target) Release/obj.target/iltorb/brotli/enc/block_splitter.o
3:25:56 PM: CC(target) Release/obj.target/iltorb/brotli/enc/brotli_bit_stream.o
3:25:57 PM: CC(target) Release/obj.target/iltorb/brotli/enc/cluster.o
3:25:57 PM: CC(target) Release/obj.target/iltorb/brotli/enc/compress_fragment.o
3:25:59 PM: CC(target) Release/obj.target/iltorb/brotli/enc/compress_fragment_two_pass.o
3:26:00 PM: CC(target) Release/obj.target/iltorb/brotli/enc/dictionary_hash.o
3:26:00 PM: CC(target) Release/obj.target/iltorb/brotli/enc/encode.o
3:26:01 PM: CC(target) Release/obj.target/iltorb/brotli/enc/entropy_encode.o
3:26:01 PM: CC(target) Release/obj.target/iltorb/brotli/enc/histogram.o
3:26:01 PM: CC(target) Release/obj.target/iltorb/brotli/enc/literal_cost.o
3:26:01 PM: CC(target) Release/obj.target/iltorb/brotli/enc/memory.o
3:26:02 PM: CC(target) Release/obj.target/iltorb/brotli/enc/metablock.o
3:26:02 PM: CC(target) Release/obj.target/iltorb/brotli/enc/static_dict.o
3:26:03 PM: CC(target) Release/obj.target/iltorb/brotli/enc/utf8_util.o
3:26:03 PM: CXX(target) Release/obj.target/iltorb/src/common/allocator.o
3:26:04 PM: CXX(target) Release/obj.target/iltorb/src/common/stream_coder.o
3:26:04 PM: CXX(target) Release/obj.target/iltorb/src/dec/stream_decode.o
3:26:05 PM: ../src/dec/stream_decode.cc: In constructor ‘StreamDecode::StreamDecode(v8::Local<v8::Object>)’:
3:26:05 PM: ../src/dec/stream_decode.cc:14:81: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
3:26:05 PM: Local<Object> dictionary = Nan::Get(params, key).ToLocalChecked()->ToObject();
3:26:05 PM: ^
3:26:05 PM: ../src/dec/stream_decode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamDecode::New(Nan::NAN_METHOD_ARGS_TYPE)’:
3:26:05 PM: ../src/dec/stream_decode.cc:40:58: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
3:26:05 PM: StreamDecode* obj = new StreamDecode(info[0]->ToObject());
3:26:05 PM: ^
3:26:05 PM: ../src/dec/stream_decode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamDecode::Transform(Nan::NAN_METHOD_ARGS_TYPE)’:
3:26:05 PM: ../src/dec/stream_decode.cc:48:44: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
3:26:05 PM: Local<Object> buffer = info[0]->ToObject();
3:26:05 PM: ^
3:26:05 PM: CXX(target) Release/obj.target/iltorb/src/dec/stream_decode_worker.o
3:26:06 PM: ../src/dec/stream_decode_worker.cc: In member function ‘virtual void StreamDecodeWorker::HandleOKCallback()’:
3:26:06 PM: ../src/dec/stream_decode_worker.cc:46:27: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated (declared at ../../nan/nan.h:1674) [-Wdeprecated-declarations]
3:26:06 PM: callback->Call(1, argv);
3:26:06 PM: ^
3:26:06 PM: ../src/dec/stream_decode_worker.cc:52:27: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated (declared at ../../nan/nan.h:1674) [-Wdeprecated-declarations]
3:26:06 PM: callback->Call(2, argv);
3:26:06 PM: ^
3:26:06 PM: CXX(target) Release/obj.target/iltorb/src/enc/stream_encode.o
3:26:07 PM: ../src/enc/stream_encode.cc: In constructor ‘StreamEncode::StreamEncode(v8::Local<v8::Object>)’:
3:26:07 PM: ../src/enc/stream_encode.cc:14:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
3:26:07 PM: ^
3:26:07 PM: ../src/enc/stream_encode.cc:20:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
3:26:07 PM: ^
3:26:07 PM: ../src/enc/stream_encode.cc:26:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
3:26:07 PM: ^
3:26:07 PM: ../src/enc/stream_encode.cc:32:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
3:26:07 PM: ^
3:26:07 PM: ../src/enc/stream_encode.cc:44:62: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: val = Nan::Get(params, key).ToLocalChecked()->Int32Value();
3:26:07 PM: ^
3:26:07 PM: ../src/enc/stream_encode.cc:50:81: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: Local<Object> dictionary = Nan::Get(params, key).ToLocalChecked()->ToObject();
3:26:07 PM: ^
3:26:07 PM: ../src/enc/stream_encode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamEncode::New(Nan::NAN_METHOD_ARGS_TYPE)’:
3:26:07 PM: ../src/enc/stream_encode.cc:76:58: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: StreamEncode* obj = new StreamEncode(info[0]->ToObject());
3:26:07 PM: ^
3:26:07 PM: ../src/enc/stream_encode.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE StreamEncode::Transform(Nan::NAN_METHOD_ARGS_TYPE)’:
3:26:07 PM: ../src/enc/stream_encode.cc:84:44: warning: ‘v8::Local<v8::Object> v8::Value::ToObject() const’ is deprecated (declared at /opt/buildhome/.node-gyp/10.15.3/include/node/v8.h:10046): Use maybe version [-Wdeprecated-declarations]
3:26:07 PM: Local<Object> buffer = info[0]->ToObject();
3:26:07 PM: ^
3:26:07 PM: CXX(target) Release/obj.target/iltorb/src/enc/stream_encode_worker.o
3:26:08 PM: ../src/enc/stream_encode_worker.cc: In member function ‘virtual void StreamEncodeWorker::HandleOKCallback()’:
3:26:08 PM: ../src/enc/stream_encode_worker.cc:47:27: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated (declared at ../../nan/nan.h:1674) [-Wdeprecated-declarations]
3:26:08 PM: callback->Call(1, argv);
3:26:08 PM: ^
3:26:08 PM: ../src/enc/stream_encode_worker.cc:53:27: warning: ‘v8::Local<v8::Value> Nan::Callback::Call(int, v8::Local<v8::Value>*) const’ is deprecated (declared at ../../nan/nan.h:1674) [-Wdeprecated-declarations]
3:26:08 PM: callback->Call(2, argv);
3:26:08 PM: ^
3:26:08 PM: CXX(target) Release/obj.target/iltorb/src/iltorb.o
3:26:09 PM: SOLINK_MODULE(target) Release/obj.target/iltorb.node
3:26:09 PM: COPY Release/iltorb.node
3:26:09 PM: COPY ../build/bindings/iltorb.node
3:26:09 PM: TOUCH Release/obj.target/action_after_build.stamp
3:26:09 PM: make: Leaving directory `/opt/build/repo/node_modules/iltorb/build'
3:26:09 PM: > sharp@0.21.3 install /opt/build/repo/node_modules/sharp
3:26:09 PM: > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
3:26:10 PM: info
3:26:12 PM: > husky@1.3.1 install /opt/build/repo/node_modules/husky
3:26:12 PM: > node husky install
3:26:12 PM: husky > setting up git hooks
3:26:12 PM: CI detected, skipping Git hooks installation.
3:26:12 PM: > node-sass@4.11.0 install /opt/build/repo/node_modules/node-sass
3:26:12 PM: > node scripts/install.js
3:26:14 PM: Download complete
3:26:14 PM: Binary saved to /opt/build/repo/node_modules/node-sass/vendor/linux-x64-64/binding.node
3:26:14 PM: Caching binary to /opt/buildhome/.npm/node-sass/4.11.0/linux-x64-64_binding.node
3:26:14 PM: > cwebp-bin@5.0.0 postinstall /opt/build/repo/node_modules/cwebp-bin
3:26:14 PM: > node lib/install.js
3:26:15 PM: ✔ cwebp pre-build test passed successfully
3:26:15 PM: > mozjpeg@6.0.1 postinstall /opt/build/repo/node_modules/mozjpeg
3:26:15 PM: > node lib/install.js
3:26:15 PM: ✔ mozjpeg pre-build test passed successfully
3:26:15 PM: > pngquant-bin@5.0.2 postinstall /opt/build/repo/node_modules/pngquant-bin
3:26:15 PM: > node lib/install.js
3:26:16 PM: ✔ pngquant pre-build test passed successfully
3:26:16 PM: > node-sass@4.11.0 postinstall /opt/build/repo/node_modules/node-sass
3:26:16 PM: > node scripts/build.js
3:26:16 PM: Binary found at /opt/build/repo/node_modules/node-sass/vendor/linux-x64-64/binding.node
3:26:16 PM: Testing binary
3:26:16 PM: Binary is fine
3:26:18 PM: npm
3:26:18 PM: WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
3:26:18 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
3:26:18 PM: added 1962 packages from 1079 contributors and audited 28353 packages in 59.684s
3:26:18 PM: found 0 vulnerabilities
3:26:19 PM: NPM modules installed
3:26:19 PM: Started restoring cached go cache
3:26:19 PM: Finished restoring cached go cache
3:26:19 PM: unset GOOS;
3:26:19 PM: unset GOARCH;
3:26:19 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.10.linux.amd64';
3:26:19 PM: export PATH="/opt/buildhome/.gimme/versions/go1.10.linux.amd64/bin:${PATH}";
3:26:19 PM: go version >&2;
3:26:19 PM: export GIMME_ENV='/opt/buildhome/.gimme/env/go1.10.linux.amd64.env';
3:26:19 PM: go version go1.10 linux/amd64
3:26:19 PM: Installing missing commands
3:26:19 PM: Verify run directory
3:26:19 PM: Executing user command: npm run build
3:26:19 PM: > ossn-frontend@1.0.0 build /opt/build/repo
3:26:19 PM: > gatsby build
3:26:21 PM: success open and validate gatsby-configs — 0.008 s
3:26:22 PM: success load plugins — 0.300 s
3:26:22 PM: success onPreInit — 0.675 s
3:26:22 PM: success delete html and css files from previous builds — 0.006 s
3:26:22 PM: success initialize cache — 0.009 s
3:26:22 PM: success copy gatsby files — 0.018 s
3:26:22 PM: success onPreBootstrap — 0.005 s
3:26:23 PM: success source and transform nodes — 0.752 s
3:26:23 PM: success building schema — 0.340 s
3:26:25 PM: success createPages — 1.644 s
3:26:25 PM: success createPagesStatefully — 0.057 s
3:26:25 PM: success onPreExtractQueries — 0.002 s
3:26:25 PM: success update schema — 0.220 s
3:26:26 PM: success extract queries from components — 0.269 s
3:26:30 PM: success run graphql queries — 4.382 s — 83/83 18.95 queries/second
3:26:30 PM: success write out page data — 0.004 s
3:26:30 PM: success write out redirect data — 0.001 s
3:26:34 PM: info bootstrap finished - 15.114 s
3:26:34 PM: done generating icons for manifest
3:26:34 PM: [gatsby-plugin-extract-schema] Wrote schema
3:26:34 PM: success onPostBootstrap — 0.275 s
3:27:20 PM: success Building production JavaScript and CSS bundles — 45.957 s
3:27:26 PM: success Building static HTML for pages — 5.925 s — 83/83 89.00 pages/second
3:27:26 PM: Generated public/sw.js, which will precache 12 files, totaling 876437 bytes.
3:27:26 PM: info Done building in 67.383 sec
3:27:27 PM: Caching artifacts
3:27:27 PM: Started saving node modules
3:27:27 PM: Finished saving node modules
3:27:27 PM: Started saving pip cache
3:27:27 PM: Finished saving pip cache
3:27:27 PM: Started saving emacs cask dependencies
3:27:27 PM: Finished saving emacs cask dependencies
3:27:27 PM: Started saving maven dependencies
3:27:27 PM: Finished saving maven dependencies
3:27:27 PM: Started saving boot dependencies
3:27:27 PM: Finished saving boot dependencies
3:27:27 PM: Started saving go dependencies
3:27:27 PM: Finished saving go dependencies
3:27:27 PM: Cached node version v10.15.3
3:27:27 PM: Build script success
3:27:27 PM: Starting to deploy site from 'public'
3:27:29 PM: 101 new files to upload
3:27:29 PM: 0 new functions to upload
3:27:35 PM: Starting post processing
3:27:49 PM: Post processing done
3:27:50 PM: Site is live
3:27:56 PM: Finished processing build request in 2m47.959285497s
3:27:56 PM: Shutting down logging, 0 messages pending