Skip to main content

Deploy details

Published deploy for se19-todolist

Set up dependapot auto update rule

Production: main@2b913ee

Deploy log

Initializing

Complete
10:58:13 AM: Build ready to start
10:58:37 AM: build-image version: 006dca901dab83234b4881f914ac1a189ff41daa (focal)
10:58:37 AM: buildbot version: 9bbdac2b13a98595e6082353a9003cde1cbabfa5
10:58:37 AM: Fetching cached dependencies
10:58:37 AM: Failed to fetch cache, continuing with build
10:58:37 AM: Starting to prepare the repo for build
10:58:37 AM: No cached dependencies found. Cloning fresh repo
10:58:37 AM: git clone --filter=blob:none https://github.com/koenidv/react-todolist
10:58:38 AM: Preparing Git Reference refs/heads/main
10:58:39 AM: Starting to install dependencies
10:58:40 AM: Python version set to 3.8
10:58:40 AM: Attempting Ruby version 2.7.2, read from environment
10:58:40 AM: Using Ruby version 2.7.2
10:58:41 AM: Started restoring cached go cache
10:58:41 AM: Finished restoring cached go cache
10:58:41 AM: Installing Go version 1.16.5 (requested 1.16.5)
10:58:45 AM: go version go1.16.5 linux/amd64
10:58:46 AM: Using PHP version 8.0
10:58:47 AM: Downloading and installing node v16.20.2...
10:58:47 AM: Computing checksum with sha256sum
10:58:48 AM: Checksums matched!
10:58:49 AM: Now using node v16.20.2 (npm v8.19.4)
10:58:49 AM: Enabling Node.js Corepack
10:58:49 AM: Started restoring cached build plugins
10:58:49 AM: Finished restoring cached build plugins
10:58:49 AM: Started restoring cached corepack dependencies
10:58:49 AM: Finished restoring cached corepack dependencies
10:58:50 AM: No npm workspaces detected
10:58:50 AM: Started restoring cached node modules
10:58:50 AM: Finished restoring cached node modules
10:58:50 AM: Installing npm packages using npm version 8.19.4
10:58:54 AM: npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
10:58:57 AM: npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
10:59:11 AM: added 1586 packages, and audited 1587 packages in 21s
10:59:11 AM: 203 packages are looking for funding
10:59:11 AM: run `npm fund` for details
10:59:11 AM: 17 vulnerabilities (7 moderate, 9 high, 1 critical)
10:59:11 AM: To address issues that do not require attention, run:
10:59:11 AM: npm audit fix
10:59:11 AM: To address all issues (including breaking changes), run:
10:59:11 AM: npm audit fix --force
10:59:11 AM: Run `npm audit` for details.
10:59:11 AM: npm packages installed
10:59:11 AM: Successfully installed dependencies
10:59:11 AM: Starting build script
10:59:12 AM: Detected 1 framework(s)
10:59:12 AM: "create-react-app" at version "5.0.1"
10:59:12 AM: Section completed: initializing

Building

