Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
10:13:22 PM: Waiting for other deploys from your team to complete. Check the queue: https://app.netlify.com/teams/koenidv/builds
10:14:05 PM: Build ready to start
10:14:16 PM: build-image version: 006dca901dab83234b4881f914ac1a189ff41daa (focal)
10:14:16 PM: buildbot version: 91afcc08587ca1ca63cf1aa8edb323949ceee060
10:14:16 PM: Fetching cached dependencies
10:14:16 PM: Failed to fetch cache, continuing with build
10:14:16 PM: Starting to prepare the repo for build
10:14:16 PM: No cached dependencies found. Cloning fresh repo
10:14:16 PM: git clone --filter=blob:none https://github.com/koenidv/react-todolist
10:14:16 PM: Preparing Git Reference pull/25/head
10:14:18 PM: Starting to install dependencies
10:14:18 PM: Python version set to 3.8
10:14:18 PM: Attempting Ruby version 2.7.2, read from environment
10:14:19 PM: Using Ruby version 2.7.2
10:14:19 PM: Started restoring cached go cache
10:14:19 PM: Finished restoring cached go cache
10:14:19 PM: Installing Go version 1.16.5 (requested 1.16.5)
10:14:24 PM: go version go1.16.5 linux/amd64
10:14:25 PM: Using PHP version 8.0
10:14:27 PM: Downloading and installing node v16.20.2...
10:14:27 PM: Downloading https://nodejs.org/dist/v16.20.2/node-v16.20.2-linux-x64.tar.xz...
10:14:27 PM: Computing checksum with sha256sum
10:14:27 PM: Checksums matched!
10:14:29 PM: Now using node v16.20.2 (npm v8.19.4)
10:14:29 PM: Enabling Node.js Corepack
10:14:29 PM: Started restoring cached build plugins
10:14:29 PM: Finished restoring cached build plugins
10:14:29 PM: Started restoring cached corepack dependencies
10:14:29 PM: Finished restoring cached corepack dependencies
10:14:29 PM: No npm workspaces detected
10:14:29 PM: Started restoring cached node modules
10:14:29 PM: Finished restoring cached node modules
10:14:29 PM: Installing npm packages using npm version 8.19.4
10:14:34 PM: npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
10:14:35 PM: npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
10:14:51 PM: added 1586 packages, and audited 1587 packages in 21s
10:14:51 PM: 203 packages are looking for funding
10:14:51 PM: run `npm fund` for details
10:14:51 PM: 17 vulnerabilities (7 moderate, 9 high, 1 critical)
10:14:51 PM: To address issues that do not require attention, run:
10:14:51 PM: npm audit fix
10:14:51 PM: To address all issues (including breaking changes), run:
10:14:51 PM: npm audit fix --force
10:14:51 PM: Run `npm audit` for details.
10:14:51 PM: npm packages installed
10:14:51 PM: Successfully installed dependencies
10:14:51 PM: Starting build script
10:14:52 PM: Detected 1 framework(s)
10:14:52 PM: "create-react-app" at version "5.0.1"
10:14:52 PM: Section completed: initializing
Building
Complete
Building
Complete
10:14:54 PM: Netlify Build
10:14:54 PM: ────────────────────────────────────────────────────────────────
10:14:54 PM:
10:14:54 PM: ❯ Version
10:14:54 PM: @netlify/build 29.51.3
10:14:54 PM:
10:14:54 PM: ❯ Flags
10:14:54 PM: baseRelDir: true
10:14:54 PM: buildId: 669ed98204c5a700087e95f3
10:14:54 PM: deployId: 669ed98204c5a700087e95f5
10:14:54 PM:
10:14:54 PM: ❯ Current directory
10:14:54 PM: /opt/build/repo
10:14:54 PM:
10:14:54 PM: ❯ Config file
10:14:54 PM: No config file was defined: using default values.
10:14:54 PM:
10:14:54 PM: ❯ Context
10:14:54 PM: deploy-preview
10:14:54 PM:
10:14:54 PM: Build command from Netlify app
10:14:54 PM: ────────────────────────────────────────────────────────────────
10:14:54 PM:
10:14:54 PM: $ CI= npm run build
10:14:54 PM: > todolist@0.1.0 build
10:14:54 PM: > react-scripts build
10:14:57 PM: Creating an optimized production build...
10:14:57 PM: Browserslist: caniuse-lite is outdated. Please run:
10:14:57 PM: npx browserslist@latest --update-db
10:14:57 PM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
10:15:07 PM: Browserslist: caniuse-lite is outdated. Please run:
10:15:07 PM: npx browserslist@latest --update-db
10:15:07 PM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
10:15:08 PM: Compiled with warnings.
10:15:08 PM:
10:15:08 PM: src/App.js
10:15:08 PM: Line 6:10: 'getTodos' is defined but never used no-unused-vars
10:15:08 PM: Line 12:10: 'BaseInfoText' is defined but never used no-unused-vars
10:15:08 PM: src/todos/EditTodo.js
10:15:08 PM: Line 1:10: 'BaseButton' is defined but never used no-unused-vars
10:15:08 PM: src/todos/TodoList.js
10:15:08 PM: Line 1:154: 'TodosWrapper' is defined but never used no-unused-vars
10:15:08 PM: Line 5:10: 'BaseButtonAction' is defined but never used no-unused-vars
10:15:08 PM: Line 5:28: 'BaseButtonBorderless' is defined but never used no-unused-vars
10:15:08 PM: Search for the keywords to learn more about each warning.
10:15:08 PM: To ignore, add // eslint-disable-next-line to the line before.
10:15:08 PM: File sizes after gzip:
10:15:08 PM: 113.54 kB build/static/js/main.decac41a.js
10:15:08 PM: 2.7 kB build/static/js/496.bd8a29e6.chunk.js
10:15:08 PM: 1.12 kB build/static/css/main.00447ece.css
10:15:08 PM: The project was built assuming it is hosted at /.
10:15:08 PM: You can control this with the homepage field in your package.json.
10:15:08 PM: The build folder is ready to be deployed.
10:15:08 PM: You may serve it with a static server:
10:15:08 PM: npm install -g serve
10:15:08 PM: serve -s build
10:15:08 PM: Find out more about deployment here:
10:15:08 PM: https://cra.link/deployment
10:15:08 PM:
10:15:08 PM: (build.command completed in 13.9s)
10:15:08 PM:
10:15:08 PM: (Netlify Build completed in 14.3s)
10:15:38 PM: Section completed: building
10:15:47 PM: Finished processing build request in 1m30.945s
Deploying
Complete
Deploying
Complete
10:15:08 PM: Deploy site
10:15:08 PM: ────────────────────────────────────────────────────────────────
10:15:08 PM:
10:15:08 PM: Starting to deploy site from 'build'
10:15:08 PM: Calculating files to upload
10:15:08 PM: 6 new files to upload
10:15:08 PM: 0 new functions to upload
10:15:08 PM: Section completed: deploying
10:15:08 PM: Site deploy was successfully initiated
10:15:08 PM:
10:15:08 PM: (Deploy site completed in 367ms)
Cleanup
Complete
Cleanup
Complete
10:15:08 PM: Netlify Build Complete
10:15:08 PM: ────────────────────────────────────────────────────────────────
10:15:08 PM:
10:15:09 PM: Caching artifacts
10:15:09 PM: Started saving node modules
10:15:09 PM: Finished saving node modules
10:15:09 PM: Started saving build plugins
10:15:09 PM: Finished saving build plugins
10:15:09 PM: Started saving corepack cache
10:15:09 PM: Finished saving corepack cache
10:15:09 PM: Started saving pip cache
10:15:09 PM: Finished saving pip cache
10:15:09 PM: Started saving emacs cask dependencies
10:15:09 PM: Finished saving emacs cask dependencies
10:15:09 PM: Started saving maven dependencies
10:15:09 PM: Finished saving maven dependencies
10:15:09 PM: Started saving boot dependencies
10:15:09 PM: Finished saving boot dependencies
10:15:09 PM: Started saving rust rustup cache
10:15:09 PM: Finished saving rust rustup cache
10:15:09 PM: Started saving go dependencies
10:15:09 PM: Finished saving go dependencies
10:15:38 PM: Build script success
10:15:46 PM: Uploading Cache of size 138.2MB
10:15:47 PM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
10:15:08 PM: Post processing done
10:15:08 PM: Section completed: postprocessing
10:15:08 PM: Starting post processing
10:15:08 PM: Post processing - Forms
10:15:08 PM: Post processing - header rules
10:15:08 PM: Post processing - redirect rules
10:15:09 PM: Site is live ✨