[INFO] fetching crate wasmtime-internal-core 48.0.1... [INFO] testing wasmtime-internal-core-48.0.1 against 1.99.0-beta.1 for beta-1.99-5 [INFO] extracting crate wasmtime-internal-core 48.0.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate wasmtime-internal-core 48.0.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate wasmtime-internal-core 48.0.1 [INFO] tweaked toml for crates.io crate wasmtime-internal-core 48.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wasmtime-internal-core 48.0.1 on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate wasmtime-internal-core 48.0.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition [INFO] [stderr] warning: `wasmtime-internal-core` (manifest) generated 2 warnings [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e [INFO] running `Command { std: "docker" "start" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition [INFO] [stderr] warning: `wasmtime-internal-core` (manifest) generated 2 warnings [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling wasmtime-internal-core v48.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:42:56 [INFO] [stdout] | [INFO] [stdout] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:43:59 [INFO] [stdout] | [INFO] [stdout] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:46:33 [INFO] [stdout] | [INFO] [stdout] 46 | (false, 8) => (-1., u8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:47:35 [INFO] [stdout] | [INFO] [stdout] 47 | (false, 16) => (-1., u16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:57:56 [INFO] [stdout] | [INFO] [stdout] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:58:59 [INFO] [stdout] | [INFO] [stdout] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | (false, 8) => (-1., u8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | (false, 16) => (-1., u16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s [INFO] running `Command { std: "docker" "inspect" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition [INFO] [stderr] warning: `wasmtime-internal-core` (manifest) generated 2 warnings [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:42:56 [INFO] [stdout] | [INFO] [stdout] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:43:59 [INFO] [stdout] | [INFO] [stdout] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:46:33 [INFO] [stdout] | [INFO] [stdout] 46 | (false, 8) => (-1., u8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:47:35 [INFO] [stdout] | [INFO] [stdout] 47 | (false, 16) => (-1., u16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:57:56 [INFO] [stdout] | [INFO] [stdout] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:58:59 [INFO] [stdout] | [INFO] [stdout] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | (false, 8) => (-1., u8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | (false, 16) => (-1., u16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wasmtime-internal-core v48.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:42:56 [INFO] [stdout] | [INFO] [stdout] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:43:59 [INFO] [stdout] | [INFO] [stdout] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:46:33 [INFO] [stdout] | [INFO] [stdout] 46 | (false, 8) => (-1., u8::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:47:35 [INFO] [stdout] | [INFO] [stdout] 47 | (false, 16) => (-1., u16::max_value() as f32 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:57:56 [INFO] [stdout] | [INFO] [stdout] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/math.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:58:59 [INFO] [stdout] | [INFO] [stdout] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | (false, 8) => (-1., u8::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/math.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | (false, 16) => (-1., u16::max_value() as f64 + 1.), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `Command { std: "docker" "inspect" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition [INFO] [stderr] warning: `wasmtime-internal-core` (manifest) generated 2 warnings [INFO] [stderr] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stderr] --> src/math.rs:42:27 [INFO] [stderr] | [INFO] [stderr] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:42:56 [INFO] [stderr] | [INFO] [stderr] 42 | (true, 8) => (i8::min_value() as f32 - 1., i8::max_value() as f32 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stderr] --> src/math.rs:43:29 [INFO] [stderr] | [INFO] [stderr] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:43:59 [INFO] [stderr] | [INFO] [stderr] 43 | (true, 16) => (i16::min_value() as f32 - 1., i16::max_value() as f32 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:46:33 [INFO] [stderr] | [INFO] [stderr] 46 | (false, 8) => (-1., u8::max_value() as f32 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:47:35 [INFO] [stderr] | [INFO] [stderr] 47 | (false, 16) => (-1., u16::max_value() as f32 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stderr] --> src/math.rs:57:27 [INFO] [stderr] | [INFO] [stderr] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:57:56 [INFO] [stderr] | [INFO] [stderr] 57 | (true, 8) => (i8::min_value() as f64 - 1., i8::max_value() as f64 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::min_value`: replaced by the `MIN` associated constant on this type [INFO] [stderr] --> src/math.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:58:59 [INFO] [stderr] | [INFO] [stderr] 58 | (true, 16) => (i16::min_value() as f64 - 1., i16::max_value() as f64 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | (false, 8) => (-1., u8::max_value() as f64 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::num::::max_value`: replaced by the `MAX` associated constant on this type [INFO] [stderr] --> src/math.rs:62:35 [INFO] [stderr] | [INFO] [stderr] 62 | (false, 16) => (-1., u16::max_value() as f64 + 1.), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `wasmtime-internal-core` (lib) generated 12 warnings [INFO] [stderr] warning: `wasmtime-internal-core` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wasmtime_internal_core-47185a50506daa2b) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test alloc::arc::test::try_new ... ok [INFO] [stdout] test alloc::boxed::tests::boxed_slice_write_iter_smoke_test ... ok [INFO] [stdout] test alloc::boxed::tests::boxed_slice_write_iter_with_too_many_elems ... ok [INFO] [stdout] test alloc::boxed::tests::boxed_slice_write_iter_with_too_few_elems ... ok [INFO] [stdout] test alloc::boxed::tests::new_boxed_slice_from_fallible_iter_smoke_test ... ok [INFO] [stdout] test alloc::boxed::tests::new_boxed_slice_from_fallible_iter_error ... ok [INFO] [stdout] test alloc::boxed::tests::new_boxed_slice_from_iter_smoke_test ... ok [INFO] [stdout] test alloc::boxed::tests::new_boxed_slice_from_iter_with_len_smoke_test ... ok [INFO] [stdout] test alloc::boxed::tests::new_boxed_slice_from_iter_with_len_with_too_few_elems ... ok [INFO] [stdout] test alloc::boxed::tests::try_new ... ok [INFO] [stdout] test alloc::boxed::tests::new_uninit_boxed_slice_smoke_test ... ok [INFO] [stdout] test alloc::try_collect::tests::test_box_collect ... ok [INFO] [stdout] test alloc::try_collect::tests::test_box_result_collect ... ok [INFO] [stdout] test alloc::try_collect::tests::test_try_extend ... ok [INFO] [stdout] test alloc::try_collect::tests::test_vec_collect ... ok [INFO] [stdout] test alloc::try_collect::tests::test_vec_result_collect ... ok [INFO] [stdout] test alloc::try_cow::tests::to_mut ... ok [INFO] [stdout] test alloc::vec::tests::test_into_boxed_slice ... ok [INFO] [stdout] test alloc::try_cow::tests::into_owned ... ok [INFO] [stdout] test array::test::array_try_from_fn_test ... ok [INFO] [stdout] test array::test::smoke_try_from_fn ... ok [INFO] [stdout] test array::test::try_from_fn_dont_drop_on_success ... ok [INFO] [stdout] test array::test::try_from_fn_drop_on_failure ... ok [INFO] [stdout] test error::error::tests::dyn_error_and_concrete_error_layouts_are_compatible ... ok [INFO] [stdout] test error::error::tests::from_oom ... ok [INFO] [stdout] test alloc::boxed::tests::new_boxed_slice_from_iter_with_len_with_too_many_elems ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-014630640d3cfd76) [INFO] [stdout] [INFO] [stdout] running 41 tests [INFO] [stdout] test bail_macro ... ok [INFO] [stdout] test chain ... ok [INFO] [stdout] test chain_on_error_with_source ... ok [INFO] [stdout] test chain_with_leaf_sources ... ok [INFO] [stdout] test context_on_err_result ... ok [INFO] [stdout] test context_on_ok_result ... ok [INFO] [stdout] test context_on_oom ... ok [INFO] [stdout] test context_on_none_option ... ok [INFO] [stdout] test downcast ... ok [INFO] [stdout] test context_on_some_option ... ok [INFO] [stdout] test downcast_ref ... ok [INFO] [stdout] test downcast_drops_everything ... ok [INFO] [stdout] test downcast_mut ... ok [INFO] [stdout] test ensure_macro ... ok [INFO] [stdout] test fmt_debug ... ok [INFO] [stdout] test fmt_debug_alternate ... ok [INFO] [stdout] test fmt_debug_alternate_with_oom ... ok [INFO] [stdout] test fmt_debug_with_single_cause ... ok [INFO] [stdout] test fmt_display ... ok [INFO] [stdout] test fmt_display_alternate ... ok [INFO] [stdout] test format_err_macro_core_error_chain ... ok [INFO] [stdout] test format_err_macro_format_explicit_args ... ok [INFO] [stdout] test format_err_macro_core_error ... ok [INFO] [stdout] test format_err_macro_format_implicit_args ... ok [INFO] [stdout] test format_err_macro_msg ... ok [INFO] [stdout] test format_err_macro_string_literal ... ok [INFO] [stdout] test from_error ... ok [INFO] [stdout] test from_error_with_large_align ... ok [INFO] [stdout] test msg ... ok [INFO] [stdout] test into_boxed_dyn_error ... ok [INFO] [stdout] test msg_drops ... ok [INFO] [stdout] test new ... ok [INFO] [stdout] test is ... ok [INFO] [stdout] test is_for_root_cause_with_initial_error_source ... ok [INFO] [stdout] test new_drops ... ok [INFO] [stdout] test oom_requested_allocation_size ... ok [INFO] [stdout] test root_cause ... ok [INFO] [stdout] test with_context_on_none_option ... ok [INFO] [stdout] test with_context_on_err_result ... ok [INFO] [stdout] test with_context_on_ok_result ... ok [INFO] [stdout] test with_context_on_some_option ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests wasmtime_internal_core [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test src/error/error.rs - error::error::Error (line 244) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error (line 266) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error (line 314) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error (line 406) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::context (line 720) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::downcast (line 965) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error (line 277) ... ok [INFO] [stdout] test src/alloc/try_new.rs - alloc::try_new::try_new (line 7) ... ok [INFO] [stdout] test src/error/context.rs - error::context::Context (line 81) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error (line 379) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::downcast_mut (line 1081) ... ok [INFO] [stdout] test src/array.rs - array::array_try_from_fn (line 22) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::into_boxed_dyn_error (line 1150) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::is (line 913) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::from_boxed (line 651) ... ok [INFO] [stdout] test src/error/macros.rs - error::macros::ctor_specialization (line 214) ... ignored [INFO] [stdout] test src/error/macros.rs - error::macros::ensure (line 162) ... ignored [INFO] [stdout] test src/error/error.rs - error::error::Error::downcast_ref (line 1030) ... ok [INFO] [stdout] test src/error/macros.rs - error::macros::bail (line 130) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::root_cause (line 839) ... ok [INFO] [stdout] test src/error/macros.rs - error::macros::format_err (line 44) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::new (line 582) ... ok [INFO] [stdout] test src/error/error.rs - error::error::Error::msg (line 621) ... ok [INFO] [stdout] test src/error/macros.rs - error::macros::format_err (line 75) ... ok [INFO] [stdout] test src/error/macros.rs - error::macros::ensure (line 172) ... ok [INFO] [stdout] test src/error/macros.rs - error::macros::format_err (line 22) ... ok [INFO] [stdout] test src/error/oom.rs - error::oom::OutOfMemory::new (line 160) ... ok [INFO] [stdout] test src/error/oom.rs - error::oom::OutOfMemory::requested_allocation_size (line 201) ... ok [INFO] [stdout] test src/non_max.rs - non_max::NonMaxU32 (line 19) ... ok [INFO] [stdout] test src/non_max.rs - non_max::NonMaxU8 (line 19) ... ok [INFO] [stdout] test src/non_max.rs - non_max::NonMaxU64 (line 19) ... ok [INFO] [stdout] test src/non_max.rs - non_max::NonMaxUsize (line 19) ... ok [INFO] [stdout] test src/slab.rs - slab (line 84) ... ok [INFO] [stdout] test src/error/to_wasmtime_result.rs - error::to_wasmtime_result::ToWasmtimeResult (line 14) ... ok [INFO] [stdout] test src/non_max.rs - non_max::NonMaxU16 (line 19) ... ok [INFO] [stdout] test src/undo.rs - undo::Undo (line 16) ... ok [INFO] [stdout] test src/slab.rs - slab (line 16) ... ok [INFO] [stdout] test src/error/context.rs - error::context::Context (line 32) ... FAILED [INFO] [stdout] test src/error/error.rs - error::error::Error::chain (line 816) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/error/context.rs - error::context::Context (line 32) stdout ---- [INFO] [stdout] Test executable failed (exit status: 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] [INFO] [stdout] thread 'main' (357) panicked at /tmp/rustdoctestVKZ0Aj/doctest_bundle_2024.rs:61:1: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: "number too large to fit in target type" [INFO] [stdout] right: "out of range integral type conversion attempted" [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56aa88d60ee1 - std[104cf6e2632825ea]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56aa88d60ee1 - std[104cf6e2632825ea]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56aa88d60ee1 - std[104cf6e2632825ea]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x56aa88d60ee1 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x56aa88d7543a - ::fmt [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x56aa88d7543a - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 6: 0x56aa88d6628c - core[7c831bd917ebf35f]::io::write::default_write_fmt:: [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/io/write.rs:402:11 [INFO] [stdout] 7: 0x56aa88d6628c - ::write_fmt [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/io/write.rs:335:13 [INFO] [stdout] 8: 0x56aa88d3d126 - ::print [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x56aa88d3d126 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x56aa88d594a1 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:319:9 [INFO] [stdout] 11: 0x56aa88d5965b - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:815:13 [INFO] [stdout] 12: 0x56aa88d3d1d2 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:688:13 [INFO] [stdout] 13: 0x56aa88d35ac9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 14: 0x56aa88d3df4d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:679:5 [INFO] [stdout] 15: 0x56aa88d75bac - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/panicking.rs:80:14 [INFO] [stdout] 16: 0x56aa88d75ac3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/panicking.rs:452:17 [INFO] [stdout] 17: 0x56aa88cd17ff - core[7c831bd917ebf35f]::panicking::assert_failed:: [INFO] [stdout] 18: 0x56aa88cd6972 - doctest_bundle_2024[23099591ada481f4]::__doctest_2::main [INFO] [stdout] 19: 0x56aa88cd6b76 - doctest_bundle_2024[23099591ada481f4]::__doctest_2::__main_fn [INFO] [stdout] 20: 0x56aa88cc6eb1 - doctest_runner_2024[4f9fc72afdcfadc2]::__doctest_2::TEST::{closure#0} [INFO] [stdout] 21: 0x56aa88ccce76 - >::call_once [INFO] [stdout] 22: 0x56aa88cc8e34 - doctest_runner_2024[4f9fc72afdcfadc2]::main [INFO] [stdout] 23: 0x56aa88cccd63 - std[104cf6e2632825ea]::process::ExitCode as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] 24: 0x56aa88cc643e - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: std[104cf6e2632825ea]::process::ExitCode, std[104cf6e2632825ea]::process::ExitCode> [INFO] [stdout] 25: 0x56aa88cc6be9 - std[104cf6e2632825ea]::rt::lang_start::::{closure#0} [INFO] [stdout] 26: 0x56aa88d58429 - <&dyn core[7c831bd917ebf35f]::ops::function::Fn<(), Output = i32> + core[7c831bd917ebf35f]::panic::unwind_safe::RefUnwindSafe + core[7c831bd917ebf35f]::marker::Sync as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/core/src/ops/function.rs:287:21 [INFO] [stdout] 27: 0x56aa88d58429 - std[104cf6e2632825ea]::panicking::catch_unwind::do_call::<&dyn core[7c831bd917ebf35f]::ops::function::Fn<(), Output = i32> + core[7c831bd917ebf35f]::panic::unwind_safe::RefUnwindSafe + core[7c831bd917ebf35f]::marker::Sync, i32> [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:576:43 [INFO] [stdout] 28: 0x56aa88d58429 - std[104cf6e2632825ea]::panicking::catch_unwind:: + core[7c831bd917ebf35f]::panic::unwind_safe::RefUnwindSafe + core[7c831bd917ebf35f]::marker::Sync> [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:544:19 [INFO] [stdout] 29: 0x56aa88d58429 - std[104cf6e2632825ea]::panic::catch_unwind::<&dyn core[7c831bd917ebf35f]::ops::function::Fn<(), Output = i32> + core[7c831bd917ebf35f]::panic::unwind_safe::RefUnwindSafe + core[7c831bd917ebf35f]::marker::Sync, i32> [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panic.rs:359:14 [INFO] [stdout] 30: 0x56aa88d58429 - std[104cf6e2632825ea]::rt::lang_start_internal::{closure#0} [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/rt.rs:175:24 [INFO] [stdout] 31: 0x56aa88d58429 - std[104cf6e2632825ea]::panicking::catch_unwind::do_call:: [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:576:43 [INFO] [stdout] 32: 0x56aa88d58429 - std[104cf6e2632825ea]::panicking::catch_unwind:: [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panicking.rs:544:19 [INFO] [stdout] 33: 0x56aa88d58429 - std[104cf6e2632825ea]::panic::catch_unwind:: [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/panic.rs:359:14 [INFO] [stdout] 34: 0x56aa88d58429 - std[104cf6e2632825ea]::rt::lang_start_internal [INFO] [stdout] at /rustc/f47d5bb13648d5c859f5b438eb7dc834b9729961/library/std/src/rt.rs:171:5 [INFO] [stdout] 35: 0x56aa88cc57b1 - std[104cf6e2632825ea]::rt::lang_start:: [INFO] [stdout] 36: 0x56aa88ccd5b5 - main [INFO] [stdout] 37: 0x7bc53b2c8601 - [INFO] [stdout] 38: 0x7bc53b2c8718 - __libc_start_main [INFO] [stdout] 39: 0x56aa88cc4925 - _start [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/error/context.rs - error::context::Context (line 32) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 36 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.75s; merged doctests compilation took 0.72s [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e", kill_on_drop: false }` [INFO] [stdout] 07971a1ce8f54e0a2b700c41e38ef240514f8c556ef2caaf052651d17ab00f2e