Deploy details
Deploy log
Initializing
Complete
Initializing
Complete
3:52:14 PM: Build ready to start
3:52:16 PM: build-image version: 3b96229e32b19cdf63f20dc1fc9331cd240c2d01 (focal)
3:52:16 PM: buildbot version: 3b96229e32b19cdf63f20dc1fc9331cd240c2d01
3:52:16 PM: Fetching cached dependencies
3:52:16 PM: Starting to download cache of 1.3GB
3:52:26 PM: Finished downloading cache in 10.27s
3:52:26 PM: Starting to extract cache
3:52:35 PM: Finished extracting cache in 9.206s
3:52:35 PM: Finished fetching cache in 19.605s
3:52:35 PM: Starting to prepare the repo for build
3:52:36 PM: Preparing Git Reference pull/65/head
3:52:38 PM: Starting to install dependencies
3:52:38 PM: Python version set to 3.8
3:52:38 PM: Attempting Ruby version 2.7.2, read from environment
3:52:39 PM: Using Ruby version 2.7.2
3:52:39 PM: Started restoring cached go cache
3:52:39 PM: Finished restoring cached go cache
3:52:39 PM: Installing Go version 1.17 (requested 1.17)
3:52:44 PM: go version go1.17 linux/amd64
3:52:44 PM: Using PHP version 8.0
3:52:45 PM: Started restoring cached rust rustup cache
3:52:47 PM: Finished restoring cached rust rustup cache
3:52:47 PM: Started restoring cached rust cargo registry cache
3:52:48 PM: Finished restoring cached rust cargo registry cache
3:52:48 PM: Started restoring cached rust cargo bin cache
3:52:48 PM: Finished restoring cached rust cargo bin cache
3:52:48 PM: Started restoring cached rust compile output
3:52:48 PM: Finished restoring cached rust compile output
3:52:48 PM: Started restoring cached Node.js version
3:52:49 PM: Finished restoring cached Node.js version
3:52:49 PM: v16.20.0 is already installed.
3:52:50 PM: Now using node v16.20.0 (npm v8.19.4)
3:52:50 PM: Enabling Node.js Corepack
3:52:50 PM: Started restoring cached build plugins
3:52:50 PM: Finished restoring cached build plugins
3:52:50 PM: Install dependencies script success
3:52:50 PM: Starting build script
3:52:51 PM: Detected 0 framework(s)
3:52:51 PM: Section completed: initializing
Building
Complete
Building
Complete
3:52:52 PM: Netlify Build
3:52:52 PM: ────────────────────────────────────────────────────────────────
3:52:52 PM:
3:52:52 PM: ❯ Version
3:52:52 PM: @netlify/build 29.12.1
3:52:52 PM:
3:52:52 PM: ❯ Flags
3:52:52 PM: baseRelDir: true
3:52:52 PM: buildId: 64834aae3344ef00089188fb
3:52:52 PM: deployId: 64834aae3344ef00089188fd
3:52:52 PM:
3:52:52 PM: ❯ Current directory
3:52:52 PM: /opt/build/repo
3:52:52 PM:
3:52:52 PM: ❯ Config file
3:52:52 PM: No config file was defined: using default values.
3:52:52 PM:
3:52:52 PM: ❯ Context
3:52:52 PM: deploy-preview
3:52:52 PM:
3:52:52 PM: Build command from Netlify app
3:52:52 PM: ────────────────────────────────────────────────────────────────
3:52:52 PM:
3:52:52 PM: $ ./scripts/install-ci-deps.sh && ./scripts/run-ci-build.sh
3:52:52 PM: + mkdir -p ./target
3:52:52 PM: + rustup toolchain install stable
3:52:52 PM: info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
3:52:52 PM: stable-x86_64-unknown-linux-gnu unchanged - rustc 1.70.0 (90c541806 2023-05-31)
3:52:52 PM: info: checking for self-update
3:52:52 PM: + tar xvz
3:52:52 PM: % Total % Received % Xferd Average Speed Time Time Time Current
3:52:52 PM: Dload Upload Total Spent Left Speed
3:52:53 PM: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
3:52:53 PM: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
3:52:53 PM: mdbook
3:52:53 PM: 100 4765k 100 4765k 0 0 13.8M 0 --:--:-- --:--:-- --:--:-- 13.8M
3:52:53 PM: + mv ./mdbook ./target
3:52:53 PM: + cargo doc --no-deps --all-features --document-private-items --workspace --exclude crowtty
3:52:53 PM: Updating git repository `https://github.com/hawkw/mycelium.git`
3:52:54 PM: Updating git repository `https://github.com/tosc-rs/teletype/`
3:52:54 PM: Updating git repository `https://github.com/auxoncorp/modality-tracing-rs`
3:52:54 PM: Updating git repository `https://github.com/tokio-rs/tracing`
3:52:55 PM: Checking libc v0.2.144
3:52:55 PM: Compiling tracing-attributes v0.1.24
3:52:55 PM: Checking futures-core v0.3.28
3:52:55 PM: Checking memchr v2.5.0
3:52:55 PM: Compiling serde_derive v1.0.163
3:52:55 PM: Checking slab v0.4.8
3:52:55 PM: Checking futures-channel v0.3.28
3:52:56 PM: Checking futures-task v0.3.28
3:52:56 PM: Compiling futures-macro v0.3.28
3:52:56 PM: Compiling thiserror-impl v1.0.40
3:52:57 PM: Checking futures-util v0.3.28
3:52:57 PM: Checking tracing v0.1.37
3:52:57 PM: Compiling proc-macro-error-attr v1.0.4
3:52:57 PM: Compiling proc-macro-error v1.0.4
3:52:57 PM: Checking num-traits v0.2.15
3:52:57 PM: Compiling thiserror v1.0.40
3:52:58 PM: Compiling semver v1.0.17
3:52:58 PM: Checking socket2 v0.4.9
3:52:58 PM: Checking mio v0.8.8
3:52:58 PM: Compiling pin-project-internal v1.1.0
3:52:58 PM: Compiling tokio-macros v2.1.0
3:52:59 PM: Compiling rustc_version v0.4.0
3:52:59 PM: Checking serde v1.0.163
3:52:59 PM: Compiling defmt-parser v0.3.3
3:52:59 PM: Checking tokio v1.28.2
3:52:59 PM: Checking getrandom v0.2.9
3:52:59 PM: Compiling defmt-macros v0.3.5
3:52:59 PM: Checking pin-project v1.1.0
3:52:59 PM: Compiling heapless v0.7.16
3:53:00 PM: Checking lock_api v0.4.9
3:53:00 PM: Checking log v0.4.18
3:53:00 PM: Checking spin v0.9.8
3:53:00 PM: Checking portable-atomic v1.3.3
3:53:00 PM: Compiling tracing-attributes v0.2.0 (https://github.com/tokio-rs/tracing#29146260)
3:53:01 PM: Checking crossbeam-utils v0.8.15
3:53:01 PM: Checking indexmap v1.9.3
3:53:01 PM: Compiling rustversion v1.0.12
3:53:01 PM: Checking defmt v0.3.4
3:53:02 PM: Compiling const_format_proc_macros v0.2.31
3:53:02 PM: Checking tokio-util v0.7.8
3:53:02 PM: Checking memoffset v0.8.0
3:53:02 PM: Checking crossbeam-epoch v0.9.14
3:53:02 PM: Checking tracing v0.2.0 (https://github.com/tokio-rs/tracing#29146260)
3:53:02 PM: Checking az v1.2.1
3:53:02 PM: Checking crossbeam-channel v0.5.8
3:53:02 PM: Checking mycelium-util v0.1.0 (https://github.com/hawkw/mycelium.git?rev=d2694a86c9c7b6a235cacd1f086823bc03d8e8fb#d2694a86)
3:53:02 PM: Checking maitake v0.1.0 (https://github.com/hawkw/mycelium.git?rev=d2694a86c9c7b6a235cacd1f086823bc03d8e8fb#d2694a86)
3:53:02 PM: Checking rand_core v0.6.4
3:53:02 PM: Checking futures-executor v0.3.28
3:53:03 PM: Compiling postcard-derive v0.1.1
3:53:03 PM: Checking const_format v0.2.31
3:53:03 PM: Checking want v0.3.0
3:53:03 PM: Checking rand_chacha v0.3.1
3:53:03 PM: Checking embedded-graphics-core v0.3.3
3:53:03 PM: Checking futures v0.3.28
3:53:03 PM: Checking crossbeam-deque v0.8.3
3:53:03 PM: Checking h2 v0.3.19
3:53:03 PM: Checking num-integer v0.1.45
3:53:03 PM: Checking postcard v1.0.4
3:53:03 PM: Checking crc32fast v1.3.2
3:53:03 PM: Checking httparse v1.8.0
3:53:03 PM: Compiling axum-core v0.3.4
3:53:03 PM: Compiling anyhow v1.0.71
3:53:04 PM: Checking float-cmp v0.8.0
3:53:04 PM: Checking num_cpus v1.15.0
3:53:04 PM: Checking embedded-graphics v0.7.1
3:53:04 PM: Checking rayon-core v1.11.0
3:53:04 PM: Compiling prost-derive v0.11.9
3:53:04 PM: Checking rand v0.8.5
3:53:04 PM: Compiling async-trait v0.1.68
3:53:05 PM: Checking openssl-sys v0.9.88
3:53:05 PM: Checking hyper v0.14.26
3:53:05 PM: Compiling axum v0.6.18
3:53:05 PM: Compiling openssl-macros v0.1.1
3:53:06 PM: Checking rayon v1.7.0
3:53:06 PM: Checking openssl v0.10.54
3:53:07 PM: Checking prost v0.11.9
3:53:07 PM: Checking tower v0.4.13
3:53:07 PM: Checking num-iter v0.1.43
3:53:07 PM: Checking mnemos-alloc v0.1.0 (/opt/build/repo/source/alloc)
3:53:07 PM: Checking mnemos-abi v0.1.0 (/opt/build/repo/source/abi)
3:53:08 PM: Checking tokio-io-timeout v1.2.0
3:53:08 PM: Checking jpeg-decoder v0.1.22
3:53:08 PM: Checking hyper-timeout v0.4.1
3:53:08 PM: Checking forth3 v0.1.0 (/opt/build/repo/source/forth3)
3:53:08 PM: warning: method `bump_u8` is never used
3:53:08 PM: --> source/forth3/src/dictionary.rs:622:12
3:53:08 PM: |
3:53:08 PM: 577 | impl DictionaryBump {
3:53:08 PM: | ------------------- method in this implementation
3:53:08 PM: ...
3:53:08 PM: 622 | pub fn bump_u8(&mut self) -> Option<NonNull<u8>> {
3:53:08 PM: | ^^^^^^^
3:53:08 PM: |
3:53:08 PM: = note: `#[warn(dead_code)]` on by default
3:53:08 PM: warning: `forth3` (lib) generated 1 warning
3:53:08 PM: Checking tracing-log v0.1.3
3:53:08 PM: Checking tokio-stream v0.1.14
3:53:08 PM: Checking rand_os v0.1.3
3:53:08 PM: Checking uuid v1.3.3
3:53:08 PM: Checking native-tls v0.2.11
3:53:08 PM: Compiling minicbor-derive v0.8.0
3:53:08 PM: Compiling mnemos-std v0.1.0 (/opt/build/repo/source/mstd)
3:53:08 PM: Checking serde_json v1.0.96
3:53:08 PM: Checking nom v7.1.3
3:53:09 PM: Checking tracing-subscriber v0.3.17
3:53:10 PM: Checking tokio-native-tls v0.3.1
3:53:10 PM: Checking rand v0.6.5
3:53:10 PM: Checking flate2 v1.0.26
3:53:10 PM: Checking tiff v0.6.1
3:53:10 PM: Checking minicbor v0.13.2
3:53:10 PM: Checking png v0.16.8
3:53:10 PM: Checking num-rational v0.3.2
3:53:11 PM: Checking sdl2-sys v0.32.6
3:53:11 PM: Checking num v0.1.42
3:53:11 PM: Checking prost-types v0.11.9
3:53:11 PM: Checking spitebuf v0.1.0 (/opt/build/repo/source/spitebuf)
3:53:11 PM: Checking uuid v0.8.2
3:53:11 PM: Checking dirs-sys v0.3.7
3:53:11 PM: Checking image v0.23.14
3:53:11 PM: Checking dirs v4.0.0
3:53:11 PM: Compiling clap_derive v3.2.25
3:53:11 PM: Checking tonic v0.9.2
3:53:11 PM: Checking sdl2 v0.32.2
3:53:12 PM: Checking console-api v0.5.0
3:53:12 PM: Checking modality-ingest-client v0.1.1
3:53:12 PM: Checking hdrhistogram v7.5.2
3:53:12 PM: Checking profont v0.6.1
3:53:13 PM: Checking time v0.1.45
3:53:13 PM: Checking atty v0.2.14
3:53:13 PM: Checking ring-drawer v0.1.0 (https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610)
3:53:13 PM: Checking chrono v0.4.26
3:53:13 PM: Checking console-subscriber v0.1.9
3:53:13 PM: Checking embedded-graphics-simulator v0.3.0
3:53:13 PM: Checking postcard v0.7.3
3:53:13 PM: Checking tracing-modality v0.1.0 (https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764#9c23c188)
3:53:13 PM: Checking clap v3.2.25
3:53:13 PM: Checking mnemos v0.1.0 (/opt/build/repo/source/kernel)
3:53:13 PM: Documenting dumbloader v0.1.0 (/opt/build/repo/tools/dumbloader)
3:53:14 PM: Documenting mnemos v0.1.0 (/opt/build/repo/source/kernel)
3:53:14 PM: Documenting mnemos-std v0.1.0 (/opt/build/repo/source/mstd)
3:53:14 PM: Documenting f3repl v0.1.0 (/opt/build/repo/tools/f3repl)
3:53:14 PM: Documenting forth3 v0.1.0 (/opt/build/repo/source/forth3)
3:53:14 PM: Documenting mnemos-alloc v0.1.0 (/opt/build/repo/source/alloc)
3:53:14 PM: Documenting mnemos-abi v0.1.0 (/opt/build/repo/source/abi)
3:53:14 PM: Documenting spitebuf v0.1.0 (/opt/build/repo/source/spitebuf)
3:53:15 PM: Documenting melpomene v0.1.0 (/opt/build/repo/source/melpomene)
3:53:16 PM: Finished dev [unoptimized + debuginfo] target(s) in 22.70s
3:53:16 PM: + rm -rf ./target/ci-publish
3:53:16 PM: + mkdir -p ./target/ci-publish/
3:53:16 PM: + cp -r ./target/doc ./target/ci-publish/
3:53:16 PM: + ./target/mdbook build --dest-dir ./../target/ci-publish/book ./book
3:53:16 PM: 2023-06-09 15:53:16 [INFO] (mdbook::book): Book building has started
3:53:16 PM: 2023-06-09 15:53:16 [INFO] (mdbook::book): Running the html backend
3:53:16 PM: + cp ./assets/index.html ./target/ci-publish
3:53:16 PM:
3:53:16 PM: (build.command completed in 23.3s)
3:53:16 PM:
3:53:18 PM: (Netlify Build completed in 25.8s)
3:53:24 PM: Section completed: building
3:53:50 PM: Finished processing build request in 1m34.753s
Deploying
Complete
Deploying
Complete
3:53:16 PM: Deploy site
3:53:16 PM: ────────────────────────────────────────────────────────────────
3:53:16 PM:
3:53:16 PM: Starting to deploy site from 'target/ci-publish'
3:53:16 PM: Calculating files to upload
3:53:18 PM: 1 new files to upload
3:53:18 PM: 0 new functions to upload
3:53:18 PM: Section completed: deploying
3:53:18 PM: Site deploy was successfully initiated
3:53:18 PM:
3:53:18 PM: (Deploy site completed in 2.4s)
Cleanup
Complete
Cleanup
Complete
3:53:18 PM: Netlify Build Complete
3:53:18 PM: ────────────────────────────────────────────────────────────────
3:53:18 PM:
3:53:19 PM: Caching artifacts
3:53:19 PM: Started saving build plugins
3:53:19 PM: Finished saving build plugins
3:53:19 PM: Started saving rust compile output
3:53:20 PM: Finished saving rust compile output
3:53:20 PM: Started saving rust cargo registry cache
3:53:21 PM: Finished saving rust cargo registry cache
3:53:21 PM: Started saving rust cargo bin cache
3:53:21 PM: Finished saving rust cargo bin cache
3:53:21 PM: Started saving pip cache
3:53:21 PM: Finished saving pip cache
3:53:21 PM: Started saving emacs cask dependencies
3:53:21 PM: Finished saving emacs cask dependencies
3:53:21 PM: Started saving maven dependencies
3:53:21 PM: Finished saving maven dependencies
3:53:21 PM: Started saving boot dependencies
3:53:21 PM: Finished saving boot dependencies
3:53:21 PM: Started saving rust rustup cache
3:53:24 PM: Finished saving rust rustup cache
3:53:24 PM: Started saving go dependencies
3:53:24 PM: Finished saving go dependencies
3:53:24 PM: Build script success
3:53:41 PM: Uploading Cache of size 1.3GB
3:53:50 PM: Section completed: cleanup
Post-processing
Complete
Post-processing
Complete
3:53:18 PM: Starting post processing
3:53:19 PM: Skipping HTML post processing
3:53:19 PM: Post processing - header rules
3:53:19 PM: Post processing - redirect rules
3:53:19 PM: Post processing done
3:53:19 PM: Section completed: postprocessing
3:53:21 PM: Site is live ✨