Skip to main content

Deploy details

Deploy successful for lomogaming

Attendee fix2

PR #90: attendeeFix2@5fc3071

Deploy log

Initializing

Complete
2:24:54 AM: Build ready to start
2:24:55 AM: build-image version: 3ffff9df3d5419545acc1b673a54de348174406d (focal)
2:24:55 AM: buildbot version: 06bd328e5eb3b6956f9c6602486ecccce8b861a0
2:24:55 AM: Fetching cached dependencies
2:24:55 AM: Starting to download cache of 162.0MB
2:24:57 AM: Finished downloading cache in 1.659s
2:24:57 AM: Starting to extract cache
2:24:59 AM: Finished extracting cache in 2.422s
2:24:59 AM: Finished fetching cache in 4.149s
2:24:59 AM: Starting to prepare the repo for build
2:24:59 AM: Preparing Git Reference pull/90/head
2:25:00 AM: Custom publish path detected. Proceeding with the specified path: "frontend/build"
2:25:01 AM: manpath: warning: $PATH not set
2:25:01 AM: Starting to install dependencies
2:25:01 AM: Python version set to 3.8
2:25:01 AM: Attempting Ruby version 2.7.2, read from environment
2:25:02 AM: Using Ruby version 2.7.2
2:25:02 AM: Started restoring cached go cache
2:25:02 AM: Finished restoring cached go cache
2:25:04 AM: go version go1.19.13 linux/amd64
2:25:04 AM: Using PHP version 8.0
2:25:05 AM: Started restoring cached Node.js version
2:25:06 AM: Finished restoring cached Node.js version
2:25:06 AM: v18.19.0 is already installed.
2:25:06 AM: Now using node v18.19.0 (npm v10.2.3)
2:25:06 AM: Enabling Node.js Corepack
2:25:06 AM: Started restoring cached build plugins
2:25:06 AM: Finished restoring cached build plugins
2:25:06 AM: Started restoring cached corepack dependencies
2:25:06 AM: Finished restoring cached corepack dependencies
2:25:06 AM: No npm workspaces detected
2:25:06 AM: Started restoring cached node modules
2:25:06 AM: Finished restoring cached node modules
2:25:07 AM: Installing npm packages using npm version 10.2.3
2:25:13 AM: changed 21 packages, and audited 1837 packages in 6s
2:25:13 AM: 319 packages are looking for funding
2:25:13 AM: run `npm fund` for details
2:25:13 AM: 8 vulnerabilities (2 moderate, 6 high)
2:25:13 AM: To address all issues (including breaking changes), run:
2:25:13 AM: npm audit fix --force
2:25:13 AM: Run `npm audit` for details.
2:25:13 AM: npm packages installed
2:25:13 AM: Successfully installed dependencies
2:25:13 AM: Starting build script
2:25:14 AM: Detected 1 framework(s)
2:25:14 AM: "create-react-app" at version "5.0.1"
2:25:14 AM: Section completed: initializing

Building

