Skip to main content

Deploy details

Deploy successful for hebrewpub

fix for mobile

PR #19: login-feature@0409e1c

Lighthouse scores

Deploy summary

  • info

    2 plugins ran successfully

    Select for details.

    • netlify-plugin-inline-source
    • @netlify/plugin-lighthouse
  • plugin output

    @netlify/plugin-lighthouse ran successfully

    Summary for path 'build/': Performance: 52, Accessibility: 76, Best Practices: 100, SEO: 92, PWA: 80

Deploy log

Initializing

Complete
11:50:08 PM: Build ready to start
11:50:10 PM: build-image version: ad28fb91fae632ef7f2e4d659a892d68ee2681a6 (focal)
11:50:10 PM: buildbot version: 751c8de2ba48c52549712392ca0244c53d39c3c1
11:50:10 PM: Fetching cached dependencies
11:50:10 PM: Starting to download cache of 289.6MB
11:50:12 PM: Finished downloading cache in 2.531s
11:50:12 PM: Starting to extract cache
11:50:15 PM: Finished extracting cache in 2.488s
11:50:15 PM: Finished fetching cache in 5.097s
11:50:15 PM: Starting to prepare the repo for build
11:50:15 PM: Preparing Git Reference pull/19/head
11:50:17 PM: Starting to install dependencies
11:50:17 PM: Python version set to 3.8
11:50:17 PM: Attempting Ruby version 2.7.2, read from environment
11:50:17 PM: Using Ruby version 2.7.2
11:50:18 PM: Started restoring cached go cache
11:50:18 PM: Finished restoring cached go cache
11:50:18 PM: go version go1.19.11 linux/amd64
11:50:18 PM: Using PHP version 8.0
11:50:19 PM: Started restoring cached Node.js version
11:50:20 PM: Finished restoring cached Node.js version
11:50:20 PM: v16.20.1 is already installed.
11:50:20 PM: Now using node v16.20.1 (npm v8.19.4)
11:50:20 PM: Enabling Node.js Corepack
11:50:21 PM: Started restoring cached build plugins
11:50:21 PM: Finished restoring cached build plugins
11:50:21 PM: Started restoring cached corepack dependencies
11:50:21 PM: Finished restoring cached corepack dependencies
11:50:21 PM: No npm workspaces detected
11:50:21 PM: Started restoring cached node modules
11:50:21 PM: Finished restoring cached node modules
11:50:21 PM: Installing npm packages using npm version 8.19.4
11:50:24 PM: up to date, audited 1487 packages in 3s
11:50:24 PM: 246 packages are looking for funding
11:50:24 PM: run `npm fund` for details
11:50:24 PM: 6 high severity vulnerabilities
11:50:24 PM: To address all issues (including breaking changes), run:
11:50:24 PM: npm audit fix --force
11:50:24 PM: Run `npm audit` for details.
11:50:24 PM: npm packages installed
11:50:24 PM: Install dependencies script success
11:50:24 PM: Starting build script
11:50:25 PM: Detected 1 framework(s)
11:50:25 PM: create-react-app at version 5.0.1
11:50:25 PM: Section completed: initializing

Building

