Skip to main content

Deploy details

Deploy log

Initializing

Complete
4:01:38 PM: Build ready to start
4:01:41 PM: build-image version: 6fd4b129abc97418b4cd2d48c553dd4a014a6965 (focal)
4:01:41 PM: buildbot version: 6fd4b129abc97418b4cd2d48c553dd4a014a6965
4:01:42 PM: Fetching cached dependencies
4:01:42 PM: Starting to download cache of 291.9MB
4:01:45 PM: Finished downloading cache in 3.825s
4:01:45 PM: Starting to extract cache
4:01:50 PM: Finished extracting cache in 4.202s
4:01:50 PM: Finished fetching cache in 8.072s
4:01:50 PM: Starting to prepare the repo for build
4:01:50 PM: Preparing Git Reference refs/heads/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
4:01:50 PM: Parsing package.json dependencies
4:01:52 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
4:01:52 PM: Starting build script
4:01:52 PM: Installing dependencies
4:01:52 PM: Python version set to 2.7
4:01:52 PM: Started restoring cached Node.js version
4:01:53 PM: Finished restoring cached Node.js version
4:01:53 PM: v16.19.0 is already installed.
4:01:54 PM: Now using node v16.19.0 (npm v8.19.3)
4:01:54 PM: Enabling Node.js Corepack
4:01:54 PM: Started restoring cached build plugins
4:01:54 PM: Finished restoring cached build plugins
4:01:54 PM: Attempting Ruby version 2.7.2, read from environment
4:01:55 PM: Using Ruby version 2.7.2
4:01:55 PM: Using PHP version 8.0
4:01:55 PM: Started restoring cached corepack dependencies
4:01:55 PM: Finished restoring cached corepack dependencies
4:01:55 PM: No npm workspaces detected
4:01:55 PM: Started restoring cached node modules
4:01:55 PM: Finished restoring cached node modules
4:01:55 PM: Bypassing sha validation. Running pre & post install scripts
4:01:55 PM: Installing npm packages using npm version 8.19.3
4:01:58 PM: removed 1 package, changed 1 package, and audited 1012 packages in 3s
4:01:58 PM: 125 packages are looking for funding
4:01:58 PM: run `npm fund` for details
4:01:58 PM: 6 vulnerabilities (1 low, 3 moderate, 2 high)
4:01:58 PM: To address issues that do not require attention, run:
4:01:58 PM: npm audit fix
4:01:58 PM: To address all issues (including breaking changes), run:
4:01:58 PM: npm audit fix --force
4:01:58 PM: Run `npm audit` for details.
4:01:58 PM: npm packages installed
4:01:59 PM: Started restoring cached go cache
4:01:59 PM: Finished restoring cached go cache
4:01:59 PM: Installing Go version 1.16.5 (requested 1.16.5)
4:02:03 PM: unset GOOS;
4:02:03 PM: unset GOARCH;
4:02:03 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64';
4:02:03 PM: export PATH="/opt/buildhome/.gimme/versions/go1.16.5.linux.amd64/bin:${PATH}";
4:02:03 PM: go version >&2;
4:02:03 PM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.16.5.linux.amd64.env"
4:02:03 PM: go version go1.16.5 linux/amd64
4:02:03 PM: Detected 1 framework(s)
4:02:03 PM: "angular" at version "15.0.2"
4:02:03 PM: Installing missing commands
4:02:03 PM: Verify run directory
4:02:03 PM: Section completed: initializing

Building

