Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
1:48:44 AM: Build ready to start
1:48:47 AM: build-image version: 442a909cc19725b67a71cc230a935e063dadf683 (focal)
1:48:47 AM: buildbot version: 716793686322a0f551ced71ae75eb84b472ba215
1:48:47 AM: Fetching cached dependencies
1:48:48 AM: Starting to download cache of 128.8MB
1:48:49 AM: Finished downloading cache in 1.344s
1:48:49 AM: Starting to extract cache
1:48:50 AM: Finished extracting cache in 887ms
1:48:50 AM: Finished fetching cache in 2.286s
1:48:50 AM: Starting to prepare the repo for build
1:48:50 AM: Preparing Git Reference pull/1/head
1:48:50 AM: Parsing package.json dependencies
1:48:52 AM: Starting to install dependencies
1:48:52 AM: Python version set to 3.8
1:48:52 AM: Attempting Ruby version 2.7.2, read from environment
1:48:52 AM: Using Ruby version 2.7.2
1:48:53 AM: Started restoring cached go cache
1:48:53 AM: Finished restoring cached go cache
1:48:53 AM: Installing Go version 1.19.5 (requested 1.19.5)
1:48:59 AM: go version go1.19.5 linux/amd64
1:49:00 AM: Using PHP version 8.0
1:49:00 AM: Started restoring cached Node.js version
1:49:01 AM: Finished restoring cached Node.js version
1:49:01 AM: v16.20.0 is already installed.
1:49:02 AM: Now using node v16.20.0 (npm v8.19.4)
1:49:02 AM: Enabling Node.js Corepack
1:49:02 AM: Started restoring cached build plugins
1:49:02 AM: Finished restoring cached build plugins
1:49:02 AM: Started restoring cached corepack dependencies
1:49:02 AM: Finished restoring cached corepack dependencies
1:49:02 AM: No npm workspaces detected
1:49:02 AM: Started restoring cached node modules
1:49:02 AM: Finished restoring cached node modules
1:49:02 AM: Installing npm packages using npm version 8.19.4
1:49:03 AM: up to date, audited 406 packages in 613ms
1:49:03 AM: 162 packages are looking for funding
1:49:03 AM: run `npm fund` for details
1:49:03 AM: found 0 vulnerabilities
1:49:03 AM: npm packages installed
1:49:03 AM: Install dependencies script success
1:49:03 AM: Starting build script
1:49:04 AM: Detected 1 framework(s)
1:49:04 AM: "astro" at version "2.3.0"
1:49:04 AM: Section completed: initializing
Building
Complete
Building
Complete
1:49:05 AM: Netlify Build
1:49:05 AM: ────────────────────────────────────────────────────────────────
1:49:05 AM:
1:49:05 AM: ❯ Version
1:49:05 AM: @netlify/build 29.9.1
1:49:05 AM:
1:49:05 AM: ❯ Flags
1:49:05 AM: baseRelDir: true
1:49:05 AM: buildId: 6438b0fc40c1e800085657ee
1:49:05 AM: deployId: 6438b0fc40c1e800085657f0
1:49:05 AM:
1:49:05 AM: ❯ Current directory
1:49:05 AM: /opt/build/repo
1:49:05 AM:
1:49:05 AM: ❯ Config file
1:49:05 AM: /opt/build/repo/netlify.toml
1:49:05 AM:
1:49:05 AM: ❯ Context
1:49:05 AM: deploy-preview
1:49:05 AM:
1:49:05 AM: 1. Build command from Netlify app
1:49:05 AM: ────────────────────────────────────────────────────────────────
1:49:05 AM:
1:49:05 AM: $ npm run build
1:49:06 AM: > share-pear@0.0.1 build
1:49:06 AM: > astro build
1:49:07 AM: 01:49:07 AM [content] No content directory found. Skipping type generation.
1:49:07 AM: 01:49:07 AM [build] output target: server
1:49:07 AM: 01:49:07 AM [build] deploy adapter: @astrojs/netlify/functions
1:49:07 AM: 01:49:07 AM [build] Collecting build info...
1:49:07 AM: 01:49:07 AM [build] Completed in 49ms.
1:49:07 AM: 01:49:07 AM [build] Building server entrypoints...
1:49:08 AM: 01:49:08 AM [build] Completed in 1.44s.
1:49:08 AM:
1:49:08 AM: finalizing server assets
1:49:08 AM: 01:49:08 AM [build] Rearranging server assets...
1:49:08 AM: 01:49:08 AM [build] Server built in 1.50s
1:49:08 AM: 01:49:08 AM [build] Complete!
1:49:08 AM:
1:49:08 AM: (build.command completed in 2.6s)
1:49:08 AM:
1:49:08 AM: 2. Functions bundling
1:49:08 AM: ────────────────────────────────────────────────────────────────
1:49:08 AM:
1:49:08 AM: The Netlify Functions setting targets a non-existing directory: netlify/functions
1:49:08 AM:
1:49:08 AM: Packaging Functions from .netlify/functions-internal directory:
1:49:08 AM: - entry.mjs
1:49:08 AM:
1:49:08 AM: ▲ [WARNING] Ignoring this import because "node_modules/path-to-regexp/dist/index.js" was marked as having no side effects
1:49:08 AM: .netlify/functions-internal/entry.mjs:8:7:
1:49:08 AM: 8 │ import 'path-to-regexp';
1:49:08 AM: ╵ ~~~~~~~~~~~~~~~~
1:49:08 AM: "sideEffects" is false in the enclosing "package.json" file
1:49:08 AM: node_modules/path-to-regexp/package.json:45:2:
1:49:08 AM: 45 │ "sideEffects": false,
1:49:08 AM: ╵ ~~~~~~~~~~~~~
1:49:08 AM:
1:49:08 AM: ❯ Functions bundled with warnings:
1:49:08 AM: - entry.zip
1:49:08 AM:
1:49:08 AM: ❯ The following Node.js modules use dynamic expressions to include files:
1:49:08 AM: - astro
1:49:08 AM:
1:49:08 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
1:49:08 AM: modules as external in the [functions] section of your `netlify.toml` configuration file:
1:49:08 AM:
1:49:08 AM: [functions]
1:49:08 AM: external_node_modules = ["astro"]
1:49:08 AM:
1:49:08 AM: Visit https://ntl.fyi/dynamic-imports for more information.
1:49:08 AM:
1:49:08 AM:
1:49:08 AM: (Functions bundling completed in 187ms)
1:49:08 AM:
1:49:08 AM: 3. Edge Functions bundling
1:49:08 AM: ────────────────────────────────────────────────────────────────
1:49:08 AM:
1:49:08 AM: Packaging Edge Functions from netlify/edge-functions directory:
1:49:08 AM: - headers
1:49:08 AM:
1:49:08 AM: (Edge Functions bundling completed in 297ms)
1:49:08 AM:
1:49:15 AM: (Netlify Build completed in 9.6s)
1:49:16 AM: Section completed: building
1:49:18 AM: Finished processing build request in 30.283s
Deploying
Complete
Deploying
Complete
1:49:08 AM: 4. Deploy site
1:49:08 AM: ────────────────────────────────────────────────────────────────
1:49:08 AM:
1:49:08 AM: Starting to deploy site from 'dist'
1:49:08 AM: Calculating files to upload
1:49:09 AM: 0 new files to upload
1:49:09 AM: 1 new functions to upload
1:49:15 AM: Section completed: deploying
1:49:15 AM: Site deploy was successfully initiated
1:49:15 AM:
1:49:15 AM: (Deploy site completed in 6.4s)
Cleanup
Complete
Cleanup
Complete
1:49:15 AM: Netlify Build Complete
1:49:15 AM: ────────────────────────────────────────────────────────────────
1:49:15 AM:
1:49:15 AM: Caching artifacts
1:49:15 AM: Started saving node modules
1:49:15 AM: Finished saving node modules
1:49:15 AM: Started saving build plugins
1:49:15 AM: Finished saving build plugins
1:49:15 AM: Started saving corepack cache
1:49:15 AM: Finished saving corepack cache
1:49:15 AM: Started saving pip cache
1:49:15 AM: Finished saving pip cache
1:49:15 AM: Started saving emacs cask dependencies
1:49:15 AM: Finished saving emacs cask dependencies
1:49:15 AM: Started saving maven dependencies
1:49:15 AM: Finished saving maven dependencies
1:49:15 AM: Started saving boot dependencies
1:49:15 AM: Finished saving boot dependencies
1:49:15 AM: Started saving rust rustup cache
1:49:15 AM: Finished saving rust rustup cache
1:49:15 AM: Started saving go dependencies
1:49:15 AM: Finished saving go dependencies
1:49:16 AM: Build script success
1:49:17 AM: Uploading Cache of size 128.8MB
1:49:18 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
1:49:15 AM: Starting post processing
1:49:15 AM: Post processing - HTML
1:49:15 AM: Post processing - header rules
1:49:16 AM: Post processing - redirect rules
1:49:16 AM: Post processing done
1:49:16 AM: Section completed: postprocessing
1:49:17 AM: Site is live ✨