Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
10:43:32 AM: Build ready to start
10:43:33 AM: build-image version: a66d98133c6610c76fed63f8e57709f519467750 (focal)
10:43:33 AM: buildbot version: a66d98133c6610c76fed63f8e57709f519467750
10:43:34 AM: Fetching cached dependencies
10:43:34 AM: Starting to download cache of 175.1MB
10:43:36 AM: Finished downloading cache in 2.051s
10:43:36 AM: Starting to extract cache
10:43:37 AM: Finished extracting cache in 1.747s
10:43:37 AM: Finished fetching cache in 3.858s
10:43:37 AM: Starting to prepare the repo for build
10:43:38 AM: Preparing Git Reference refs/heads/main
10:43:40 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'frontend/countrle/build' versus 'build' in the Netlify UI
10:43:41 AM: Starting to install dependencies
10:43:41 AM: Python version set to 3.8
10:43:41 AM: Attempting Ruby version 2.7.2, read from environment
10:43:42 AM: Using Ruby version 2.7.2
10:43:42 AM: Started restoring cached go cache
10:43:42 AM: Finished restoring cached go cache
10:43:42 AM: go version go1.19.9 linux/amd64
10:43:43 AM: Using PHP version 8.0
10:43:44 AM: Started restoring cached Node.js version
10:43:44 AM: Finished restoring cached Node.js version
10:43:46 AM: v16.20.0 is already installed.
10:43:46 AM: Now using node v16.20.0 (npm v8.19.4)
10:43:46 AM: Enabling Node.js Corepack
10:43:46 AM: Started restoring cached build plugins
10:43:46 AM: Finished restoring cached build plugins
10:43:46 AM: Started restoring cached corepack dependencies
10:43:46 AM: Finished restoring cached corepack dependencies
10:43:46 AM: No npm workspaces detected
10:43:46 AM: Started restoring cached node modules
10:43:46 AM: Finished restoring cached node modules
10:43:47 AM: Installing npm packages using npm version 8.19.4
10:43:49 AM: up to date, audited 1498 packages in 2s
10:43:49 AM: 238 packages are looking for funding
10:43:49 AM: run `npm fund` for details
10:43:49 AM: 6 high severity vulnerabilities
10:43:49 AM: To address all issues (including breaking changes), run:
10:43:49 AM: npm audit fix --force
10:43:49 AM: Run `npm audit` for details.
10:43:49 AM: npm packages installed
10:43:49 AM: Install dependencies script success
10:43:49 AM: Starting build script
10:43:50 AM: Detected 1 framework(s)
10:43:50 AM: "create-react-app" at version "5.0.1"
10:43:50 AM: Section completed: initializing
Building
Complete
Building
Complete
10:43:51 AM: Netlify Build
10:43:51 AM: ────────────────────────────────────────────────────────────────
10:43:51 AM:
10:43:51 AM: ❯ Version
10:43:51 AM: @netlify/build 29.11.7
10:43:51 AM:
10:43:51 AM: ❯ Flags
10:43:51 AM: baseRelDir: true
10:43:51 AM: buildId: 647dbc54f8788b000717af83
10:43:51 AM: deployId: 647dbc54f8788b000717af85
10:43:51 AM:
10:43:51 AM: ❯ Current directory
10:43:51 AM: /opt/build/repo/frontend/countrle
10:43:51 AM:
10:43:51 AM: ❯ Config file
10:43:51 AM: No config file was defined: using default values.
10:43:51 AM:
10:43:51 AM: ❯ Context
10:43:51 AM: production
10:43:51 AM:
10:43:51 AM: Build command from Netlify app
10:43:51 AM: ────────────────────────────────────────────────────────────────
10:43:51 AM:
10:43:51 AM: $ npm run build
10:43:52 AM: > countrle@0.1.0 build
10:43:52 AM: > CI=false react-scripts build
10:43:53 AM: Creating an optimized production build...
10:43:59 AM: Compiled with warnings.
10:43:59 AM:
10:43:59 AM: [eslint]
10:43:59 AM: src/App.js
10:43:59 AM: Line 142:29: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid 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
10:43:59 AM: src/components/Inicio.js
10:43:59 AM: Line 1:17: 'useEffect' is defined but never used no-unused-vars
10:43:59 AM: Line 1:28: 'useState' is defined but never used no-unused-vars
10:43:59 AM: src/components/Juego.js
10:43:59 AM: Line 10:10: 'palabra' is assigned a value but never used no-unused-vars
10:43:59 AM: Line 155:9: The 'manejarClick' function makes the dependencies of useEffect Hook (at line 312) change on every render. To fix this, wrap the definition of 'manejarClick' in its own useCallback() Hook react-hooks/exhaustive-deps
10:43:59 AM: Line 176:9: The 'comprobar' function makes the dependencies of useEffect Hook (at line 312) change on every render. To fix this, wrap the definition of 'comprobar' in its own useCallback() Hook react-hooks/exhaustive-deps
10:43:59 AM: Line 222:15: 'tiempoActual' is assigned a value but never used no-unused-vars
10:43:59 AM: Line 270:9: The 'borrar' function makes the dependencies of useEffect Hook (at line 312) change on every render. To fix this, wrap the definition of 'borrar' in its own useCallback() Hook react-hooks/exhaustive-deps
10:43:59 AM: Line 317:9: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
10:43:59 AM: src/components/Login.js
10:43:59 AM: Line 36:11: 'authString' is assigned a value but never used no-unused-vars
10:43:59 AM: Line 65:9: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
10:43:59 AM: src/components/Logout.js
10:43:59 AM: Line 1:8: 'React' is defined but never used no-unused-vars
10:43:59 AM: Line 13:6: React Hook useEffect has missing dependencies: 'navigate' and 'setAuth'. Either include them or remove the dependency array react-hooks/exhaustive-deps
10:43:59 AM: src/components/Ranking.js
10:43:59 AM: Line 40:6: React Hook useEffect has a missing dependency: 'usuarioActual'. Either include it or remove the dependency array react-hooks/exhaustive-deps
10:43:59 AM: src/components/Registro.js
10:43:59 AM: Line 10:9: 'clave' is assigned a value but never used no-unused-vars
10:43:59 AM: Line 11:9: 'api_user' is assigned a value but never used no-unused-vars
10:43:59 AM: Line 12:9: 'api_pass' is assigned a value but never used no-unused-vars
10:43:59 AM: Line 24:29: 'setUsernameAvailable' is assigned a value but never used no-unused-vars
10:43:59 AM: Line 103:9: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
10:43:59 AM: src/components/Resumen.js
10:43:59 AM: Line 47:6: React Hook useEffect has a missing dependency: 'actualizarEstadisticas'. Either include it or remove the dependency array react-hooks/exhaustive-deps
10:43:59 AM: Line 50:39: Expected '===' and instead saw '==' eqeqeq
10:43:59 AM: Search for the keywords to learn more about each warning.
10:43:59 AM: To ignore, add // eslint-disable-next-line to the line before.
10:43:59 AM: File sizes after gzip:
10:43:59 AM: 80.08 kB build/static/js/main.b6a97b5b.js
10:43:59 AM: 5.1 kB build/static/css/main.c5e54e3e.css
10:43:59 AM: The project was built assuming it is hosted at /.
10:43:59 AM: You can control this with the homepage field in your package.json.
10:43:59 AM: The build folder is ready to be deployed.
10:43:59 AM: You may serve it with a static server:
10:43:59 AM: npm install -g serve
10:43:59 AM: serve -s build
10:43:59 AM: Find out more about deployment here:
10:43:59 AM: https://cra.link/deployment
10:43:59 AM:
10:43:59 AM: (build.command completed in 7.9s)
10:43:59 AM:
10:44:00 AM: (Netlify Build completed in 8.3s)
10:44:00 AM: Section completed: building
10:44:03 AM: Finished processing build request in 29.754s
Deploying
Complete
Deploying
Complete
10:43:59 AM: Deploy site
10:43:59 AM: ────────────────────────────────────────────────────────────────
10:43:59 AM:
10:43:59 AM: Starting to deploy site from 'frontend/countrle/build'
10:43:59 AM: Calculating files to upload
10:44:00 AM: 4 new files to upload
10:44:00 AM: 0 new functions to upload
10:44:00 AM: Section completed: deploying
10:44:00 AM: Site deploy was successfully initiated
10:44:00 AM:
10:44:00 AM: (Deploy site completed in 303ms)
Cleanup
Complete
Cleanup
Complete
10:44:00 AM: Netlify Build Complete
10:44:00 AM: ────────────────────────────────────────────────────────────────
10:44:00 AM:
10:44:00 AM: Caching artifacts
10:44:00 AM: Started saving node modules
10:44:00 AM: Finished saving node modules
10:44:00 AM: Started saving build plugins
10:44:00 AM: Finished saving build plugins
10:44:00 AM: Started saving corepack cache
10:44:00 AM: Finished saving corepack cache
10:44:00 AM: Started saving pip cache
10:44:00 AM: Finished saving pip cache
10:44:00 AM: Started saving emacs cask dependencies
10:44:00 AM: Finished saving emacs cask dependencies
10:44:00 AM: Started saving maven dependencies
10:44:00 AM: Finished saving maven dependencies
10:44:00 AM: Started saving boot dependencies
10:44:00 AM: Finished saving boot dependencies
10:44:00 AM: Started saving rust rustup cache
10:44:00 AM: Finished saving rust rustup cache
10:44:00 AM: Started saving go dependencies
10:44:00 AM: Finished saving go dependencies
10:44:00 AM: Build script success
10:44:02 AM: Uploading Cache of size 175.1MB
10:44:03 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
10:44:00 AM: Starting post processing
10:44:00 AM: Skipping HTML post processing
10:44:00 AM: Post processing - header rules
10:44:00 AM: Post processing - redirect rules
10:44:00 AM: Post processing done
10:44:00 AM: Section completed: postprocessing
10:44:01 AM: Site is live ✨