[INFO] cloning repository https://github.com/jiqiang/rustbyexample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jiqiang/rustbyexample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiqiang%2Frustbyexample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiqiang%2Frustbyexample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98538804fe40f9c9945fd7f8f27ff8f718c2a973 [INFO] building jiqiang/rustbyexample against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiqiang%2Frustbyexample" "/workspace/builds/worker-20/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-20/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jiqiang/rustbyexample on toolchain 615edd3ad1cf6871c977dc900317cb6c2070fd6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jiqiang/rustbyexample [INFO] finished tweaking git repo https://github.com/jiqiang/rustbyexample [INFO] tweaked toml for git repo https://github.com/jiqiang/rustbyexample written to /workspace/builds/worker-20/source/Cargo.toml [INFO] crate git repo https://github.com/jiqiang/rustbyexample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93afae89ab46230b9ce1681b7ea67da4e630f95f2c788d4033d25ef135b220e9 [INFO] running `Command { std: "docker" "start" "-a" "93afae89ab46230b9ce1681b7ea67da4e630f95f2c788d4033d25ef135b220e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93afae89ab46230b9ce1681b7ea67da4e630f95f2c788d4033d25ef135b220e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93afae89ab46230b9ce1681b7ea67da4e630f95f2c788d4033d25ef135b220e9", kill_on_drop: false }` [INFO] [stdout] 93afae89ab46230b9ce1681b7ea67da4e630f95f2c788d4033d25ef135b220e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bf3056b87899a10c173e91d7c1af36e4668d3fbaf0596ee566bef7d500016b9f [INFO] running `Command { std: "docker" "start" "-a" "bf3056b87899a10c173e91d7c1af36e4668d3fbaf0596ee566bef7d500016b9f", kill_on_drop: false }` [INFO] [stderr] Compiling rustbyexample v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | type Job = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - type Job = Box; [INFO] [stdout] 113 + type Job = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/match.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | n @ 1...12 => println!("{} is between 1 and 12", n), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/match.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | n @ 13...19 => println!("{} is between 13 and 19", n), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/bin/generic.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | y: U, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Point` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/generic.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[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: `name` [INFO] [stdout] --> src/bin/structures.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | name: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/structures.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: `age` [INFO] [stdout] --> src/bin/structures.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | age: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/structures.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.04s [INFO] running `Command { std: "docker" "inspect" "bf3056b87899a10c173e91d7c1af36e4668d3fbaf0596ee566bef7d500016b9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf3056b87899a10c173e91d7c1af36e4668d3fbaf0596ee566bef7d500016b9f", kill_on_drop: false }` [INFO] [stdout] bf3056b87899a10c173e91d7c1af36e4668d3fbaf0596ee566bef7d500016b9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5404776d638819a5ffb83ef8f07ffacb83ed487b23548736637b85f9a1369735 [INFO] running `Command { std: "docker" "start" "-a" "5404776d638819a5ffb83ef8f07ffacb83ed487b23548736637b85f9a1369735", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | type Job = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - type Job = Box; [INFO] [stdout] 113 + type Job = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustbyexample v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `y` [INFO] [stdout] --> src/bin/generic.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | y: U, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Point` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/generic.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/match.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | n @ 1...12 => println!("{} is between 1 and 12", n), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/match.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | n @ 13...19 => println!("{} is between 13 and 19", n), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/bin/structures.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | name: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/structures.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: `age` [INFO] [stdout] --> src/bin/structures.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | age: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/structures.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/match.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | n @ 1...12 => println!("{} is between 1 and 12", n), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/match.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | n @ 13...19 => println!("{} is between 13 and 19", n), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:113:16 [INFO] [stdout] | [INFO] [stdout] 113 | type Job = Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - type Job = Box; [INFO] [stdout] 113 + type Job = Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/bin/structures.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | name: &'a str, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/structures.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: `y` [INFO] [stdout] --> src/bin/generic.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | y: U, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Point` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/generic.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | #[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: `age` [INFO] [stdout] --> src/bin/structures.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | age: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Person` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/structures.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustbyexample-0859e16086e96247) [INFO] [stderr] Executable unittests src/bin/arrays_and_slices.rs (/opt/rustwide/target/debug/deps/arrays_and_slices-050c6fd88f3ffff9) [INFO] [stderr] Executable unittests src/bin/binary_search.rs (/opt/rustwide/target/debug/deps/binary_search-2e9476f2c5845d8e) [INFO] [stderr] Executable unittests src/bin/blog.rs (/opt/rustwide/target/debug/deps/blog-b82ac2a01eaf35c5) [INFO] [stderr] Executable unittests src/bin/boxes.rs (/opt/rustwide/target/debug/deps/boxes-07952788afeccdfd) [INFO] [stderr] Executable unittests src/bin/closures.rs (/opt/rustwide/target/debug/deps/closures-f5034c8849ab6d51) [INFO] [stderr] Executable unittests src/bin/closures_input_functions.rs (/opt/rustwide/target/debug/deps/closures_input_functions-bc832d49cf4b3fa8) [INFO] [stderr] Executable unittests src/bin/closures_iterator_any.rs (/opt/rustwide/target/debug/deps/closures_iterator_any-e4d2da2f1692d39a) [INFO] [stderr] Executable unittests src/bin/closures_type_anonymity.rs (/opt/rustwide/target/debug/deps/closures_type_anonymity-649479fd83c23dd0) [INFO] [stderr] Executable unittests src/bin/collections.rs (/opt/rustwide/target/debug/deps/collections-f28642d3233d7c6e) [INFO] [stderr] Executable unittests src/bin/constants.rs (/opt/rustwide/target/debug/deps/constants-ebf34ac063a88a44) [INFO] [stderr] Executable unittests src/bin/custom_types.rs (/opt/rustwide/target/debug/deps/custom_types-916091f162ad501c) [INFO] [stderr] Executable unittests src/bin/declare_first.rs (/opt/rustwide/target/debug/deps/declare_first-9e45750b95d5f76d) [INFO] [stderr] Executable unittests src/bin/enum.rs (/opt/rustwide/target/debug/deps/enum-8eb3ae1d287c6195) [INFO] [stderr] Executable unittests src/bin/enum_c_like.rs (/opt/rustwide/target/debug/deps/enum_c_like-574738803d5be278) [INFO] [stderr] Executable unittests src/bin/enum_linked_list.rs (/opt/rustwide/target/debug/deps/enum_linked_list-50d0275e8d38675c) [INFO] [stderr] Executable unittests src/bin/enum_use.rs (/opt/rustwide/target/debug/deps/enum_use-7f088aa118667aa9) [INFO] [stderr] Executable unittests src/bin/fearless_concurrency.rs (/opt/rustwide/target/debug/deps/fearless_concurrency-ec14e16888c225ee) [INFO] [stderr] Executable unittests src/bin/formatted_print.rs (/opt/rustwide/target/debug/deps/formatted_print-e084c5f24fb77486) [INFO] [stderr] Executable unittests src/bin/generic.rs (/opt/rustwide/target/debug/deps/generic-8799f8b33b283c90) [INFO] [stderr] Executable unittests src/bin/gui.rs (/opt/rustwide/target/debug/deps/gui-9f589b3b3d146497) [INFO] [stderr] Executable unittests src/bin/iteration.rs (/opt/rustwide/target/debug/deps/iteration-48f6f30d391b4f88) [INFO] [stderr] Executable unittests src/bin/lifetime.rs (/opt/rustwide/target/debug/deps/lifetime-7dc4aeca331c22c8) [INFO] [stderr] Executable unittests src/bin/match.rs (/opt/rustwide/target/debug/deps/match-13ba3d0f4a46d07e) [INFO] [stderr] Executable unittests src/bin/minigrep.rs (/opt/rustwide/target/debug/deps/minigrep-b034c67bf2296a8a) [INFO] [stderr] Executable unittests src/bin/mutability.rs (/opt/rustwide/target/debug/deps/mutability-4d5d50239991888f) [INFO] [stderr] Executable unittests src/bin/primitives.rs (/opt/rustwide/target/debug/deps/primitives-c1df7d4a504ed1f4) [INFO] [stderr] Executable unittests src/bin/reference.rs (/opt/rustwide/target/debug/deps/reference-23bbf434dec53100) [INFO] [stderr] Executable unittests src/bin/reference_counting.rs (/opt/rustwide/target/debug/deps/reference_counting-5f8c880dd8361bac) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rustbyexample-0fca8da33febda81) [INFO] [stderr] Executable unittests src/bin/scope_and_shadowing.rs (/opt/rustwide/target/debug/deps/scope_and_shadowing-446090f9615fa1bd) [INFO] [stderr] Executable unittests src/bin/structures.rs (/opt/rustwide/target/debug/deps/structures-e2d4e661082dd1df) [INFO] [stderr] Executable unittests src/bin/traits.rs (/opt/rustwide/target/debug/deps/traits-104c50f06a04bef6) [INFO] [stderr] Executable unittests src/bin/type_casting.rs (/opt/rustwide/target/debug/deps/type_casting-6f992ea33d799544) [INFO] [stderr] Executable unittests src/bin/variable_bindings.rs (/opt/rustwide/target/debug/deps/variable_bindings-5614470b0e1f5560) [INFO] [stderr] Executable unittests src/bin/web_server.rs (/opt/rustwide/target/debug/deps/web_server-26c1d21ab89e8ffb) [INFO] [stderr] Executable tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-191c1a7da0e8c790) [INFO] running `Command { std: "docker" "inspect" "5404776d638819a5ffb83ef8f07ffacb83ed487b23548736637b85f9a1369735", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5404776d638819a5ffb83ef8f07ffacb83ed487b23548736637b85f9a1369735", kill_on_drop: false }` [INFO] [stdout] 5404776d638819a5ffb83ef8f07ffacb83ed487b23548736637b85f9a1369735