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