Skip to main content

Deploy details

Deploy successful for gnochess

feat: implement realm for manual rewards

PR #171: hariom/manual-reward@0f83b2d

Deploy log

Initializing

Complete
11:19:00 AM: Build ready to start
11:19:02 AM: build-image version: 0143b4617dd9b5b3faed2aefa29c54a846e69aae (focal)
11:19:02 AM: buildbot version: 0143b4617dd9b5b3faed2aefa29c54a846e69aae
11:19:02 AM: Fetching cached dependencies
11:19:02 AM: Starting to download cache of 178.3MB
11:19:06 AM: Finished downloading cache in 3.834s
11:19:06 AM: Starting to extract cache
11:19:07 AM: Finished extracting cache in 1.638s
11:19:07 AM: Finished fetching cache in 5.517s
11:19:07 AM: Starting to prepare the repo for build
11:19:07 AM: Preparing Git Reference pull/171/head
11:19:09 AM: Custom build path detected. Proceeding with the specified path: "web"
11:19:09 AM: Custom publish path detected. Proceeding with the specified path: "web/public"
11:19:09 AM: manpath: warning: $PATH not set
11:19:09 AM: Starting to install dependencies
11:19:09 AM: Python version set to 3.8
11:19:09 AM: Attempting Ruby version 2.7.2, read from environment
11:19:10 AM: Using Ruby version 2.7.2
11:19:11 AM: Started restoring cached go cache
11:19:11 AM: Finished restoring cached go cache
11:19:11 AM: go version go1.19.13 linux/amd64
11:19:11 AM: Using PHP version 8.0
11:19:11 AM: Installing Hugo 0.118.2
11:19:11 AM: hugo v0.118.2-da7983ac4b94d97d776d7c2405040de97e95c03d+extended linux/amd64 BuildDate=2023-08-31T11:23:51Z VendorInfo=gohugoio
11:19:12 AM: Started restoring cached Node.js version
11:19:13 AM: Finished restoring cached Node.js version
11:19:13 AM: v18.18.0 is already installed.
11:19:14 AM: Now using node v18.18.0 (npm v9.8.1)
11:19:14 AM: Enabling Node.js Corepack
11:19:14 AM: Started restoring cached build plugins
11:19:14 AM: Finished restoring cached build plugins
11:19:14 AM: Started restoring cached corepack dependencies
11:19:14 AM: Finished restoring cached corepack dependencies
11:19:14 AM: No npm workspaces detected
11:19:14 AM: Started restoring cached node modules
11:19:14 AM: Finished restoring cached node modules
11:19:14 AM: Installing npm packages using npm version 9.8.1
11:19:14 AM: npm WARN EBADENGINE Unsupported engine {
11:19:14 AM: npm WARN EBADENGINE package: "amqplib@0.5.2",
11:19:14 AM: npm WARN EBADENGINE required: { node: ">=0.8 <=9" },
11:19:14 AM: npm WARN EBADENGINE current: { node: "v18.18.0", npm: "9.8.1" }
11:19:14 AM: npm WARN EBADENGINE }
11:19:15 AM: up to date, audited 527 packages in 1s
11:19:15 AM: 101 packages are looking for funding
11:19:15 AM: run `npm fund` for details
11:19:15 AM: 12 vulnerabilities (4 moderate, 7 high, 1 critical)
11:19:15 AM: To address issues that do not require attention, run:
11:19:15 AM: npm audit fix
11:19:15 AM: To address all issues (including breaking changes), run:
11:19:15 AM: npm audit fix --force
11:19:15 AM: Run `npm audit` for details.
11:19:15 AM: npm packages installed
11:19:16 AM: Install dependencies script success
11:19:16 AM: Starting build script
11:19:17 AM: Detected 1 framework(s)
11:19:17 AM: "vite" at version "4.4.9"
11:19:17 AM: Section completed: initializing

Building

