Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
7:51:36 AM: Build ready to start
7:51:41 AM: build-image version: 68a2c262fa3c95a08a1716b8dde8fba0e332ec73 (focal)
7:51:41 AM: buildbot version: 68a2c262fa3c95a08a1716b8dde8fba0e332ec73
7:51:42 AM: Fetching cached dependencies
7:51:42 AM: Starting to download cache of 813.9MB
7:51:48 AM: Finished downloading cache in 5.944s
7:51:48 AM: Starting to extract cache
7:51:53 AM: Finished extracting cache in 5.802s
7:51:53 AM: Finished fetching cache in 11.833s
7:51:53 AM: Starting to prepare the repo for build
7:51:54 AM: Preparing Git Reference pull/171/head
7:51:54 AM: Parsing package.json dependencies
7:51:55 AM: Different publish path detected, going to use the one specified in the Netlify configuration file: 'target/release/dist' versus '' in the Netlify UI
7:51:55 AM: Different build command detected, going to use the one specified in the Netlify configuration file: 'cargo xtask dist --release' versus '' in the Netlify UI
7:51:55 AM: Starting to install dependencies
7:51:55 AM: Python version set to 3.8
7:51:55 AM: Attempting Ruby version 2.7.2, read from environment
7:51:56 AM: Using Ruby version 2.7.2
7:51:56 AM: Started restoring cached go cache
7:51:56 AM: Finished restoring cached go cache
7:51:56 AM: Installing Go version 1.19.5 (requested 1.19.5)
7:52:01 AM: go version go1.19.5 linux/amd64
7:52:01 AM: Using PHP version 8.0
7:52:02 AM: Started restoring cached rust rustup cache
7:52:03 AM: Finished restoring cached rust rustup cache
7:52:03 AM: Started restoring cached rust cargo registry cache
7:52:04 AM: Finished restoring cached rust cargo registry cache
7:52:04 AM: Started restoring cached rust cargo bin cache
7:52:04 AM: Finished restoring cached rust cargo bin cache
7:52:04 AM: Started restoring cached rust compile output
7:52:04 AM: Finished restoring cached rust compile output
7:52:04 AM: Started restoring cached Node.js version
7:52:05 AM: Finished restoring cached Node.js version
7:52:06 AM: v16.20.0 is already installed.
7:52:06 AM: Now using node v16.20.0 (npm v8.19.4)
7:52:06 AM: Enabling Node.js Corepack
7:52:06 AM: Started restoring cached build plugins
7:52:06 AM: Finished restoring cached build plugins
7:52:06 AM: Install dependencies script success
7:52:06 AM: Starting build script
7:52:07 AM: Detected 0 framework(s)
7:52:07 AM: Section completed: initializing
Building
Complete
Building
Complete
7:52:08 AM: Netlify Build
7:52:08 AM: ────────────────────────────────────────────────────────────────
7:52:08 AM:
7:52:08 AM: ❯ Version
7:52:08 AM: @netlify/build 29.9.2
7:52:08 AM:
7:52:08 AM: ❯ Flags
7:52:08 AM: baseRelDir: true
7:52:08 AM: buildId: 64463508c4ec5a0008ad01b0
7:52:08 AM: deployId: 64463508c4ec5a0008ad01b2
7:52:08 AM:
7:52:08 AM: ❯ Current directory
7:52:08 AM: /opt/build/repo
7:52:08 AM:
7:52:08 AM: ❯ Config file
7:52:08 AM: /opt/build/repo/netlify.toml
7:52:08 AM:
7:52:08 AM: ❯ Context
7:52:08 AM: deploy-preview
7:52:08 AM:
7:52:08 AM: 1. build.command from netlify.toml
7:52:08 AM: ────────────────────────────────────────────────────────────────
7:52:08 AM:
7:52:08 AM: $ cargo xtask dist --release
7:52:08 AM: Updating crates.io index
7:52:47 AM: Downloading crates ...
7:52:47 AM: Downloaded clap_derive v4.1.9
7:52:47 AM: Downloaded clap v4.1.11
7:52:47 AM: Downloaded bitflags v2.2.1
7:52:47 AM: Compiling proc-macro-error-attr v1.0.4
7:52:47 AM: Compiling proc-macro-error v1.0.4
7:52:47 AM: Compiling camino v1.1.1
7:52:47 AM: Compiling rustls v0.20.7
7:52:47 AM: Compiling bitflags v2.2.1
7:52:47 AM: Compiling cargo_metadata v0.15.2
7:52:48 AM: Compiling clap_derive v4.1.9
7:52:48 AM: Compiling ureq v2.5.0
7:52:49 AM: Compiling yewprint-css v0.4.0 (/opt/build/repo/yewprint-css)
7:52:49 AM: Compiling clap v4.1.11
7:52:51 AM: Compiling xtask-watch v0.1.6
7:52:51 AM: Compiling xtask-wasm v0.1.9
7:52:52 AM: Compiling xtask v0.1.0 (/opt/build/repo/xtask)
7:52:56 AM: Finished dev [unoptimized + debuginfo] target(s) in 47.26s
7:52:56 AM: warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, wasmparser v0.59.0, wasmparser v0.77.0
7:52:56 AM: note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 13`
7:52:56 AM: Running `target/debug/xtask dist --release`
7:52:56 AM: [2023-04-24T07:52:56Z INFO xtask] Generating package...
7:52:56 AM: Compiling yewprint-doc v0.1.0 (/opt/build/repo/yewprint-doc)
7:52:56 AM: Compiling yewprint v0.4.3 (/opt/build/repo)
7:53:07 AM: Finished release [optimized] target(s) in 11.07s
7:53:07 AM: warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
7:53:07 AM: note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 14`
7:53:08 AM: [2023-04-24T07:53:08Z INFO xtask_wasm::dist] Successfully built in /opt/build/repo/target/release/dist
7:53:08 AM:
7:53:08 AM: (build.command completed in 59.5s)
7:53:08 AM:
7:53:08 AM: (Netlify Build completed in 59.6s)
7:53:12 AM: Section completed: building
7:53:21 AM: Finished processing build request in 1m39.786s
Deploying
Complete
Deploying
Complete
7:53:08 AM: 2. Deploy site
7:53:08 AM: ────────────────────────────────────────────────────────────────
7:53:08 AM:
7:53:08 AM: Starting to deploy site from 'target/release/dist'
7:53:08 AM: Calculating files to upload
7:53:08 AM: 0 new files to upload
7:53:08 AM: 0 new functions to upload
7:53:08 AM: Section completed: deploying
7:53:08 AM: Site deploy was successfully initiated
7:53:08 AM:
7:53:08 AM: (Deploy site completed in 80ms)
Cleanup
Complete
Cleanup
Complete
7:53:08 AM: Netlify Build Complete
7:53:08 AM: ────────────────────────────────────────────────────────────────
7:53:08 AM:
7:53:08 AM: Caching artifacts
7:53:08 AM: Started saving build plugins
7:53:08 AM: Finished saving build plugins
7:53:08 AM: Started saving rust compile output
7:53:09 AM: Finished saving rust compile output
7:53:09 AM: Started saving rust cargo registry cache
7:53:10 AM: Finished saving rust cargo registry cache
7:53:10 AM: Started saving rust cargo bin cache
7:53:10 AM: Finished saving rust cargo bin cache
7:53:10 AM: Started saving pip cache
7:53:10 AM: Finished saving pip cache
7:53:10 AM: Started saving emacs cask dependencies
7:53:10 AM: Finished saving emacs cask dependencies
7:53:10 AM: Started saving maven dependencies
7:53:10 AM: Finished saving maven dependencies
7:53:10 AM: Started saving boot dependencies
7:53:10 AM: Finished saving boot dependencies
7:53:10 AM: Started saving rust rustup cache
7:53:12 AM: Finished saving rust rustup cache
7:53:12 AM: Started saving go dependencies
7:53:12 AM: Finished saving go dependencies
7:53:12 AM: Build script success
7:53:15 AM: Uploading Cache of size 916.6MB
7:53:21 AM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
7:53:08 AM: Starting post processing
7:53:08 AM: Skipping HTML post processing
7:53:08 AM: Post processing - header rules
7:53:08 AM: Post processing - redirect rules
7:53:08 AM: Post processing done
7:53:09 AM: Section completed: postprocessing
7:53:09 AM: Site is live ✨