[INFO] fetching crate lemon-mint 0.1.4... [INFO] testing lemon-mint-0.1.4 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate lemon-mint 0.1.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate lemon-mint 0.1.4 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-02-22" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a6570e9b3cbfa9966654d7b9ca3cce3d3b65f19abea130ef59fd70c01654581 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4a6570e9b3cbfa9966654d7b9ca3cce3d3b65f19abea130ef59fd70c01654581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a6570e9b3cbfa9966654d7b9ca3cce3d3b65f19abea130ef59fd70c01654581", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6570e9b3cbfa9966654d7b9ca3cce3d3b65f19abea130ef59fd70c01654581", kill_on_drop: false }` [INFO] [stdout] 4a6570e9b3cbfa9966654d7b9ca3cce3d3b65f19abea130ef59fd70c01654581 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 347563a9cef7ee2456677b3443f3b03c24ab40bd92eeea594172e8663ed082d5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "347563a9cef7ee2456677b3443f3b03c24ab40bd92eeea594172e8663ed082d5", 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 3.32s [INFO] running `Command { std: "docker" "inspect" "347563a9cef7ee2456677b3443f3b03c24ab40bd92eeea594172e8663ed082d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "347563a9cef7ee2456677b3443f3b03c24ab40bd92eeea594172e8663ed082d5", kill_on_drop: false }` [INFO] [stdout] 347563a9cef7ee2456677b3443f3b03c24ab40bd92eeea594172e8663ed082d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26723539e86b6c15d3e893ff460b57fa896035ba6de3ad4d200b831259c97309 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "26723539e86b6c15d3e893ff460b57fa896035ba6de3ad4d200b831259c97309", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling lemon-mint v0.1.4 (/opt/rustwide/workdir) [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 3.01s [INFO] running `Command { std: "docker" "inspect" "26723539e86b6c15d3e893ff460b57fa896035ba6de3ad4d200b831259c97309", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26723539e86b6c15d3e893ff460b57fa896035ba6de3ad4d200b831259c97309", kill_on_drop: false }` [INFO] [stdout] 26723539e86b6c15d3e893ff460b57fa896035ba6de3ad4d200b831259c97309 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 45fb18392295903d3e1fd0d170f44b2bcf086cafc97f16c3a6977efb8b95da7c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "45fb18392295903d3e1fd0d170f44b2bcf086cafc97f16c3a6977efb8b95da7c", 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] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [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: `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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lemon_mint-983de80d2b3cbc64) [INFO] [stderr] Running tests/all.rs (/opt/rustwide/target/debug/deps/all-dacb243cd07982b8) [INFO] [stdout] [INFO] [stderr] Doc-tests lemon-mint [INFO] [stdout] running 1 test [INFO] [stdout] test test_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [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_extra_argument_type (line 2447) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder (line 1219) ... ok [INFO] [stdout] test src/lib.rs - LemonMintBuilder::set_left (line 2479) ... 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 3.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "45fb18392295903d3e1fd0d170f44b2bcf086cafc97f16c3a6977efb8b95da7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45fb18392295903d3e1fd0d170f44b2bcf086cafc97f16c3a6977efb8b95da7c", kill_on_drop: false }` [INFO] [stdout] 45fb18392295903d3e1fd0d170f44b2bcf086cafc97f16c3a6977efb8b95da7c