Complete
4:02:05 PM: Netlify Build
4:02:05 PM: ────────────────────────────────────────────────────────────────
4:02:05 PM:
4:02:05 PM: ❯ Version
4:02:05 PM: @netlify/build 29.5.4
4:02:05 PM:
4:02:05 PM: ❯ Flags
4:02:05 PM: baseRelDir: true
4:02:05 PM: buildId: 63de816228a7570007bce305
4:02:05 PM: deployId: 63de816228a7570007bce307
4:02:05 PM:
4:02:05 PM: ❯ Current directory
4:02:05 PM: /opt/build/repo
4:02:05 PM:
4:02:05 PM: ❯ Config file
4:02:05 PM: /opt/build/repo/netlify.toml
4:02:05 PM:
4:02:05 PM: ❯ Context
4:02:05 PM: branch-deploy
4:02:05 PM:
4:02:05 PM: 1. build.command from netlify.toml
4:02:05 PM: ────────────────────────────────────────────────────────────────
4:02:05 PM: ​
4:02:05 PM: $ npm run build
4:02:05 PM: > pohles-admin@0.0.0 build
4:02:05 PM: > ng build
4:02:07 PM: - Generating browser application bundles (phase: setup)...
4:02:15 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div(($r * 299) + ($g * 587) + ($b * 114), 1000) or calc((($r * 299) + ($g * 587) + ($b * 114)) / 1000)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 57 │ $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
4:02:15 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_functions.scss 57:9 color-yiq()
4:02:15 PM: src/assets/scss/black-dashboard/custom/_variables.scss 723:37 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 22:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div($spacer, 2) or calc($spacer / 2)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 640 │ $nav-divider-margin-y: ($spacer / 2) !default;
4:02:15 PM: │ ^^^^^^^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 640:38 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div($nav-link-height - $navbar-brand-height, 2) or calc(($nav-link-height - $navbar-brand-height) / 2)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 653 │ $navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
4:02:15 PM: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 653:37 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div($grid-gutter-width, 2) or calc($grid-gutter-width / 2)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 724 │ $card-group-margin: ($grid-gutter-width / 2) !default;
4:02:15 PM: │ ^^^^^^^^^^^^^^^^^^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_variables.scss 724:38 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 23:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div($spacer, 2) or calc($spacer / 2)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 35 │ margin-bottom: ($spacer / 2);
4:02:15 PM: │ ^^^^^^^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_images.scss 35:19 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 33:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div(9, 21)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 32 │ padding-top: percentage(9 / 21);
4:02:15 PM: │ ^^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 32:29 @import
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div(9, 16)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 38 │ padding-top: percentage(9 / 16);
4:02:15 PM: │ ^^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 38:29 @import
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div(3, 4)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 44 │ padding-top: percentage(3 / 4);
4:02:15 PM: │ ^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 44:29 @import
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
4:02:15 PM: DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
4:02:15 PM: Recommendation: math.div(1, 1)
4:02:15 PM: More info and automated migrator: https://sass-lang.com/d/slash-div
4:02:15 PM: ╷
4:02:15 PM: 50 │ padding-top: percentage(1 / 1);
4:02:15 PM: │ ^^^^^
4:02:15 PM: ╵
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/utilities/_embed.scss 50:29 @import
4:02:15 PM: src/assets/scss/black-dashboard/bootstrap/_utilities.scss 6:9 @import
4:02:15 PM: src/assets/scss/black-dashboard.scss 60:9 root stylesheet
4:02:15 PM: WARNING: 34 repetitive deprecation warnings omitted.
4:02:33 PM: Browser application bundle generation complete.
4:02:33 PM: Browser application bundle generation complete.
4:02:33 PM: - Copying assets...
4:02:33 PM: Copying assets complete.
4:02:33 PM: - Generating index html...
4:02:33 PM: - Generating index html...
4:02:33 PM: 1 rules skipped due to selector errors:
4:02:33 PM: .custom-file-input:lang(en)~.custom-file-label -> unmatched pseudo-class :lang
4:02:33 PM: Index html generation complete.
4:02:33 PM: Initial Chunk Files | Names | Raw Size | Estimated Transfer Size
4:02:33 PM: main.4500d5a749daf16e.js | main | 750.78 kB | 186.79 kB
4:02:33 PM: styles.418fa87315af64e6.css | styles | 315.25 kB | 35.76 kB
4:02:33 PM: scripts.53b3823017ca5c1a.js | scripts | 171.97 kB | 53.74 kB
4:02:33 PM: polyfills.4cbb8283bcf4a94c.js | polyfills | 33.11 kB | 10.64 kB
4:02:33 PM: runtime.0b2c68d4959299b9.js | runtime | 3.45 kB | 1.60 kB
4:02:33 PM:
4:02:33 PM: | Initial Total | 1.24 MB | 288.53 kB
4:02:33 PM:
4:02:33 PM: Lazy Chunk Files | Names | Raw Size | Estimated Transfer Size
4:02:33 PM: 226.f73da27e9e182e81.js | sweetalert2 | 62.46 kB | 15.75 kB
4:02:33 PM: 732.a22a70eabcd7acbb.js | layouts-admin-admin-layout-module | 17.28 kB | 4.21 kB
4:02:33 PM:
4:02:33 PM: Build at: 2023-02-04T16:02:33.995Z - Hash: 874c89e0aff16837 - Time: 26314ms
4:02:33 PM:
4:02:33 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.
4:02:33 PM:
4:02:33 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.
4:02:33 PM:
4:02:33 PM: Warning: bundle initial exceeded maximum budget. Budget 500.00 kB was not met by 774.56 kB with a total of 1.24 MB.
4:02:33 PM:
4:02:33 PM:
4:02:34 PM: ​
4:02:34 PM: (build.command completed in 28.7s)
4:02:34 PM:
4:02:34 PM: (Netlify Build completed in 28.9s)
4:02:34 PM: Section completed: building
4:02:39 PM: Finished processing build request in 57.483s

