Skip to main content

Deploy details

Published deploy for bit-docs

update lock

Production: master@31f9301

Deploy log

3:40:05 PM: Build ready to start
3:40:08 PM: build-image version: 122b31996ccaffd45d820a452d6227f8312110cc (focal)
3:40:08 PM: build-image tag: v4.5.3
3:40:08 PM: buildbot version: 9bc48650b0551281ca8258d0c32d371dd2b6993b
3:40:08 PM: Fetching cached dependencies
3:40:08 PM: Failed to fetch cache, continuing with build
3:40:08 PM: Starting to prepare the repo for build
3:40:08 PM: No cached dependencies found. Cloning fresh repo
3:40:08 PM: git clone https://github.com/teambit/docs
3:40:12 PM: Preparing Git Reference refs/heads/master
3:40:13 PM: Parsing package.json dependencies
3:40:14 PM: Starting build script
3:40:14 PM: Installing dependencies
3:40:14 PM: Python version set to 2.7
3:40:15 PM: Downloading and installing node v16.14.0...
3:40:15 PM: Computing checksum with sha256sum
3:40:16 PM: Checksums matched!
3:40:20 PM: Now using node v16.14.0 (npm v8.3.1)
3:40:20 PM: Started restoring cached build plugins
3:40:20 PM: Finished restoring cached build plugins
3:40:20 PM: Attempting ruby version 2.7.2, read from environment
3:40:22 PM: Using ruby version 2.7.2
3:40:22 PM: Using PHP version 8.0
3:40:22 PM: Started restoring cached node modules
3:40:22 PM: Finished restoring cached node modules
3:40:23 PM: Installing NPM modules using NPM version 8.3.1
3:40:24 PM: npm WARN old lockfile
3:40:24 PM: npm WARN old lockfile The package-lock.json file was created with an old version of npm,
3:40:24 PM: npm WARN old lockfile so supplemental metadata must be fetched from the registry.
3:40:24 PM: npm WARN old lockfile
3:40:24 PM: npm WARN old lockfile This is a one-time fix-up, please be patient...
3:40:24 PM: npm WARN old lockfile
3:40:25 PM: added 24 packages, and audited 25 packages in 1s
3:40:25 PM: 2 moderate severity vulnerabilities
3:40:25 PM: To address all issues, run:
3:40:25 PM: npm audit fix
3:40:25 PM: Run `npm audit` for details.
3:40:25 PM: NPM modules installed
3:40:26 PM: Started restoring cached go cache
3:40:26 PM: Finished restoring cached go cache
3:40:26 PM: go version go1.16.5 linux/amd64
3:40:26 PM: go version go1.16.5 linux/amd64
3:40:26 PM: Installing missing commands
3:40:26 PM: Verify run directory
3:40:28 PM:
3:40:28 PM: ────────────────────────────────────────────────────────────────
3:40:28 PM: Netlify Build
3:40:28 PM: ────────────────────────────────────────────────────────────────
3:40:28 PM:
3:40:28 PM: ❯ Version
3:40:28 PM: @netlify/build 26.3.3
3:40:28 PM:
3:40:28 PM: ❯ Flags
3:40:28 PM: baseRelDir: true
3:40:28 PM: buildId: 621260d5bb8fae0007dc55ae
3:40:28 PM: deployId: 621260d5bb8fae0007dc55b0
3:40:28 PM:
3:40:28 PM: ❯ Current directory
3:40:28 PM: /opt/build/repo
3:40:28 PM:
3:40:28 PM: ❯ Config file
3:40:28 PM: No config file was defined: using default values.
3:40:28 PM:
3:40:28 PM: ❯ Context
3:40:28 PM: production
3:40:28 PM:
3:40:28 PM: ────────────────────────────────────────────────────────────────
3:40:28 PM: 1. Build command from Netlify app
3:40:28 PM: ────────────────────────────────────────────────────────────────
3:40:28 PM: ​
3:40:28 PM: $ cd website; npm install; npm run build;
3:40:29 PM: npm WARN old lockfile
3:40:29 PM: npm WARN old lockfile The package-lock.json file was created with an old version of npm,
3:40:29 PM: npm WARN old lockfile so supplemental metadata must be fetched from the registry.
3:40:29 PM: npm WARN old lockfile
3:40:29 PM: npm WARN old lockfile This is a one-time fix-up, please be patient...
3:40:29 PM: npm WARN old lockfile
3:40:50 PM: npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
3:40:50 PM: npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
3:40:52 PM: npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
3:40:54 PM: npm WARN deprecated mkdirp@0.5.4: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
3:40:54 PM: npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
3:40:55 PM: npm WARN deprecated source-map-url@0.4.0: See https://github.com/lydell/source-map-url#deprecated
3:40:56 PM: npm WARN deprecated har-validator@5.1.3: this library is no longer supported
3:40:56 PM: npm WARN deprecated gulp-header@1.8.12: Removed event-stream from gulp-header
3:41:00 PM: npm WARN deprecated source-map-resolve@0.5.2: See https://github.com/lydell/source-map-resolve#deprecated
3:41:01 PM: npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
3:41:01 PM: npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
3:41:02 PM: npm WARN deprecated debug@4.1.0: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
3:41:02 PM: npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
3:41:02 PM: npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
3:41:02 PM: npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
3:41:02 PM: npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
3:41:02 PM: npm WARN deprecated @babel/polyfill@7.8.7: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
3:41:03 PM: npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
3:41:03 PM: npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
3:41:05 PM: npm WARN deprecated highlight.js@9.18.1: Version no longer supported. Upgrade to @latest
3:41:06 PM: npm WARN deprecated core-js@2.6.11: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
3:41:09 PM: added 1079 packages, and audited 1080 packages in 40s
3:41:09 PM: 28 packages are looking for funding
3:41:09 PM: run `npm fund` for details
3:41:09 PM: 58 vulnerabilities (35 moderate, 21 high, 2 critical)
3:41:09 PM: To address all issues, run:
3:41:09 PM: npm audit fix
3:41:09 PM: Run `npm audit` for details.
3:41:09 PM: > build
3:41:09 PM: > docusaurus-build
3:41:15 PM: generate.js triggered...
3:41:19 PM: sitemap.js triggered...
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
3:41:19 PM: (Use `node --trace-warnings ...` to show where the warning was created)
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'set' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
3:41:19 PM: (node:1479) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
3:41:23 PM: Site built successfully. Generated files in 'build' folder.
3:41:23 PM: Creating deploy upload records
3:41:23 PM: ​
3:41:23 PM: (build.command completed in 55.4s)
3:41:23 PM:
3:41:23 PM: ────────────────────────────────────────────────────────────────
3:41:23 PM: 2. Deploy site
3:41:23 PM: ────────────────────────────────────────────────────────────────
3:41:23 PM: ​
3:41:23 PM: Starting to deploy site from 'website/build/bit-docs'
3:41:23 PM: Creating deploy tree
3:41:24 PM: 66 new files to upload
3:41:24 PM: 0 new functions to upload
3:41:27 PM: Site deploy was successfully initiated
3:41:27 PM: ​
3:41:27 PM: (Deploy site completed in 3.6s)
3:41:27 PM:
3:41:27 PM: ────────────────────────────────────────────────────────────────
3:41:27 PM: Netlify Build Complete
3:41:27 PM: ────────────────────────────────────────────────────────────────
3:41:27 PM: ​
3:41:27 PM: (Netlify Build completed in 59.1s)
3:41:27 PM: Caching artifacts
3:41:27 PM: Started saving node modules
3:41:27 PM: Finished saving node modules
3:41:27 PM: Started saving build plugins
3:41:27 PM: Finished saving build plugins
3:41:27 PM: Started saving pip cache
3:41:27 PM: Finished saving pip cache
3:41:27 PM: Started saving emacs cask dependencies
3:41:27 PM: Finished saving emacs cask dependencies
3:41:27 PM: Started saving maven dependencies
3:41:27 PM: Finished saving maven dependencies
3:41:27 PM: Started saving boot dependencies
3:41:27 PM: Finished saving boot dependencies
3:41:27 PM: Started saving rust rustup cache
3:41:27 PM: Finished saving rust rustup cache
3:41:27 PM: Started saving go dependencies
3:41:27 PM: Finished saving go dependencies
3:41:28 PM: Starting post processing
3:41:28 PM: Post processing - HTML
3:41:30 PM: Build script success
3:41:34 PM: Post processing - header rules
3:41:34 PM: Post processing - redirect rules
3:41:34 PM: Post processing done
3:41:35 PM: Site is live ✨
3:41:58 PM: Finished processing build request in 1m50.494704445s