Deploy details
Deploy summary
Built using the Gatsby Runtime
1 plugin ran successfully
Essential Gatsby Build Plugin ran successfully
Build time: 1m 43s. Total deploy time: 1m 43s
Deploy log
Initializing
Complete
Initializing
Complete
8:36:45 PM: Build ready to start
8:36:46 PM: build-image version: 2a79f2b6b97edab3f858983ec4cea00280a2836a (focal)
8:36:46 PM: buildbot version: c7db8131ac2d97256c1f537cc5bbdf08464b8daa
8:36:47 PM: Fetching cached dependencies
8:36:47 PM: Starting to download cache of 600.1MB
8:36:55 PM: Finished downloading cache in 8.592s
8:36:55 PM: Starting to extract cache
8:37:02 PM: Finished extracting cache in 6.802s
8:37:02 PM: Finished fetching cache in 15.473s
8:37:02 PM: Starting to prepare the repo for build
8:37:02 PM: Preparing Git Reference pull/15/head
8:37:04 PM: Starting to install dependencies
8:37:04 PM: Python version set to 3.8
8:37:04 PM: Attempting Ruby version 2.7.2, read from environment
8:37:04 PM: Using Ruby version 2.7.2
8:37:05 PM: Started restoring cached go cache
8:37:05 PM: Finished restoring cached go cache
8:37:05 PM: go version go1.19.13 linux/amd64
8:37:05 PM: Using PHP version 8.0
8:37:06 PM: Started restoring cached Node.js version
8:37:07 PM: Finished restoring cached Node.js version
8:37:07 PM: Attempting Node.js version "v18.0.0" from .nvmrc
8:37:07 PM: v18.0.0 is already installed.
8:37:07 PM: Now using node v18.0.0 (npm v8.6.0)
8:37:07 PM: Enabling Node.js Corepack
8:37:07 PM: Started restoring cached build plugins
8:37:07 PM: Finished restoring cached build plugins
8:37:07 PM: Started restoring cached corepack dependencies
8:37:07 PM: Finished restoring cached corepack dependencies
8:37:07 PM: Started restoring cached yarn cache
8:37:13 PM: Finished restoring cached yarn cache
8:37:13 PM: No yarn workspaces detected
8:37:13 PM: Started restoring cached node modules
8:37:13 PM: Finished restoring cached node modules
8:37:13 PM: Installing npm packages using Yarn version 1.22.19
8:37:13 PM: yarn install v1.22.19
8:37:14 PM: [1/5] Validating package.json...
8:37:14 PM: [2/5] Resolving packages...
8:37:14 PM: success Already up-to-date.
8:37:14 PM: $ husky install
8:37:14 PM: husky - Git hooks installed
8:37:14 PM: Done in 0.47s.
8:37:14 PM: npm packages installed using Yarn
8:37:14 PM: Install dependencies script success
8:37:14 PM: Starting build script
8:37:15 PM: Detected 1 framework(s)
8:37:15 PM: "gatsby" at version "5.9.1"
8:37:15 PM: Section completed: initializing
Building
Complete
Building
Complete
8:37:17 PM: Netlify Build
8:37:17 PM: ────────────────────────────────────────────────────────────────
8:37:17 PM:
8:37:17 PM: ❯ Version
8:37:17 PM: @netlify/build 29.22.5
8:37:17 PM:
8:37:17 PM: ❯ Flags
8:37:17 PM: baseRelDir: true
8:37:17 PM: buildId: 652c4d5d8122230008bb297e
8:37:17 PM: deployId: 652c4d5d8122230008bb2980
8:37:17 PM:
8:37:17 PM: ❯ Current directory
8:37:17 PM: /opt/build/repo
8:37:17 PM:
8:37:17 PM: ❯ Config file
8:37:17 PM: No config file was defined: using default values.
8:37:17 PM:
8:37:17 PM: ❯ Context
8:37:17 PM: deploy-preview
8:37:17 PM:
8:37:17 PM: ❯ Loading plugins
8:37:17 PM: - @netlify/plugin-gatsby@3.7.2 from Netlify app
8:37:18 PM:
8:37:18 PM: @netlify/plugin-gatsby (onPreBuild event)
8:37:18 PM: ────────────────────────────────────────────────────────────────
8:37:18 PM:
8:37:19 PM: Found a Gatsby cache. We’re about to go FAST. ⚡️
8:37:19 PM:
8:37:19 PM: (@netlify/plugin-gatsby onPreBuild completed in 701ms)
8:37:19 PM:
8:37:19 PM: Build command from Netlify app
8:37:19 PM: ────────────────────────────────────────────────────────────────
8:37:19 PM:
8:37:19 PM: $ gatsby build
8:37:21 PM: success compile gatsby files - 1.266s
8:37:21 PM: success load gatsby config - 0.035s
8:37:21 PM: warning Plugin gatsby-plugin-mdx-embed is not compatible with your gatsby version 5.9.1 - It requires gatsby@^3.0.0 || ^4.0.0
8:37:21 PM: warning Plugin gatsby-plugin-mdx is not compatible with your gatsby version 5.9.1 - It requires gatsby@^4.0.0-next
8:37:22 PM: warning Plugin gatsby-plugin-mdx-embed is not compatible with your gatsby version 5.9.1 - It requires gatsby@^3.0.0 || ^4.0.0
8:37:22 PM: warning Plugin gatsby-plugin-mdx is not compatible with your gatsby version 5.9.1 - It requires gatsby@^4.0.0-next
8:37:22 PM: error (node:3790) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:22 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:22 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:22 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:22 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:22 PM: Some of the following may help fix the error(s):
8:37:22 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:22 PM: success load plugins - 0.777s
8:37:22 PM: success onPreInit - 0.003s
8:37:22 PM: success delete worker cache from previous builds - 0.002s
8:37:22 PM: info One or more of your plugins have changed since the last time you ran Gatsby. As
8:37:22 PM: a precaution, we"re deleting your site"s cache to ensure there"s no stale data.
success initialize cache - 0.059s
success initialize cache - 0.059s
8:37:22 PM: success copy gatsby files - 0.094s
8:37:27 PM: success Compiling Gatsby Functions - 4.147s
8:37:27 PM: success onPreBootstrap - 4.161s
8:37:28 PM: success createSchemaCustomization - 0.011s
8:37:39 PM: error (node:3868) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:39 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:39 PM: error (node:3861) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:39 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:39 PM: error (node:3875) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:39 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:39 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:39 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:39 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:39 PM: Some of the following may help fix the error(s):
8:37:39 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:39 PM: error (node:3884) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:39 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:40 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:40 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:40 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:40 PM: Some of the following may help fix the error(s):
8:37:40 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:40 PM: error (node:3847) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:40 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:40 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:40 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:40 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:40 PM: Some of the following may help fix the error(s):
8:37:40 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:40 PM: error (node:3841) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:40 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:40 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:40 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:40 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:40 PM: Some of the following may help fix the error(s):
8:37:40 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:40 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:40 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:40 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:40 PM: Some of the following may help fix the error(s):
8:37:40 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:40 PM: error (node:3854) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:40 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:40 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:40 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:40 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:40 PM: Some of the following may help fix the error(s):
8:37:40 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:40 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:40 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:40 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:40 PM: Some of the following may help fix the error(s):
8:37:40 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error (node:3947) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: error (node:3902) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: error (node:3922) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: error (node:3956) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: error (node:3931) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: error (node:3938) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error (node:3893) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: success Clean up stale nodes - 0.003s - 0/0 0.00/s
8:37:41 PM: success Checking for changed pages - 0.000s
8:37:41 PM: success source and transform nodes - 12.896s
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error (node:3912) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
8:37:41 PM: (Use `node --trace-warnings ...` to show where the warning was created)
8:37:41 PM: info Writing GraphQL type definitions to /opt/build/repo/.cache/schema.gql
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: error Your plugins must export known APIs from their gatsby-node.
8:37:41 PM: See https://www.gatsbyjs.com/docs/reference/config-files/gatsby-node/ for the list of Gatsby node APIs.
8:37:41 PM: - The plugin gatsby-plugin-mdx@3.20.0 is using the API "unstable_shouldOnCreateNode" which is not a known API.
8:37:41 PM: Some of the following may help fix the error(s):
8:37:41 PM: - Rename "unstable_shouldOnCreateNode" -> "shouldOnCreateNode"
8:37:41 PM: success building schema - 0.366s
8:37:41 PM: success createPages - 0.056s
8:37:42 PM: success createPagesStatefully - 0.081s
8:37:42 PM: info Total nodes: 272, SitePage nodes: 37 (use --verbose for breakdown)
8:37:42 PM: success Checking for changed pages - 0.000s
8:37:42 PM: success Cleaning up stale page-data - 0.003s
8:37:42 PM: success onPreExtractQueries - 0.000s
8:37:45 PM: success extract queries from components - 3.018s
8:37:45 PM: success write out redirect data - 0.008s
8:37:45 PM: success onPostBootstrap - 0.001s
8:37:45 PM: info bootstrap finished - 25.977s
8:37:45 PM: success write out requires - 0.003s
8:37:45 PM: warning Browserslist: caniuse-lite is outdated. Please run:
8:37:45 PM: npx update-browserslist-db@latest
8:37:45 PM: Why you should do it regularly: https://github.com/browserslist/update-db#readme
8:37:53 PM: Browserslist: caniuse-lite is outdated. Please run:
8:37:53 PM: npx update-browserslist-db@latest
8:37:53 PM: Why you should do it regularly: https://github.com/browserslist/update-db#readme
8:37:53 PM: success Building production JavaScript and CSS bundles - 8.745s
8:38:04 PM: success Building HTML renderer - 11.174s
8:38:05 PM: success Execute page configs - 0.090s
8:38:05 PM: success Caching Webpack compilations - 0.000s
8:38:07 PM: success run queries in workers - 2.434s - 47/47 19.31/s
8:38:07 PM: success Merge worker state - 0.003s
8:38:07 PM: success Rewriting compilation hashes - 0.000s
8:38:07 PM: success Writing page-data.json and slice-data.json files to public directory - 0.011s - 37/37 3319.93/s
8:38:16 PM: success Building static HTML for pages - 6.047s - 37/37 6.12/s
8:38:16 PM: info There are no new or changed slice html files to build.
8:38:16 PM: success stiching slices - 0.034s
8:38:16 PM: info [gatsby-plugin-netlify] Creating SSR/DSG redirects...
8:38:16 PM: info [gatsby-plugin-netlify] Created 0 SSR/DSG redirects...
8:38:16 PM: success onPostBuild - 0.022s
8:38:17 PM:
8:38:17 PM: Pages
8:38:17 PM: ┌ src/templates/page.js
8:38:17 PM: │ ├ /about/
8:38:17 PM: │ └ ...4 more pages available
8:38:17 PM: ├ src/templates/blog.js
8:38:17 PM: │ ├ /blogs/2017/09/semantic-ui-react/
8:38:17 PM: │ └ ...9 more pages available
8:38:17 PM: ├ src/templates/project.js
8:38:17 PM: │ ├ /projects/2014/09/bfgroup-eu/
8:38:17 PM: │ └ ...18 more pages available
8:38:17 PM: ├ src/templates/hobby.js
8:38:17 PM: │ └ /hobbys/2023/03/canyon-spectral-review/
8:38:17 PM: ├ src/pages/404.js
8:38:17 PM: │ ├ /404/
8:38:17 PM: │ └ /404.html
8:38:17 PM: ├ src/api/newsletter.js
8:38:17 PM: │ └ λ /api/newsletter
8:38:17 PM: └ src/api/ua-analytics.js
8:38:17 PM: └ λ /api/ua-analytics
8:38:17 PM: ╭────────────────────────────────────────────────────────────────────╮
8:38:17 PM: │ │
8:38:17 PM: │ (SSG) Generated at build time │
8:38:17 PM: │ D (DSG) Deferred static generation - page generated at runtime │
8:38:17 PM: │ ∞ (SSR) Server-side renders at runtime (uses getServerData) │
8:38:17 PM: │ λ (Function) Gatsby function │
8:38:17 PM: │ │
8:38:17 PM: ╰────────────────────────────────────────────────────────────────────╯
8:38:17 PM: info Done building in 58.422094517 sec
8:38:18 PM:
8:38:18 PM: (build.command completed in 59.1s)
8:38:18 PM:
8:38:18 PM: @netlify/plugin-gatsby (onBuild event)
8:38:18 PM: ────────────────────────────────────────────────────────────────
8:38:18 PM:
8:38:18 PM: Enabling Gatsby API support
8:38:18 PM:
8:38:18 PM: (@netlify/plugin-gatsby onBuild completed in 52ms)
8:38:18 PM:
8:38:18 PM: Functions bundling
8:38:18 PM: ────────────────────────────────────────────────────────────────
8:38:18 PM:
8:38:18 PM: Packaging Functions from .netlify/functions-internal directory:
8:38:18 PM: - __api/__api.js
8:38:18 PM:
8:38:19 PM:
8:38:19 PM: (Functions bundling completed in 843ms)
8:38:19 PM:
8:38:19 PM: @netlify/plugin-gatsby (onPostBuild event)
8:38:19 PM: ────────────────────────────────────────────────────────────────
8:38:19 PM:
8:38:20 PM: Enabling Gatsby API support
8:38:20 PM:
8:38:20 PM: (@netlify/plugin-gatsby onPostBuild completed in 886ms)
8:38:20 PM:
8:38:32 PM: (Netlify Build completed in 1m 14.7s)
8:38:38 PM: Section completed: building
8:38:48 PM: Finished processing build request in 2m1.577s
Deploying
Complete
Deploying
Complete
8:38:20 PM: Deploy site
8:38:20 PM: ────────────────────────────────────────────────────────────────
8:38:20 PM:
8:38:20 PM: Starting to deploy site from "public"
8:38:20 PM: Calculating files to upload
8:38:22 PM: 63 new files to upload
8:38:22 PM: 1 new functions to upload
8:38:29 PM: Section completed: deploying
8:38:31 PM: Finished waiting for live deploy in 2.048s
8:38:31 PM: Site deploy was successfully initiated
8:38:31 PM:
8:38:31 PM: (Deploy site completed in 11.8s)
8:38:31 PM:
8:38:31 PM: @netlify/plugin-gatsby (onSuccess event)
8:38:31 PM: ────────────────────────────────────────────────────────────────
8:38:31 PM:
8:38:31 PM:
8:38:31 PM: (@netlify/plugin-gatsby onSuccess completed in 3ms)
Cleanup
Complete
Cleanup
Complete
8:38:32 PM: Netlify Build Complete
8:38:32 PM: ────────────────────────────────────────────────────────────────
8:38:32 PM:
8:38:32 PM: Caching artifacts
8:38:32 PM: Started saving node modules
8:38:32 PM: Finished saving node modules
8:38:32 PM: Started saving build plugins
8:38:32 PM: Finished saving build plugins
8:38:32 PM: Started saving corepack cache
8:38:32 PM: Finished saving corepack cache
8:38:32 PM: Started saving yarn cache
8:38:38 PM: Finished saving yarn cache
8:38:38 PM: Started saving pip cache
8:38:38 PM: Finished saving pip cache
8:38:38 PM: Started saving emacs cask dependencies
8:38:38 PM: Finished saving emacs cask dependencies
8:38:38 PM: Started saving maven dependencies
8:38:38 PM: Finished saving maven dependencies
8:38:38 PM: Started saving boot dependencies
8:38:38 PM: Finished saving boot dependencies
8:38:38 PM: Started saving rust rustup cache
8:38:38 PM: Finished saving rust rustup cache
8:38:38 PM: Started saving go dependencies
8:38:38 PM: Finished saving go dependencies
8:38:38 PM: Build script success
8:38:44 PM: Uploading Cache of size 605.4MB
8:38:48 PM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
8:38:29 PM: Starting post processing
8:38:29 PM: Skipping HTML post processing
8:38:29 PM: Post processing - header rules
8:38:30 PM: Post processing done
8:38:30 PM: Section completed: postprocessing
8:38:30 PM: Post processing - redirect rules
8:38:30 PM: Site is live ✨