Loading Netlify dashboard…

Skip to main content

Deploy details

Published deploy for elegua

README updates

Production: master@08d63aa

Deploy log

Initializing

Complete
3:28:42 PM: Build ready to start
3:28:53 PM: build-image version: fcb0c1b3ada6d25c1cb58e8bc514f5f23cc14f15 (focal)
3:28:53 PM: buildbot version: 949f978097ce456b0ebbd6633df01a071000be30
3:28:54 PM: Fetching cached dependencies
3:28:54 PM: Starting to download cache of 192.1MB
3:28:55 PM: Finished downloading cache in 1.512s
3:28:55 PM: Starting to extract cache
3:28:57 PM: Finished extracting cache in 1.764s
3:28:57 PM: Finished fetching cache in 3.344s
3:28:57 PM: Starting to prepare the repo for build
3:28:57 PM: Preparing Git Reference refs/heads/master
3:29:00 PM: Starting to install dependencies
3:29:03 PM: Python version set to 3.8
3:29:03 PM: Attempting Ruby version 2.7.2, read from environment
3:29:04 PM: Using Ruby version 2.7.2
3:29:04 PM: Started restoring cached go cache
3:29:04 PM: Finished restoring cached go cache
3:29:06 PM: go version go1.19.13 linux/amd64
3:29:06 PM: Using PHP version 8.0
3:29:08 PM: Started restoring cached Node.js version
3:29:09 PM: Finished restoring cached Node.js version
3:29:10 PM: v18.19.1 is already installed.
3:29:10 PM: Now using node v18.19.1 (npm v10.2.4)
3:29:10 PM: Enabling Node.js Corepack
3:29:10 PM: Started restoring cached build plugins
3:29:10 PM: Finished restoring cached build plugins
3:29:10 PM: Started restoring cached corepack dependencies
3:29:10 PM: Finished restoring cached corepack dependencies
3:29:10 PM: Started restoring cached pnpm cache
3:29:10 PM: Finished restoring cached pnpm cache
3:29:11 PM: Installing npm packages using pnpm version 8.14.1
3:29:11 PM: Lockfile is up to date, resolution step is skipped
3:29:11 PM: Progress: resolved 1, reused 0, downloaded 0, added 0
3:29:11 PM: Packages: +252
3:29:11 PM: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3:29:12 PM: Progress: resolved 252, reused 217, downloaded 0, added 0
3:29:13 PM: Progress: resolved 252, reused 252, downloaded 0, added 252, done
3:29:13 PM: devDependencies:
3:29:13 PM: + @sveltejs/adapter-auto 3.1.1
3:29:13 PM: + @sveltejs/kit 2.5.0
3:29:13 PM: + @sveltejs/package 2.2.6
3:29:13 PM: + @sveltejs/vite-plugin-svelte 3.0.2
3:29:13 PM: + @swc/core 1.4.2
3:29:13 PM: + @tsconfig/svelte 5.0.2
3:29:13 PM: + @types/node 20.11.19
3:29:13 PM: + @types/sloc 0.2.3
3:29:13 PM: + @typescript-eslint/eslint-plugin 7.0.2
3:29:13 PM: + @typescript-eslint/parser 7.0.2
3:29:13 PM: + elegua 2.2.3
3:29:13 PM: + eslint 8.56.0
3:29:13 PM: + eslint-config-prettier 9.1.0
3:29:13 PM: + eslint-plugin-svelte 2.35.1
3:29:13 PM: + prettier 3.2.5
3:29:13 PM: + sloc 0.3.2
3:29:13 PM: + svelte 4.2.11
3:29:13 PM: + svelte-check 3.6.4
3:29:13 PM: + ts-node 10.9.2
3:29:13 PM: + tslib 2.6.2
3:29:13 PM: + typescript 5.3.3
3:29:13 PM: + vite 5.1.4
3:29:13 PM: Done in 2s
3:29:13 PM: npm packages installed using pnpm
3:29:14 PM: Successfully installed dependencies
3:29:14 PM: Starting build script
3:29:17 PM: Detected 1 framework(s)
3:29:17 PM: "svelte-kit" at version "2.5.0"
3:29:17 PM: Section completed: initializing

Building

