Deploy details
Deploy log
5:31:47 PM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/lukynmatuska/builds
5:34:15 PM: Build ready to start
5:34:17 PM: build-image version: 4c0c1cadee6a31c9bb8d824514030009c4c05c6a (focal)
5:34:17 PM: build-image tag: v4.15.0
5:34:17 PM: buildbot version: 8c5d46314c9624f7df17a6b43ea77bf665787ea1
5:34:18 PM: Fetching cached dependencies
5:34:18 PM: Starting to download cache of 260.6MB
5:34:19 PM: Finished downloading cache in 1.550019635s
5:34:19 PM: Starting to extract cache
5:34:22 PM: Finished extracting cache in 2.71656535s
5:34:22 PM: Finished fetching cache in 4.305954136s
5:34:22 PM: Starting to prepare the repo for build
5:34:22 PM: Preparing Git Reference pull/33/head
5:34:23 PM: Parsing package.json dependencies
5:34:24 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'dist/pohles-admin' versus 'dist/app/' in the Netlify UI
5:34:24 PM: Section completed: initializing
5:34:24 PM: Starting build script
5:34:24 PM: Installing dependencies
5:34:24 PM: Python version set to 2.7
5:34:24 PM: Started restoring cached node version
5:34:26 PM: Finished restoring cached node version
5:34:26 PM: v16.18.1 is already installed.
5:34:26 PM: Now using node v16.18.1 (npm v8.19.2)
5:34:26 PM: Enabling node corepack
5:34:26 PM: Started restoring cached build plugins
5:34:26 PM: Finished restoring cached build plugins
5:34:26 PM: Attempting ruby version 2.7.2, read from environment
5:34:27 PM: Using ruby version 2.7.2
5:34:27 PM: Using PHP version 8.0
5:34:27 PM: No npm workspaces detected
5:34:27 PM: Started restoring cached node modules
5:34:27 PM: Finished restoring cached node modules
5:34:28 PM: Installing NPM modules using NPM version 8.19.2
5:34:31 PM: added 43 packages, removed 4 packages, changed 25 packages, and audited 1012 packages in 4s
5:34:31 PM: 125 packages are looking for funding
5:34:31 PM: run `npm fund` for details
5:34:31 PM: 5 vulnerabilities (3 moderate, 2 high)
5:34:31 PM: To address issues that do not require attention, run:
5:34:31 PM: npm audit fix
5:34:31 PM: To address all issues (including breaking changes), run:
5:34:31 PM: npm audit fix --force
5:34:31 PM: Run `npm audit` for details.
5:34:31 PM: NPM modules installed
5:34:31 PM: Creating package sha
5:34:32 PM: Started restoring cached go cache
5:34:32 PM: Finished restoring cached go cache
5:34:32 PM: Installing Go version 1.16.5 (requested 1.16.5)
5:34:37 PM: unset GOOS;
5:34:37 PM: unset GOARCH;
5:34:37 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64';
5:34:37 PM: export PATH="/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64/bin:${PATH}";
5:34:37 PM: go version >&2;
5:34:37 PM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.16.5.linux.amd64.env"
5:34:37 PM: go version go1.16.5 linux/amd64
5:34:37 PM: Detected 1 framework(s)
5:34:37 PM: "angular" at version "15.0.0"
5:34:37 PM: Installing missing commands
5:34:37 PM: Verify run directory
5:34:39 PM:
5:34:39 PM: ────────────────────────────────────────────────────────────────
5:34:39 PM: Netlify Build
5:34:39 PM: ────────────────────────────────────────────────────────────────
5:34:39 PM:
5:34:39 PM: ❯ Version
5:34:39 PM: @netlify/build 28.2.2
5:34:39 PM:
5:34:39 PM: ❯ Flags
5:34:39 PM: baseRelDir: true
5:34:39 PM: buildId: 637bb603d685780008096ca2
5:34:39 PM: deployId: 637bb603d685780008096ca4
5:34:39 PM:
5:34:39 PM: ❯ Current directory
5:34:39 PM: /opt/build/repo
5:34:39 PM:
5:34:39 PM: ❯ Config file
5:34:39 PM: /opt/build/repo/netlify.toml
5:34:39 PM:
5:34:39 PM: ❯ Context
5:34:39 PM: deploy-preview
5:34:39 PM:
5:34:39 PM: ────────────────────────────────────────────────────────────────
5:34:39 PM: 1. build.command from netlify.toml
5:34:39 PM: ────────────────────────────────────────────────────────────────
5:34:39 PM:
5:34:39 PM: $ npm run build
5:34:39 PM: > pohles-admin@0.0.0 build
5:34:39 PM: > ng build
5:34:41 PM: - Generating browser application bundles (phase: setup)...
5:34:47 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div(($r * 299) + ($g * 587) + ($b * 114), 1000) or calc((($r * 299) + ($g * 587) + ($b * 114)) / 1000)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 57 │ $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
5:34:47 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_functions.scss 57:9 color-yiq()
5:34:47 PM: src/assets/scss/black-dashboard/custom/_variables.scss 723:37 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 22:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div($spacer, 2) or calc($spacer / 2)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 640 │ $nav-divider-margin-y: ($spacer / 2) !default;
5:34:47 PM: │ ^^^^^^^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 640:38 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div($nav-link-height - $navbar-brand-height, 2) or calc(($nav-link-height - $navbar-brand-height) / 2)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 653 │ $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
5:34:47 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 653:37 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div($grid-gutter-width, 2) or calc($grid-gutter-width / 2)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 724 │ $card-group-margin: ($grid-gutter-width / 2) !default;
5:34:47 PM: │ ^^^^^^^^^^^^^^^^^^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 724:38 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div($spacer, 2) or calc($spacer / 2)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 35 │ margin-bottom: ($spacer / 2);
5:34:47 PM: │ ^^^^^^^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_images.scss 35:19 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 33:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div(9, 21)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 32 │ padding-top: percentage(9 / 21);
5:34:47 PM: │ ^^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 32:29 @import
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div(9, 16)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 38 │ padding-top: percentage(9 / 16);
5:34:47 PM: │ ^^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 38:29 @import
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div(3, 4)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 44 │ padding-top: percentage(3 / 4);
5:34:47 PM: │ ^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 44:29 @import
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:34:47 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
5:34:47 PM: Recommendation: math.div(1, 1)
5:34:47 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
5:34:47 PM: ╷
5:34:47 PM: 50 │ padding-top: percentage(1 / 1);
5:34:47 PM: │ ^^^^^
5:34:47 PM: ╵
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 50:29 @import
5:34:47 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
5:34:47 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
5:34:47 PM: WARNING: 34 repetitive deprecation warnings omitted.
5:35:05 PM: ✔ Browser application bundle generation complete.
5:35:05 PM: ✔ Browser application bundle generation complete.
5:35:05 PM: - Copying assets...
5:35:05 PM: ✔ Copying assets complete.
5:35:05 PM: - Generating index html...
5:35:05 PM: - Generating index html...
5:35:05 PM: 1 rules skipped due to selector errors:
5:35:05 PM: .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang
5:35:05 PM: ✔ Index html generation complete.
5:35:05 PM: Initial Chunk Files | Names | Raw Size | Estimated Transfer Size
5:35:05 PM: main.ae962f55c774c2fb.js | main | 769.64 kB | 191.14 kB
5:35:05 PM: Creating deploy upload records
5:35:05 PM: styles.2ae477665cf994b6.css | styles | 318.44 kB | 36.06 kB
5:35:05 PM: scripts.53b3823017ca5c1a.js | scripts | 171.97 kB | 53.74 kB
5:35:05 PM: polyfills.03cfd5b7f89155f0.js | polyfills | 33.08 kB | 10.70 kB
5:35:05 PM: runtime.3962fe9d2947de1d.js | runtime | 3.45 kB | 1.59 kB
5:35:05 PM:
5:35:05 PM: | Initial Total | 1.27 MB | 293.24 kB
5:35:05 PM:
5:35:05 PM: Lazy Chunk Files | Names | Raw Size | Estimated Transfer Size
5:35:05 PM: 226.46304eb3a84c57f7.js | sweetalert2 | 62.34 kB | 15.67 kB
5:35:05 PM: 920.8668841cd86dce72.js | layouts-admin-admin-layout-module | 56.41 kB | 10.10 kB
5:35:05 PM:
5:35:05 PM: Build at: 2022-11-21T17:35:05.661Z - Hash: a40adf7dfbec5d7f - Time: 24512ms
5:35:06 PM: Starting post processing
5:35:05 PM:
5:35:05 PM: Warning: /opt/build/repo/node_modules/@sweetalert2/ngx-sweetalert2/fesm2020/sweetalert2-ngx-sweetalert2.mjs depends on 'sweetalert2'. CommonJS or AMD dependencies can cause optimization bailouts.
5:35:05 PM: For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
5:35:06 PM: Post processing - HTML
5:35:05 PM:
5:35:05 PM: Warning: /opt/build/repo/node_modules/angular-oauth2-oidc/__ivy_ngcc__/fesm2015/angular-oauth2-oidc.js depends on 'fast-sha256'. CommonJS or AMD dependencies can cause optimization bailouts.
5:35:05 PM: For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
5:35:06 PM: Post processing - header rules
5:35:05 PM:
5:35:05 PM: Warning: bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 796.57 kB with a total of 1.27 MB.
5:35:05 PM:
5:35:06 PM: Post processing - redirect rules
5:35:05 PM:
5:35:05 PM:
5:35:05 PM: (build.command completed in 26.7s)
5:35:05 PM:
5:35:06 PM: Post processing done
5:35:05 PM: ────────────────────────────────────────────────────────────────
5:35:05 PM: 2. Deploy site
5:35:05 PM: ────────────────────────────────────────────────────────────────
5:35:06 PM: Section completed: postprocessing
5:35:05 PM:
5:35:05 PM: Starting to deploy site from 'dist/pohles-admin'
5:35:05 PM: Creating deploy tree
5:35:06 PM: 0 new files to upload
5:35:06 PM: 0 new functions to upload
5:35:06 PM: Section completed: deploying
5:35:06 PM: Site deploy was successfully initiated
5:35:06 PM:
5:35:06 PM: (Deploy site completed in 362ms)
5:35:06 PM:
5:35:06 PM: ────────────────────────────────────────────────────────────────
5:35:06 PM: Netlify Build Complete
5:35:06 PM: ────────────────────────────────────────────────────────────────
5:35:06 PM:
5:35:06 PM: (Netlify Build completed in 27s)
5:35:06 PM: Caching artifacts
5:35:06 PM: Started saving node modules
5:35:06 PM: Finished saving node modules
5:35:06 PM: Started saving build plugins
5:35:06 PM: Finished saving build plugins
5:35:06 PM: Started saving pip cache
5:35:06 PM: Finished saving pip cache
5:35:06 PM: Started saving emacs cask dependencies
5:35:06 PM: Finished saving emacs cask dependencies
5:35:06 PM: Started saving maven dependencies
5:35:06 PM: Finished saving maven dependencies
5:35:06 PM: Started saving boot dependencies
5:35:06 PM: Finished saving boot dependencies
5:35:06 PM: Started saving rust rustup cache
5:35:06 PM: Finished saving rust rustup cache
5:35:06 PM: Started saving go dependencies
5:35:06 PM: Finished saving go dependencies
5:35:06 PM: Build script success
5:35:06 PM: Section completed: building
5:35:08 PM: Uploading Cache of size 262.6MB
5:35:09 PM: Site is live ✨
5:35:10 PM: Section completed: cleanup
5:35:10 PM: Finished processing build request in 52.133579251s