Loading Netlify dashboard…

Skip to main content

Deploy details

Deploy successful for lomogaming

Last minute merges into main need to be put into production

PR #51: main@302b0e2

Deploy log

Initializing

Complete
5:53:06 PM: Build ready to start
5:53:07 PM: build-image version: 3ffff9df3d5419545acc1b673a54de348174406d (focal)
5:53:07 PM: buildbot version: 228d4ef7b03dfc60f183d3edd500451c6a4cc157
5:53:07 PM: Fetching cached dependencies
5:53:07 PM: Starting to download cache of 161.1MB
5:53:10 PM: Finished downloading cache in 2.704s
5:53:10 PM: Starting to extract cache
5:53:12 PM: Finished extracting cache in 2.409s
5:53:12 PM: Finished fetching cache in 5.181s
5:53:12 PM: Starting to prepare the repo for build
5:53:12 PM: Preparing Git Reference pull/51/head
5:53:13 PM: Custom publish path detected. Proceeding with the specified path: "frontend/build"
5:53:13 PM: manpath: warning: $PATH not set
5:53:14 PM: Starting to install dependencies
5:53:14 PM: Python version set to 3.8
5:53:14 PM: Attempting Ruby version 2.7.2, read from environment
5:53:15 PM: Using Ruby version 2.7.2
5:53:15 PM: Started restoring cached go cache
5:53:15 PM: Finished restoring cached go cache
5:53:16 PM: go version go1.19.13 linux/amd64
5:53:17 PM: Using PHP version 8.0
5:53:18 PM: Started restoring cached Node.js version
5:53:19 PM: Finished restoring cached Node.js version
5:53:19 PM: v18.19.0 is already installed.
5:53:19 PM: Now using node v18.19.0 (npm v10.2.3)
5:53:19 PM: Enabling Node.js Corepack
5:53:19 PM: Started restoring cached build plugins
5:53:19 PM: Finished restoring cached build plugins
5:53:19 PM: Started restoring cached corepack dependencies
5:53:19 PM: Finished restoring cached corepack dependencies
5:53:19 PM: No npm workspaces detected
5:53:19 PM: Started restoring cached node modules
5:53:19 PM: Finished restoring cached node modules
5:53:20 PM: Installing npm packages using npm version 10.2.3
5:53:24 PM: up to date, audited 1835 packages in 4s
5:53:24 PM: 319 packages are looking for funding
5:53:24 PM: run `npm fund` for details
5:53:24 PM: 9 vulnerabilities (3 moderate, 6 high)
5:53:24 PM: To address issues that do not require attention, run:
5:53:24 PM: npm audit fix
5:53:24 PM: To address all issues (including breaking changes), run:
5:53:24 PM: npm audit fix --force
5:53:24 PM: Run `npm audit` for details.
5:53:24 PM: npm packages installed
5:53:25 PM: Successfully installed dependencies
5:53:25 PM: Starting build script
5:53:26 PM: Detected 1 framework(s)
5:53:26 PM: "create-react-app" at version "5.0.1"
5:53:26 PM: Section completed: initializing

Building

