Skip to main content

Deploy details

Deploy successful for awesome-connect-four

chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2

PR #104: dependabot/npm_and_yarn/decode-uri-component-0.2.2@f66ba75

Deploy log

5:21:29 PM: Build ready to start
5:21:30 PM: build-image version: 4c0c1cadee6a31c9bb8d824514030009c4c05c6a (focal)
5:21:30 PM: build-image tag: v4.15.0
5:21:30 PM: buildbot version: cc0c986a947e274d444f48f63f797a5d01f2a89a
5:21:30 PM: Fetching cached dependencies
5:21:30 PM: Starting to download cache of 226.6MB
5:21:33 PM: Finished downloading cache in 2.414986436s
5:21:33 PM: Starting to extract cache
5:21:35 PM: Finished extracting cache in 1.794439303s
5:21:35 PM: Finished fetching cache in 4.264745333s
5:21:35 PM: Starting to prepare the repo for build
5:21:35 PM: Preparing Git Reference pull/104/head
5:21:35 PM: git clone --filter=blob:none https://github.com/nickytonline/connect-four
5:21:36 PM: Parsing package.json dependencies
5:21:37 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'dist' versus '' in the Netlify UI
5:21:37 PM: Different build command detected, going to use the one specified in the Netlify configuration file: 'npm run build' versus '# no build command' in the Netlify UI
5:21:37 PM: Section completed: initializing
5:21:37 PM: Starting build script
5:21:37 PM: Installing dependencies
5:21:37 PM: Python version set to 2.7
5:21:37 PM: Started restoring cached node version
5:21:38 PM: Finished restoring cached node version
5:21:38 PM: v16.18.1 is already installed.
5:21:39 PM: Now using node v16.18.1 (npm v8.19.2)
5:21:39 PM: Enabling node corepack
5:21:39 PM: Started restoring cached build plugins
5:21:39 PM: Finished restoring cached build plugins
5:21:39 PM: Attempting ruby version 2.7.2, read from environment
5:21:39 PM: Using ruby version 2.7.2
5:21:40 PM: Using PHP version 8.0
5:21:40 PM: No npm workspaces detected
5:21:40 PM: Started restoring cached node modules
5:21:40 PM: Finished restoring cached node modules
5:21:40 PM: Started restoring cached go cache
5:21:40 PM: Finished restoring cached go cache
5:21:40 PM: Installing Go version 1.17 (requested 1.17)
5:21:44 PM: unset GOOS;
5:21:44 PM: unset GOARCH;
5:21:44 PM: export GOROOT='/opt/buildhome/.gimme/versions/go1.17.linux.amd64';
5:21:44 PM: export PATH="/opt/buildhome/.gimme/versions/go1.17.linux.amd64/bin:${PATH}";
5:21:44 PM: go version >&2;
5:21:44 PM: export GIMME_ENV="/opt/buildhome/.gimme/env/go1.17.linux.amd64.env"
5:21:44 PM: go version go1.17 linux/amd64
5:21:45 PM: Detected 1 framework(s)
5:21:45 PM: "svelte-kit" at version "1.0.0-next.529"
5:21:45 PM: Installing missing commands
5:21:45 PM: Verify run directory
5:21:46 PM:
5:21:46 PM: ────────────────────────────────────────────────────────────────
5:21:46 PM: Netlify Build
5:21:46 PM: ────────────────────────────────────────────────────────────────
5:21:46 PM:
5:21:46 PM: ❯ Version
5:21:46 PM: @netlify/build 29.0.1
5:21:46 PM:
5:21:46 PM: ❯ Flags
5:21:46 PM: baseRelDir: true
5:21:46 PM: buildId: 63936e99bad4ea00084c549d
5:21:46 PM: deployId: 63936e99bad4ea00084c549f
5:21:46 PM:
5:21:46 PM: ❯ Current directory
5:21:46 PM: /opt/build/repo
5:21:46 PM:
5:21:46 PM: ❯ Config file
5:21:46 PM: /opt/build/repo/netlify.toml
5:21:46 PM:
5:21:46 PM: ❯ Context
5:21:46 PM: deploy-preview
5:21:46 PM:
5:21:46 PM: ────────────────────────────────────────────────────────────────
5:21:46 PM: 1. build.command from netlify.toml
5:21:46 PM: ────────────────────────────────────────────────────────────────
5:21:46 PM: ​
5:21:46 PM: $ npm run build
5:21:46 PM: > connect-four@1.0.0 prebuild
5:21:46 PM: > npm run lint && CI=true npm test -- run --coverage
5:21:46 PM: > connect-four@1.0.0 lint
5:21:46 PM: > prettier --plugin-search-dir . --check . && eslint .
5:21:46 PM: Checking formatting...
5:21:47 PM: All matched files use Prettier code style!
5:21:49 PM: > connect-four@1.0.0 test
5:21:49 PM: > vitest run --coverage
5:21:49 PM: ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
5:21:49 PM: tsconfig.json:2:12:
5:21:49 PM: 2 │ "extends": "./.svelte-kit/tsconfig.json",
5:21:49 PM: ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5:21:50 PM: RUN v0.25.2 /opt/build/repo
5:21:50 PM: Coverage enabled with c8
5:21:55 PM: testSpec.spec.ts (1 test) 2ms
5:21:55 PM: Test Files 1 passed (1)
5:21:55 PM: Tests 1 passed (1)
5:21:55 PM: Start at 17:21:49
5:21:55 PM: Duration 5.03s (transform 1.17s, setup 0ms, collect 16ms, tests 2ms)
5:21:55 PM: % Coverage report from c8
5:21:55 PM: ----------|---------|----------|---------|---------|-------------------
5:21:55 PM: File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
5:21:55 PM: ----------|---------|----------|---------|---------|-------------------
5:21:55 PM: All files | 0 | 0 | 0 | 0 |
5:21:55 PM: ----------|---------|----------|---------|---------|-------------------
5:21:56 PM: > connect-four@1.0.0 build
5:21:56 PM: > vite build
5:21:57 PM: polyfillModulePreload is deprecated. Use modulePreload.polyfill instead.
5:21:57 PM: vite v3.2.2 building for production...
5:21:57 PM: transforming...
5:21:58 PM: 41 modules transformed.
5:21:58 PM: rendering chunks...
5:21:58 PM: polyfillModulePreload is deprecated. Use modulePreload.polyfill instead.
5:21:58 PM: vite v3.2.2 building SSR bundle for production...
5:21:58 PM: transforming...
5:21:58 PM: 49 modules transformed.
5:21:58 PM: Generated an empty chunk: "hooks"
5:21:58 PM: rendering chunks...
5:21:58 PM: .svelte-kit/output/server/vite-manifest.json 1.31 KiB
5:21:58 PM: .svelte-kit/output/server/index.js 72.50 KiB
5:21:58 PM: .svelte-kit/output/server/entries/fallbacks/layout.svelte.js 0.23 KiB
5:21:58 PM: .svelte-kit/output/server/entries/fallbacks/error.svelte.js 1.50 KiB
5:21:58 PM: .svelte-kit/output/server/entries/pages/_page.svelte.js 3.07 KiB
5:21:58 PM: .svelte-kit/output/server/chunks/index.js 3.53 KiB
5:21:58 PM: .svelte-kit/output/server/chunks/index2.js 1.29 KiB
5:21:58 PM: .svelte-kit/output/server/chunks/hooks.js 0.00 KiB
5:21:58 PM: Run npm run preview to preview your production build locally.
5:21:58 PM: .svelte-kit/output/client/vite-manifest.json 2.56 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/components/layout.svelte-3764221b.js 0.53 KiB / gzip: 0.35 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/components/error.svelte-b2b04584.js 2.07 KiB / gzip: 0.95 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/components/pages/_page.svelte-1faa6480.js 5.30 KiB / gzip: 2.23 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/chunks/singletons-0f546864.js 1.43 KiB / gzip: 0.81 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/chunks/index-285718c9.js 0.43 KiB / gzip: 0.30 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/chunks/index-9de25212.js 6.90 KiB / gzip: 2.79 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/start-5ccd65dc.js 25.07 KiB / gzip: 9.79 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/chunks/0-c75aa4ae.js 0.09 KiB / gzip: 0.09 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/chunks/1-4957013a.js 0.09 KiB / gzip: 0.09 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/chunks/2-b3e2f885.js 0.09 KiB / gzip: 0.10 KiB
5:21:58 PM: .svelte-kit/output/client/_app/immutable/assets/_page-9c24ca44.css 0.76 KiB / gzip: 0.38 KiB
5:21:58 PM:
5:21:58 PM: > Using @sveltejs/adapter-netlify
5:21:59 PM: Creating deploy upload records
5:21:58 PM: ✔ done
5:21:58 PM: ​
5:21:58 PM: (build.command completed in 12.2s)
5:21:58 PM:
5:21:58 PM: ────────────────────────────────────────────────────────────────
5:21:58 PM: 2. Functions bundling
5:21:58 PM: ────────────────────────────────────────────────────────────────
5:21:58 PM: ​
5:21:58 PM: The Netlify Functions setting targets a non-existing directory: netlify/functions
5:21:58 PM: ​
5:21:58 PM: (Functions bundling completed in 1ms)
5:21:59 PM: Starting post processing
5:21:58 PM:
5:21:58 PM: ────────────────────────────────────────────────────────────────
5:21:58 PM: 3. Edge Functions bundling
5:21:59 PM: Post processing - HTML
5:21:58 PM: ────────────────────────────────────────────────────────────────
5:21:58 PM: ​
5:21:58 PM: Packaging Edge Functions from .netlify/edge-functions directory:
5:22:00 PM: Post processing - header rules
5:21:58 PM: - render
5:21:59 PM: ​
5:21:59 PM: (Edge Functions bundling completed in 688ms)
5:22:00 PM: Post processing - redirect rules
5:21:59 PM:
5:21:59 PM: ────────────────────────────────────────────────────────────────
5:22:00 PM: Post processing done
5:21:59 PM: 4. Deploy site
5:21:59 PM: ────────────────────────────────────────────────────────────────
5:21:59 PM: ​
5:22:00 PM: Section completed: postprocessing
5:21:59 PM: Starting to deploy site from 'dist'
5:21:59 PM: Creating deploy tree
5:21:59 PM: 8 new files to upload
5:21:59 PM: 0 new functions to upload
5:21:59 PM: Section completed: deploying
5:21:59 PM: Site deploy was successfully initiated
5:21:59 PM: ​
5:21:59 PM: (Deploy site completed in 338ms)
5:21:59 PM:
5:21:59 PM: ────────────────────────────────────────────────────────────────
5:21:59 PM: Netlify Build Complete
5:21:59 PM: ────────────────────────────────────────────────────────────────
5:21:59 PM: ​
5:21:59 PM: (Netlify Build completed in 13.3s)
5:21:59 PM: Caching artifacts
5:21:59 PM: Started saving node modules
5:21:59 PM: Finished saving node modules
5:21:59 PM: Started saving build plugins
5:21:59 PM: Finished saving build plugins
5:21:59 PM: Started saving pip cache
5:22:00 PM: Finished saving pip cache
5:22:00 PM: Started saving emacs cask dependencies
5:22:00 PM: Finished saving emacs cask dependencies
5:22:00 PM: Started saving maven dependencies
5:22:00 PM: Finished saving maven dependencies
5:22:00 PM: Started saving boot dependencies
5:22:00 PM: Finished saving boot dependencies
5:22:00 PM: Started saving rust rustup cache
5:22:00 PM: Finished saving rust rustup cache
5:22:00 PM: Started saving go dependencies
5:22:00 PM: Finished saving go dependencies
5:22:00 PM: Build script success
5:22:00 PM: Section completed: building
5:22:01 PM: Uploading Cache of size 226.1MB
5:22:02 PM: Section completed: cleanup
5:22:02 PM: Finished processing build request in 31.779015773s
5:22:03 PM: Site is live ✨