Skip to main content

Deploy details

Deploy successful for lomogaming

Fix auth controller tests

PR #77: newbackend@27495fc

Deploy log

Initializing

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

Building

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

Deploying

Complete
3:14:45 AM: Deploy site
3:14:45 AM: ────────────────────────────────────────────────────────────────
3:14:45 AM: ​
3:14:45 AM: Starting to deploy site from "frontend/build"
3:14:45 AM: Calculating files to upload
3:14:45 AM: 0 new files to upload
3:14:45 AM: 0 new functions to upload
3:14:45 AM: Section completed: deploying
3:14:45 AM: Site deploy was successfully initiated
3:14:45 AM: ​
3:14:45 AM: (Deploy site completed in 73ms)

Cleanup

Complete
3:14:45 AM: Netlify Build Complete
3:14:45 AM: ────────────────────────────────────────────────────────────────
3:14:45 AM: ​
3:14:46 AM: Caching artifacts
3:14:46 AM: Started saving node modules
3:14:46 AM: Finished saving node modules
3:14:46 AM: Started saving build plugins
3:14:46 AM: Finished saving build plugins
3:14:46 AM: Started saving corepack cache
3:14:46 AM: Finished saving corepack cache
3:14:46 AM: Started saving pip cache
3:14:46 AM: Finished saving pip cache
3:14:46 AM: Started saving emacs cask dependencies
3:14:46 AM: Finished saving emacs cask dependencies
3:14:46 AM: Started saving maven dependencies
3:14:46 AM: Finished saving maven dependencies
3:14:46 AM: Started saving boot dependencies
3:14:46 AM: Finished saving boot dependencies
3:14:46 AM: Started saving rust rustup cache
3:14:46 AM: Finished saving rust rustup cache
3:14:46 AM: Started saving go dependencies
3:14:46 AM: Finished saving go dependencies
3:14:46 AM: Build script success
3:14:47 AM: Uploading Cache of size 163.3MB
3:14:49 AM: Section completed: cleanup

Post-processing

Complete
3:14:45 AM: Starting post processing
3:14:45 AM: Skipping form detection
3:14:45 AM: Post processing - header rules
3:14:45 AM: Post processing - redirect rules
3:14:45 AM: Post processing done
3:14:45 AM: Section completed: postprocessing
3:14:46 AM: Site is live ✨