Complete
5:53:28 PM: Netlify Build
5:53:28 PM: ────────────────────────────────────────────────────────────────
5:53:28 PM:
5:53:28 PM: ❯ Version
5:53:28 PM: @netlify/build 29.29.4
5:53:28 PM:
5:53:28 PM: ❯ Flags
5:53:28 PM: baseRelDir: true
5:53:28 PM: buildId: 656e1201bf1975000835a0da
5:53:28 PM: deployId: 656e1201bf1975000835a0dc
5:53:28 PM:
5:53:28 PM: ❯ Current directory
5:53:28 PM: /opt/build/repo/frontend
5:53:28 PM:
5:53:28 PM: ❯ Config file
5:53:28 PM: No config file was defined: using default values.
5:53:28 PM:
5:53:28 PM: ❯ Context
5:53:28 PM: deploy-preview
5:53:28 PM:
5:53:28 PM: Build command from Netlify app
5:53:28 PM: ────────────────────────────────────────────────────────────────
5:53:28 PM: ​
5:53:28 PM: $ CI= npm run build
5:53:28 PM: > frontend@0.1.0 build
5:53:28 PM: > react-scripts build
5:53:29 PM: Creating an optimized production build...
5:53:30 PM: warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
5:53:30 PM: warn - Update your configuration file to eliminate this warning.
5:53:30 PM: warn - The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.
5:53:30 PM: warn - Change `darkMode` to `media` or remove it entirely.
5:53:32 PM: One of your dependencies, babel-preset-react-app, is importing the
5:53:32 PM: "@babel/plugin-proposal-private-property-in-object" package without
5:53:32 PM: declaring it in its dependencies. This is currently working because
5:53:32 PM: "@babel/plugin-proposal-private-property-in-object" is already in your
5:53:32 PM: node_modules folder for unrelated reasons, but it may break at any time.
5:53:32 PM: babel-preset-react-app is part of the create-react-app project, which
5:53:32 PM: is not maintianed anymore. It is thus unlikely that this bug will
5:53:32 PM: ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
5:53:32 PM: your devDependencies to work around this error. This will make this message
5:53:32 PM: go away.
5:53:42 PM: Compiled with warnings.
5:53:42 PM:
5:53:42 PM: [eslint]
5:53:42 PM: src/App.js
5:53:42 PM: Line 17:8: "CommentSection" is defined but never used no-unused-vars
5:53:42 PM: src/components/Beacon/InfoWindow/BeaconInfoWindow.js
5:53:42 PM: Line 2:8: "ControllerInfo" is defined but never used no-unused-vars
5:53:42 PM: Line 4:8: "BeaconApplication" is defined but never used no-unused-vars
5:53:42 PM: Line 33:9: "handleInfoClick" is assigned a value but never used no-unused-vars
5:53:42 PM: src/components/Beacon/InfoWindow/ControllerInfo.js
5:53:42 PM: Line 1:17: "useState" is defined but never used no-unused-vars
5:53:42 PM: src/components/Beacon/MapContainer.js
5:53:42 PM: Line 3:10: "Link" is defined but never used no-unused-vars
5:53:42 PM: src/components/BeaconApplication/BeaconApplication.js
5:53:42 PM: Line 1:27: "useContext" is defined but never used no-unused-vars
5:53:42 PM: Line 8:9: "navigate" is assigned a value but never used no-unused-vars
5:53:42 PM: Line 26:11: "beaconUpdateData" is assigned a value but never used no-unused-vars
5:53:42 PM: src/components/BeaconCreation/BeaconCreation.js
5:53:42 PM: Line 1:27: "useContext" is defined but never used no-unused-vars
5:53:42 PM: Line 1:39: "useEffect" is defined but never used no-unused-vars
5:53:42 PM: Line 5:10: "AuthContext" is defined but never used no-unused-vars
5:53:42 PM: Line 19:10: "statusCode" is assigned a value but never used no-unused-vars
5:53:42 PM: Line 19:22: "setStatusCode" is assigned a value but never used no-unused-vars
5:53:42 PM: Line 21:9: "laravelEcho" is assigned a value but never used no-unused-vars
5:53:42 PM: Line 92:9: "logindata" is assigned a value but never used no-unused-vars
5:53:42 PM: src/components/BeaconInfo/GetBeaconInfo.js
5:53:42 PM: Line 1:8: "React" is defined but never used no-unused-vars
5:53:42 PM: src/components/BeaconInfo/GetUserById.js
5:53:42 PM: Line 2:8: "React" is defined but never used no-unused-vars
5:53:42 PM: Line 44:6: React Hook useEffect has a missing dependency: "userId". Either include it or remove the dependency array react-hooks/exhaustive-deps
5:53:42 PM: src/components/BeaconInfo/ListBeaconInfo.js
5:53:42 PM: Line 1:27: "useEffect" is defined but never used no-unused-vars
5:53:42 PM: src/components/Comments.jsx
5:53:42 PM: Line 25:8: React Hook useEffect has a missing dependency: "beaconId". Either include it or remove the dependency array react-hooks/exhaustive-deps
5:53:42 PM: Search for the keywords to learn more about each warning.
5:53:42 PM: To ignore, add // eslint-disable-next-line to the line before.
5:53:42 PM: File sizes after gzip:
5:53:42 PM: 235.12 kB build/static/js/main.a8f4453f.js
5:53:42 PM: 3.62 kB build/static/css/main.7f233a37.css
5:53:42 PM: 1.77 kB build/static/js/787.9e9f4ffd.chunk.js
5:53:42 PM: The project was built assuming it is hosted at /.
5:53:42 PM: You can control this with the homepage field in your package.json.
5:53:42 PM: The build folder is ready to be deployed.
5:53:42 PM: You may serve it with a static server:
5:53:42 PM: npm install -g serve
5:53:42 PM: serve -s build
5:53:42 PM: Find out more about deployment here:
5:53:42 PM: ​
5:53:42 PM: (build.command completed in 14.5s)
5:53:42 PM:
5:53:45 PM: (Netlify Build completed in 17.2s)
5:53:46 PM: Section completed: building
5:53:48 PM: Finished processing build request in 41.491s

Deploying

Complete
5:53:42 PM: Deploy site
5:53:42 PM: ────────────────────────────────────────────────────────────────
5:53:42 PM: ​
5:53:42 PM: Starting to deploy site from "frontend/build"
5:53:42 PM: Calculating files to upload
5:53:45 PM: 6 new files to upload
5:53:45 PM: 0 new functions to upload
5:53:45 PM: Section completed: deploying
5:53:45 PM: Site deploy was successfully initiated
5:53:45 PM: ​
5:53:45 PM: (Deploy site completed in 2.7s)

Cleanup

Complete
5:53:45 PM: Netlify Build Complete
5:53:45 PM: ────────────────────────────────────────────────────────────────
5:53:45 PM: ​
5:53:46 PM: Caching artifacts
5:53:46 PM: Started saving node modules
5:53:46 PM: Finished saving node modules
5:53:46 PM: Started saving build plugins
5:53:46 PM: Finished saving build plugins
5:53:46 PM: Started saving corepack cache
5:53:46 PM: Finished saving corepack cache
5:53:46 PM: Started saving pip cache
5:53:46 PM: Finished saving pip cache
5:53:46 PM: Started saving emacs cask dependencies
5:53:46 PM: Finished saving emacs cask dependencies
5:53:46 PM: Started saving maven dependencies
5:53:46 PM: Finished saving maven dependencies
5:53:46 PM: Started saving boot dependencies
5:53:46 PM: Finished saving boot dependencies
5:53:46 PM: Started saving rust rustup cache
5:53:46 PM: Finished saving rust rustup cache
5:53:46 PM: Started saving go dependencies
5:53:46 PM: Finished saving go dependencies
5:53:46 PM: Build script success
5:53:47 PM: Uploading Cache of size 161.2MB
5:53:48 PM: Section completed: cleanup

Post-processing

Complete
5:53:45 PM: Starting post processing
5:53:45 PM: Skipping form detection
5:53:45 PM: Post processing - header rules
5:53:45 PM: Post processing - redirect rules
5:53:45 PM: Post processing done
5:53:45 PM: Section completed: postprocessing
5:53:46 PM: Site is live ✨