Complete
2:25:16 AM: Netlify Build
2:25:16 AM: ────────────────────────────────────────────────────────────────
2:25:16 AM:
2:25:16 AM: ❯ Version
2:25:16 AM: @netlify/build 29.31.0
2:25:16 AM:
2:25:16 AM: ❯ Flags
2:25:16 AM: baseRelDir: true
2:25:16 AM: buildId: 657672f677f87c0008498c74
2:25:16 AM: deployId: 657672f677f87c0008498c76
2:25:16 AM:
2:25:16 AM: ❯ Current directory
2:25:16 AM: /opt/build/repo/frontend
2:25:16 AM:
2:25:16 AM: ❯ Config file
2:25:16 AM: No config file was defined: using default values.
2:25:16 AM:
2:25:16 AM: ❯ Context
2:25:16 AM: deploy-preview
2:25:16 AM:
2:25:16 AM: Build command from Netlify app
2:25:16 AM: ────────────────────────────────────────────────────────────────
2:25:16 AM: ​
2:25:16 AM: $ CI= npm run build
2:25:16 AM: > frontend@0.1.0 build
2:25:16 AM: > react-scripts build
2:25:17 AM: Creating an optimized production build...
2:25:18 AM: warn - The `purge`/`content` options have changed in Tailwind CSS v3.0.
2:25:18 AM: warn - Update your configuration file to eliminate this warning.
2:25:18 AM: warn - The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.
2:25:18 AM: warn - Change `darkMode` to `media` or remove it entirely.
2:25:21 AM: One of your dependencies, babel-preset-react-app, is importing the
2:25:21 AM: "@babel/plugin-proposal-private-property-in-object" package without
2:25:21 AM: declaring it in its dependencies. This is currently working because
2:25:21 AM: "@babel/plugin-proposal-private-property-in-object" is already in your
2:25:21 AM: node_modules folder for unrelated reasons, but it may break at any time.
2:25:21 AM: babel-preset-react-app is part of the create-react-app project, which
2:25:21 AM: is not maintianed anymore. It is thus unlikely that this bug will
2:25:21 AM: ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to
2:25:21 AM: your devDependencies to work around this error. This will make this message
2:25:21 AM: go away.
2:25:30 AM: Compiled with warnings.
2:25:30 AM:
2:25:30 AM: [eslint]
2:25:30 AM: src/components/Beacon/Beacon.js
2:25:30 AM: Line 2:10: "Circle" is defined but never used no-unused-vars
2:25:30 AM: Line 6:9: "circle" is assigned a value but never used no-unused-vars
2:25:30 AM: src/components/Beacon/InfoWindow/BeaconInfoWindow.js
2:25:30 AM: Line 2:8: "ControllerInfo" is defined but never used no-unused-vars
2:25:30 AM: Line 4:8: "BeaconApplication" is defined but never used no-unused-vars
2:25:30 AM: Line 7:10: "Link" is defined but never used no-unused-vars
2:25:30 AM: Line 36:3: React Hook useEffect contains a call to "setIsHost". Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [host_id, userId] as a second argument to the useEffect Hook react-hooks/exhaustive-deps
2:25:30 AM: Line 46:9: "handleInfoClick" is assigned a value but never used no-unused-vars
2:25:30 AM: src/components/Beacon/InfoWindow/ControllerInfo.js
2:25:30 AM: Line 1:17: "useState" is defined but never used no-unused-vars
2:25:30 AM: src/components/Beacon/MapContainer.js
2:25:30 AM: Line 4:10: "Link" is defined but never used no-unused-vars
2:25:30 AM: src/components/BeaconApplication/BeaconApplication.js
2:25:30 AM: Line 2:16: "useParams" is defined but never used no-unused-vars
2:25:30 AM: src/components/BeaconCreation/BeaconCreation.js
2:25:30 AM: Line 13:10: "game" is assigned a value but never used no-unused-vars
2:25:30 AM: Line 13:16: "setGame" is assigned a value but never used no-unused-vars
2:25:30 AM: Line 57:9: "config" is assigned a value but never used no-unused-vars
2:25:30 AM: src/components/BeaconCreation/GetGameByName.js
2:25:30 AM: Line 2:8: "React" is defined but never used no-unused-vars
2:25:30 AM: Line 2:17: "useEffect" is defined but never used no-unused-vars
2:25:30 AM: Line 2:28: "useState" is defined but never used no-unused-vars
2:25:30 AM: Line 3:10: "useAuth" is defined but never used no-unused-vars
2:25:30 AM: src/components/BeaconCreation/LocationSearch.js
2:25:30 AM: Line 9:11: "isLoaded" is assigned a value but never used no-unused-vars
2:25:30 AM: src/components/BeaconInfo/GetBeaconById.js
2:25:30 AM: Line 1:8: "React" is defined but never used no-unused-vars
2:25:30 AM: src/components/BeaconInfo/GetBeaconInfo.js
2:25:30 AM: Line 1:8: "React" is defined but never used no-unused-vars
2:25:30 AM: src/components/BeaconInfo/GetUserById.js
2:25:30 AM: Line 3:8: "React" is defined but never used no-unused-vars
2:25:30 AM: Line 45:6: React Hook useEffect has a missing dependency: "userId". Either include it or remove the dependency array react-hooks/exhaustive-deps
2:25:30 AM: src/components/BeaconInfo/ListBeaconInfo.js
2:25:30 AM: Line 1:27: "useEffect" is defined but never used no-unused-vars
2:25:30 AM: src/components/BeaconInfo/ModifyBeacon.js
2:25:30 AM: Line 48:10: "gameImg" is assigned a value but never used no-unused-vars
2:25:30 AM: Line 111:9: "config" is assigned a value but never used no-unused-vars
2:25:30 AM: Line 122:12: "clearForm" is defined but never used no-unused-vars
2:25:30 AM: Search for the keywords to learn more about each warning.
2:25:30 AM: To ignore, add // eslint-disable-next-line to the line before.
2:25:30 AM: File sizes after gzip:
2:25:30 AM: 262.15 kB build/static/js/main.658b5883.js
2:25:30 AM: 4.39 kB build/static/css/main.75cc8e70.css
2:25:30 AM: 1.77 kB build/static/js/787.9e9f4ffd.chunk.js
2:25:30 AM: The project was built assuming it is hosted at /.
2:25:30 AM: You can control this with the homepage field in your package.json.
2:25:30 AM: The build folder is ready to be deployed.
2:25:30 AM: You may serve it with a static server:
2:25:30 AM: npm install -g serve
2:25:30 AM: serve -s build
2:25:30 AM: Find out more about deployment here:
2:25:30 AM: ​
2:25:30 AM: (build.command completed in 14.3s)
2:25:30 AM:
2:25:31 AM: (Netlify Build completed in 14.7s)
2:25:31 AM: Section completed: building
2:25:34 AM: Finished processing build request in 39.383s