Complete
3:29:18 PM: Netlify Build
3:29:18 PM: ────────────────────────────────────────────────────────────────
3:29:18 PM:
3:29:18 PM: ❯ Version
3:29:18 PM: @netlify/build 29.36.0
3:29:18 PM:
3:29:18 PM: ❯ Flags
3:29:18 PM: baseRelDir: true
3:29:18 PM: buildId: 65e4972a70426e0008519176
3:29:18 PM: deployId: 65e4972a70426e0008519178
3:29:18 PM:
3:29:18 PM: ❯ Current directory
3:29:18 PM: /opt/build/repo
3:29:18 PM:
3:29:18 PM: ❯ Config file
3:29:18 PM: No config file was defined: using default values.
3:29:18 PM:
3:29:18 PM: ❯ Context
3:29:18 PM: production
3:29:18 PM:
3:29:18 PM: Build command from Netlify app
3:29:18 PM: ────────────────────────────────────────────────────────────────
3:29:18 PM: ​
3:29:18 PM: $ npm run build:page
3:29:19 PM: > elegua@2.2.3 build:page
3:29:19 PM: > vite build --outDir build; echo "/* /index.html 200" > build/_redirects
3:29:19 PM: vite v5.1.4 building for production...
3:29:19 PM: transforming...
3:29:19 PM: The glob option "as" has been deprecated in favour of "query". Please update `as: "raw"` to `query: "?raw", import: "default"`.
3:29:20 PM: 3:29:20 PM [vite-plugin-svelte] /opt/build/repo/src/Tabs/Tabs.svelte:25:3 A11y: <span> with click, keydown handlers must have an ARIA role
3:29:20 PM: 23: {#each items as item}
3:29:20 PM: 24: <li class={activeTabValue === item.value ? "active" : ""}>
3:29:20 PM: 25: <span on:click={handleClick(item.value)} on:keydown={() => {}}>{item.label}</span>
3:29:20 PM: ^
3:29:20 PM: 26: </li>
3:29:20 PM: 27: {/each}
3:29:20 PM: 60 modules transformed.
3:29:20 PM: rendering chunks...
3:29:20 PM: computing gzip size...
3:29:20 PM: build/index.html 0.46 kB │ gzip: 0.30 kB
3:29:20 PM: build/assets/index-C17mYdNk.css 1.46 kB │ gzip: 0.57 kB
3:29:20 PM: build/assets/index1-C66rbSvW.js 0.07 kB │ gzip: 0.07 kB
3:29:20 PM: build/assets/index2-XbN0hmvj.js 0.07 kB │ gzip: 0.07 kB
3:29:20 PM: build/assets/index3-DFtOie9P.js 0.07 kB │ gzip: 0.07 kB
3:29:20 PM: build/assets/index-DyznL37Q.js 48.81 kB │ gzip: 16.20 kB
3:29:20 PM: ✓ built in 751ms
3:29:20 PM: ​
3:29:20 PM: (build.command completed in 1.5s)
3:29:20 PM:
3:29:20 PM: (Netlify Build completed in 1.6s)
3:29:21 PM: Section completed: building
3:29:27 PM: Finished processing build request in 33.725s

Deploying

Complete
3:29:20 PM: Deploy site
3:29:20 PM: ────────────────────────────────────────────────────────────────
3:29:20 PM: ​
3:29:20 PM: Starting to deploy site from "build"
3:29:20 PM: Calculating files to upload
3:29:20 PM: 0 new files to upload
3:29:20 PM: 0 new functions to upload
3:29:20 PM: Section completed: deploying
3:29:20 PM: Site deploy was successfully initiated
3:29:20 PM: ​
3:29:20 PM: (Deploy site completed in 144ms)

Cleanup

Complete
3:29:20 PM: Netlify Build Complete
3:29:20 PM: ────────────────────────────────────────────────────────────────
3:29:20 PM: ​
3:29:21 PM: Caching artifacts
3:29:21 PM: Started saving node modules
3:29:21 PM: Finished saving node modules
3:29:21 PM: Started saving build plugins
3:29:21 PM: Finished saving build plugins
3:29:21 PM: Started saving corepack cache
3:29:21 PM: Finished saving corepack cache
3:29:21 PM: Started saving pnpm cache
3:29:21 PM: Finished saving pnpm cache
3:29:21 PM: Started saving pip cache
3:29:21 PM: Finished saving pip cache
3:29:21 PM: Started saving emacs cask dependencies
3:29:21 PM: Finished saving emacs cask dependencies
3:29:21 PM: Started saving maven dependencies
3:29:21 PM: Finished saving maven dependencies
3:29:21 PM: Started saving boot dependencies
3:29:21 PM: Finished saving boot dependencies
3:29:21 PM: Started saving rust rustup cache
3:29:21 PM: Finished saving rust rustup cache
3:29:21 PM: Started saving go dependencies
3:29:21 PM: Finished saving go dependencies
3:29:21 PM: Build script success
3:29:26 PM: Uploading Cache of size 192.2MB
3:29:27 PM: Section completed: cleanup

Post-processing

Complete
3:29:20 PM: Starting post processing
3:29:20 PM: Skipping form detection
3:29:20 PM: Post processing - header rules
3:29:20 PM: Post processing - redirect rules
3:29:20 PM: Post processing done
3:29:20 PM: Section completed: postprocessing
3:29:21 PM: Site is live ✨