Complete
11:50:26 PM: Netlify Build
11:50:26 PM: ────────────────────────────────────────────────────────────────
11:50:26 PM:
11:50:26 PM: ❯ Version
11:50:26 PM: @netlify/build 29.17.1
11:50:26 PM:
11:50:26 PM: ❯ Flags
11:50:26 PM: baseRelDir: true
11:50:26 PM: buildId: 64bb19b0955fb30008f76f28
11:50:26 PM: deployId: 64bb19b0955fb30008f76f2a
11:50:26 PM:
11:50:26 PM: ❯ Current directory
11:50:26 PM: /opt/build/repo
11:50:26 PM:
11:50:26 PM: ❯ Config file
11:50:26 PM: No config file was defined: using default values.
11:50:26 PM:
11:50:26 PM: ❯ Context
11:50:26 PM: deploy-preview
11:50:27 PM:
11:50:27 PM: ❯ Loading plugins
11:50:27 PM: - @netlify/plugin-lighthouse@4.1.1 from Netlify app
11:50:27 PM: - netlify-plugin-inline-source@1.0.4 from Netlify app
11:50:27 PM:
11:50:27 PM: ❯ Outdated plugins
11:50:27 PM: - @netlify/plugin-lighthouse@4.1.1: latest version is 5.0.0
11:50:27 PM: To upgrade this plugin, please uninstall and re-install it from the Netlify plugins directory (https://app.netlify.com/plugins)
11:50:28 PM:
11:50:28 PM: Build command from Netlify app
11:50:28 PM: ────────────────────────────────────────────────────────────────
11:50:28 PM: ​
11:50:28 PM: $ CI= npm run build
11:50:28 PM: > fedivri@0.1.0 build
11:50:28 PM: > react-scripts build
11:50:29 PM: Creating an optimized production build...
11:50:32 PM: One of your dependencies, babel-preset-react-app, is importing the
11:50:32 PM: @babel/plugin-proposal-private-property-in-object package without
11:50:32 PM: declaring it in its dependencies. This is currently working because
11:50:32 PM: @babel/plugin-proposal-private-property-in-object is already in your
11:50:32 PM: node_modules folder for unrelated reasons, but it may break at any time.
11:50:32 PM: babel-preset-react-app is part of the create-react-app project, which
11:50:32 PM: is not maintianed anymore. It is thus unlikely that this bug will
11:50:32 PM: ever be fixed. Add @babel/plugin-proposal-private-property-in-object to
11:50:32 PM: your devDependencies to work around this error. This will make this message
11:50:32 PM: go away.
11:50:39 PM: Compiled with warnings.
11:50:39 PM:
11:50:39 PM: [eslint]
11:50:39 PM: src/App.js
11:50:39 PM: Line 76:42: Expected '!==' and instead saw '!=' eqeqeq
11:50:39 PM: src/components/singleToot.jsx
11:50:39 PM: Line 4:77: 'Stack' is defined but never used no-unused-vars
11:50:39 PM: Line 48: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
11:50:39 PM: Line 48: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
11:50:39 PM: Line 55:6: React Hook useEffect has missing dependencies: 'contextMissing' and 'toot'. Either include them or remove the dependency array react-hooks/exhaustive-deps
11:50:39 PM: Line 98:25: Expected '===' and instead saw '==' eqeqeq
11:50:39 PM: Line 167:9: 'server' is assigned a value but never used no-unused-vars
11:50:39 PM: Line 187:27: Expected '===' and instead saw '==' eqeqeq
11:50:39 PM: src/components/tootSection.jsx
11:50:39 PM: Line 37:6: React Hook useEffect has a missing dependency: 'serverQueries'. Either include it or remove the dependency array react-hooks/exhaustive-deps
11:50:39 PM: Line 50:6: React Hook useEffect has missing dependencies: 'allToots' and 'dispatch'. Either include them or remove the dependency array react-hooks/exhaustive-deps
11:50:39 PM: Line 58:6: React Hook useEffect has missing dependencies: 'lockScroll' and 'unlockScroll'. Either include them or remove the dependency array react-hooks/exhaustive-deps
11:50:39 PM: src/components/useOnScreen.jsx
11:50:39 PM: 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
11:50:39 PM: Line 27:8: React Hook useEffect has missing dependencies: 'ref' and 'rootMargin'. Either include them or remove the dependency array react-hooks/exhaustive-deps
11:50:39 PM: Search for the keywords to learn more about each warning.
11:50:39 PM: To ignore, add // eslint-disable-next-line to the line before.
11:50:39 PM: File sizes after gzip:
11:50:39 PM: 159.94 kB build/static/js/main.990944a2.js
11:50:39 PM: 1.78 kB build/static/js/787.732c3b87.chunk.js
11:50:39 PM: 132 B build/static/css/main.45ed6f9a.css
11:50:39 PM: The project was built assuming it is hosted at /.
11:50:39 PM: You can control this with the homepage field in your package.json.
11:50:39 PM: The build folder is ready to be deployed.
11:50:39 PM: You may serve it with a static server:
11:50:39 PM: npm install -g serve
11:50:39 PM: serve -s build
11:50:39 PM: Find out more about deployment here:
11:50:39 PM: ​
11:50:39 PM: (build.command completed in 11.1s)
11:50:39 PM:
11:50:39 PM: @netlify/plugin-lighthouse (onPostBuild event)
11:50:39 PM: ────────────────────────────────────────────────────────────────
11:50:39 PM: ​
11:50:39 PM: Generating Lighthouse report. This may take a minute…
11:50:39 PM: Running Lighthouse on build/
11:50:39 PM: Serving and scanning site from directory build
11:51:08 PM: Lighthouse scores for build/
11:51:08 PM: - Performance: 52
11:51:08 PM: - Accessibility: 76
11:51:08 PM: - Best Practices: 100
11:51:08 PM: - SEO: 92
11:51:08 PM: - PWA: 80
11:51:09 PM: ​
11:51:09 PM: (@netlify/plugin-lighthouse onPostBuild completed in 29.4s)
11:51:09 PM:
11:51:09 PM: netlify-plugin-inline-source (onPostBuild event)
11:51:09 PM: ────────────────────────────────────────────────────────────────
11:51:09 PM: ​
11:51:09 PM: Sources successfully inlined!
11:51:09 PM: ​
11:51:09 PM: (netlify-plugin-inline-source onPostBuild completed in 22ms)
11:51:09 PM:
11:51:09 PM: (Netlify Build completed in 42.5s)
11:51:10 PM: Section completed: building
11:51:13 PM: Finished processing build request in 1m3.608s

Deploying

Complete
11:51:09 PM: Deploy site
11:51:09 PM: ────────────────────────────────────────────────────────────────
11:51:09 PM: ​
11:51:09 PM: Starting to deploy site from 'build'
11:51:09 PM: Calculating files to upload
11:51:09 PM: 4 new files to upload
11:51:09 PM: 0 new functions to upload
11:51:09 PM: Section completed: deploying
11:51:09 PM: Site deploy was successfully initiated
11:51:09 PM: ​
11:51:09 PM: (Deploy site completed in 314ms)

Cleanup

Complete
11:51:09 PM: Netlify Build Complete
11:51:09 PM: ────────────────────────────────────────────────────────────────
11:51:09 PM: ​
11:51:10 PM: Caching artifacts
11:51:10 PM: Started saving node modules
11:51:10 PM: Finished saving node modules
11:51:10 PM: Started saving build plugins
11:51:10 PM: Finished saving build plugins
11:51:10 PM: Started saving corepack cache
11:51:10 PM: Finished saving corepack cache
11:51:10 PM: Started saving pip cache
11:51:10 PM: Finished saving pip cache
11:51:10 PM: Started saving emacs cask dependencies
11:51:10 PM: Finished saving emacs cask dependencies
11:51:10 PM: Started saving maven dependencies
11:51:10 PM: Finished saving maven dependencies
11:51:10 PM: Started saving boot dependencies
11:51:10 PM: Finished saving boot dependencies
11:51:10 PM: Started saving rust rustup cache
11:51:10 PM: Finished saving rust rustup cache
11:51:10 PM: Started saving go dependencies
11:51:10 PM: Finished saving go dependencies
11:51:10 PM: Build script success
11:51:11 PM: Uploading Cache of size 289.8MB
11:51:13 PM: Section completed: cleanup

Post-processing

Complete
11:51:09 PM: Starting post processing
11:51:09 PM: Skipping HTML post processing
11:51:09 PM: Post processing - header rules
11:51:09 PM: Post processing - redirect rules
11:51:10 PM: Post processing done
11:51:10 PM: Section completed: postprocessing
11:51:11 PM: Site is live ✨