[INFO] cloning repository https://github.com/amnaredo/uniqr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amnaredo/uniqr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famnaredo%2Funiqr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famnaredo%2Funiqr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] edba1d4161ccced31f4cb270a5200345ee5835d0 [INFO] testing amnaredo/uniqr against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famnaredo%2Funiqr" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/amnaredo/uniqr 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 git repo https://github.com/amnaredo/uniqr [INFO] finished tweaking git repo https://github.com/amnaredo/uniqr [INFO] tweaked toml for git repo https://github.com/amnaredo/uniqr written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/amnaredo/uniqr already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1fb3d569af7f352f01a80cd0d6ff6a116e196f7bc2e3503391e987c58220485a [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" "1fb3d569af7f352f01a80cd0d6ff6a116e196f7bc2e3503391e987c58220485a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fb3d569af7f352f01a80cd0d6ff6a116e196f7bc2e3503391e987c58220485a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fb3d569af7f352f01a80cd0d6ff6a116e196f7bc2e3503391e987c58220485a", kill_on_drop: false }` [INFO] [stdout] 1fb3d569af7f352f01a80cd0d6ff6a116e196f7bc2e3503391e987c58220485a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b797ca0b5577605a9dc3e8c3898caeb945811bc80ee2b45860f07a74e4d36685 [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" "b797ca0b5577605a9dc3e8c3898caeb945811bc80ee2b45860f07a74e4d36685", kill_on_drop: false }` [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling uniqr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_must_use)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.48s [INFO] running `Command { std: "docker" "inspect" "b797ca0b5577605a9dc3e8c3898caeb945811bc80ee2b45860f07a74e4d36685", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b797ca0b5577605a9dc3e8c3898caeb945811bc80ee2b45860f07a74e4d36685", kill_on_drop: false }` [INFO] [stdout] b797ca0b5577605a9dc3e8c3898caeb945811bc80ee2b45860f07a74e4d36685 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 45cd8618e002ddec7c14e75e7023eed8b9c5e452313a4917e80cd02ea8877563 [INFO] running `Command { std: "docker" "start" "-a" "45cd8618e002ddec7c14e75e7023eed8b9c5e452313a4917e80cd02ea8877563", kill_on_drop: false }` [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling termtree v0.2.4 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_must_use)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling predicates v2.1.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling assert_cmd v1.0.8 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling predicates v1.0.8 [INFO] [stderr] Compiling uniqr v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_must_use)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 110 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.04s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/uniqr-94f9a89dc53db464) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/uniqr-1dfb590afcb90d9d) [INFO] [stderr] Executable tests/cli.rs (/opt/rustwide/target/debug/deps/cli-db4feabed92133d7) [INFO] running `Command { std: "docker" "inspect" "45cd8618e002ddec7c14e75e7023eed8b9c5e452313a4917e80cd02ea8877563", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45cd8618e002ddec7c14e75e7023eed8b9c5e452313a4917e80cd02ea8877563", kill_on_drop: false }` [INFO] [stdout] 45cd8618e002ddec7c14e75e7023eed8b9c5e452313a4917e80cd02ea8877563 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 379360cbcfa8eb441d67657230518e2a81d02914b52a1284e970b9a47786b636 [INFO] running `Command { std: "docker" "start" "-a" "379360cbcfa8eb441d67657230518e2a81d02914b52a1284e970b9a47786b636", kill_on_drop: false }` [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/lib.rs:96:13 [INFO] [stderr] | [INFO] [stderr] 96 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(unused_must_use)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/lib.rs:110:9 [INFO] [stderr] | [INFO] [stderr] 110 | write!(output, "{}{}", format_field(line_count, config.count), last_line); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning originates in the macro `write` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `uniqr` (lib) generated 2 warnings [INFO] [stderr] warning: `uniqr` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uniqr-94f9a89dc53db464) [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 unittests src/main.rs (/opt/rustwide/target/debug/deps/uniqr-1dfb590afcb90d9d) [INFO] [stdout] [INFO] [stderr] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-db4feabed92133d7) [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] [stdout] [INFO] [stdout] running 78 tests [INFO] [stdout] test empty ... ok [INFO] [stdout] test empty_count ... ok [INFO] [stdout] test one_stdin ... ok [INFO] [stdout] test empty_outfile ... ok [INFO] [stdout] test one_count ... ok [INFO] [stdout] test empty_outfile_count ... ok [INFO] [stdout] test one ... ok [INFO] [stdout] test empty_stdin ... ok [INFO] [stdout] test one_stdin_count ... ok [INFO] [stdout] test empty_stdin_outfile_count ... ok [INFO] [stdout] test one_stdin_outfile_count ... ok [INFO] [stdout] test skip_count ... ok [INFO] [stdout] test one_outfile ... ok [INFO] [stdout] test dies_bad_file ... ok [INFO] [stdout] test t1 ... ok [INFO] [stdout] test skip ... ok [INFO] [stdout] test t1_stdin_count ... ok [INFO] [stdout] test one_outfile_count ... ok [INFO] [stdout] test empty_stdin_count ... ok [INFO] [stdout] test t2 ... ok [INFO] [stdout] test skip_outfile_count ... ok [INFO] [stdout] test skip_stdin ... ok [INFO] [stdout] test t1_stdin ... ok [INFO] [stdout] test skip_outfile ... ok [INFO] [stdout] test t1_outfile_count ... ok [INFO] [stdout] test skip_stdin_outfile_count ... ok [INFO] [stdout] test skip_stdin_count ... ok [INFO] [stdout] test t2_outfile ... ok [INFO] [stdout] test t1_stdin_outfile_count ... ok [INFO] [stdout] test t2_stdin_outfile_count ... ok [INFO] [stdout] test t2_outfile_count ... ok [INFO] [stdout] test t1_outfile ... ok [INFO] [stdout] test t3 ... ok [INFO] [stdout] test t2_count ... ok [INFO] [stdout] test t3_stdin_count ... ok [INFO] [stdout] test t4_stdin_count ... ok [INFO] [stdout] test t3_outfile ... ok [INFO] [stdout] test t2_stdin_count ... ok [INFO] [stdout] test t2_stdin ... ok [INFO] [stdout] test t4_count ... ok [INFO] [stdout] test t4_outfile_count ... ok [INFO] [stdout] test t3_outfile_count ... ok [INFO] [stdout] test t1_count ... ok [INFO] [stdout] test t5_outfile ... ok [INFO] [stdout] test t3_stdin ... ok [INFO] [stdout] test t3_stdin_outfile_count ... ok [INFO] [stdout] test t4_stdin ... ok [INFO] [stdout] test t3_count ... ok [INFO] [stdout] test t4 ... ok [INFO] [stdout] test t5_outfile_count ... ok [INFO] [stdout] test t4_stdin_outfile_count ... ok [INFO] [stdout] test t6_count ... ok [INFO] [stdout] test t4_outfile ... ok [INFO] [stdout] test t5_count ... ok [INFO] [stdout] test t5 ... ok [INFO] [stdout] test t5_stdin_outfile_count ... ok [INFO] [stdout] test t5_stdin_count ... ok [INFO] [stdout] test three_stdin_count ... ok [INFO] [stdout] test three_stdin ... ok [INFO] [stdout] test t6 ... ok [INFO] [stdout] test t6_stdin ... ok [INFO] [stdout] test t6_stdin_outfile_count ... ok [INFO] [stdout] test three_outfile ... ok [INFO] [stdout] test t5_stdin ... ok [INFO] [stdout] test two ... ok [INFO] [stdout] test three_stdin_outfile_count ... ok [INFO] [stdout] test t6_outfile ... ok [INFO] [stdout] test t6_outfile_count ... ok [INFO] [stdout] test two_stdin_count ... ok [INFO] [stdout] test two_outfile ... ok [INFO] [stdout] test two_stdin_outfile_count ... ok [INFO] [stdout] test two_outfile_count ... ok [INFO] [stdout] test two_count ... ok [INFO] [stdout] test two_stdin ... ok [INFO] [stdout] test three_count ... ok [INFO] [stdout] test t6_stdin_count ... ok [INFO] [stdout] test three_outfile_count ... ok [INFO] [stderr] Doc-tests uniqr [INFO] [stdout] test three ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "379360cbcfa8eb441d67657230518e2a81d02914b52a1284e970b9a47786b636", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "379360cbcfa8eb441d67657230518e2a81d02914b52a1284e970b9a47786b636", kill_on_drop: false }` [INFO] [stdout] 379360cbcfa8eb441d67657230518e2a81d02914b52a1284e970b9a47786b636