Complete
11:19:18 AM: Netlify Build
11:19:18 AM: ────────────────────────────────────────────────────────────────
11:19:18 AM:
11:19:18 AM: ❯ Version
11:19:18 AM: @netlify/build 29.21.1
11:19:18 AM:
11:19:18 AM: ❯ Flags
11:19:18 AM: baseRelDir: true
11:19:18 AM: buildId: 65140fa24ef54f0008a8cf2d
11:19:18 AM: deployId: 65140fa24ef54f0008a8cf2f
11:19:18 AM:
11:19:18 AM: ❯ Current directory
11:19:18 AM: /opt/build/repo/web
11:19:18 AM:
11:19:18 AM: ❯ Config file
11:19:18 AM: /opt/build/repo/web/netlify.toml
11:19:18 AM:
11:19:18 AM: ❯ Context
11:19:18 AM: deploy-preview
11:19:18 AM:
11:19:18 AM: Build command from Netlify app
11:19:18 AM: ────────────────────────────────────────────────────────────────
11:19:18 AM: ​
11:19:18 AM: $ npm run build
11:19:19 AM: > gnochess-front@0.0.1 build
11:19:19 AM: > tsc && vite build && hugo --gc
11:19:20 AM: vite v4.4.9 building for production...
11:19:21 AM: transforming...
11:19:26 AM: node_modules/@protobufjs/inquire/index.js (12:18) Use of eval in "node_modules/@protobufjs/inquire/index.js" is strongly discouraged as it poses security risks and may cause issues with minification.
11:19:29 AM: 932 modules transformed.
11:19:30 AM: rendering chunks...
11:19:31 AM: computing gzip size...
11:19:32 AM: static/js/main.js 3,070.70 kB │ gzip: 846.10 kB │ map: 8,913.56 kB
11:19:32 AM:
11:19:32 AM: (!) Some chunks are larger than 500 kBs after minification. Consider:
11:19:32 AM: - Using dynamic import() to code-split the application
11:19:32 AM: - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
11:19:32 AM: - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
11:19:32 AM: ✓ built in 11.07s
11:19:32 AM: Start building sites …
11:19:32 AM: hugo v0.118.2-da7983ac4b94d97d776d7c2405040de97e95c03d+extended linux/amd64 BuildDate=2023-08-31T11:23:51Z VendorInfo=gohugoio
11:19:33 AM: | EN
11:19:33 AM: -------------------+-----
11:19:33 AM: Pages | 9
11:19:33 AM: Paginator pages | 0
11:19:33 AM: Non-page files | 0
11:19:33 AM: Static files | 97
11:19:33 AM: Processed images | 0
11:19:33 AM: Aliases | 0
11:19:33 AM: Sitemaps | 1
11:19:33 AM: Cleaned | 0
11:19:33 AM: Total in 1124 ms
11:19:33 AM: ​
11:19:33 AM: (build.command completed in 14.3s)
11:19:33 AM:
11:19:33 AM: (Netlify Build completed in 14.5s)
11:19:34 AM: Section completed: building
11:19:36 AM: Finished processing build request in 34.391s

Deploying

Complete
11:19:33 AM: Deploy site
11:19:33 AM: ────────────────────────────────────────────────────────────────
11:19:33 AM: ​
11:19:33 AM: Starting to deploy site from "web/public"
11:19:33 AM: Calculating files to upload
11:19:33 AM: 0 new files to upload
11:19:33 AM: 0 new functions to upload
11:19:33 AM: Section completed: deploying
11:19:33 AM: Site deploy was successfully initiated
11:19:33 AM: ​
11:19:33 AM: (Deploy site completed in 133ms)

Cleanup

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

Post-processing

Complete
11:19:33 AM: Starting post processing
11:19:33 AM: Skipping HTML post processing
11:19:33 AM: Post processing - header rules
11:19:33 AM: Post processing - redirect rules
11:19:33 AM: Post processing done
11:19:33 AM: Section completed: postprocessing
11:19:34 AM: Site is live ✨