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