Deploy details
Published deploy for flappyepilot
Merge pull request #1 from durasj/patch-1 Update README.md to give credit where credit is dueProduction: main@870fb2f
Deploy log
Initializing
Complete
Initializing
Complete
8:01:08 AM: Build ready to start
8:01:18 AM: build-image version: 17725b3539de07c84bb63d168764cd85cb2769cd (focal)
8:01:18 AM: buildbot version: 1f603b54a27b8984e49b28528efd1e3683d84d9b
8:01:18 AM: Fetching cached dependencies
8:01:18 AM: Starting to download cache of 153.2MB
8:01:19 AM: Finished downloading cache in 1.361s
8:01:19 AM: Starting to extract cache
8:01:20 AM: Finished extracting cache in 1.337s
8:01:21 AM: Finished fetching cache in 2.746s
8:01:21 AM: Starting to prepare the repo for build
8:01:21 AM: Preparing Git Reference refs/heads/main
8:01:23 AM: Starting to install dependencies
8:01:23 AM: Started restoring cached mise cache
8:01:23 AM: Finished restoring cached mise cache
8:01:23 AM: Attempting Python version '3.8', read from environment
8:01:23 AM: downloading cpython-3.8.20+20241002-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
8:01:24 AM: installing cpython-3.8.20+20241002-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
8:01:24 AM: python --version
8:01:24 AM: Python 3.8.20
8:01:24 AM: mise python@3.8.20 ✓ installed
8:01:24 AM: Python version set to 3.8
8:01:24 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:24 AM: Attempting Ruby version 2.7.2, read from environment
8:01:25 AM: Using Ruby version 2.7.2
8:01:25 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:25 AM: Started restoring cached go cache
8:01:25 AM: Finished restoring cached go cache
8:01:25 AM: go version go1.19.13 linux/amd64
8:01:25 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:26 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:26 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:26 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:26 AM: Using PHP version 8.0
8:01:26 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:26 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:27 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:27 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:27 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:27 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:27 AM: Started restoring cached Node.js version
8:01:29 AM: Finished restoring cached Node.js version
8:01:29 AM: v18.20.4 is already installed.
8:01:29 AM: Now using node v18.20.4 (npm v10.7.0)
8:01:29 AM: Enabling Node.js Corepack
8:01:29 AM: Started restoring cached build plugins
8:01:29 AM: Finished restoring cached build plugins
8:01:29 AM: Started restoring cached corepack dependencies
8:01:29 AM: Finished restoring cached corepack dependencies
8:01:29 AM: No npm workspaces detected
8:01:29 AM: Started restoring cached node modules
8:01:29 AM: Finished restoring cached node modules
8:01:29 AM: Installing npm packages using npm version 10.7.0
8:01:30 AM: up to date, audited 36 packages in 459ms
8:01:30 AM: 3 packages are looking for funding
8:01:30 AM: run `npm fund` for details
8:01:30 AM: found 0 vulnerabilities
8:01:30 AM: npm packages installed
8:01:30 AM: Successfully installed dependencies
8:01:30 AM: Starting build script
8:01:31 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:31 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:31 AM: Detected 2 framework(s)
8:01:32 AM: "svelte" at version "5.1.3"
8:01:32 AM: "vite" at version "5.4.10"
8:01:32 AM: Section completed: initializing
Building
Complete
Building
Complete
8:01:33 AM: Netlify Build
8:01:33 AM: ────────────────────────────────────────────────────────────────
8:01:33 AM:
8:01:33 AM: ❯ Version
8:01:33 AM: @netlify/build 29.55.5
8:01:33 AM:
8:01:33 AM: ❯ Flags
8:01:33 AM: accountId: 60e0e9cfd44d37120af57998
8:01:33 AM: baseRelDir: true
8:01:33 AM: buildId: 672f16c4af47790008aa8bed
8:01:33 AM: deployId: 672f16c4af47790008aa8bef
8:01:33 AM:
8:01:33 AM: ❯ Current directory
8:01:33 AM: /opt/build/repo
8:01:33 AM:
8:01:33 AM: ❯ Config file
8:01:33 AM: No config file was defined: using default values.
8:01:33 AM:
8:01:33 AM: ❯ Context
8:01:33 AM: production
8:01:33 AM:
8:01:33 AM: Build command from Netlify app
8:01:33 AM: ────────────────────────────────────────────────────────────────
8:01:33 AM:
8:01:33 AM: $ npm run build
8:01:33 AM: > flappy-bird-svelte@0.0.0 build
8:01:33 AM: > vite build
8:01:34 AM: vite v5.4.10 building for production...
8:01:34 AM: transforming...
8:01:34 AM: 8:01:34 AM [vite-plugin-svelte] src/Game.svelte:94:0 Visible, non-interactive elements with a click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as `<button type="button">` or `<a>` might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details
8:01:34 AM: 92: </script>
8:01:34 AM: 93:
8:01:34 AM: 94: <div class="game" on:click={flap}>
8:01:34 AM: ^
8:01:34 AM: 95: {#if !gameStarted}
8:01:34 AM: 96: <!-- Show the "Ready?" text before the game starts -->
8:01:34 AM: 8:01:34 AM [vite-plugin-svelte] src/Game.svelte:94:0 `<div>` with a click handler must have an ARIA role
8:01:34 AM: 92: </script>
8:01:34 AM: 93:
8:01:34 AM: 94: <div class="game" on:click={flap}>
8:01:34 AM: ^
8:01:34 AM: 95: {#if !gameStarted}
8:01:34 AM: 96: <!-- Show the "Ready?" text before the game starts -->
8:01:34 AM: 8:01:34 AM [vite-plugin-svelte] src/Game.svelte:97:4 Visible, non-interactive elements with a click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as `<button type="button">` or `<a>` might be more appropriate. See https://svelte.dev/docs/accessibility-warnings#a11y-click-events-have-key-events for more details
8:01:34 AM: 95: {#if !gameStarted}
8:01:34 AM: 96: <!-- Show the "Ready?" text before the game starts -->
8:01:34 AM: 97: <div class="ready" on:click={startGame}>Ready?</div>
8:01:34 AM: ^
8:01:34 AM: 98: {:else}
8:01:34 AM: 99: <!-- Game elements once game starts -->
8:01:34 AM: 8:01:34 AM [vite-plugin-svelte] src/Game.svelte:97:4 `<div>` with a click handler must have an ARIA role
8:01:34 AM: 95: {#if !gameStarted}
8:01:34 AM: 96: <!-- Show the "Ready?" text before the game starts -->
8:01:34 AM: 97: <div class="ready" on:click={startGame}>Ready?</div>
8:01:34 AM: ^
8:01:34 AM: 98: {:else}
8:01:34 AM: 99: <!-- Game elements once game starts -->
8:01:34 AM: ✓ 90 modules transformed.
8:01:34 AM: rendering chunks...
8:01:34 AM: computing gzip size...
8:01:34 AM: dist/index.html 0.52 kB │ gzip: 0.33 kB
8:01:34 AM: dist/assets/epilot_Logo_nur_Icon_regenbogen_RGB_angepasst-DsOTyDwf.svg 2.97 kB │ gzip: 1.04 kB
8:01:34 AM: dist/assets/pipe-CAQQdmrT.png 12.24 kB
8:01:34 AM: dist/assets/background-BgLnz0X6.png 183.63 kB
8:01:34 AM: dist/assets/bird-B08Tzjtb.png 697.87 kB
8:01:34 AM: dist/assets/index-B9QFjQ-j.css 2.21 kB │ gzip: 0.89 kB
8:01:34 AM: dist/assets/index-DtCaz0gm.js 19.31 kB │ gzip: 8.12 kB
8:01:34 AM: ✓ built in 435ms
8:01:34 AM:
8:01:34 AM: (build.command completed in 985ms)
8:01:34 AM:
8:01:34 AM: (Netlify Build completed in 1.2s)
8:01:35 AM: mise /opt/build/repo/.mise.toml tools: python@3.8.20
8:01:35 AM: Section completed: building
8:01:37 AM: Finished processing build request in 19.195s
Deploying
Complete
Deploying
Complete
8:01:34 AM: Deploy site
8:01:34 AM: ────────────────────────────────────────────────────────────────
8:01:34 AM:
8:01:34 AM: Starting to deploy site from 'dist'
8:01:34 AM: Calculating files to upload
8:01:34 AM: 0 new file(s) to upload
8:01:34 AM: 0 new function(s) to upload
8:01:34 AM: Section completed: deploying
8:01:34 AM: Site deploy was successfully initiated
8:01:34 AM:
8:01:34 AM: (Deploy site completed in 153ms)
Cleanup
Complete
Cleanup
Complete
8:01:34 AM: Netlify Build Complete
8:01:34 AM: ────────────────────────────────────────────────────────────────
8:01:34 AM:
8:01:35 AM: Caching artifacts
8:01:35 AM: Started saving node modules
8:01:35 AM: Finished saving node modules
8:01:35 AM: Started saving build plugins
8:01:35 AM: Finished saving build plugins
8:01:35 AM: Started saving mise cache
8:01:35 AM: Finished saving mise cache
8:01:35 AM: Started saving corepack cache
8:01:35 AM: Finished saving corepack cache
8:01:35 AM: Started saving pip cache
8:01:35 AM: Finished saving pip cache
8:01:35 AM: Started saving emacs cask dependencies
8:01:35 AM: Finished saving emacs cask dependencies
8:01:35 AM: Started saving maven dependencies
8:01:35 AM: Finished saving maven dependencies
8:01:35 AM: Started saving boot dependencies
8:01:35 AM: Finished saving boot dependencies
8:01:35 AM: Started saving rust rustup cache
8:01:35 AM: Finished saving rust rustup cache
8:01:35 AM: Started saving go dependencies
8:01:35 AM: Finished saving go dependencies
8:01:35 AM: Build script success
8:01:36 AM: Uploading Cache of size 152.9MB
8:01:37 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
8:01:34 AM: Post processing - redirect rules
8:01:34 AM: Post processing done
8:01:34 AM: Section completed: postprocessing
8:01:34 AM: Starting post processing
8:01:34 AM: Skipping form detection
8:01:34 AM: Post processing - header rules
8:01:35 AM: Site is live ✨