Deploy details
Deploy log
1:58:52 AM: Build ready to start
1:58:54 AM: build-image version: 0e2f4c52031ab562db66aec633308326e3b108d0 (focal)
1:58:54 AM: build-image tag: focal
1:58:54 AM: buildbot version: 8dba8e08e1359f22ae92654e177dea552324c91c
1:58:54 AM: Fetching cached dependencies
1:58:59 AM: Finished downloading cache in 5.339380113s
1:58:59 AM: Starting to extract cache
1:59:17 AM: Finished extracting cache in 18.091289844s
1:59:17 AM: Finished fetching cache in 23.512149073s
1:59:17 AM: Starting to prepare the repo for build
1:59:17 AM: Preparing Git Reference refs/heads/main
1:59:18 AM: Parsing package.json dependencies
1:59:19 AM: Different functions path detected, going to use the one specified in the Netlify configuration file: '.output/server' versus '.ouput/server' in the Netlify UI
1:59:19 AM: Starting build script
1:59:19 AM: Installing dependencies
1:59:19 AM: Python version set to 2.7
1:59:20 AM: Started restoring cached node version
1:59:21 AM: Finished restoring cached node version
1:59:21 AM: v16.15.1 is already installed.
1:59:22 AM: Now using node v16.15.1 (npm v8.11.0)
1:59:22 AM: Started restoring cached build plugins
1:59:22 AM: Finished restoring cached build plugins
1:59:22 AM: Attempting ruby version 2.7.2, read from environment
1:59:23 AM: Using ruby version 2.7.2
1:59:23 AM: Using PHP version 8.0
1:59:24 AM: No npm workspaces detected
1:59:24 AM: Started restoring cached node modules
1:59:24 AM: Finished restoring cached node modules
1:59:24 AM: Installing NPM modules using NPM version 8.11.0
1:59:24 AM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
1:59:24 AM: npm WARN config location in the cache, and they are managed by
1:59:24 AM: npm WARN config [`cacache`](http://npm.im/cacache).
1:59:25 AM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
1:59:25 AM: npm WARN config location in the cache, and they are managed by
1:59:25 AM: npm WARN config [`cacache`](http://npm.im/cacache).
1:59:28 AM: added 36 packages, changed 2 packages, and audited 823 packages in 4s
1:59:28 AM: 150 packages are looking for funding
1:59:28 AM: run `npm fund` for details
1:59:28 AM: found 0 vulnerabilities
1:59:28 AM: NPM modules installed
1:59:29 AM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
1:59:29 AM: npm WARN config location in the cache, and they are managed by
1:59:29 AM: npm WARN config [`cacache`](http://npm.im/cacache).
1:59:29 AM: Started restoring cached go cache
1:59:30 AM: Finished restoring cached go cache
1:59:30 AM: Installing Go version 1.17 (requested 1.17)
1:59:35 AM: unset GOOS;
1:59:35 AM: unset GOARCH;
1:59:35 AM: export GOROOT='/opt/buildhome/.gimme/versions/go1.17.linux.amd64';
1:59:35 AM: export PATH="/opt/buildhome/.gimme/versions/go1.17.linux.amd64/bin:${PATH}";
1:59:35 AM: go version >&2;
1:59:35 AM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.17.linux.amd64.env"
1:59:35 AM: go version go1.17 linux/amd64
1:59:35 AM: Installing missing commands
1:59:35 AM: Verify run directory
1:59:37 AM:
1:59:37 AM: ────────────────────────────────────────────────────────────────
1:59:37 AM: Netlify Build
1:59:37 AM: ────────────────────────────────────────────────────────────────
1:59:37 AM:
1:59:37 AM: ❯ Version
1:59:37 AM: @netlify/build 27.3.1
1:59:37 AM:
1:59:37 AM: ❯ Flags
1:59:37 AM: baseRelDir: true
1:59:37 AM: buildId: 62c39adc7c3d2300096bf49f
1:59:37 AM: deployId: 62c39adc7c3d2300096bf4a1
1:59:37 AM:
1:59:37 AM: ❯ Current directory
1:59:37 AM: /opt/build/repo
1:59:37 AM:
1:59:37 AM: ❯ Config file
1:59:37 AM: /opt/build/repo/netlify.toml
1:59:37 AM:
1:59:37 AM: ❯ Context
1:59:37 AM: production
1:59:37 AM:
1:59:37 AM: ────────────────────────────────────────────────────────────────
1:59:37 AM: 1. build.command from netlify.toml
1:59:37 AM: ────────────────────────────────────────────────────────────────
1:59:37 AM:
1:59:37 AM: $ yarn netlify
1:59:37 AM: yarn run v1.22.10
1:59:37 AM: $ npx prisma generate --schema=./server/prisma/schema.prisma && nuxt build
1:59:38 AM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
1:59:38 AM: npm WARN config location in the cache, and they are managed by
1:59:38 AM: npm WARN config [`cacache`](http://npm.im/cacache).
1:59:38 AM: npm WARN config tmp This setting is no longer used. npm stores temporary files in a special
1:59:38 AM: npm WARN config location in the cache, and they are managed by
1:59:38 AM: npm WARN config [`cacache`](http://npm.im/cacache).
1:59:38 AM: Prisma schema loaded from server/prisma/schema.prisma
1:59:39 AM: ✔ Generated Prisma Client (4.0.0 | library) to ./node_modules/@prisma/client in 146ms
1:59:39 AM: You can now start using Prisma Client in your code. Reference: https://pris.ly/d/client
1:59:39 AM: ```
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
```
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
```
1:59:39 AM: [log] Nuxt CLI v3.0.0-rc.4
1:59:47 AM: [info] Vite client warmed up in 3658ms
1:59:49 AM: [info] Client built in 5751ms
1:59:49 AM: [info] Building server...
1:59:52 AM: [success] Server built in 2545ms
1:59:52 AM: [success] [nitro] Generated public dist
1:59:52 AM: [start] [nitro] Building server...
1:59:58 AM: [start] [nitro] Writing server bundle...
1:59:59 AM: [success] [nitro] Server built
2:00:00 AM: ├─ .netlify/functions-internal/server/server.ts.map (103 B) (98 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/server.ts (328 B) (202 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/package.json (720 B) (326 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/vue3.mjs.map (340 B) (224 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/vue3.mjs (318 B) (227 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/users.mjs.map (372 B) (241 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/users.mjs (354 B) (236 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/nitro/aws-lambda.mjs.map (15.5 kB) (2.87 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/nitro/aws-lambda.mjs (12.9 kB) (4.13 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/index2.mjs.map (1.82 MB) (85 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/index2.mjs (409 kB) (92.7 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/index.mjs.map (305 B) (221 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/index.mjs (291 B) (210 B gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/handlers/renderer.mjs.map (30.3 kB) (4.88 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/handlers/renderer.mjs (23.9 kB) (6.57 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/app/server.mjs.map (308 kB) (39.1 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/app/server.mjs (301 kB) (58.1 kB gzip)
2:00:00 AM: ├─ .netlify/functions-internal/server/chunks/app/client.manifest.mjs.map (3.44 kB) (631 B gzip)
2:00:00 AM: └─ .netlify/functions-internal/server/chunks/app/client.manifest.mjs (4.38 kB) (857 B gzip)
2:00:00 AM: Σ Total size: 8.41 MB (1.58 MB gzip)
2:00:00 AM: Done in 22.81s.
2:00:00 AM:
2:00:00 AM: (build.command completed in 23s)
2:00:00 AM:
2:00:00 AM: ────────────────────────────────────────────────────────────────
2:00:00 AM: 2. Functions bundling
2:00:00 AM: ────────────────────────────────────────────────────────────────
2:00:00 AM:
2:00:00 AM: The Netlify Functions setting targets a non-existing directory: .output/server
2:00:00 AM:
2:00:00 AM: Packaging Functions from .netlify/functions-internal directory:
2:00:00 AM: - server/server.ts
2:00:00 AM:
2:00:00 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/ufo/dist/index.mjs" was marked as having no side effects
2:00:00 AM: .netlify/functions-internal/server/server.ts:2:7:
2:00:00 AM: 2 │ import 'ufo';
2:00:00 AM: ╵ ~~~~~
2:00:00 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:00 AM: .netlify/functions-internal/server/node_modules/ufo/package.json:7:2:
2:00:00 AM: 7 │ "sideEffects": false,
2:00:00 AM: ╵ ~~~~~~~~~~~~~
2:00:00 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/h3/dist/index.mjs" was marked as having no side effects
2:00:00 AM: .netlify/functions-internal/server/server.ts:4:7:
2:00:00 AM: 4 │ import 'h3';
2:00:00 AM: ╵ ~~~~
2:00:00 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:00 AM: .netlify/functions-internal/server/node_modules/h3/package.json:7:2:
2:00:00 AM: 7 │ "sideEffects": false,
2:00:00 AM: ╵ ~~~~~~~~~~~~~
2:00:00 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/ohmyfetch/dist/node.mjs" was marked as having no side effects
2:00:00 AM: .netlify/functions-internal/server/server.ts:5:7:
2:00:00 AM: 5 │ import 'ohmyfetch';
2:00:00 AM: ╵ ~~~~~~~~~~~
2:00:00 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:00 AM: .netlify/functions-internal/server/node_modules/ohmyfetch/package.json:7:2:
2:00:02 AM: Creating deploy upload records
2:00:00 AM: 7 │ "sideEffects": false,
2:00:00 AM: ╵ ~~~~~~~~~~~~~
2:00:00 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/radix3/dist/index.mjs" was marked as having no side effects
2:00:00 AM: .netlify/functions-internal/server/server.ts:7:7:
2:00:02 AM: ---------------------------------------------------------------------
** WARNING **
The default Node.js runtime will change to Node v16 on 2022-07-11.
If you need to stay on v14, refer to https://ntl.fyi/pin-js-runtime.
---------------------------------------------------------------------
** WARNING **
The default Node.js runtime will change to Node v16 on 2022-07-11.
If you need to stay on v14, refer to https://ntl.fyi/pin-js-runtime.
---------------------------------------------------------------------
2:00:00 AM: 7 │ import 'radix3';
2:00:00 AM: ╵ ~~~~~~~~
2:00:00 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:00 AM: .netlify/functions-internal/server/node_modules/radix3/package.json:7:2:
2:00:00 AM: 7 │ "sideEffects": false,
2:00:00 AM: ╵ ~~~~~~~~~~~~~
2:00:00 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/scule/dist/index.mjs" was marked as having no side effects
2:00:03 AM: Starting post processing
2:00:00 AM: .netlify/functions-internal/server/server.ts:10:7:
2:00:00 AM: 10 │ import 'scule';
2:00:00 AM: ╵ ~~~~~~~
2:00:03 AM: Post processing - HTML
2:00:00 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:00 AM: .netlify/functions-internal/server/node_modules/scule/package.json:7:2:
2:00:00 AM: 7 │ "sideEffects": false,
2:00:03 AM: Post processing - header rules
2:00:00 AM: ╵ ~~~~~~~~~~~~~
2:00:01 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/ohash/dist/index.mjs" was marked as having no side effects
2:00:01 AM: .netlify/functions-internal/server/server.ts:11:7:
2:00:03 AM: Post processing - redirect rules
2:00:01 AM: 11 │ import 'ohash';
2:00:01 AM: ╵ ~~~~~~~
2:00:01 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:01 AM: .netlify/functions-internal/server/node_modules/ohash/package.json:7:2:
2:00:03 AM: Post processing done
2:00:01 AM: 7 │ "sideEffects": false,
2:00:01 AM: ╵ ~~~~~~~~~~~~~
2:00:01 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/unstorage/dist/index.mjs" was marked as having no side effects
2:00:01 AM: .netlify/functions-internal/server/server.ts:12:7:
2:00:01 AM: 12 │ import 'unstorage';
2:00:01 AM: ╵ ~~~~~~~~~~~
2:00:01 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:01 AM: .netlify/functions-internal/server/node_modules/unstorage/package.json:7:2:
2:00:01 AM: 7 │ "sideEffects": false,
2:00:01 AM: ╵ ~~~~~~~~~~~~~
2:00:01 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/ohmyfetch/dist/node.mjs" was marked as having no side effects
2:00:01 AM: .netlify/functions-internal/server/chunks/handlers/renderer.mjs:5:7:
2:00:01 AM: 5 │ import 'ohmyfetch';
2:00:01 AM: ╵ ~~~~~~~~~~~
2:00:01 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:01 AM: .netlify/functions-internal/server/node_modules/ohmyfetch/package.json:7:2:
2:00:01 AM: 7 │ "sideEffects": false,
2:00:01 AM: ╵ ~~~~~~~~~~~~~
2:00:01 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/radix3/dist/index.mjs" was marked as having no side effects
2:00:01 AM: .netlify/functions-internal/server/chunks/handlers/renderer.mjs:7:7:
2:00:01 AM: 7 │ import 'radix3';
2:00:01 AM: ╵ ~~~~~~~~
2:00:01 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:01 AM: .netlify/functions-internal/server/node_modules/radix3/package.json:7:2:
2:00:01 AM: 7 │ "sideEffects": false,
2:00:01 AM: ╵ ~~~~~~~~~~~~~
2:00:01 AM: ▲ [WARNING] Ignoring this import because ".netlify/functions-internal/server/node_modules/scule/dist/index.mjs" was marked as having no side effects
2:00:01 AM: .netlify/functions-internal/server/chunks/handlers/renderer.mjs:10:7:
2:00:01 AM: 10 │ import 'scule';
2:00:01 AM: ╵ ~~~~~~~
2:00:01 AM: "sideEffects" is false in the enclosing "package.json" file
2:00:01 AM: .netlify/functions-internal/server/node_modules/scule/package.json:7:2:
2:00:01 AM: 7 │ "sideEffects": false,
2:00:01 AM: ╵ ~~~~~~~~~~~~~
2:00:01 AM: 10 of 18 warnings shown (disable the message limit with --log-limit=0)
2:00:02 AM:
2:00:02 AM: ❯ Functions bundled with warnings:
2:00:02 AM: - server.zip
2:00:02 AM:
2:00:02 AM: (Functions bundling completed in 1.9s)
2:00:02 AM:
2:00:02 AM: ────────────────────────────────────────────────────────────────
2:00:02 AM: 3. Deploy site
2:00:02 AM: ────────────────────────────────────────────────────────────────
2:00:02 AM:
2:00:02 AM: Starting to deploy site from 'dist'
2:00:02 AM: Creating deploy tree
2:00:03 AM: 0 new files to upload
2:00:03 AM: 0 new functions to upload
2:00:03 AM: Site deploy was successfully initiated
2:00:03 AM:
2:00:03 AM: (Deploy site completed in 567ms)
2:00:03 AM:
2:00:03 AM: ────────────────────────────────────────────────────────────────
2:00:03 AM: Netlify Build Complete
2:00:03 AM: ────────────────────────────────────────────────────────────────
2:00:03 AM:
2:00:03 AM: (Netlify Build completed in 25.6s)
2:00:03 AM: Caching artifacts
2:00:03 AM: Started saving node modules
2:00:03 AM: Finished saving node modules
2:00:03 AM: Started saving build plugins
2:00:03 AM: Finished saving build plugins
2:00:03 AM: Started saving pip cache
2:00:03 AM: Finished saving pip cache
2:00:03 AM: Started saving emacs cask dependencies
2:00:03 AM: Finished saving emacs cask dependencies
2:00:03 AM: Started saving maven dependencies
2:00:03 AM: Finished saving maven dependencies
2:00:03 AM: Started saving boot dependencies
2:00:03 AM: Finished saving boot dependencies
2:00:03 AM: Started saving rust rustup cache
2:00:06 AM: Site is live ✨
2:00:03 AM: Finished saving rust rustup cache
2:00:03 AM: Started saving go dependencies
2:00:04 AM: Finished saving go dependencies
2:00:04 AM: Build script success
2:01:50 AM: Finished processing build request in 2m56.355920649s