Complete
10:59:14 AM: Netlify Build
10:59:14 AM: ────────────────────────────────────────────────────────────────
10:59:14 AM:
10:59:14 AM: ❯ Version
10:59:14 AM: @netlify/build 29.47.5
10:59:14 AM:
10:59:14 AM: ❯ Flags
10:59:14 AM: baseRelDir: true
10:59:14 AM: buildId: 6671684420bc6300082d9397
10:59:14 AM: deployId: 6671684420bc6300082d9399
10:59:14 AM:
10:59:14 AM: ❯ Current directory
10:59:14 AM: /opt/build/repo
10:59:14 AM:
10:59:14 AM: ❯ Config file
10:59:14 AM: No config file was defined: using default values.
10:59:14 AM:
10:59:14 AM: ❯ Context
10:59:14 AM: production
10:59:14 AM:
10:59:14 AM: Build command from Netlify app
10:59:14 AM: ────────────────────────────────────────────────────────────────
10:59:14 AM: ​
10:59:14 AM: $ CI= npm run build
10:59:14 AM: > todolist@0.1.0 build
10:59:14 AM: > react-scripts build
10:59:15 AM: Creating an optimized production build...
10:59:15 AM: Browserslist: caniuse-lite is outdated. Please run:
10:59:15 AM: npx browserslist@latest --update-db
10:59:15 AM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
10:59:25 AM: Browserslist: caniuse-lite is outdated. Please run:
10:59:25 AM: npx browserslist@latest --update-db
10:59:25 AM: Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
10:59:25 AM: Compiled with warnings.
10:59:25 AM:
10:59:25 AM: src/App.js
10:59:25 AM: Line 6:10: 'getTodos' is defined but never used no-unused-vars
10:59:25 AM: Line 12:10: 'BaseInfoText' is defined but never used no-unused-vars
10:59:25 AM: src/todos/EditTodo.js
10:59:25 AM: Line 1:10: 'BaseButton' is defined but never used no-unused-vars
10:59:25 AM: src/todos/TodoList.js
10:59:25 AM: Line 1:154: 'TodosWrapper' is defined but never used no-unused-vars
10:59:25 AM: Line 5:10: 'BaseButtonAction' is defined but never used no-unused-vars
10:59:25 AM: Line 5:28: 'BaseButtonBorderless' is defined but never used no-unused-vars
10:59:25 AM: Search for the keywords to learn more about each warning.
10:59:25 AM: To ignore, add // eslint-disable-next-line to the line before.
10:59:25 AM: File sizes after gzip:
10:59:25 AM: 113.54 kB build/static/js/main.4271c37a.js
10:59:25 AM: 1.78 kB build/static/js/787.97a945da.chunk.js
10:59:25 AM: 1.12 kB build/static/css/main.00447ece.css
10:59:25 AM: The project was built assuming it is hosted at /.
10:59:25 AM: You can control this with the homepage field in your package.json.
10:59:25 AM: The build folder is ready to be deployed.
10:59:25 AM: You may serve it with a static server:
10:59:25 AM: npm install -g serve
10:59:25 AM: serve -s build
10:59:25 AM: Find out more about deployment here:
10:59:25 AM: ​
10:59:25 AM: (build.command completed in 11.3s)
10:59:25 AM:
10:59:26 AM: (Netlify Build completed in 11.5s)
10:59:51 AM: Section completed: building
10:59:53 AM: Finished processing build request in 1m16.403s

Deploying

Complete
10:59:25 AM: Deploy site
10:59:25 AM: ────────────────────────────────────────────────────────────────
10:59:25 AM: ​
10:59:25 AM: Starting to deploy site from 'build'
10:59:25 AM: Calculating files to upload
10:59:26 AM: 0 new files to upload
10:59:26 AM: 0 new functions to upload
10:59:26 AM: Section completed: deploying
10:59:26 AM: Site deploy was successfully initiated
10:59:26 AM: ​
10:59:26 AM: (Deploy site completed in 176ms)

Cleanup

Complete
10:59:26 AM: Netlify Build Complete
10:59:26 AM: ────────────────────────────────────────────────────────────────
10:59:26 AM: ​
10:59:26 AM: Caching artifacts
10:59:26 AM: Started saving node modules
10:59:26 AM: Finished saving node modules
10:59:26 AM: Started saving build plugins
10:59:26 AM: Finished saving build plugins
10:59:26 AM: Started saving corepack cache
10:59:26 AM: Finished saving corepack cache
10:59:26 AM: Started saving pip cache
10:59:26 AM: Finished saving pip cache
10:59:26 AM: Started saving emacs cask dependencies
10:59:26 AM: Finished saving emacs cask dependencies
10:59:26 AM: Started saving maven dependencies
10:59:26 AM: Finished saving maven dependencies
10:59:26 AM: Started saving boot dependencies
10:59:26 AM: Finished saving boot dependencies
10:59:26 AM: Started saving rust rustup cache
10:59:26 AM: Finished saving rust rustup cache
10:59:26 AM: Started saving go dependencies
10:59:26 AM: Finished saving go dependencies
10:59:51 AM: Build script success
10:59:53 AM: Uploading Cache of size 138.4MB
10:59:53 AM: Section completed: cleanup

Post-processing

Complete
10:59:26 AM: Post processing - header rules
10:59:26 AM: Starting post processing
10:59:26 AM: Post processing - Forms
10:59:26 AM: Site is live ✨
10:59:26 AM: Post processing done
10:59:26 AM: Section completed: postprocessing
10:59:26 AM: Post processing - redirect rules