Deploy details
Deploy log
6:11:17 PM: Build ready to start
6:11:19 PM: build-image version: d2c6dbeac570350a387d832f64bc980dc964ad65 (focal)
6:11:19 PM: build-image tag: v4.8.0
6:11:19 PM: buildbot version: e552b142336b2b1222a93a4fd4cbed0019c77b46
6:11:19 PM: Fetching cached dependencies
6:11:20 PM: Starting to download cache of 153.2MB
6:11:22 PM: Finished downloading cache in 2.290322214s
6:11:22 PM: Starting to extract cache
6:11:26 PM: Finished extracting cache in 4.106787937s
6:11:26 PM: Finished fetching cache in 6.411889966s
6:11:26 PM: Starting to prepare the repo for build
6:11:26 PM: Preparing Git Reference pull/3/head
6:11:26 PM: Parsing package.json dependencies
6:11:27 PM: Starting build script
6:11:27 PM: Installing dependencies
6:11:27 PM: Python version set to 2.7
6:11:28 PM: Started restoring cached node version
6:11:29 PM: Finished restoring cached node version
6:11:29 PM: v16.14.2 is already installed.
6:11:29 PM: Now using node v16.14.2 (npm v8.5.0)
6:11:29 PM: Started restoring cached build plugins
6:11:29 PM: Finished restoring cached build plugins
6:11:29 PM: Attempting ruby version 2.7.2, read from environment
6:11:30 PM: Using ruby version 2.7.2
6:11:31 PM: Using PHP version 8.0
6:11:31 PM: No npm workspaces detected
6:11:31 PM: Started restoring cached node modules
6:11:31 PM: Finished restoring cached node modules
6:11:31 PM: Started restoring cached go cache
6:11:31 PM: Finished restoring cached go cache
6:11:31 PM: go version go1.16.5 linux/amd64
6:11:31 PM: go version go1.16.5 linux/amd64
6:11:31 PM: Installing missing commands
6:11:31 PM: Verify run directory
6:11:33 PM:
6:11:33 PM: ────────────────────────────────────────────────────────────────
6:11:33 PM: Netlify Build
6:11:33 PM: ────────────────────────────────────────────────────────────────
6:11:33 PM:
6:11:33 PM: ❯ Version
6:11:33 PM: @netlify/build 26.5.2
6:11:33 PM:
6:11:33 PM: ❯ Flags
6:11:33 PM: baseRelDir: true
6:11:33 PM: buildId: 624c8645f1dbf10008b3a241
6:11:33 PM: deployId: 624c8645f1dbf10008b3a243
6:11:33 PM:
6:11:33 PM: ❯ Current directory
6:11:33 PM: /opt/build/repo
6:11:33 PM:
6:11:33 PM: ❯ Config file
6:11:33 PM: No config file was defined: using default values.
6:11:33 PM:
6:11:33 PM: ❯ Context
6:11:33 PM: deploy-preview
6:11:33 PM:
6:11:33 PM: ────────────────────────────────────────────────────────────────
6:11:33 PM: 1. Build command from Netlify app
6:11:33 PM: ────────────────────────────────────────────────────────────────
6:11:33 PM:
6:11:33 PM: $ CI=false npm run build
6:11:33 PM: > glee@0.1.0 build
6:11:33 PM: > react-scripts build
6:11:34 PM: Creating an optimized production build...
6:11:50 PM: Compiled with warnings.
6:11:50 PM:
6:11:50 PM: src/context/dataContext.js
6:11:50 PM: Line 36:13: Effect callbacks are synchronous to prevent race conditions. Put the async function inside:
6:11:50 PM: useEffect(() => {
6:11:50 PM: async function fetchData() {
6:11:50 PM: // You can await here
6:11:50 PM: const response = await MyAPI.getData(someId);
6:11:50 PM: // ...
6:11:50 PM: }
6:11:50 PM: fetchData();
6:11:50 PM: Creating deploy upload records
6:11:50 PM: }, [someId]); // Or [] if effect doesn't need props or state
6:11:50 PM: Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching react-hooks/exhaustive-deps
6:11:50 PM: src/pages/history/History.jsx
6:11:50 PM: Line 16:6: React Hook useEffect has a missing dependency: 'getHistoryData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
6:11:50 PM: src/pages/nav/Nav.jsx
6:11:50 PM: Line 23:11: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
6:11:50 PM: src/pages/watchLater/WatchLater.jsx
6:11:50 PM: Line 16:6: React Hook useEffect has a missing dependency: 'getWatchLaterData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
6:11:50 PM: Search for the keywords to learn more about each warning.
6:11:50 PM: To ignore, add // eslint-disable-next-line to the line before.
6:11:50 PM: File sizes after gzip:
6:11:50 PM: 162.19 kB build/static/js/main.0a9494d3.js
6:11:50 PM: 1.79 kB build/static/css/main.808111ae.css
6:11:50 PM: The project was built assuming it is hosted at /.
6:11:50 PM: You can control this with the homepage field in your package.json.
6:11:50 PM: The build folder is ready to be deployed.
6:11:50 PM: You may serve it with a static server:
6:11:50 PM: npm install -g serve
6:11:50 PM: serve -s build
6:11:50 PM: Find out more about deployment here:
6:11:50 PM: https://cra.link/deployment
6:11:50 PM:
6:11:50 PM: (build.command completed in 17.3s)
6:11:50 PM:
6:11:50 PM: ────────────────────────────────────────────────────────────────
6:11:50 PM: 2. Deploy site
6:11:51 PM: Starting post processing
6:11:50 PM: ────────────────────────────────────────────────────────────────
6:11:50 PM:
6:11:51 PM: Post processing - HTML
6:11:50 PM: Starting to deploy site from 'build'
6:11:50 PM: Creating deploy tree
6:11:50 PM: 6 new files to upload
6:11:50 PM: 0 new functions to upload
6:11:51 PM: Site deploy was successfully initiated
6:11:51 PM:
6:11:51 PM: (Deploy site completed in 1.1s)
6:11:51 PM:
6:11:51 PM: ────────────────────────────────────────────────────────────────
6:11:51 PM: Netlify Build Complete
6:11:52 PM: Post processing - header rules
6:11:51 PM: ────────────────────────────────────────────────────────────────
6:11:51 PM:
6:11:51 PM: (Netlify Build completed in 18.5s)
6:11:52 PM: Post processing - redirect rules
6:11:52 PM: Caching artifacts
6:11:52 PM: Started saving node modules
6:11:52 PM: Finished saving node modules
6:11:52 PM: Started saving build plugins
6:11:52 PM: Post processing done
6:11:52 PM: Finished saving build plugins
6:11:52 PM: Started saving pip cache
6:11:52 PM: Finished saving pip cache
6:11:52 PM: Started saving emacs cask dependencies
6:11:52 PM: Finished saving emacs cask dependencies
6:11:52 PM: Started saving maven dependencies
6:11:52 PM: Finished saving maven dependencies
6:11:52 PM: Started saving boot dependencies
6:11:52 PM: Finished saving boot dependencies
6:11:52 PM: Started saving rust rustup cache
6:11:52 PM: Finished saving rust rustup cache
6:11:52 PM: Started saving go dependencies
6:11:52 PM: Finished saving go dependencies
6:11:52 PM: Build script success
6:11:55 PM: Site is live ✨
6:12:14 PM: Finished processing build request in 54.606795913s