Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
9:38:54 PM: Build ready to start
9:39:08 PM: build-image version: 3ffff9df3d5419545acc1b673a54de348174406d (focal)
9:39:08 PM: buildbot version: 06bd328e5eb3b6956f9c6602486ecccce8b861a0
9:39:08 PM: Fetching cached dependencies
9:39:08 PM: Starting to download cache of 163.3MB
9:39:11 PM: Finished downloading cache in 2.659s
9:39:11 PM: Starting to extract cache
9:39:14 PM: Finished extracting cache in 3.632s
9:39:14 PM: Finished fetching cache in 6.348s
9:39:14 PM: Starting to prepare the repo for build
9:39:14 PM: Preparing Git Reference refs/heads/production
9:39:15 PM: Custom publish path detected. Proceeding with the specified path: "frontend/build"
9:39:16 PM: manpath: warning: $PATH not set
9:39:16 PM: Starting to install dependencies
9:39:16 PM: Python version set to 3.8
9:39:16 PM: Attempting Ruby version 2.7.2, read from environment
9:39:17 PM: Using Ruby version 2.7.2
9:39:17 PM: Started restoring cached go cache
9:39:17 PM: Finished restoring cached go cache
9:39:19 PM: go version go1.19.13 linux/amd64
9:39:20 PM: Using PHP version 8.0
9:39:20 PM: Started restoring cached Node.js version
9:39:22 PM: Finished restoring cached Node.js version
9:39:22 PM: v18.19.0 is already installed.
9:39:22 PM: Now using node v18.19.0 (npm v10.2.3)
9:39:22 PM: Enabling Node.js Corepack
9:39:22 PM: Started restoring cached build plugins
9:39:22 PM: Finished restoring cached build plugins
9:39:22 PM: Started restoring cached corepack dependencies
9:39:22 PM: Finished restoring cached corepack dependencies
9:39:22 PM: No npm workspaces detected
9:39:22 PM: Started restoring cached node modules
9:39:22 PM: Finished restoring cached node modules
9:39:23 PM: Installing npm packages using npm version 10.2.3
9:39:26 PM: up to date, audited 1837 packages in 3s
9:39:26 PM: 319 packages are looking for funding
9:39:26 PM: run `npm fund` for details
9:39:26 PM: 8 vulnerabilities (2 moderate, 6 high)
9:39:26 PM: To address all issues (including breaking changes), run:
9:39:26 PM: npm audit fix --force
9:39:26 PM: Run `npm audit` for details.
9:39:26 PM: npm packages installed
9:39:26 PM: Successfully installed dependencies
9:39:26 PM: Starting build script
9:39:27 PM: Detected 1 framework(s)
9:39:27 PM: "create-react-app" at version "5.0.1"
9:39:27 PM: Section completed: initializing
Building
Complete
Building
Complete
9:39:29 PM: Netlify Build
9:39:29 PM: ────────────────────────────────────────────────────────────────
9:39:29 PM:
9:39:29 PM: ❯ Version
9:39:29 PM: @netlify/build 29.31.0
9:39:29 PM:
9:39:29 PM: ❯ Flags
9:39:29 PM: baseRelDir: true
9:39:29 PM: buildId: 65723b6e380e5300076b7012
9:39:29 PM: deployId: 65723b6e380e5300076b7014
9:39:29 PM:
9:39:29 PM: ❯ Current directory
9:39:29 PM: /opt/build/repo/frontend
9:39:29 PM:
9:39:29 PM: ❯ Config file
9:39:29 PM: No config file was defined: using default values.
9:39:29 PM:
9:39:29 PM: ❯ Context
9:39:29 PM: production
9:39:29 PM:
9:39:29 PM: Build command from Netlify app
9:39:29 PM: ────────────────────────────────────────────────────────────────
9:39:29 PM:
9:39:29 PM: $ CI= npm run build
9:39:29 PM: > frontend@0.1.0 build
9:39:29 PM: > react-scripts build
9:39:30 PM: Creating an optimized production build...
9:39:31 PM: warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
9:39:31 PM: warn - Update your configuration file to eliminate this warning.
9:39:31 PM: warn - https://tailwindcss.com/docs/upgrade-guide#configure-content-sources
9:39:31 PM: warn - The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.
9:39:31 PM: warn - Change `darkMode` to `media` or remove it entirely.
9:39:31 PM: warn - https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration
9:39:33 PM: One of your dependencies, babel-preset-react-app, is importing the
9:39:33 PM: "@babel/plugin-proposal-private-property-in-object" package without
9:39:33 PM: declaring it in its dependencies. This is currently working because
9:39:33 PM: "@babel/plugin-proposal-private-property-in-object" is already in your
9:39:33 PM: node_modules folder for unrelated reasons, but it may break at any time.
9:39:33 PM: babel-preset-react-app is part of the create-react-app project, which
9:39:33 PM: is not maintianed anymore. It is thus unlikely that this bug will
9:39:33 PM: ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
9:39:33 PM: your devDependencies to work around this error. This will make this message
9:39:33 PM: go away.
9:39:45 PM: Compiled with warnings.
9:39:45 PM:
9:39:45 PM: [eslint]
9:39:45 PM: src/App.js
9:39:45 PM: Line 18:8: "useEchoStore" is defined but never used no-unused-vars
9:39:45 PM: Line 19:8: "Echo" is defined but never used no-unused-vars
9:39:45 PM: src/components/Beacon/InfoWindow/BeaconInfoWindow.js
9:39:45 PM: Line 2:8: "ControllerInfo" is defined but never used no-unused-vars
9:39:45 PM: Line 4:8: "BeaconApplication" is defined but never used no-unused-vars
9:39:45 PM: Line 7:10: "Link" is defined but never used no-unused-vars
9:39:45 PM: Line 36:9: "handleInfoClick" is assigned a value but never used no-unused-vars
9:39:45 PM: src/components/Beacon/InfoWindow/ControllerInfo.js
9:39:45 PM: Line 1:17: "useState" is defined but never used no-unused-vars
9:39:45 PM: src/components/Beacon/MapContainer.js
9:39:45 PM: Line 3:10: "Link" is defined but never used no-unused-vars
9:39:45 PM: src/components/BeaconApplication/BeaconApplication.js
9:39:45 PM: Line 2:16: "useParams" is defined but never used no-unused-vars
9:39:45 PM: src/components/BeaconCreation/BeaconCreation.js
9:39:45 PM: Line 13:10: "game" is assigned a value but never used no-unused-vars
9:39:45 PM: Line 13:16: "setGame" is assigned a value but never used no-unused-vars
9:39:45 PM: Line 25:10: "statusCode" is assigned a value but never used no-unused-vars
9:39:45 PM: Line 25:22: "setStatusCode" is assigned a value but never used no-unused-vars
9:39:45 PM: Line 58:9: "config" is assigned a value but never used no-unused-vars
9:39:45 PM: src/components/BeaconCreation/GetGameByName.js
9:39:45 PM: Line 2:8: "React" is defined but never used no-unused-vars
9:39:45 PM: Line 2:17: "useEffect" is defined but never used no-unused-vars
9:39:45 PM: Line 2:28: "useState" is defined but never used no-unused-vars
9:39:45 PM: Line 3:10: "useAuth" is defined but never used no-unused-vars
9:39:45 PM: src/components/BeaconCreation/LocationSearch.js
9:39:45 PM: Line 9:11: "isLoaded" is assigned a value but never used no-unused-vars
9:39:45 PM: src/components/BeaconInfo/GetBeaconById.js
9:39:45 PM: Line 1:8: "React" is defined but never used no-unused-vars
9:39:45 PM: Line 42:6: React Hook useEffect has a missing dependency: "id". Either include it or remove the dependency array react-hooks/exhaustive-deps
9:39:45 PM: src/components/BeaconInfo/GetBeaconInfo.js
9:39:45 PM: Line 1:8: "React" is defined but never used no-unused-vars
9:39:45 PM: src/components/BeaconInfo/GetUserById.js
9:39:45 PM: Line 3:8: "React" is defined but never used no-unused-vars
9:39:45 PM: Line 45:6: React Hook useEffect has a missing dependency: "userId". Either include it or remove the dependency array react-hooks/exhaustive-deps
9:39:45 PM: src/components/BeaconInfo/ListBeaconInfo.js
9:39:45 PM: Line 1:27: "useEffect" is defined but never used no-unused-vars
9:39:45 PM: src/components/Comments.jsx
9:39:45 PM: Line 25:8: React Hook useEffect has a missing dependency: "beaconId". Either include it or remove the dependency array react-hooks/exhaustive-deps
9:39:45 PM: Search for the keywords to learn more about each warning.
9:39:45 PM: To ignore, add // eslint-disable-next-line to the line before.
9:39:45 PM: File sizes after gzip:
9:39:45 PM: 257.84 kB build/static/js/main.6a28ca66.js
9:39:45 PM: 4.2 kB build/static/css/main.8bab8102.css
9:39:45 PM: 1.77 kB build/static/js/787.9e9f4ffd.chunk.js
9:39:45 PM: The project was built assuming it is hosted at /.
9:39:45 PM: You can control this with the homepage field in your package.json.
9:39:45 PM: The build folder is ready to be deployed.
9:39:45 PM: You may serve it with a static server:
9:39:45 PM: npm install -g serve
9:39:45 PM: serve -s build
9:39:45 PM: Find out more about deployment here:
9:39:45 PM: https://cra.link/deployment
9:39:45 PM:
9:39:45 PM: (build.command completed in 15.6s)
9:39:45 PM:
9:39:45 PM: (Netlify Build completed in 15.9s)
9:39:46 PM: Section completed: building
9:39:48 PM: Finished processing build request in 40.676s
Deploying
Complete
Deploying
Complete
9:39:45 PM: Deploy site
9:39:45 PM: ────────────────────────────────────────────────────────────────
9:39:45 PM:
9:39:45 PM: Starting to deploy site from "frontend/build"
9:39:45 PM: Calculating files to upload
9:39:45 PM: 6 new files to upload
9:39:45 PM: 0 new functions to upload
9:39:45 PM: Section completed: deploying
9:39:45 PM: Site deploy was successfully initiated
9:39:45 PM:
9:39:45 PM: (Deploy site completed in 296ms)
Cleanup
Complete
Cleanup
Complete
9:39:45 PM: Netlify Build Complete
9:39:45 PM: ────────────────────────────────────────────────────────────────
9:39:45 PM:
9:39:46 PM: Caching artifacts
9:39:46 PM: Started saving node modules
9:39:46 PM: Finished saving node modules
9:39:46 PM: Started saving build plugins
9:39:46 PM: Finished saving build plugins
9:39:46 PM: Started saving corepack cache
9:39:46 PM: Finished saving corepack cache
9:39:46 PM: Started saving pip cache
9:39:46 PM: Finished saving pip cache
9:39:46 PM: Started saving emacs cask dependencies
9:39:46 PM: Finished saving emacs cask dependencies
9:39:46 PM: Started saving maven dependencies
9:39:46 PM: Finished saving maven dependencies
9:39:46 PM: Started saving boot dependencies
9:39:46 PM: Finished saving boot dependencies
9:39:46 PM: Started saving rust rustup cache
9:39:46 PM: Finished saving rust rustup cache
9:39:46 PM: Started saving go dependencies
9:39:46 PM: Finished saving go dependencies
9:39:46 PM: Build script success
9:39:47 PM: Uploading Cache of size 163.4MB
9:39:48 PM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
9:39:45 PM: Post processing - header rules
9:39:45 PM: Post processing - redirect rules
9:39:45 PM: Post processing done
9:39:45 PM: Section completed: postprocessing
9:39:45 PM: Starting post processing
9:39:45 PM: Skipping form detection
9:39:46 PM: Site is live ✨