[INFO] cloning repository https://github.com/yuk1ty/rstest-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuk1ty/rstest-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuk1ty%2Frstest-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuk1ty%2Frstest-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa0475ce2a4629bbe9123c3d7275f209d5d93b1f [INFO] testing yuk1ty/rstest-example against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuk1ty%2Frstest-example" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yuk1ty/rstest-example on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yuk1ty/rstest-example [INFO] finished tweaking git repo https://github.com/yuk1ty/rstest-example [INFO] tweaked toml for git repo https://github.com/yuk1ty/rstest-example written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/yuk1ty/rstest-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 570fac8108c0896898ce17d5319874386693fddd899f3e07a2a457a7af992e07 [INFO] running `Command { std: "docker" "start" "-a" "570fac8108c0896898ce17d5319874386693fddd899f3e07a2a457a7af992e07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "570fac8108c0896898ce17d5319874386693fddd899f3e07a2a457a7af992e07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "570fac8108c0896898ce17d5319874386693fddd899f3e07a2a457a7af992e07", kill_on_drop: false }` [INFO] [stdout] 570fac8108c0896898ce17d5319874386693fddd899f3e07a2a457a7af992e07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab3fdde7724298927c0c440f3a4de835344dc2f762c9201ccd8047c64233045d [INFO] running `Command { std: "docker" "start" "-a" "ab3fdde7724298927c0c440f3a4de835344dc2f762c9201ccd8047c64233045d", kill_on_drop: false }` [INFO] [stderr] Compiling rstest-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Config` is never constructed [INFO] [stdout] --> src/bin/fixture.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | struct Config { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Connection` is never constructed [INFO] [stdout] --> src/bin/fixture.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | struct Connection; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DB` is never constructed [INFO] [stdout] --> src/bin/fixture.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | struct DB { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `new` and `connect` are never used [INFO] [stdout] --> src/bin/fixture.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 17 | impl DB { [INFO] [stdout] | ------- associated functions in this implementation [INFO] [stdout] 18 | fn new(config: Config) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | fn connect(_config: Config) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `InputForm` is never constructed [INFO] [stdout] --> src/bin/combination.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | struct InputForm { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `validate` is never used [INFO] [stdout] --> src/bin/combination.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn validate(input: &InputForm) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Year` is never used [INFO] [stdout] --> src/bin/basic.rs:2:6 [INFO] [stdout] | [INFO] [stdout] 2 | enum Year { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `year_kind` is never used [INFO] [stdout] --> src/bin/basic.rs:9:4 [INFO] [stdout] | [INFO] [stdout] 9 | fn year_kind(year: u32) -> Year { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `Command { std: "docker" "inspect" "ab3fdde7724298927c0c440f3a4de835344dc2f762c9201ccd8047c64233045d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab3fdde7724298927c0c440f3a4de835344dc2f762c9201ccd8047c64233045d", kill_on_drop: false }` [INFO] [stdout] ab3fdde7724298927c0c440f3a4de835344dc2f762c9201ccd8047c64233045d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e85fbf7c47af1cad3d9593defd0dbd4dc64b803f4e50452eab1df5b57a8de3d [INFO] running `Command { std: "docker" "start" "-a" "5e85fbf7c47af1cad3d9593defd0dbd4dc64b803f4e50452eab1df5b57a8de3d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling semver v1.0.21 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling relative-path v1.9.2 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling rstest_macros v0.18.2 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling rstest v0.18.2 [INFO] [stderr] Compiling rstest-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Config` [INFO] [stdout] --> src/bin/fixture.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | use crate::{Config, DB}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `db` [INFO] [stdout] --> src/bin/fixture.rs:57:32 [INFO] [stdout] | [INFO] [stdout] 57 | fn should_connect_database(db: DB) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `host`, `port`, `database`, `username`, and `password` are never read [INFO] [stdout] --> src/bin/fixture.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | struct Config { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 4 | host: Ipv6Addr, [INFO] [stdout] | ^^^^ [INFO] [stdout] 5 | port: u16, [INFO] [stdout] | ^^^^ [INFO] [stdout] 6 | database: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 7 | username: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 8 | password: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `conn` is never read [INFO] [stdout] --> src/bin/fixture.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct DB { [INFO] [stdout] | -- field in this struct [INFO] [stdout] 14 | conn: Connection, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `body` is never read [INFO] [stdout] --> src/bin/async.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 9 | struct Article { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 12 | body: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 31.03s [INFO] running `Command { std: "docker" "inspect" "5e85fbf7c47af1cad3d9593defd0dbd4dc64b803f4e50452eab1df5b57a8de3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e85fbf7c47af1cad3d9593defd0dbd4dc64b803f4e50452eab1df5b57a8de3d", kill_on_drop: false }` [INFO] [stdout] 5e85fbf7c47af1cad3d9593defd0dbd4dc64b803f4e50452eab1df5b57a8de3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6fb78e7f1e603468beea5cc76c33f2680a9c8f8efe9ceec4f2e040a31272be7f [INFO] running `Command { std: "docker" "start" "-a" "6fb78e7f1e603468beea5cc76c33f2680a9c8f8efe9ceec4f2e040a31272be7f", kill_on_drop: false }` [INFO] [stderr] warning: field `body` is never read [INFO] [stderr] --> src/bin/async.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 9 | struct Article { [INFO] [stderr] | ------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 12 | body: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Config` [INFO] [stderr] --> src/bin/fixture.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | use crate::{Config, DB}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `db` [INFO] [stderr] --> src/bin/fixture.rs:57:32 [INFO] [stderr] | [INFO] [stderr] 57 | fn should_connect_database(db: DB) { [INFO] [stderr] | ^^ help: if this is intentional, prefix it with an underscore: `_db` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `host`, `port`, `database`, `username`, and `password` are never read [INFO] [stderr] --> src/bin/fixture.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 3 | struct Config { [INFO] [stderr] | ------ fields in this struct [INFO] [stderr] 4 | host: Ipv6Addr, [INFO] [stderr] | ^^^^ [INFO] [stderr] 5 | port: u16, [INFO] [stderr] | ^^^^ [INFO] [stderr] 6 | database: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 7 | username: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] 8 | password: String, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `conn` is never read [INFO] [stderr] --> src/bin/fixture.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 13 | struct DB { [INFO] [stderr] | -- field in this struct [INFO] [stderr] 14 | conn: Connection, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rstest-example` (bin "async" test) generated 1 warning [INFO] [stderr] warning: `rstest-example` (bin "fixture" test) generated 4 warnings (run `cargo fix --bin "fixture" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/bin/async.rs (/opt/rustwide/target/debug/deps/async-16d61acbefc03c3d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_get_articles ... 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] Running unittests src/bin/basic.rs (/opt/rustwide/target/debug/deps/basic-0ccaa22215a1a9a8) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stderr] Running unittests src/bin/combination.rs (/opt/rustwide/target/debug/deps/combination-7ad6f2e5200010b4) [INFO] [stdout] test tests::test_year_kind::case_1 ... ignored [INFO] [stdout] test tests::test_year_kind::case_2 ... ignored [INFO] [stdout] test tests::test_year_kind::case_3 ... ignored [INFO] [stdout] test tests::test_year_kind::case_4 ... ignored [INFO] [stdout] test tests::test_year_kind_normaly ... ignored [INFO] [stdout] test tests::test_year_kind_named::case_1_divided_by_100_and_400 ... ok [INFO] [stdout] test tests::test_year_kind_named::case_3_not_divided_by_4 ... ok [INFO] [stdout] test tests::test_year_kind_named::case_2_simply_divided_by_4 ... ok [INFO] [stdout] test tests::test_year_kind_named::case_4_not_divided_by_400_and_divided_by_100 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::should_accepct_all_corner_cases::name_1___customer__::inquiry_2___Hey_what__sgoingonmyluggage___ ... ok [INFO] [stdout] test tests::should_accepct_all_corner_cases::name_2___complainer__::inquiry_1___I__mafraidbutcouldyouexplainwhymyluggagedidn__tgetdeliveredons ... ok [INFO] [stdout] test tests::should_accepct_all_corner_cases::name_1___customer__::inquiry_1___I__mafraidbutcouldyouexplainwhymyluggagedidn__tgetdeliveredons ... ok [INFO] [stdout] test tests::should_accepct_all_corner_cases::name_2___complainer__::inquiry_2___Hey_what__sgoingonmyluggage___ ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/fixture.rs (/opt/rustwide/target/debug/deps/fixture-bef800e4d8bb0a24) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::should_connect_database ... 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] Running unittests src/bin/parse_json.rs (/opt/rustwide/target/debug/deps/parse_json-d3452e91849a7a15) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::should_read_file::path_2_files_2_json ... ok [INFO] [stdout] test tests::should_read_file::path_1_files_1_json ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6fb78e7f1e603468beea5cc76c33f2680a9c8f8efe9ceec4f2e040a31272be7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fb78e7f1e603468beea5cc76c33f2680a9c8f8efe9ceec4f2e040a31272be7f", kill_on_drop: false }` [INFO] [stdout] 6fb78e7f1e603468beea5cc76c33f2680a9c8f8efe9ceec4f2e040a31272be7f