[INFO] fetching crate lemon-mint 0.1.4... [INFO] testing lemon-mint-0.1.4 against beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4ba8a0c0b83547a4c47b60384254932bdda892e56b57514430ecb2fead18d928 [INFO] running `Command { std: "docker" "start" "-a" "4ba8a0c0b83547a4c47b60384254932bdda892e56b57514430ecb2fead18d928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4ba8a0c0b83547a4c47b60384254932bdda892e56b57514430ecb2fead18d928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ba8a0c0b83547a4c47b60384254932bdda892e56b57514430ecb2fead18d928", kill_on_drop: false }` [INFO] [stdout] 4ba8a0c0b83547a4c47b60384254932bdda892e56b57514430ecb2fead18d928 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6024f2c4cab3bbccb3017817e37365aaab5d4bdae77c892e2540a2ed44d06248 [INFO] running `Command { std: "docker" "start" "-a" "6024f2c4cab3bbccb3017817e37365aaab5d4bdae77c892e2540a2ed44d06248", kill_on_drop: false }` [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 12.47s [INFO] running `Command { std: "docker" "inspect" "6024f2c4cab3bbccb3017817e37365aaab5d4bdae77c892e2540a2ed44d06248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6024f2c4cab3bbccb3017817e37365aaab5d4bdae77c892e2540a2ed44d06248", kill_on_drop: false }` [INFO] [stdout] 6024f2c4cab3bbccb3017817e37365aaab5d4bdae77c892e2540a2ed44d06248 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 609f23e6bba9d58c07117fd4f754745eda893b0b05e2903c370f50c71a7af20d [INFO] running `Command { std: "docker" "start" "-a" "609f23e6bba9d58c07117fd4f754745eda893b0b05e2903c370f50c71a7af20d", kill_on_drop: false }` [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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.46s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/lemon_mint-983de80d2b3cbc64) [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Executable tests/all.rs (/opt/rustwide/target/debug/deps/all-dacb243cd07982b8) [INFO] running `Command { std: "docker" "inspect" "609f23e6bba9d58c07117fd4f754745eda893b0b05e2903c370f50c71a7af20d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "609f23e6bba9d58c07117fd4f754745eda893b0b05e2903c370f50c71a7af20d", kill_on_drop: false }` [INFO] [stdout] 609f23e6bba9d58c07117fd4f754745eda893b0b05e2903c370f50c71a7af20d [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4faffe8f9498622572d729a626902e6c8a51be045cbccca70ba9bccb79a51e74 [INFO] running `Command { std: "docker" "start" "-a" "4faffe8f9498622572d729a626902e6c8a51be045cbccca70ba9bccb79a51e74", 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.01s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 2807 | #[derive(Debug)] [INFO] [stdout] [INFO] [stderr] | ^^^^^ [INFO] [stdout] running 9 tests [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] test src/lib.rs - (line 103) ... ignored [INFO] [stderr] [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_extra_argument_type (line 2455) ... ignored [INFO] [stderr] warning: field is never read: `n_nonterminals` [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_extra_argument_type (line 2466) ... ignored [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.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lemon_mint-983de80d2b3cbc64) [INFO] [stderr] Running tests/all.rs (/opt/rustwide/target/debug/deps/all-dacb243cd07982b8) [INFO] [stderr] Doc-tests lemon-mint [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_extra_argument_type (line 2447) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_left (line 2479) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder (line 1219) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder::load_y (line 2242) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder (line 1208) ... 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 0.69s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4faffe8f9498622572d729a626902e6c8a51be045cbccca70ba9bccb79a51e74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4faffe8f9498622572d729a626902e6c8a51be045cbccca70ba9bccb79a51e74", kill_on_drop: false }` [INFO] [stdout] 4faffe8f9498622572d729a626902e6c8a51be045cbccca70ba9bccb79a51e74