[INFO] fetching crate lemon-mint 0.1.4... [INFO] testing lemon-mint-0.1.4 against 1.60.0 for beta-1.61-1 [INFO] extracting crate lemon-mint 0.1.4 into /workspace/builds/worker-112/source [INFO] validating manifest of crates.io crate lemon-mint 0.1.4 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lemon-mint 0.1.4 [INFO] finished tweaking crates.io crate lemon-mint 0.1.4 [INFO] tweaked toml for crates.io crate lemon-mint 0.1.4 written to /workspace/builds/worker-112/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9f5ff5c3e5706f7fe5c80b729a0c3f4122333901f39a385bc270ba15c63942d [INFO] running `Command { std: "docker" "start" "-a" "d9f5ff5c3e5706f7fe5c80b729a0c3f4122333901f39a385bc270ba15c63942d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9f5ff5c3e5706f7fe5c80b729a0c3f4122333901f39a385bc270ba15c63942d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9f5ff5c3e5706f7fe5c80b729a0c3f4122333901f39a385bc270ba15c63942d", kill_on_drop: false }` [INFO] [stdout] d9f5ff5c3e5706f7fe5c80b729a0c3f4122333901f39a385bc270ba15c63942d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fa233fd7e7ce7f1517de485b97a8f26a68bfee9ec55c679b90db2d756f30380 [INFO] running `Command { std: "docker" "start" "-a" "6fa233fd7e7ce7f1517de485b97a8f26a68bfee9ec55c679b90db2d756f30380", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lemon-mint v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `with_fallback` [INFO] [stdout] --> src/lib.rs:2831:2 [INFO] [stdout] | [INFO] [stdout] 2831 | with_fallback: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_nonterminals` [INFO] [stdout] --> src/lib.rs:2842:2 [INFO] [stdout] | [INFO] [stdout] 2842 | n_nonterminals: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tables_size` [INFO] [stdout] --> src/lib.rs:2843:2 [INFO] [stdout] | [INFO] [stdout] 2843 | tables_size: usize, // Total table size of all tables in bytes [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/lib.rs:1359:7 [INFO] [stdout] | [INFO] [stdout] 1359 | mem::replace(&mut symbols.array[rhs.index].firstset, set); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.67s [INFO] running `Command { std: "docker" "inspect" "6fa233fd7e7ce7f1517de485b97a8f26a68bfee9ec55c679b90db2d756f30380", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fa233fd7e7ce7f1517de485b97a8f26a68bfee9ec55c679b90db2d756f30380", kill_on_drop: false }` [INFO] [stdout] 6fa233fd7e7ce7f1517de485b97a8f26a68bfee9ec55c679b90db2d756f30380 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fc3366c23f2ce404e9b3d86c7368e04ab243520377819d3c05ce41ce5d11e3d [INFO] running `Command { std: "docker" "start" "-a" "7fc3366c23f2ce404e9b3d86c7368e04ab243520377819d3c05ce41ce5d11e3d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lemon-mint v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `with_fallback` [INFO] [stdout] --> src/lib.rs:2831:2 [INFO] [stdout] | [INFO] [stdout] 2831 | with_fallback: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_nonterminals` [INFO] [stdout] --> src/lib.rs:2842:2 [INFO] [stdout] | [INFO] [stdout] 2842 | n_nonterminals: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tables_size` [INFO] [stdout] --> src/lib.rs:2843:2 [INFO] [stdout] | [INFO] [stdout] 2843 | tables_size: usize, // Total table size of all tables in bytes [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/lib.rs:1359:7 [INFO] [stdout] | [INFO] [stdout] 1359 | mem::replace(&mut symbols.array[rhs.index].firstset, set); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `with_fallback` [INFO] [stdout] --> src/lib.rs:2831:2 [INFO] [stdout] | [INFO] [stdout] 2831 | with_fallback: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `n_nonterminals` [INFO] [stdout] --> src/lib.rs:2842:2 [INFO] [stdout] | [INFO] [stdout] 2842 | n_nonterminals: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tables_size` [INFO] [stdout] --> src/lib.rs:2843:2 [INFO] [stdout] | [INFO] [stdout] 2843 | tables_size: usize, // Total table size of all tables in bytes [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2807:10 [INFO] [stdout] | [INFO] [stdout] 2807 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/lib.rs:1359:7 [INFO] [stdout] | [INFO] [stdout] 1359 | mem::replace(&mut symbols.array[rhs.index].firstset, set); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.96s [INFO] running `Command { std: "docker" "inspect" "7fc3366c23f2ce404e9b3d86c7368e04ab243520377819d3c05ce41ce5d11e3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fc3366c23f2ce404e9b3d86c7368e04ab243520377819d3c05ce41ce5d11e3d", kill_on_drop: false }` [INFO] [stdout] 7fc3366c23f2ce404e9b3d86c7368e04ab243520377819d3c05ce41ce5d11e3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 08453790addc64f04038407e33a1be87a1ea8a34252a1cfe9ea1ee2458806039 [INFO] running `Command { std: "docker" "start" "-a" "08453790addc64f04038407e33a1be87a1ea8a34252a1cfe9ea1ee2458806039", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: field is never read: `with_fallback` [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/lib.rs:2831:2 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 2831 | with_fallback: bool, [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 1 test [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] test test_1 ... ok [INFO] [stderr] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:2807:10 [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 2807 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `n_nonterminals` [INFO] [stderr] --> src/lib.rs:2842:2 [INFO] [stderr] | [INFO] [stderr] 2842 | n_nonterminals: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2807:10 [INFO] [stderr] | [INFO] [stderr] 2807 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tables_size` [INFO] [stderr] --> src/lib.rs:2843:2 [INFO] [stderr] | [INFO] [stderr] 2843 | tables_size: usize, // Total table size of all tables in bytes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LemonMint` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2807:10 [INFO] [stderr] | [INFO] [stderr] 2807 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/lib.rs:1359:7 [INFO] [stderr] | [INFO] [stderr] 1359 | mem::replace(&mut symbols.array[rhs.index].firstset, set); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: `lemon-mint` (lib) generated 4 warnings [INFO] [stderr] warning: `lemon-mint` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lemon_mint-1f6ea10fc0627a0b) [INFO] [stderr] Running tests/all.rs (/opt/rustwide/target/debug/deps/all-28b9f2ad9fb4f0d3) [INFO] [stderr] Doc-tests lemon-mint [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/lib.rs - (line 103) ... ignored [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_extra_argument_type (line 2455) ... ignored [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_extra_argument_type (line 2466) ... ignored [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_left (line 2479) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_extra_argument_type (line 2447) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder (line 1219) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder (line 1208) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder::load_y (line 2242) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "08453790addc64f04038407e33a1be87a1ea8a34252a1cfe9ea1ee2458806039", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08453790addc64f04038407e33a1be87a1ea8a34252a1cfe9ea1ee2458806039", kill_on_drop: false }` [INFO] [stdout] 08453790addc64f04038407e33a1be87a1ea8a34252a1cfe9ea1ee2458806039