Deploying

Complete
2:25:30 AM: Deploy site
2:25:30 AM: ────────────────────────────────────────────────────────────────
2:25:30 AM: ​
2:25:30 AM: Starting to deploy site from "frontend/build"
2:25:30 AM: Calculating files to upload
2:25:30 AM: 1 new files to upload
2:25:30 AM: 0 new functions to upload
2:25:31 AM: Section completed: deploying
2:25:31 AM: Site deploy was successfully initiated
2:25:31 AM: ​
2:25:31 AM: (Deploy site completed in 314ms)

Cleanup

Complete
2:25:31 AM: Netlify Build Complete
2:25:31 AM: ────────────────────────────────────────────────────────────────
2:25:31 AM: ​
2:25:31 AM: Caching artifacts
2:25:31 AM: Started saving node modules
2:25:31 AM: Finished saving node modules
2:25:31 AM: Started saving build plugins
2:25:31 AM: Finished saving build plugins
2:25:31 AM: Started saving corepack cache
2:25:31 AM: Finished saving corepack cache
2:25:31 AM: Started saving pip cache
2:25:31 AM: Finished saving pip cache
2:25:31 AM: Started saving emacs cask dependencies
2:25:31 AM: Finished saving emacs cask dependencies
2:25:31 AM: Started saving maven dependencies
2:25:31 AM: Finished saving maven dependencies
2:25:31 AM: Started saving boot dependencies
2:25:31 AM: Finished saving boot dependencies
2:25:31 AM: Started saving rust rustup cache
2:25:31 AM: Finished saving rust rustup cache
2:25:31 AM: Started saving go dependencies
2:25:31 AM: Finished saving go dependencies
2:25:31 AM: Build script success
2:25:33 AM: Uploading Cache of size 162.0MB
2:25:34 AM: Section completed: cleanup

Post-processing

Complete
2:25:31 AM: Post processing - header rules
2:25:31 AM: Post processing - redirect rules
2:25:31 AM: Post processing done
2:25:31 AM: Section completed: postprocessing
2:25:31 AM: Starting post processing
2:25:31 AM: Skipping form detection
2:25:31 AM: Site is live ✨