Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
9:00:46 AM: Build ready to start
9:01:08 AM: build-image version: ad28fb91fae632ef7f2e4d659a892d68ee2681a6 (focal)
9:01:08 AM: buildbot version: 751c8de2ba48c52549712392ca0244c53d39c3c1
9:01:08 AM: Fetching cached dependencies
9:01:08 AM: Starting to download cache of 289.4MB
9:01:12 AM: Finished downloading cache in 3.577s
9:01:12 AM: Starting to extract cache
9:01:16 AM: Finished extracting cache in 3.812s
9:01:16 AM: Finished fetching cache in 7.515s
9:01:16 AM: Starting to prepare the repo for build
9:01:16 AM: Preparing Git Reference pull/21/head
9:01:17 AM: Starting to install dependencies
9:01:18 AM: Python version set to 3.8
9:01:18 AM: Attempting Ruby version 2.7.2, read from environment
9:01:18 AM: Using Ruby version 2.7.2
9:01:19 AM: Started restoring cached go cache
9:01:19 AM: Finished restoring cached go cache
9:01:19 AM: go version go1.19.11 linux/amd64
9:01:19 AM: Using PHP version 8.0
9:01:20 AM: Started restoring cached Node.js version
9:01:23 AM: Finished restoring cached Node.js version
9:01:24 AM: v16.20.1 is already installed.
9:01:24 AM: Now using node v16.20.1 (npm v8.19.4)
9:01:25 AM: Enabling Node.js Corepack
9:01:25 AM: Started restoring cached build plugins
9:01:25 AM: Finished restoring cached build plugins
9:01:25 AM: Started restoring cached corepack dependencies
9:01:25 AM: Finished restoring cached corepack dependencies
9:01:25 AM: No npm workspaces detected
9:01:25 AM: Started restoring cached node modules
9:01:25 AM: Finished restoring cached node modules
9:01:25 AM: Installing npm packages using npm version 8.19.4
9:01:28 AM: up to date, audited 1487 packages in 3s
9:01:28 AM: 246 packages are looking for funding
9:01:28 AM: run `npm fund` for details
9:01:28 AM: 6 high severity vulnerabilities
9:01:28 AM: To address all issues (including breaking changes), run:
9:01:28 AM: npm audit fix --force
9:01:28 AM: Run `npm audit` for details.
9:01:28 AM: npm packages installed
9:01:28 AM: Install dependencies script success
9:01:28 AM: Starting build script
9:01:29 AM: Detected 1 framework(s)
9:01:29 AM: create-react-app at version 5.0.1
9:01:29 AM: Section completed: initializing
Building
Complete
Building
Complete
9:01:30 AM: Netlify Build
9:01:30 AM: ────────────────────────────────────────────────────────────────
9:01:30 AM:
9:01:30 AM: ❯ Version
9:01:30 AM: @netlify/build 29.17.1
9:01:30 AM:
9:01:30 AM: ❯ Flags
9:01:30 AM: baseRelDir: true
9:01:30 AM: buildId: 64be3dbe634087000807633c
9:01:30 AM: deployId: 64be3dbe634087000807633e
9:01:31 AM:
9:01:31 AM: ❯ Current directory
9:01:31 AM: /opt/build/repo
9:01:31 AM:
9:01:31 AM: ❯ Config file
9:01:31 AM: No config file was defined: using default values.
9:01:31 AM:
9:01:31 AM: ❯ Context
9:01:31 AM: deploy-preview
9:01:31 AM:
9:01:31 AM: ❯ Loading plugins
9:01:31 AM: - @netlify/plugin-lighthouse@4.1.1 from Netlify app
9:01:31 AM: - netlify-plugin-inline-source@1.0.4 from Netlify app
9:01:31 AM:
9:01:31 AM: ❯ Outdated plugins
9:01:31 AM: - @netlify/plugin-lighthouse@4.1.1: latest version is 5.0.0
9:01:31 AM: To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)
9:01:32 AM:
9:01:32 AM: Build command from Netlify app
9:01:32 AM: ────────────────────────────────────────────────────────────────
9:01:32 AM:
9:01:32 AM: $ CI= npm run build
9:01:32 AM: > fedivri@0.1.0 build
9:01:32 AM: > react-scripts build
9:01:33 AM: Creating an optimized production build...
9:01:36 AM: One of your dependencies, babel-preset-react-app, is importing the
9:01:36 AM: @babel/plugin-proposal-private-property-in-object package without
9:01:36 AM: declaring it in its dependencies. This is currently working because
9:01:36 AM: @babel/plugin-proposal-private-property-in-object is already in your
9:01:36 AM: node_modules folder for unrelated reasons, but it may break at any time.
9:01:36 AM: babel-preset-react-app is part of the create-react-app project, which
9:01:36 AM: is not maintianed anymore. It is thus unlikely that this bug will
9:01:36 AM: ever be fixed. Add @babel/plugin-proposal-private-property-in-object to
9:01:36 AM: your devDependencies to work around this error. This will make this message
9:01:36 AM: go away.
9:01:44 AM: Compiled with warnings.
9:01:44 AM:
9:01:44 AM: [eslint]
9:01:44 AM: src/App.js
9:01:44 AM: Line 93:42: Expected '!==' and instead saw '!=' eqeqeq
9:01:44 AM: src/components/singleToot.jsx
9:01:44 AM: Line 13:3: 'Stack' is defined but never used no-unused-vars
9:01:44 AM: Line 70:6: React Hook useEffect has missing dependencies: 'dispatch', 'isOldest', 'oldest', 'toot.id', and 'toot.url'. Either include them or remove the dependency array. If 'setOldest' needs the current value of 'toot.id', you can also switch to useReducer instead of useState and read 'toot.id' in the reducer react-hooks/exhaustive-deps
9:01:44 AM: Line 70:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps
9:01:44 AM: Line 77:6: React Hook useEffect has missing dependencies: 'contextMissing' and 'toot'. Either include them or remove the dependency array react-hooks/exhaustive-deps
9:01:44 AM: Line 141:25: Expected '===' and instead saw '==' eqeqeq
9:01:44 AM: Line 231:9: 'server' is assigned a value but never used no-unused-vars
9:01:44 AM: Line 257:27: Expected '===' and instead saw '==' eqeqeq
9:01:44 AM: src/components/tootSection.jsx
9:01:44 AM: Line 55:6: React Hook useEffect has missing dependencies: 'homeQuery.data', 'homeQuery.isSuccess', and 'serverQueries'. Either include them or remove the dependency array react-hooks/exhaustive-deps
9:01:44 AM: Line 76:6: React Hook useEffect has missing dependencies: 'allToots' and 'dispatch'. Either include them or remove the dependency array react-hooks/exhaustive-deps
9:01:44 AM: Line 84:6: React Hook useEffect has missing dependencies: 'lockScroll' and 'unlockScroll'. Either include them or remove the dependency array react-hooks/exhaustive-deps
9:01:44 AM: src/components/useOnScreen.jsx
9:01:44 AM: Line 25:32: The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps
9:01:44 AM: Line 27:8: React Hook useEffect has missing dependencies: 'ref' and 'rootMargin'. Either include them or remove the dependency array react-hooks/exhaustive-deps
9:01:44 AM: Search for the keywords to learn more about each warning.
9:01:44 AM: To ignore, add // eslint-disable-next-line to the line before.
9:01:44 AM: File sizes after gzip:
9:01:44 AM: 162.22 kB build/static/js/main.1deb10cc.js
9:01:44 AM: 1.78 kB build/static/js/787.732c3b87.chunk.js
9:01:44 AM: 132 B build/static/css/main.45ed6f9a.css
9:01:44 AM: The project was built assuming it is hosted at /.
9:01:44 AM: You can control this with the homepage field in your package.json.
9:01:44 AM: The build folder is ready to be deployed.
9:01:44 AM: You may serve it with a static server:
9:01:44 AM: npm install -g serve
9:01:44 AM: serve -s build
9:01:44 AM: Find out more about deployment here:
9:01:44 AM: https://cra.link/deployment
9:01:44 AM:
9:01:44 AM: (build.command completed in 12s)
9:01:44 AM:
9:01:44 AM: @netlify/plugin-lighthouse (onPostBuild event)
9:01:44 AM: ────────────────────────────────────────────────────────────────
9:01:44 AM:
9:01:44 AM: Generating Lighthouse report. This may take a minute…
9:01:44 AM: Running Lighthouse on build/
9:01:44 AM: Serving and scanning site from directory build
9:02:07 AM: Lighthouse scores for build/
9:02:07 AM: - Performance: 52
9:02:07 AM: - Accessibility: 78
9:02:07 AM: - Best Practices: 92
9:02:07 AM: - SEO: 92
9:02:07 AM: - PWA: 80
9:02:07 AM:
9:02:07 AM: (@netlify/plugin-lighthouse onPostBuild completed in 23.2s)
9:02:07 AM:
9:02:07 AM: netlify-plugin-inline-source (onPostBuild event)
9:02:07 AM: ────────────────────────────────────────────────────────────────
9:02:07 AM:
9:02:07 AM: Sources successfully inlined!
9:02:07 AM:
9:02:07 AM: (netlify-plugin-inline-source onPostBuild completed in 10ms)
9:02:07 AM:
9:02:08 AM: (Netlify Build completed in 37.2s)
9:02:08 AM: Section completed: building
9:02:13 AM: Finished processing build request in 1m4.425s
Deploying
Complete
Deploying
Complete
9:02:07 AM: Deploy site
9:02:07 AM: ────────────────────────────────────────────────────────────────
9:02:07 AM:
9:02:07 AM: Starting to deploy site from 'build'
9:02:07 AM: Calculating files to upload
9:02:07 AM: 4 new files to upload
9:02:07 AM: 0 new functions to upload
9:02:08 AM: Section completed: deploying
9:02:08 AM: Site deploy was successfully initiated
9:02:08 AM:
9:02:08 AM: (Deploy site completed in 297ms)
Cleanup
Complete
Cleanup
Complete
9:02:08 AM: Netlify Build Complete
9:02:08 AM: ────────────────────────────────────────────────────────────────
9:02:08 AM:
9:02:08 AM: Caching artifacts
9:02:08 AM: Started saving node modules
9:02:08 AM: Finished saving node modules
9:02:08 AM: Started saving build plugins
9:02:08 AM: Finished saving build plugins
9:02:08 AM: Started saving corepack cache
9:02:08 AM: Finished saving corepack cache
9:02:08 AM: Started saving pip cache
9:02:08 AM: Finished saving pip cache
9:02:08 AM: Started saving emacs cask dependencies
9:02:08 AM: Finished saving emacs cask dependencies
9:02:08 AM: Started saving maven dependencies
9:02:08 AM: Finished saving maven dependencies
9:02:08 AM: Started saving boot dependencies
9:02:08 AM: Finished saving boot dependencies
9:02:08 AM: Started saving rust rustup cache
9:02:08 AM: Finished saving rust rustup cache
9:02:08 AM: Started saving go dependencies
9:02:08 AM: Finished saving go dependencies
9:02:08 AM: Build script success
9:02:10 AM: Uploading Cache of size 289.5MB
9:02:13 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
9:02:08 AM: Starting post processing
9:02:08 AM: Skipping HTML post processing
9:02:08 AM: Post processing - header rules
9:02:08 AM: Post processing - redirect rules
9:02:09 AM: Post processing done
9:02:09 AM: Section completed: postprocessing
9:02:10 AM: Site is live ✨