Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
12:32:51 AM: Build ready to start
12:32:58 AM: build-image version: 91488c6c0412f5c1c00fb34eff5c1fc41a32bce9 (focal)
12:32:58 AM: buildbot version: 91488c6c0412f5c1c00fb34eff5c1fc41a32bce9
12:32:58 AM: Fetching cached dependencies
12:32:58 AM: Starting to download cache of 128.7MB
12:33:00 AM: Finished downloading cache in 1.285s
12:33:00 AM: Starting to extract cache
12:33:01 AM: Finished extracting cache in 904ms
12:33:01 AM: Finished fetching cache in 2.271s
12:33:01 AM: Starting to prepare the repo for build
12:33:01 AM: Preparing Git Reference pull/2/head
12:33:01 AM: Parsing package.json dependencies
12:33:03 AM: Starting to install dependencies
12:33:03 AM: Python version set to 3.8
12:33:03 AM: Attempting Ruby version 2.7.2, read from environment
12:33:03 AM: Using Ruby version 2.7.2
12:33:04 AM: Started restoring cached go cache
12:33:04 AM: Finished restoring cached go cache
12:33:04 AM: Installing Go version 1.19.5 (requested 1.19.5)
12:33:09 AM: go version go1.19.5 linux/amd64
12:33:09 AM: Using PHP version 8.0
12:33:10 AM: Started restoring cached Node.js version
12:33:10 AM: Finished restoring cached Node.js version
12:33:11 AM: v16.20.0 is already installed.
12:33:11 AM: Now using node v16.20.0 (npm v8.19.4)
12:33:11 AM: Enabling Node.js Corepack
12:33:11 AM: Started restoring cached build plugins
12:33:11 AM: Finished restoring cached build plugins
12:33:11 AM: Started restoring cached corepack dependencies
12:33:11 AM: Finished restoring cached corepack dependencies
12:33:11 AM: No npm workspaces detected
12:33:11 AM: Started restoring cached node modules
12:33:11 AM: Finished restoring cached node modules
12:33:11 AM: Installing npm packages using npm version 8.19.4
12:33:12 AM: up to date, audited 406 packages in 643ms
12:33:12 AM: 162 packages are looking for funding
12:33:12 AM: run `npm fund` for details
12:33:12 AM: found 0 vulnerabilities
12:33:12 AM: npm packages installed
12:33:12 AM: Install dependencies script success
12:33:12 AM: Starting build script
12:33:13 AM: Detected 1 framework(s)
12:33:13 AM: "astro" at version "2.3.0"
12:33:13 AM: Section completed: initializing
Building
Complete
Building
Complete
12:33:15 AM: Netlify Build
12:33:15 AM: ────────────────────────────────────────────────────────────────
12:33:15 AM:
12:33:15 AM: ❯ Version
12:33:15 AM: @netlify/build 29.9.2
12:33:15 AM:
12:33:15 AM: ❯ Flags
12:33:15 AM: baseRelDir: true
12:33:15 AM: buildId: 643de5328abdea0008648f2e
12:33:15 AM: deployId: 643de5328abdea0008648f30
12:33:15 AM:
12:33:15 AM: ❯ Current directory
12:33:15 AM: /opt/build/repo
12:33:15 AM:
12:33:15 AM: ❯ Config file
12:33:15 AM: /opt/build/repo/netlify.toml
12:33:15 AM:
12:33:15 AM: ❯ Context
12:33:15 AM: deploy-preview
12:33:15 AM:
12:33:15 AM: 1. Build command from Netlify app
12:33:15 AM: ────────────────────────────────────────────────────────────────
12:33:15 AM:
12:33:15 AM: $ npm run build
12:33:15 AM: > share-pear@0.0.1 build
12:33:15 AM: > astro build
12:33:16 AM: 12:33:16 AM [content] No content directory found. Skipping type generation.
12:33:16 AM: 12:33:16 AM [build] output target: server
12:33:16 AM: 12:33:16 AM [build] deploy adapter: @astrojs/netlify/functions
12:33:16 AM: 12:33:16 AM [build] Collecting build info...
12:33:16 AM: 12:33:16 AM [build] Completed in 49ms.
12:33:16 AM: 12:33:16 AM [build] Building server entrypoints...
12:33:17 AM: 12:33:17 AM [build] Completed in 1.36s.
12:33:17 AM:
12:33:17 AM: finalizing server assets
12:33:17 AM: 12:33:17 AM [build] Rearranging server assets...
12:33:17 AM: 12:33:17 AM [build] Server built in 1.42s
12:33:17 AM: 12:33:17 AM [build] Complete!
12:33:17 AM:
12:33:17 AM: (build.command completed in 2.5s)
12:33:17 AM:
12:33:17 AM: 2. Functions bundling
12:33:17 AM: ────────────────────────────────────────────────────────────────
12:33:17 AM:
12:33:17 AM: The Netlify Functions setting targets a non-existing directory: netlify/functions
12:33:17 AM:
12:33:17 AM: Packaging Functions from .netlify/functions-internal directory:
12:33:17 AM: - entry.mjs
12:33:17 AM:
12:33:17 AM: ▲ [WARNING] Ignoring this import because "node_modules/path-to-regexp/dist/index.js" was marked as having no side effects
12:33:17 AM: .netlify/functions-internal/entry.mjs:8:7:
12:33:17 AM: 8 │ import 'path-to-regexp';
12:33:17 AM: ╵ ~~~~~~~~~~~~~~~~
12:33:17 AM: "sideEffects" is false in the enclosing "package.json" file
12:33:17 AM: node_modules/path-to-regexp/package.json:45:2:
12:33:17 AM: 45 │ "sideEffects": false,
12:33:17 AM: ╵ ~~~~~~~~~~~~~
12:33:17 AM:
12:33:17 AM: ❯ Functions bundled with warnings:
12:33:17 AM: - entry.zip
12:33:17 AM:
12:33:17 AM: ❯ The following Node.js modules use dynamic expressions to include files:
12:33:17 AM: - astro
12:33:17 AM:
12:33:17 AM: Because files included with dynamic expressions aren't bundled with your serverless functions by default,
this may result in an error when invoking a function. To resolve this error, you can mark these Node.js
this may result in an error when invoking a function. To resolve this error, you can mark these Node.js
12:33:17 AM: modules as external in the [functions] section of your `netlify.toml` configuration file:
12:33:17 AM:
12:33:17 AM: [functions]
12:33:17 AM: external_node_modules = ["astro"]
12:33:17 AM:
12:33:17 AM: Visit https://ntl.fyi/dynamic-imports for more information.
12:33:17 AM:
12:33:17 AM:
12:33:17 AM: (Functions bundling completed in 145ms)
12:33:17 AM:
12:33:17 AM: 3. Edge Functions bundling
12:33:17 AM: ────────────────────────────────────────────────────────────────
12:33:17 AM:
12:33:17 AM: Packaging Edge Functions from netlify/edge-functions directory:
12:33:17 AM: - headers
12:33:18 AM:
12:33:18 AM: (Edge Functions bundling completed in 348ms)
12:33:18 AM:
12:33:24 AM: (Netlify Build completed in 9.6s)
12:33:26 AM: Section completed: building
12:33:28 AM: Finished processing build request in 29.704s
Deploying
Complete
Deploying
Complete
12:33:18 AM: 4. Deploy site
12:33:18 AM: ────────────────────────────────────────────────────────────────
12:33:18 AM:
12:33:18 AM: Starting to deploy site from 'dist'
12:33:18 AM: Calculating files to upload
12:33:18 AM: 2 new files to upload
12:33:18 AM: 1 new functions to upload
12:33:24 AM: Section completed: deploying
12:33:24 AM: Site deploy was successfully initiated
12:33:24 AM:
12:33:24 AM: (Deploy site completed in 6.5s)
Cleanup
Complete
Cleanup
Complete
12:33:24 AM: Netlify Build Complete
12:33:24 AM: ────────────────────────────────────────────────────────────────
12:33:24 AM:
12:33:25 AM: Caching artifacts
12:33:25 AM: Started saving node modules
12:33:25 AM: Finished saving node modules
12:33:25 AM: Started saving build plugins
12:33:25 AM: Finished saving build plugins
12:33:25 AM: Started saving corepack cache
12:33:25 AM: Finished saving corepack cache
12:33:25 AM: Started saving pip cache
12:33:25 AM: Finished saving pip cache
12:33:25 AM: Started saving emacs cask dependencies
12:33:25 AM: Finished saving emacs cask dependencies
12:33:25 AM: Started saving maven dependencies
12:33:25 AM: Finished saving maven dependencies
12:33:25 AM: Started saving boot dependencies
12:33:25 AM: Finished saving boot dependencies
12:33:25 AM: Started saving rust rustup cache
12:33:25 AM: Finished saving rust rustup cache
12:33:25 AM: Started saving go dependencies
12:33:25 AM: Finished saving go dependencies
12:33:26 AM: Build script success
12:33:27 AM: Uploading Cache of size 128.8MB
12:33:28 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
12:33:24 AM: Starting post processing
12:33:25 AM: Post processing - HTML
12:33:25 AM: Post processing - header rules
12:33:25 AM: Post processing - redirect rules
12:33:25 AM: Post processing done
12:33:25 AM: Section completed: postprocessing
12:33:26 AM: Site is live ✨