Deploy details
Deploy log
6:50:24 PM: Build ready to start
6:50:26 PM: build-image version: 6ac9cdbcc295289dbaea7d39b2f1a3ac25ad3380 (xenial)
6:50:26 PM: build-image tag: release-v3.14.0
6:50:26 PM: buildbot version: 667117c26805e29113bede4ca1afe54070a4e3b1
6:50:26 PM: Fetching cached dependencies
6:50:26 PM: Failed to fetch cache, continuing with build
6:50:26 PM: Starting to prepare the repo for build
6:50:26 PM: No cached dependencies found. Cloning fresh repo
6:50:26 PM: git clone https://github.com/SteveALee/svelte-donut-spinner
6:50:27 PM: Preparing Git Reference pull/11/head
6:50:27 PM: Parsing package.json dependencies
6:50:28 PM: Starting build script
6:50:28 PM: Installing dependencies
6:50:28 PM: Python version set to 2.7
6:50:30 PM: Downloading and installing node v10.24.1...
6:50:30 PM: Downloading https://nodejs.org/dist/v10.24.1/node-v10.24.1-linux-x64.tar.xz...
6:50:30 PM: Computing checksum with sha256sum
6:50:30 PM: Checksums matched!
6:50:32 PM: Now using node v10.24.1 (npm v6.14.12)
6:50:32 PM: Started restoring cached build plugins
6:50:32 PM: Finished restoring cached build plugins
6:50:32 PM: Attempting ruby version 2.6.2, read from environment
6:50:34 PM: Using ruby version 2.6.2
6:50:34 PM: Using PHP version 5.6
6:50:34 PM: No npm workspaces detected
6:50:34 PM: Started restoring cached node modules
6:50:34 PM: Finished restoring cached node modules
6:50:35 PM: Installing NPM modules using NPM version 6.14.12
6:50:43 PM: > core-js@2.6.11 postinstall /opt/build/repo/node_modules/core-js
6:50:43 PM: > node -e "try{require('./postinstall')}catch(e){}"
6:50:43 PM: npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
6:50:43 PM: npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
6:50:43 PM: added 420 packages from 325 contributors and audited 491 packages in 7.661s
6:50:43 PM: 14 packages are looking for funding
6:50:43 PM: run `npm fund` for details
6:50:43 PM: found 55 vulnerabilities (2 low, 18 moderate, 27 high, 8 critical)
6:50:43 PM: run `npm audit fix` to fix them, or `npm audit` for details
6:50:43 PM: NPM modules installed
6:50:43 PM: Started restoring cached go cache
6:50:43 PM: Finished restoring cached go cache
6:50:43 PM: Installing Go version 1.12
6:50:49 PM: unset GOOS;
6:50:49 PM: unset GOARCH;
6:50:49 PM: export GOROOT='/opt/buildhome/.gimme_cache/versions/go1.12.linux.amd64';
6:50:49 PM: export PATH="/opt/buildhome/.gimme_cache/versions/go1.12.linux.amd64/bin:${PATH}";
6:50:49 PM: go version >&2;
6:50:49 PM: export GIMME_ENV="/opt/buildhome/.gimme_cache/env/go1.12.linux.amd64.env"
6:50:49 PM: go version go1.12 linux/amd64
6:50:49 PM: Installing missing commands
6:50:49 PM: Verify run directory
6:50:51 PM:
6:50:51 PM: ────────────────────────────────────────────────────────────────
6:50:51 PM: Netlify Build
6:50:51 PM: ────────────────────────────────────────────────────────────────
6:50:51 PM:
6:50:51 PM: ❯ Version
6:50:51 PM: @netlify/build 27.4.2
6:50:51 PM:
6:50:51 PM: ❯ Flags
6:50:51 PM: baseRelDir: true
6:50:51 PM: buildId: 62d84e7025a84100095df187
6:50:51 PM: deployId: 62d84e7025a84100095df189
6:50:51 PM:
6:50:51 PM: ❯ Current directory
6:50:51 PM: /opt/build/repo
6:50:51 PM:
6:50:51 PM: ❯ Config file
6:50:51 PM: No config file was defined: using default values.
6:50:51 PM:
6:50:51 PM: ❯ Context
6:50:51 PM: deploy-preview
6:50:51 PM:
6:50:51 PM: ────────────────────────────────────────────────────────────────
6:50:51 PM: 1. Build command from Netlify app
6:50:51 PM: ────────────────────────────────────────────────────────────────
6:50:51 PM:
6:50:51 PM: $ npm run build
6:50:51 PM: > spinner@1.0.0 build /opt/build/repo
6:50:51 PM: > rollup -c
6:50:52 PM:
6:50:52 PM: src/main.js → public/build/bundle.js...
6:50:54 PM: (!) Plugin svelte: A11y: Avoid using accesskey
6:50:54 PM: src/App.svelte
6:50:54 PM: 71: {#if !showSettings}
6:50:54 PM: 72: <button
6:50:54 PM: 73: accesskey="t"
6:50:54 PM: Creating deploy upload records
6:50:54 PM: ^
6:50:54 PM: 74: id="settings-btn"
6:50:54 PM: 75: class="button"
6:50:54 PM: src/App.svelte
6:50:54 PM: 82:
6:50:54 PM: 83: <button
6:50:54 PM: 84: accesskey="h"
6:50:54 PM: ^
6:50:54 PM: 85: id="help-btn"
6:50:54 PM: Starting post processing
6:50:54 PM: 86: class="button"
6:50:54 PM: src/App.svelte
6:50:54 PM: Post processing - HTML
6:50:54 PM: 114:
6:50:54 PM: 115: <button
6:50:54 PM: 116: accesskey="s"
6:50:54 PM: ^
6:50:55 PM: Post processing - header rules
6:50:54 PM: 117: id="spin"
6:50:54 PM: 118: on:click={() => {
6:50:55 PM: Post processing - redirect rules
6:50:54 PM: created public/build/bundle.js in 2s
6:50:54 PM:
6:50:54 PM: (build.command completed in 2.7s)
6:50:55 PM: Post processing done
6:50:54 PM:
6:50:54 PM: ────────────────────────────────────────────────────────────────
6:50:54 PM: 2. Deploy site
6:50:54 PM: ────────────────────────────────────────────────────────────────
6:50:54 PM:
6:50:54 PM: Starting to deploy site from 'public'
6:50:54 PM: Creating deploy tree
6:50:54 PM: 2 new files to upload
6:50:54 PM: 0 new functions to upload
6:50:54 PM: Site deploy was successfully initiated
6:50:54 PM:
6:50:54 PM: (Deploy site completed in 318ms)
6:50:54 PM:
6:50:54 PM: ────────────────────────────────────────────────────────────────
6:50:54 PM: Netlify Build Complete
6:50:54 PM: ────────────────────────────────────────────────────────────────
6:50:54 PM:
6:50:54 PM: (Netlify Build completed in 3s)
6:50:54 PM: Caching artifacts
6:50:54 PM: Started saving node modules
6:50:54 PM: Finished saving node modules
6:50:54 PM: Started saving build plugins
6:50:54 PM: Finished saving build plugins
6:50:54 PM: Started saving pip cache
6:50:55 PM: Finished saving pip cache
6:50:55 PM: Started saving emacs cask dependencies
6:50:55 PM: Finished saving emacs cask dependencies
6:50:55 PM: Started saving maven dependencies
6:50:55 PM: Finished saving maven dependencies
6:50:55 PM: Started saving boot dependencies
6:50:55 PM: Finished saving boot dependencies
6:50:55 PM: Started saving rust rustup cache
6:50:55 PM: Finished saving rust rustup cache
6:50:55 PM: Started saving go dependencies
6:50:56 PM: Finished saving go dependencies
6:50:58 PM: Build script success
6:50:58 PM: Site is live ✨
6:51:02 PM: Uploading Cache of size 220.2MB
6:51:07 PM: Finished processing build request in 40.469698327s