Deploy details
Deploy log
3:08:32 PM: Build ready to start
3:08:39 PM: build-image version: 9289b698a503f132b265bd089ab40ce1d6f9e65e (focal)
3:08:39 PM: build-image tag: v4.12.0
3:08:39 PM: buildbot version: c87074660cd9a4568c0ac759bc083987e94204b3
3:08:39 PM: Fetching cached dependencies
3:08:39 PM: Starting to download cache of 166.9MB
3:08:41 PM: Finished downloading cache in 1.776284907s
3:08:41 PM: Starting to extract cache
3:08:42 PM: Finished extracting cache in 1.361070521s
3:08:42 PM: Finished fetching cache in 3.195317966s
3:08:42 PM: Starting to prepare the repo for build
3:08:43 PM: Preparing Git Reference pull/74/head
3:08:43 PM: Parsing package.json dependencies
3:08:44 PM: Starting build script
3:08:44 PM: Installing dependencies
3:08:44 PM: Python version set to 2.7
3:08:44 PM: Started restoring cached node version
3:08:45 PM: Finished restoring cached node version
3:08:45 PM: Downloading and installing node v16.18.0...
3:08:46 PM: Downloading https://nodejs.org/dist/v16.18.0/node-v16.18.0-linux-x64.tar.xz...
3:08:46 PM: Computing checksum with sha256sum
3:08:46 PM: Checksums matched!
3:08:48 PM: Now using node v16.18.0 (npm v8.19.2)
3:08:48 PM: Started restoring cached build plugins
3:08:48 PM: Finished restoring cached build plugins
3:08:48 PM: Attempting ruby version 2.7.2, read from environment
3:08:49 PM: Using ruby version 2.7.2
3:08:49 PM: Using PHP version 8.0
3:08:49 PM: No npm workspaces detected
3:08:49 PM: Started restoring cached node modules
3:08:49 PM: Finished restoring cached node modules
3:08:49 PM: Installing NPM modules using NPM version 8.19.2
3:08:50 PM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
3:08:50 PM: npm WARN config location in the cache, and they are managed by
3:08:50 PM: npm WARN config [`cacache`](http://npm.im/cacache).
3:08:50 PM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
3:08:50 PM: npm WARN config location in the cache, and they are managed by
3:08:50 PM: npm WARN config [`cacache`](http://npm.im/cacache).
3:08:50 PM: up to date, audited 530 packages in 702ms
3:08:50 PM: 96 packages are looking for funding
3:08:50 PM: run `npm fund` for details
3:08:50 PM: found 0 vulnerabilities
3:08:50 PM: NPM modules installed
3:08:51 PM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
3:08:51 PM: npm WARN config location in the cache, and they are managed by
3:08:51 PM: npm WARN config [`cacache`](http://npm.im/cacache).
3:08:51 PM: Started restoring cached go cache
3:08:51 PM: Finished restoring cached go cache
3:08:51 PM: Installing Go version 1.17 (requested 1.17)
3:08:55 PM: unset GOOS;
3:08:55 PM: unset GOARCH;
3:08:55 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.17.linux.amd64';
3:08:55 PM: export PATH="/opt/buildhome/.gimme/versions/go1.17.linux.amd64/bin:${PATH}";
3:08:55 PM: go version >&2;
3:08:55 PM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.17.linux.amd64.env"
3:08:55 PM: go version go1.17 linux/amd64
3:08:55 PM: Installing missing commands
3:08:55 PM: Verify run directory
3:08:56 PM:
3:08:56 PM: ────────────────────────────────────────────────────────────────
3:08:56 PM: Netlify Build
3:08:56 PM: ────────────────────────────────────────────────────────────────
3:08:56 PM:
3:08:56 PM: ❯ Version
3:08:56 PM: @netlify/build 27.20.1
3:08:56 PM:
3:08:56 PM: ❯ Flags
3:08:56 PM: baseRelDir: true
3:08:56 PM: buildId: 6346d86f13717600087e3d10
3:08:56 PM: deployId: 6346d86f13717600087e3d12
3:08:56 PM:
3:08:56 PM: ❯ Current directory
3:08:56 PM: /opt/build/repo
3:08:56 PM:
3:08:56 PM: ❯ Config file
3:08:56 PM: No config file was defined: using default values.
3:08:56 PM:
3:08:56 PM: ❯ Context
3:08:56 PM: deploy-preview
3:08:56 PM:
3:08:56 PM: ────────────────────────────────────────────────────────────────
3:08:56 PM: 1. Build command from Netlify app
3:08:56 PM: ────────────────────────────────────────────────────────────────
3:08:56 PM:
3:08:56 PM: $ npm run build
3:08:56 PM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
3:08:56 PM: npm WARN config location in the cache, and they are managed by
3:08:56 PM: npm WARN config [`cacache`](http://npm.im/cacache).
3:08:56 PM: > webnative-app-template@0.1.0 build
3:08:56 PM: > vite build
3:08:56 PM: ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
3:08:56 PM: tsconfig.json:33:13:
3:08:56 PM: 33 │ "extends": "./.svelte-kit/tsconfig.json",
3:08:56 PM: ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3:08:57 PM: Your compilerOptions.paths in tsconfig.json should include the following:
3:08:57 PM: {
3:08:57 PM: "$lib":["src/lib"],
3:08:57 PM: "$lib/*":["src/lib/*"]
3:08:57 PM: }
3:08:57 PM: vite v3.1.1 building for production...
3:08:57 PM: transforming...
3:08:59 PM: warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
3:08:59 PM: warn - Update your configuration file to eliminate this warning.
3:08:59 PM: warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
3:08:59 PM: 🌼 daisyUI components 2.19.0 https://github.com/saadeghi/daisyui
3:08:59 PM: ✔︎ Including: base, components, themes[2], utilities
3:09:00 PM: Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification
3:09:02 PM: ✓ 658 modules transformed.
3:09:02 PM: rendering chunks...
3:09:02 PM: vite v3.1.1 building SSR bundle for production...
3:09:03 PM: transforming...
3:09:03 PM: ✓ 99 modules transformed.
3:09:03 PM: Generated an empty chunk: "hooks"
3:09:03 PM: rendering chunks...
3:09:03 PM: .svelte-kit/output/server/vite-manifest.json 4.38 KiB
3:09:03 PM: .svelte-kit/output/server/index.js 67.83 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/_layout.svelte.js 16.20 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/_layout.js 0.10 KiB
3:09:03 PM: .svelte-kit/output/server/entries/fallbacks/error.svelte.js 0.60 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/gallery/_layout.svelte.js 1.16 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/_page.svelte.js 2.89 KiB
3:09:03 PM: Creating deploy upload records
3:09:03 PM: .svelte-kit/output/server/entries/pages/backup/_page.svelte.js 2.79 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/connect/_page.svelte.js 1.13 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/delegate-account/_page.svelte.js 2.97 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/gallery/_page.svelte.js 9.69 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/link-device/_page.svelte.js 4.08 KiB
3:09:03 PM: .svelte-kit/output/server/entries/pages/register/_page.svelte.js 7.45 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/index.js 4.36 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/index2.js 1.29 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/notifications.js 0.55 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/app-info.js 0.34 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/stores.js 0.40 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/backup.js 0.50 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/Shield.js 0.93 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/stores2.js 1.00 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/gallery.js 2.03 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/utils.js 0.75 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/navigation.js 0.18 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/account.js 1.19 KiB
3:09:03 PM: .svelte-kit/output/server/chunks/hooks.js 0.00 KiB
3:09:03 PM: Run npm run preview to preview your production build locally.
3:09:03 PM: .svelte-kit/output/client/_app/immutable/assets/wasm_wnfs_bg-f3b54d92.wasm 421.38 KiB
3:09:03 PM: .svelte-kit/output/client/vite-manifest.json 10.50 KiB
3:09:04 PM: Starting post processing
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/error.svelte-87e3e3e8.js 1.54 KiB / gzip: 0.71 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/gallery/_layout.svelte-f0d1e5af.js 1.32 KiB / gzip: 0.69 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/_page.svelte-c0597fb0.js 6.90 KiB / gzip: 2.61 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/backup/_page.svelte-b674c3c5.js 5.64 KiB / gzip: 2.09 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/connect/_page.svelte-5a266d35.js 4.70 KiB / gzip: 1.73 KiB
3:09:05 PM: Post processing - HTML
3:09:03 PM: .svelte-kit/output/client/_app/immutable/start-7a3f905e.js 27.48 KiB / gzip: 9.61 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/_layout.svelte-be92a2a8.js 26.48 KiB / gzip: 9.42 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/modules/pages/_layout.js-9cba6544.js 0.11 KiB / gzip: 0.11 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/link-device/_page.svelte-21c41af8.js 4.97 KiB / gzip: 2.14 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/singletons-cc3d7a78.js 1.45 KiB / gzip: 0.81 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/gallery/_page.svelte-b34b3b72.js 17.44 KiB / gzip: 6.37 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/preload-helper-aa6bc0ce.js 0.70 KiB / gzip: 0.43 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/register/_page.svelte-68d18c4b.js 15.47 KiB / gzip: 4.99 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/index-6dac5628.js 0.43 KiB / gzip: 0.30 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/notifications-97c89e5c.js 0.25 KiB / gzip: 0.21 KiB
3:09:05 PM: Post processing - header rules
3:09:03 PM: .svelte-kit/output/client/_app/immutable/components/pages/delegate-account/_page.svelte-89b20f24.js 27.97 KiB / gzip: 10.25 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/app-info-0646cf9c.js 0.19 KiB / gzip: 0.16 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/stores-e263451a.js 0.38 KiB / gzip: 0.28 KiB
3:09:05 PM: Post processing - redirect rules
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/backup-0eac309e.js 0.43 KiB / gzip: 0.28 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/navigation-7e47a155.js 0.19 KiB / gzip: 0.15 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/index-eeaa2a03.js 13.06 KiB / gzip: 5.43 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/Shield-72a2a44d.js 1.24 KiB / gzip: 0.68 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/_layout-7bcd070e.js 0.17 KiB / gzip: 0.16 KiB
3:09:05 PM: Post processing done
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/stores-506eefa3.js 0.61 KiB / gzip: 0.35 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/gallery-26a25058.js 1.80 KiB / gzip: 0.86 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/utils-5046f106.js 0.32 KiB / gzip: 0.23 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/0-ac85894c.js 0.15 KiB / gzip: 0.13 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/1-232e42db.js 0.09 KiB / gzip: 0.09 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/FilesystemActivity-793c8412.js 2.24 KiB / gzip: 1.14 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/2-8912c8f8.js 0.10 KiB / gzip: 0.11 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/3-676cb79d.js 0.09 KiB / gzip: 0.10 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/4-dde44f5e.js 0.10 KiB / gzip: 0.10 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/linking-9f7ad8ee.js 7.58 KiB / gzip: 2.66 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/5-741d94a3.js 0.10 KiB / gzip: 0.10 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/6-ed9ba83d.js 0.11 KiB / gzip: 0.11 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/7-1d8dbf67.js 0.10 KiB / gzip: 0.10 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/8-cf99b9ef.js 0.10 KiB / gzip: 0.11 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/9-60433872.js 0.10 KiB / gzip: 0.11 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/assets/_page-c7ebf0b8.css 0.29 KiB / gzip: 0.16 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/implementation-ebb19e13.js 25.92 KiB / gzip: 9.67 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/assets/_layout-1f721d63.css 45.04 KiB / gzip: 7.90 KiB
3:09:03 PM: .svelte-kit/output/client/_app/immutable/chunks/app-33fab190.js 653.70 KiB / gzip: 181.55 KiB
3:09:03 PM:
3:09:03 PM: (!) Some chunks are larger than 500 KiB after minification. Consider:
3:09:03 PM: - Using dynamic import() to code-split the application
3:09:03 PM: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks
3:09:03 PM: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
3:09:03 PM:
3:09:03 PM: > Using @sveltejs/adapter-static
3:09:03 PM: Wrote site to "build"
3:09:03 PM: ✔ done
3:09:03 PM:
3:09:03 PM: (build.command completed in 7.4s)
3:09:03 PM:
3:09:03 PM: ────────────────────────────────────────────────────────────────
3:09:03 PM: 2. Deploy site
3:09:03 PM: ────────────────────────────────────────────────────────────────
3:09:03 PM:
3:09:03 PM: Starting to deploy site from 'build'
3:09:03 PM: Creating deploy tree
3:09:04 PM: 22 new files to upload
3:09:04 PM: 0 new functions to upload
3:09:05 PM: Site deploy was successfully initiated
3:09:05 PM:
3:09:05 PM: (Deploy site completed in 1.5s)
3:09:05 PM:
3:09:05 PM: ────────────────────────────────────────────────────────────────
3:09:05 PM: Netlify Build Complete
3:09:05 PM: ────────────────────────────────────────────────────────────────
3:09:05 PM:
3:09:05 PM: (Netlify Build completed in 9.1s)
3:09:05 PM: Caching artifacts
3:09:05 PM: Started saving node modules
3:09:05 PM: Finished saving node modules
3:09:05 PM: Started saving build plugins
3:09:05 PM: Finished saving build plugins
3:09:05 PM: Started saving pip cache
3:09:05 PM: Finished saving pip cache
3:09:05 PM: Started saving emacs cask dependencies
3:09:05 PM: Finished saving emacs cask dependencies
3:09:05 PM: Started saving maven dependencies
3:09:05 PM: Finished saving maven dependencies
3:09:05 PM: Started saving boot dependencies
3:09:05 PM: Finished saving boot dependencies
3:09:05 PM: Started saving rust rustup cache
3:09:05 PM: Finished saving rust rustup cache
3:09:05 PM: Started saving go dependencies
3:09:05 PM: Finished saving go dependencies
3:09:07 PM: Build script success
3:09:08 PM: Uploading Cache of size 197.9MB
3:09:09 PM: Site is live ✨
3:09:09 PM: Finished processing build request in 30.232458624s