[INFO] fetching crate helper_fn 0.1.0... [INFO] testing helper_fn-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate helper_fn 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate helper_fn 0.1.0 [INFO] finished tweaking crates.io crate helper_fn 0.1.0 [INFO] tweaked toml for crates.io crate helper_fn 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate helper_fn 0.1.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 799a90bdd2137ee82dac4c11c5c6e44d3f6d2caa1c651697f7a93ba11d55314f [INFO] running `Command { std: "docker" "start" "-a" "799a90bdd2137ee82dac4c11c5c6e44d3f6d2caa1c651697f7a93ba11d55314f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "799a90bdd2137ee82dac4c11c5c6e44d3f6d2caa1c651697f7a93ba11d55314f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "799a90bdd2137ee82dac4c11c5c6e44d3f6d2caa1c651697f7a93ba11d55314f", kill_on_drop: false }` [INFO] [stdout] 799a90bdd2137ee82dac4c11c5c6e44d3f6d2caa1c651697f7a93ba11d55314f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b113a28f86a4b4248e0750fa1db9322d7a188c2e04fb206e4c7cc2e0014cd059 [INFO] running `Command { std: "docker" "start" "-a" "b113a28f86a4b4248e0750fa1db9322d7a188c2e04fb206e4c7cc2e0014cd059", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling helper_fn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `colon` is never read [INFO] [stdout] --> src/lib.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 159 | struct CaptureArgWithType { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 160 | capture: CaptureArg, [INFO] [stdout] 161 | colon: Token![:], [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgWithType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:178:7 [INFO] [stdout] | [INFO] [stdout] 178 | Ref(Token![&]), [INFO] [stdout] | --- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 178 - Ref(Token![&]), [INFO] [stdout] 178 + Ref(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> src/lib.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | RefMut(Token![&], Token![mut]), [INFO] [stdout] | ------ ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 179 - RefMut(Token![&], Token![mut]), [INFO] [stdout] 179 + RefMut((), ()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s [INFO] running `Command { std: "docker" "inspect" "b113a28f86a4b4248e0750fa1db9322d7a188c2e04fb206e4c7cc2e0014cd059", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b113a28f86a4b4248e0750fa1db9322d7a188c2e04fb206e4c7cc2e0014cd059", kill_on_drop: false }` [INFO] [stdout] b113a28f86a4b4248e0750fa1db9322d7a188c2e04fb206e4c7cc2e0014cd059 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 26ea16e408e4e89c49de06e5dbb8b5f136ff33e071f6438b033f42e5af2cd598 [INFO] running `Command { std: "docker" "start" "-a" "26ea16e408e4e89c49de06e5dbb8b5f136ff33e071f6438b033f42e5af2cd598", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling helper_fn v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `colon` is never read [INFO] [stdout] --> src/lib.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 159 | struct CaptureArgWithType { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 160 | capture: CaptureArg, [INFO] [stdout] 161 | colon: Token![:], [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgWithType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:178:7 [INFO] [stdout] | [INFO] [stdout] 178 | Ref(Token![&]), [INFO] [stdout] | --- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 178 - Ref(Token![&]), [INFO] [stdout] 178 + Ref(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> src/lib.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | RefMut(Token![&], Token![mut]), [INFO] [stdout] | ------ ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 179 - RefMut(Token![&], Token![mut]), [INFO] [stdout] 179 + RefMut((), ()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `colon` is never read [INFO] [stdout] --> src/lib.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 159 | struct CaptureArgWithType { [INFO] [stdout] | ------------------ field in this struct [INFO] [stdout] 160 | capture: CaptureArg, [INFO] [stdout] 161 | colon: Token![:], [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgWithType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lib.rs:178:7 [INFO] [stdout] | [INFO] [stdout] 178 | Ref(Token![&]), [INFO] [stdout] | --- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 178 - Ref(Token![&]), [INFO] [stdout] 178 + Ref(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `0` and `1` are never read [INFO] [stdout] --> src/lib.rs:179:10 [INFO] [stdout] | [INFO] [stdout] 179 | RefMut(Token![&], Token![mut]), [INFO] [stdout] | ------ ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 179 - RefMut(Token![&], Token![mut]), [INFO] [stdout] 179 + RefMut((), ()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `get_num` [INFO] [stdout] --> tests/test.rs:21:6 [INFO] [stdout] | [INFO] [stdout] 21 | fn get_num() -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `increment_num` [INFO] [stdout] --> tests/test.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | fn increment_num() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `make_num_zero` [INFO] [stdout] --> tests/test.rs:31:6 [INFO] [stdout] | [INFO] [stdout] 31 | fn make_num_zero() { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.07s [INFO] running `Command { std: "docker" "inspect" "26ea16e408e4e89c49de06e5dbb8b5f136ff33e071f6438b033f42e5af2cd598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26ea16e408e4e89c49de06e5dbb8b5f136ff33e071f6438b033f42e5af2cd598", kill_on_drop: false }` [INFO] [stdout] 26ea16e408e4e89c49de06e5dbb8b5f136ff33e071f6438b033f42e5af2cd598 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b0dc58750213d97e8a78459437678d3a4ef3f8b70941ad766e5e393e62b9ac70 [INFO] running `Command { std: "docker" "start" "-a" "b0dc58750213d97e8a78459437678d3a4ef3f8b70941ad766e5e393e62b9ac70", kill_on_drop: false }` [INFO] [stderr] warning: field `colon` is never read [INFO] [stderr] --> src/lib.rs:161:3 [INFO] [stderr] | [INFO] [stderr] 159 | struct CaptureArgWithType { [INFO] [stderr] | ------------------ field in this struct [INFO] [stderr] 160 | capture: CaptureArg, [INFO] [stderr] 161 | colon: Token![:], [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `CaptureArgWithType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lib.rs:178:7 [INFO] [stderr] | [INFO] [stderr] 178 | Ref(Token![&]), [INFO] [stderr] | --- ^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 178 - Ref(Token![&]), [INFO] [stderr] 178 + Ref(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: fields `0` and `1` are never read [INFO] [stderr] --> src/lib.rs:179:10 [INFO] [stderr] | [INFO] [stderr] 179 | RefMut(Token![&], Token![mut]), [INFO] [stderr] | ------ ^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | fields in this variant [INFO] [stderr] | [INFO] [stderr] = note: `CaptureArgKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stderr] | [INFO] [stderr] 179 - RefMut(Token![&], Token![mut]), [INFO] [stderr] 179 + RefMut((), ()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `helper_fn` (lib) generated 3 warnings [INFO] [stderr] warning: unused macro definition: `get_num` [INFO] [stderr] --> tests/test.rs:21:6 [INFO] [stderr] | [INFO] [stderr] 21 | fn get_num() -> i32 { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition: `increment_num` [INFO] [stderr] --> tests/test.rs:34:8 [INFO] [stderr] | [INFO] [stderr] 34 | fn increment_num() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition: `make_num_zero` [INFO] [stderr] --> tests/test.rs:31:6 [INFO] [stderr] | [INFO] [stderr] 31 | fn make_num_zero() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `helper_fn` (test "test") generated 3 warnings [INFO] [stderr] warning: `helper_fn` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/helper_fn-73fb1c98e640778b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-a1eb3ce84c61bb8b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test foo ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests helper_fn [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - (line 111) ... ok [INFO] [stdout] test src/lib.rs - (line 10) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] test src/lib.rs - (line 72) ... ok [INFO] [stdout] test src/lib.rs - (line 83) - compile fail ... ok [INFO] [stdout] test src/lib.rs - (line 96) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b0dc58750213d97e8a78459437678d3a4ef3f8b70941ad766e5e393e62b9ac70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0dc58750213d97e8a78459437678d3a4ef3f8b70941ad766e5e393e62b9ac70", kill_on_drop: false }` [INFO] [stdout] b0dc58750213d97e8a78459437678d3a4ef3f8b70941ad766e5e393e62b9ac70