Deploying

Complete
4:02:34 PM: 2. Deploy site
4:02:34 PM: ────────────────────────────────────────────────────────────────
4:02:34 PM: ​
4:02:34 PM: Starting to deploy site from 'dist/pohles-admin'
4:02:34 PM: Calculating files to upload
4:02:34 PM: 0 new files to upload
4:02:34 PM: 0 new functions to upload
4:02:34 PM: Section completed: deploying
4:02:34 PM: Site deploy was successfully initiated
4:02:34 PM: ​
4:02:34 PM: (Deploy site completed in 195ms)

Cleanup

Complete
4:02:34 PM: Netlify Build Complete
4:02:34 PM: ────────────────────────────────────────────────────────────────
4:02:34 PM: ​
4:02:34 PM: Caching artifacts
4:02:34 PM: Started saving node modules
4:02:34 PM: Finished saving node modules
4:02:34 PM: Started saving build plugins
4:02:34 PM: Finished saving build plugins
4:02:34 PM: Started saving corepack cache
4:02:34 PM: Finished saving corepack cache
4:02:34 PM: Started saving pip cache
4:02:34 PM: Finished saving pip cache
4:02:34 PM: Started saving emacs cask dependencies
4:02:34 PM: Finished saving emacs cask dependencies
4:02:34 PM: Started saving maven dependencies
4:02:34 PM: Finished saving maven dependencies
4:02:34 PM: Started saving boot dependencies
4:02:34 PM: Finished saving boot dependencies
4:02:34 PM: Started saving rust rustup cache
4:02:34 PM: Finished saving rust rustup cache
4:02:34 PM: Started saving go dependencies
4:02:34 PM: Finished saving go dependencies
4:02:34 PM: Build script success
4:02:37 PM: Uploading Cache of size 292.1MB
4:02:39 PM: Section completed: cleanup

Post-processing

Complete
4:02:34 PM: Starting post processing
4:02:34 PM: Post processing - HTML
4:02:34 PM: Post processing - header rules
4:02:34 PM: Post processing - redirect rules
4:02:35 PM: Post processing done
4:02:35 PM: Section completed: postprocessing
4:02:35 PM: Site is live ✨