Deploy details
Deploy successful for pokepediajx
Production: master@HEAD
Deploy log
6:38:35 PM: Build ready to start
6:38:37 PM: build-image version: 122b31996ccaffd45d820a452d6227f8312110cc (focal)
6:38:37 PM: build-image tag: v4.5.3
6:38:37 PM: buildbot version: a45e856439ffbf18a42eefcf4edb45319d791956
6:38:38 PM: Building without cache
6:38:38 PM: Starting to prepare the repo for build
6:38:38 PM: No cached dependencies found. Cloning fresh repo
6:38:38 PM: git clone https://github.com/rJefferyXie/Pokepedia-React
6:38:45 PM: Preparing Git Reference refs/heads/master
6:38:46 PM: Parsing package.json dependencies
6:38:46 PM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'client/build' versus 'build' in the Netlify UI
6:38:47 PM: Starting build script
6:38:47 PM: Installing dependencies
6:38:47 PM: Python version set to 2.7
6:38:48 PM: Downloading and installing node v16.14.0...
6:38:48 PM: Downloading https://nodejs.org/dist/v16.14.0/node-v16.14.0-linux-x64.tar.xz...
6:38:48 PM: Computing checksum with sha256sum
6:38:48 PM: Checksums matched!
6:38:52 PM: Now using node v16.14.0 (npm v8.3.1)
6:38:52 PM: Started restoring cached build plugins
6:38:52 PM: Finished restoring cached build plugins
6:38:52 PM: Attempting ruby version 2.7.2, read from environment
6:38:54 PM: Using ruby version 2.7.2
6:38:54 PM: Using PHP version 8.0
6:38:54 PM: Started restoring cached node modules
6:38:54 PM: Finished restoring cached node modules
6:38:55 PM: Installing NPM modules using NPM version 8.3.1
6:38:57 PM: npm WARN old lockfile
6:38:57 PM: npm WARN old lockfile The package-lock.json file was created with an old version of npm,
6:38:57 PM: npm WARN old lockfile so supplemental metadata must be fetched from the registry.
6:38:57 PM: npm WARN old lockfile
6:38:57 PM: npm WARN old lockfile This is a one-time fix-up, please be patient...
6:38:57 PM: npm WARN old lockfile
6:39:19 PM: npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
6:39:22 PM: npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
6:39:34 PM: npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
6:39:50 PM: added 1316 packages, and audited 1317 packages in 54s
6:39:50 PM: 176 packages are looking for funding
6:39:50 PM: run `npm fund` for details
6:39:50 PM: 7 moderate severity vulnerabilities
6:39:50 PM: To address issues that do not require attention, run:
6:39:50 PM: npm audit fix
6:39:50 PM: To address all issues (including breaking changes), run:
6:39:50 PM: npm audit fix --force
6:39:50 PM: Run `npm audit` for details.
6:39:50 PM: NPM modules installed
6:39:50 PM: Started restoring cached go cache
6:39:50 PM: Finished restoring cached go cache
6:39:50 PM: go version go1.16.5 linux/amd64
6:39:50 PM: go version go1.16.5 linux/amd64
6:39:50 PM: Installing missing commands
6:39:50 PM: Verify run directory
6:39:52 PM:
6:39:52 PM: ────────────────────────────────────────────────────────────────
6:39:52 PM: Netlify Build
6:39:52 PM: ────────────────────────────────────────────────────────────────
6:39:52 PM:
6:39:52 PM: ❯ Version
6:39:52 PM: @netlify/build 26.3.13
6:39:52 PM:
6:39:52 PM: ❯ Flags
6:39:52 PM: baseRelDir: true
6:39:52 PM: buildId: 621fb9ab906f766522b5f517
6:39:52 PM: deployId: 621fb9ab906f766522b5f519
6:39:52 PM:
6:39:52 PM: ❯ Current directory
6:39:52 PM: /opt/build/repo/client
6:39:52 PM:
6:39:52 PM: ❯ Config file
6:39:52 PM: No config file was defined: using default values.
6:39:52 PM:
6:39:52 PM: ❯ Context
6:39:52 PM: production
6:39:52 PM:
6:39:52 PM: ────────────────────────────────────────────────────────────────
6:39:52 PM: 1. Build command from Netlify app
6:39:52 PM: ────────────────────────────────────────────────────────────────
6:39:52 PM:
6:39:52 PM: $ CI=false npm run build
6:39:52 PM: > client@0.1.0 build
6:39:52 PM: > react-scripts build
6:39:54 PM: Creating an optimized production build...
6:40:39 PM: Compiled with warnings.
6:40:39 PM:
6:40:39 PM: src/components/Dashboard/Dashboard.js
6:40:39 PM: Line 9:10: 'Button' is defined but never used no-unused-vars
6:40:39 PM: src/components/InspectPage/InspectPage.js
6:40:39 PM: Line 131:8: React Hook useEffect has missing dependencies: 'getEvolutionChain' and 'getMoves'. Either include them or remove the dependency array react-hooks/exhaustive-deps
6:40:39 PM: src/components/MusicPlayer/MusicPlayer.js
6:40:39 PM: Line 102:8: React Hook useEffect has a missing dependency: 'nextSong'. Either include it or remove the dependency array react-hooks/exhaustive-deps
6:40:39 PM: src/components/Pokedex/Pokedex.js
6:40:39 PM: Line 71:6: React Hook useEffect has missing dependencies: 'pokedex.pokemonData', 'pokedex.speciesData', 'region_name', 'region_number', and 'retrieve_data'. Either include them or remove the dependency array react-hooks/exhaustive-deps
6:40:39 PM: src/redux/actions/buildActions.js
6:40:39 PM: Line 19:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export
6:40:39 PM: src/redux/actions/loadActions.js
6:40:39 PM: Line 7:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export
6:40:39 PM: src/redux/actions/musicActions.js
6:40:39 PM: Line 13:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export
6:40:39 PM: src/redux/actions/pokedexActions.js
6:40:39 PM: Line 8:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export
6:40:39 PM: src/redux/actions/teamActions.js
6:40:39 PM: Line 21:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export
6:40:39 PM: Search for the keywords to learn more about each warning.
6:40:39 PM: To ignore, add // eslint-disable-next-line to the line before.
6:40:39 PM: File sizes after gzip:
6:40:40 PM: 274.83 kB build/static/js/main.0ca42be9.js
6:40:40 PM: 3.73 kB build/static/css/main.11b46425.css
6:40:40 PM: 1.78 kB build/static/js/787.c4e7f8f9.chunk.js
6:40:40 PM: The project was built assuming it is hosted at /.
6:40:40 PM: You can control this with the homepage field in your package.json.
6:40:40 PM: The build folder is ready to be deployed.
6:40:40 PM: You may serve it with a static server:
6:40:40 PM: npm install -g serve
6:40:40 PM: serve -s build
6:40:40 PM: Find out more about deployment here:
6:40:40 PM: https://cra.link/deployment
6:40:40 PM:
6:40:40 PM: (build.command completed in 47.6s)
6:40:40 PM:
6:40:40 PM: ────────────────────────────────────────────────────────────────
6:40:40 PM: 2. Deploy site
6:40:40 PM: ────────────────────────────────────────────────────────────────
6:40:40 PM:
6:40:40 PM: Starting to deploy site from 'client/build'
6:40:40 PM: Creating deploy tree
6:40:40 PM: Creating deploy upload records
6:40:40 PM: 0 new files to upload
6:40:40 PM: 0 new functions to upload
6:40:40 PM: Site deploy was successfully initiated
6:40:40 PM:
6:40:40 PM: (Deploy site completed in 508ms)
6:40:40 PM:
6:40:40 PM: ────────────────────────────────────────────────────────────────
6:40:40 PM: Netlify Build Complete
6:40:40 PM: ────────────────────────────────────────────────────────────────
6:40:40 PM:
6:40:40 PM: (Netlify Build completed in 48.2s)
6:40:41 PM: Caching artifacts
6:40:41 PM: Started saving node modules
6:40:41 PM: Finished saving node modules
6:40:41 PM: Started saving build plugins
6:40:41 PM: Finished saving build plugins
6:40:41 PM: Started saving pip cache
6:40:41 PM: Finished saving pip cache
6:40:41 PM: Started saving emacs cask dependencies
6:40:41 PM: Finished saving emacs cask dependencies
6:40:41 PM: Started saving maven dependencies
6:40:41 PM: Finished saving maven dependencies
6:40:41 PM: Started saving boot dependencies
6:40:41 PM: Finished saving boot dependencies
6:40:41 PM: Started saving rust rustup cache
6:40:41 PM: Finished saving rust rustup cache
6:40:41 PM: Started saving go dependencies
6:40:41 PM: Finished saving go dependencies
6:40:41 PM: Starting post processing
6:40:41 PM: Post processing - HTML
6:40:41 PM: Post processing - header rules
6:40:41 PM: Post processing - redirect rules
6:40:41 PM: Post processing done
6:40:43 PM: Site is live ✨
6:40:43 PM: Build script success
6:41:31 PM: Finished processing build request in 2m53.680331271s