Skip to main content

Deploy details

Deploy successful for glee-project

Update Home.jsx

PR #8: dev@3fc317f

Deploy log

1:19:47 PM: Build ready to start
1:19:49 PM: build-image version: d2c6dbeac570350a387d832f64bc980dc964ad65 (focal)
1:19:49 PM: build-image tag: v4.8.0
1:19:49 PM: buildbot version: 17f6c1ab2fe6d61574ce02b038041b816bf6c085
1:19:49 PM: Fetching cached dependencies
1:19:49 PM: Failed to fetch cache, continuing with build
1:19:49 PM: Starting to prepare the repo for build
1:19:50 PM: No cached dependencies found. Cloning fresh repo
1:19:50 PM: git clone https://github.com/Logan1x/Glee
1:19:50 PM: Preparing Git Reference pull/8/head
1:19:51 PM: Parsing package.json dependencies
1:19:52 PM: Starting build script
1:19:52 PM: Installing dependencies
1:19:52 PM: Python version set to 2.7
1:19:53 PM: Downloading and installing node v16.15.0...
1:19:54 PM: Computing checksum with sha256sum
1:19:54 PM: Checksums matched!
1:19:58 PM: Now using node v16.15.0 (npm v8.5.5)
1:19:58 PM: Started restoring cached build plugins
1:19:58 PM: Finished restoring cached build plugins
1:19:58 PM: Attempting ruby version 2.7.2, read from environment
1:19:59 PM: Using ruby version 2.7.2
1:20:00 PM: Using PHP version 8.0
1:20:00 PM: No npm workspaces detected
1:20:00 PM: Started restoring cached node modules
1:20:00 PM: Finished restoring cached node modules
1:20:01 PM: Installing NPM modules using NPM version 8.5.5
1:20:29 PM: npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
1:20:38 PM: added 1433 packages, and audited 1434 packages in 37s
1:20:38 PM: 170 packages are looking for funding
1:20:38 PM: run `npm fund` for details
1:20:38 PM: 9 vulnerabilities (6 moderate, 3 high)
1:20:38 PM: To address issues that do not require attention, run:
1:20:38 PM: npm audit fix
1:20:38 PM: To address all issues (including breaking changes), run:
1:20:38 PM: npm audit fix --force
1:20:38 PM: Run `npm audit` for details.
1:20:38 PM: NPM modules installed
1:20:38 PM: Started restoring cached go cache
1:20:38 PM: Finished restoring cached go cache
1:20:39 PM: go version go1.16.5 linux/amd64
1:20:39 PM: go version go1.16.5 linux/amd64
1:20:39 PM: Installing missing commands
1:20:39 PM: Verify run directory
1:20:41 PM:
1:20:41 PM: ────────────────────────────────────────────────────────────────
1:20:41 PM: Netlify Build
1:20:41 PM: ────────────────────────────────────────────────────────────────
1:20:41 PM:
1:20:41 PM: ❯ Version
1:20:41 PM: @netlify/build 27.1.3
1:20:41 PM:
1:20:41 PM: ❯ Flags
1:20:41 PM: baseRelDir: true
1:20:41 PM: buildId: 6287f6a874c0b10009291f7a
1:20:41 PM: deployId: 6287f6a874c0b10009291f7c
1:20:41 PM:
1:20:41 PM: ❯ Current directory
1:20:41 PM: /opt/build/repo
1:20:41 PM:
1:20:41 PM: ❯ Config file
1:20:41 PM: No config file was defined: using default values.
1:20:41 PM:
1:20:41 PM: ❯ Context
1:20:41 PM: deploy-preview
1:20:41 PM:
1:20:41 PM: ────────────────────────────────────────────────────────────────
1:20:41 PM: 1. Build command from Netlify app
1:20:41 PM: ────────────────────────────────────────────────────────────────
1:20:41 PM: ​
1:20:41 PM: $ CI=false npm run build
1:20:41 PM: > glee@0.1.0 build
1:20:41 PM: > react-scripts build
1:20:44 PM: Creating an optimized production build...
1:21:23 PM: Compiled with warnings.
1:21:23 PM:
1:21:23 PM: src/context/dataContext.js
1:21:23 PM: Line 2:8: 'axios' is defined but never used no-unused-vars
1:21:23 PM: Line 30:13: Effect callbacks are synchronous to prevent race conditions. Put the async function inside:
1:21:23 PM: useEffect(() => {
1:21:23 PM: async function fetchData() {
1:21:23 PM: // You can await here
1:21:23 PM: const response = await MyAPI.getData(someId);
1:21:23 PM: // ...
1:21:23 PM: }
1:21:23 PM: fetchData();
1:21:23 PM: }, [someId]); // Or [] if effect doesn't need props or state
1:21:23 PM: Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching react-hooks/exhaustive-deps
1:21:23 PM: src/pages/history/History.jsx
1:21:23 PM: Line 18:6: React Hook useEffect has a missing dependency: 'getHistoryData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
1:21:23 PM: src/pages/home/Home.jsx
1:21:23 PM: Line 26:15: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt
1:21:23 PM: Line 38:15: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt
1:21:23 PM: Line 50:15: Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt
1:21:23 PM: src/pages/nav/Nav.jsx
1:21:23 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
1:21:23 PM: src/pages/watchLater/WatchLater.jsx
1:21:23 PM: Line 20:6: React Hook useEffect has a missing dependency: 'getWatchLaterData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
1:21:23 PM: Search for the keywords to learn more about each warning.
1:21:23 PM: To ignore, add // eslint-disable-next-line to the line before.
1:21:24 PM: Creating deploy upload records
1:21:23 PM: File sizes after gzip:
1:21:23 PM: 175.84 kB build/static/js/main.48be531b.js
1:21:23 PM: 2.26 kB build/static/css/main.b3303d5c.css
1:21:23 PM: The project was built assuming it is hosted at /.
1:21:23 PM: You can control this with the homepage field in your package.json.
1:21:23 PM: The build folder is ready to be deployed.
1:21:23 PM: You may serve it with a static server:
1:21:23 PM: npm install -g serve
1:21:23 PM: serve -s build
1:21:23 PM: Find out more about deployment here:
1:21:24 PM: ​
1:21:24 PM: (build.command completed in 42.8s)
1:21:24 PM:
1:21:24 PM: ────────────────────────────────────────────────────────────────
1:21:24 PM: 2. Deploy site
1:21:25 PM: Starting post processing
1:21:24 PM: ────────────────────────────────────────────────────────────────
1:21:24 PM: ​
1:21:24 PM: Starting to deploy site from 'build'
1:21:24 PM: Creating deploy tree
1:21:25 PM: Post processing - HTML
1:21:24 PM: 4 new files to upload
1:21:24 PM: 0 new functions to upload
1:21:25 PM: Site deploy was successfully initiated
1:21:25 PM: ​
1:21:25 PM: (Deploy site completed in 1.2s)
1:21:25 PM:
1:21:25 PM: ────────────────────────────────────────────────────────────────
1:21:25 PM: Netlify Build Complete
1:21:25 PM: Post processing - header rules
1:21:25 PM: ────────────────────────────────────────────────────────────────
1:21:25 PM: ​
1:21:25 PM: (Netlify Build completed in 44.1s)
1:21:25 PM: Caching artifacts
1:21:26 PM: Post processing - redirect rules
1:21:25 PM: Started saving node modules
1:21:25 PM: Finished saving node modules
1:21:25 PM: Started saving build plugins
1:21:25 PM: Finished saving build plugins
1:21:26 PM: Post processing done
1:21:25 PM: Started saving pip cache
1:21:25 PM: Finished saving pip cache
1:21:25 PM: Started saving emacs cask dependencies
1:21:25 PM: Finished saving emacs cask dependencies
1:21:25 PM: Started saving maven dependencies
1:21:25 PM: Finished saving maven dependencies
1:21:25 PM: Started saving boot dependencies
1:21:25 PM: Finished saving boot dependencies
1:21:25 PM: Started saving rust rustup cache
1:21:25 PM: Finished saving rust rustup cache
1:21:25 PM: Started saving go dependencies
1:21:25 PM: Finished saving go dependencies
1:21:27 PM: Build script success
1:21:28 PM: Site is live ✨
1:21:57 PM: Finished processing build request in 2m7.943463873s