Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
11:06:55 PM: Build ready to start
11:07:06 PM: build-image version: 006dca901dab83234b4881f914ac1a189ff41daa (focal)
11:07:06 PM: buildbot version: 217007009f52ddcc6b6c0352dbf8da729c735a36
11:07:06 PM: Fetching cached dependencies
11:07:06 PM: Starting to download cache of 138.4MB
11:07:07 PM: Finished downloading cache in 1.356s
11:07:07 PM: Starting to extract cache
11:07:09 PM: Finished extracting cache in 1.87s
11:07:09 PM: Finished fetching cache in 3.271s
11:07:09 PM: Starting to prepare the repo for build
11:07:10 PM: Preparing Git Reference pull/20/head
11:07:11 PM: Starting to install dependencies
11:07:12 PM: Python version set to 3.8
11:07:12 PM: Attempting Ruby version 2.7.2, read from environment
11:07:12 PM: Using Ruby version 2.7.2
11:07:13 PM: Started restoring cached go cache
11:07:13 PM: Finished restoring cached go cache
11:07:13 PM: Installing Go version 1.16.5 (requested 1.16.5)
11:07:21 PM: go version go1.16.5 linux/amd64
11:07:22 PM: Using PHP version 8.0
11:07:23 PM: Started restoring cached Node.js version
11:07:24 PM: Finished restoring cached Node.js version
11:07:25 PM: v16.20.2 is already installed.
11:07:25 PM: Now using node v16.20.2 (npm v8.19.4)
11:07:25 PM: Enabling Node.js Corepack
11:07:25 PM: Started restoring cached build plugins
11:07:25 PM: Finished restoring cached build plugins
11:07:25 PM: Started restoring cached corepack dependencies
11:07:25 PM: Finished restoring cached corepack dependencies
11:07:25 PM: No npm workspaces detected
11:07:25 PM: Started restoring cached node modules
11:07:25 PM: Finished restoring cached node modules
11:07:26 PM: Installing npm packages using npm version 8.19.4
11:07:37 PM: removed 1 package, changed 1 package, and audited 1586 packages in 11s
11:07:37 PM: 203 packages are looking for funding
11:07:37 PM: run `npm fund` for details
11:07:37 PM: 17 vulnerabilities (7 moderate, 9 high, 1 critical)
11:07:37 PM: To address issues that do not require attention, run:
11:07:37 PM: npm audit fix
11:07:37 PM: To address all issues (including breaking changes), run:
11:07:37 PM: npm audit fix --force
11:07:37 PM: Run `npm audit` for details.
11:07:37 PM: npm packages installed
11:07:37 PM: Successfully installed dependencies
11:07:37 PM: Starting build script
11:07:38 PM: Detected 1 framework(s)
11:07:38 PM: "create-react-app" at version "5.0.1"
11:07:38 PM: Section completed: initializing
Building
Complete
Building
Complete
11:07:40 PM: Netlify Build
11:07:40 PM: ────────────────────────────────────────────────────────────────
11:07:40 PM:
11:07:40 PM: ❯ Version
11:07:40 PM: @netlify/build 29.49.1
11:07:40 PM:
11:07:40 PM: ❯ Flags
11:07:40 PM: baseRelDir: true
11:07:40 PM: buildId: 6679fc0f35221c00089ccfd3
11:07:40 PM: deployId: 6679fc0f35221c00089ccfd5
11:07:40 PM:
11:07:40 PM: ❯ Current directory
11:07:40 PM: /opt/build/repo
11:07:40 PM:
11:07:40 PM: ❯ Config file
11:07:40 PM: No config file was defined: using default values.
11:07:40 PM:
11:07:40 PM: ❯ Context
11:07:40 PM: deploy-preview
11:07:40 PM:
11:07:40 PM: Build command from Netlify app
11:07:40 PM: ────────────────────────────────────────────────────────────────
11:07:40 PM:
11:07:40 PM: $ CI= npm run build
11:07:40 PM: > todolist@0.1.0 build
11:07:40 PM: > react-scripts build
11:07:41 PM: Creating an optimized production build...
11:07:41 PM: Browserslist: caniuse-lite is outdated. Please run:
11:07:41 PM: npx browserslist@latest --update-db
11:07:41 PM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
11:07:48 PM: Browserslist: caniuse-lite is outdated. Please run:
11:07:48 PM: npx browserslist@latest --update-db
11:07:48 PM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
11:07:48 PM: Compiled with warnings.
11:07:48 PM:
11:07:48 PM: src/App.js
11:07:48 PM: Line 6:10: 'getTodos' is defined but never used no-unused-vars
11:07:48 PM: Line 12:10: 'BaseInfoText' is defined but never used no-unused-vars
11:07:48 PM: src/todos/EditTodo.js
11:07:48 PM: Line 1:10: 'BaseButton' is defined but never used no-unused-vars
11:07:48 PM: src/todos/TodoList.js
11:07:48 PM: Line 1:154: 'TodosWrapper' is defined but never used no-unused-vars
11:07:48 PM: Line 5:10: 'BaseButtonAction' is defined but never used no-unused-vars
11:07:48 PM: Line 5:28: 'BaseButtonBorderless' is defined but never used no-unused-vars
11:07:48 PM: Search for the keywords to learn more about each warning.
11:07:48 PM: To ignore, add // eslint-disable-next-line to the line before.
11:07:48 PM: File sizes after gzip:
11:07:48 PM: 113.54 kB build/static/js/main.4271c37a.js
11:07:48 PM: 1.78 kB build/static/js/787.97a945da.chunk.js
11:07:48 PM: 1.12 kB build/static/css/main.00447ece.css
11:07:48 PM: The project was built assuming it is hosted at /.
11:07:48 PM: You can control this with the homepage field in your package.json.
11:07:48 PM: The build folder is ready to be deployed.
11:07:48 PM: You may serve it with a static server:
11:07:48 PM: npm install -g serve
11:07:48 PM: serve -s build
11:07:48 PM: Find out more about deployment here:
11:07:48 PM: https://cra.link/deployment
11:07:48 PM:
11:07:48 PM: (build.command completed in 8.6s)
11:07:48 PM:
11:07:49 PM: (Netlify Build completed in 8.9s)
11:07:49 PM: Section completed: building
11:08:03 PM: Finished processing build request in 56.66s
Deploying
Complete
Deploying
Complete
11:07:48 PM: Deploy site
11:07:48 PM: ────────────────────────────────────────────────────────────────
11:07:48 PM:
11:07:48 PM: Starting to deploy site from 'build'
11:07:49 PM: Calculating files to upload
11:07:49 PM: 0 new files to upload
11:07:49 PM: 0 new functions to upload
11:07:49 PM: Section completed: deploying
11:07:49 PM: Site deploy was successfully initiated
11:07:49 PM:
11:07:49 PM: (Deploy site completed in 241ms)
Cleanup
Complete
Cleanup
Complete
11:07:49 PM: Netlify Build Complete
11:07:49 PM: ────────────────────────────────────────────────────────────────
11:07:49 PM:
11:07:49 PM: Caching artifacts
11:07:49 PM: Started saving node modules
11:07:49 PM: Finished saving node modules
11:07:49 PM: Started saving build plugins
11:07:49 PM: Finished saving build plugins
11:07:49 PM: Started saving corepack cache
11:07:49 PM: Finished saving corepack cache
11:07:49 PM: Started saving pip cache
11:07:49 PM: Finished saving pip cache
11:07:49 PM: Started saving emacs cask dependencies
11:07:49 PM: Finished saving emacs cask dependencies
11:07:49 PM: Started saving maven dependencies
11:07:49 PM: Finished saving maven dependencies
11:07:49 PM: Started saving boot dependencies
11:07:49 PM: Finished saving boot dependencies
11:07:49 PM: Started saving rust rustup cache
11:07:49 PM: Finished saving rust rustup cache
11:07:49 PM: Started saving go dependencies
11:07:49 PM: Finished saving go dependencies
11:07:49 PM: Build script success
11:08:01 PM: Uploading Cache of size 137.9MB
11:08:03 PM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
11:07:49 PM: Post processing - header rules
11:07:49 PM: Post processing - redirect rules
11:07:49 PM: Starting post processing
11:07:49 PM: Post processing - Forms
11:07:49 PM: Site is live ✨
11:07:49 PM: Post processing done
11:07:49 PM: Section completed: postprocessing