[INFO] fetching crate helper_fn 0.1.0...
[INFO] testing helper_fn-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate helper_fn 0.1.0 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate helper_fn 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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.110)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf28c213c8590aa5ec9e8c9bd3549e122f05a0e604b922b00a116d5b224a9dff
[INFO] running `Command { std: "docker" "start" "-a" "bf28c213c8590aa5ec9e8c9bd3549e122f05a0e604b922b00a116d5b224a9dff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf28c213c8590aa5ec9e8c9bd3549e122f05a0e604b922b00a116d5b224a9dff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf28c213c8590aa5ec9e8c9bd3549e122f05a0e604b922b00a116d5b224a9dff", kill_on_drop: false }`
[INFO] [stdout] bf28c213c8590aa5ec9e8c9bd3549e122f05a0e604b922b00a116d5b224a9dff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af3c8653fdda89ed3f24ba052faa7258c3dfd93b79de955c56c39529ee372509
[INFO] running `Command { std: "docker" "start" "-a" "af3c8653fdda89ed3f24ba052faa7258c3dfd93b79de955c56c39529ee372509", kill_on_drop: false }`
[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 0.83s
[INFO] running `Command { std: "docker" "inspect" "af3c8653fdda89ed3f24ba052faa7258c3dfd93b79de955c56c39529ee372509", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af3c8653fdda89ed3f24ba052faa7258c3dfd93b79de955c56c39529ee372509", kill_on_drop: false }`
[INFO] [stdout] af3c8653fdda89ed3f24ba052faa7258c3dfd93b79de955c56c39529ee372509
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e3f5cbb96c2ea1ab432a9d2432666f188192933063dd2668da6c81b8ab5b64f
[INFO] running `Command { std: "docker" "start" "-a" "9e3f5cbb96c2ea1ab432a9d2432666f188192933063dd2668da6c81b8ab5b64f", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[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 5.25s
[INFO] running `Command { std: "docker" "inspect" "9e3f5cbb96c2ea1ab432a9d2432666f188192933063dd2668da6c81b8ab5b64f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e3f5cbb96c2ea1ab432a9d2432666f188192933063dd2668da6c81b8ab5b64f", kill_on_drop: false }`
[INFO] [stdout] 9e3f5cbb96c2ea1ab432a9d2432666f188192933063dd2668da6c81b8ab5b64f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 968c2cd0ac162501884cfa46d6fd03ed93930b038d7efabfae8a093a68c3670f
[INFO] running `Command { std: "docker" "start" "-a" "968c2cd0ac162501884cfa46d6fd03ed93930b038d7efabfae8a093a68c3670f", 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: `helper_fn` (lib test) generated 3 warnings (3 duplicates)
[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]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/helper_fn-b7e4cc92f6c6a3a4)
[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-2d221ffa8900aa42)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests helper_fn
[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] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - (line 83) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - (line 96) ... ok
[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] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "968c2cd0ac162501884cfa46d6fd03ed93930b038d7efabfae8a093a68c3670f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "968c2cd0ac162501884cfa46d6fd03ed93930b038d7efabfae8a093a68c3670f", kill_on_drop: false }`
[INFO] [stdout] 968c2cd0ac162501884cfa46d6fd03ed93930b038d7efabfae8a093a68c3670f
