Deploy details
Deploy log
2:45:34 AM: Build ready to start
2:45:35 AM: build-image version: d7b3813f01c06610bc1723ff1b22446513ee7941 (focal)
2:45:35 AM: build-image tag: v4.14.3
2:45:35 AM: buildbot version: f2613f2234a773b4fab58b5a3c03c743fe78f9bf
2:45:35 AM: Fetching cached dependencies
2:45:35 AM: Starting to download cache of 320.2MB
2:45:38 AM: Finished downloading cache in 2.496507305s
2:45:38 AM: Starting to extract cache
2:45:39 AM: Finished extracting cache in 1.704089158s
2:45:39 AM: Finished fetching cache in 4.276593851s
2:45:39 AM: Starting to prepare the repo for build
2:45:39 AM: Preparing Git Reference refs/heads/main
2:45:40 AM: Parsing package.json dependencies
2:45:40 AM: Different build dir detected, going to use the one specified in the Netlify configuration file: 'vrl-web-client' versus '' in the Netlify UI
2:45:40 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'vrl-web-client/dist' versus 'dist' in the Netlify UI
2:45:40 AM: Different build command detected, going to use the one specified in the Netlify configuration file: 'make build' versus 'yarn run build' in the Netlify UI
2:45:41 AM: Starting build script
2:45:41 AM: Installing dependencies
2:45:41 AM: Python version set to 2.7
2:45:41 AM: Started restoring cached node version
2:45:41 AM: Finished restoring cached node version
2:45:41 AM: v16.18.0 is already installed.
2:45:42 AM: Now using node v16.18.0 (npm v8.19.2)
2:45:42 AM: Enabling node corepack
2:45:42 AM: Started restoring cached build plugins
2:45:42 AM: Finished restoring cached build plugins
2:45:42 AM: Attempting ruby version 2.7.2, read from environment
2:45:43 AM: Using ruby version 2.7.2
2:45:43 AM: Using PHP version 8.0
2:45:43 AM: Started restoring cached yarn cache
2:45:43 AM: Finished restoring cached yarn cache
2:45:44 AM: Installing yarn at version 1.22.10
2:45:44 AM: Preparing yarn@1.22.10 for immediate activation...
2:45:44 AM: No yarn workspaces detected
2:45:44 AM: Started restoring cached node modules
2:45:44 AM: Finished restoring cached node modules
2:45:44 AM: Installing NPM modules using Yarn version 1.22.10
2:45:45 AM: yarn install v1.22.10
2:45:45 AM: [1/4] Resolving packages...
2:45:45 AM: success Already up-to-date.
2:45:45 AM: Done in 0.17s.
2:45:45 AM: NPM modules installed using Yarn
2:45:45 AM: Started restoring cached go cache
2:45:45 AM: Finished restoring cached go cache
2:45:45 AM: Installing Go version 1.16.5 (requested 1.16.5)
2:45:49 AM: unset GOOS;
2:45:49 AM: unset GOARCH;
2:45:49 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64';
2:45:49 AM: export PATH="/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64/bin:${PATH}";
2:45:49 AM: go version >&2;
2:45:49 AM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.16.5.linux.amd64.env"
2:45:49 AM: go version go1.16.5 linux/amd64
2:45:49 AM: Installing missing commands
2:45:49 AM: Verify run directory
2:45:50 AM:
2:45:50 AM: ────────────────────────────────────────────────────────────────
2:45:50 AM: Netlify Build
2:45:50 AM: ────────────────────────────────────────────────────────────────
2:45:50 AM:
2:45:50 AM: ❯ Version
2:45:50 AM: @netlify/build 28.1.4
2:45:50 AM:
2:45:50 AM: ❯ Flags
2:45:50 AM: baseRelDir: true
2:45:50 AM: buildId: 635de54dc0cc260008ba5fba
2:45:50 AM: deployId: 635de54dc0cc260008ba5fbc
2:45:50 AM:
2:45:50 AM: ❯ Current directory
2:45:50 AM: /opt/build/repo/vrl-web-client
2:45:50 AM:
2:45:50 AM: ❯ Config file
2:45:50 AM: /opt/build/repo/netlify.toml
2:45:50 AM:
2:45:50 AM: ❯ Context
2:45:50 AM: production
2:45:50 AM:
2:45:50 AM: ────────────────────────────────────────────────────────────────
2:45:50 AM: 1. build.command from netlify.toml
2:45:50 AM: ────────────────────────────────────────────────────────────────
2:45:50 AM:
2:45:50 AM: $ make build
2:45:50 AM: yarn run build
2:45:50 AM: yarn run v1.22.10
2:45:50 AM: $ yarn clean && NODE_ENV=production parcel build src/index.html
2:45:50 AM: $ rm -rf .parcel-cache dist
2:45:51 AM: Building...
2:45:51 AM: console: Browserslist: caniuse-lite is outdated. Please run:
2:45:51 AM: npx browserslist@latest --update-db
2:45:51 AM: Why you should do it regularly:
2:45:52 AM: @parcel/transformer-postcss: Parcel includes CSS transpilation and vendor
2:45:52 AM: prefixing by default. PostCSS config .postcssrc.json contains the following
2:45:52 AM: redundant plugins: autoprefixer. Removing these may improve build performance.
2:45:52 AM: /opt/build/repo/vrl-web-client/.postcssrc.json:3:5
2:45:52 AM: 2 | "plugins": {
2:45:52 AM: > 3 | "autoprefixer": {},
2:45:52 AM: > | ^^^^^^^^^^^^^^
2:45:52 AM: 4 | "tailwindcss": {}
2:45:52 AM: 5 | }
2:45:52 AM: 💡 Remove the above plugins from .postcssrc.json
2:45:52 AM: 📝 Learn more: https://parceljs.org/languages/css/#default-plugins
2:45:53 AM: console:
2:45:53 AM: console: warn - You have enabled the JIT engine which is currently in preview.
2:45:53 AM: console: warn - Preview features are not covered by semver, may introduce
2:45:53 AM: breaking changes, and can change at any time.
2:45:53 AM: Bundling...
2:45:53 AM: Packaging & Optimizing...
2:45:56 AM: ✨ Built in 5.03s
2:45:56 AM: dist/index.html 1.11 KB 238ms
2:45:56 AM: dist/favicon.f0cfd00a.ico 4.19 KB 21ms
2:45:56 AM: dist/index.a7a09bdd.css 22.43 KB 19ms
2:45:56 AM: dist/index.e84b4006.js 255.59 KB 2.42s
2:45:56 AM: dist/index.576bd235.js 242.24 KB 2.38s
2:45:56 AM: Done in 5.54s.
2:45:56 AM: Creating deploy upload records
2:45:56 AM:
2:45:56 AM: (build.command completed in 5.6s)
2:45:56 AM:
2:45:56 AM: ────────────────────────────────────────────────────────────────
2:45:56 AM: 2. Deploy site
2:45:56 AM: ────────────────────────────────────────────────────────────────
2:45:56 AM:
2:45:56 AM: Starting to deploy site from 'vrl-web-client/dist'
2:45:56 AM: Starting post processing
2:45:56 AM: Creating deploy tree
2:45:56 AM: 1 new files to upload
2:45:56 AM: 0 new functions to upload
2:45:56 AM: Site deploy was successfully initiated
2:45:56 AM: Post processing - HTML
2:45:56 AM:
2:45:56 AM: (Deploy site completed in 305ms)
2:45:56 AM:
2:45:56 AM: ────────────────────────────────────────────────────────────────
2:45:56 AM: Post processing - header rules
2:45:56 AM: Netlify Build Complete
2:45:56 AM: ────────────────────────────────────────────────────────────────
2:45:56 AM:
2:45:57 AM: Post processing - redirect rules
2:45:56 AM: (Netlify Build completed in 6s)
2:45:56 AM: Caching artifacts
2:45:56 AM: Started saving node modules
2:45:57 AM: Post processing done
2:45:56 AM: Finished saving node modules
2:45:56 AM: Started saving build plugins
2:45:56 AM: Finished saving build plugins
2:45:56 AM: Started saving yarn cache
2:45:57 AM: Finished saving yarn cache
2:45:57 AM: Started saving pip cache
2:45:57 AM: Finished saving pip cache
2:45:57 AM: Started saving emacs cask dependencies
2:45:57 AM: Finished saving emacs cask dependencies
2:45:57 AM: Started saving maven dependencies
2:45:57 AM: Finished saving maven dependencies
2:45:57 AM: Started saving boot dependencies
2:45:57 AM: Finished saving boot dependencies
2:45:57 AM: Started saving rust rustup cache
2:45:57 AM: Finished saving rust rustup cache
2:45:57 AM: Started saving go dependencies
2:45:57 AM: Finished saving go dependencies
2:45:57 AM: Build script success
2:45:58 AM: Uploading Cache of size 320.0MB
2:45:59 AM: Site is live ✨
2:46:00 AM: Finished processing build request in 25.555739928s