[INFO] fetching crate rb 0.3.2... [INFO] building rb-0.3.2 against try#d5c88c22807925c189328ef9d923c5d2b11a95b8+rustflags=-Zprofile-closures for pr-87066-3 [INFO] extracting crate rb 0.3.2 into /workspace/builds/worker-117/source [INFO] validating manifest of crates.io crate rb 0.3.2 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rb 0.3.2 [INFO] finished tweaking crates.io crate rb 0.3.2 [INFO] tweaked toml for crates.io crate rb 0.3.2 written to /workspace/builds/worker-117/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e5b02c9e3723f1a4a51b9ac2e48d81a49aa457b1a1dfc90b04b2d6ed164dc75 [INFO] running `Command { std: "docker" "start" "-a" "5e5b02c9e3723f1a4a51b9ac2e48d81a49aa457b1a1dfc90b04b2d6ed164dc75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e5b02c9e3723f1a4a51b9ac2e48d81a49aa457b1a1dfc90b04b2d6ed164dc75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e5b02c9e3723f1a4a51b9ac2e48d81a49aa457b1a1dfc90b04b2d6ed164dc75", kill_on_drop: false }` [INFO] [stdout] 5e5b02c9e3723f1a4a51b9ac2e48d81a49aa457b1a1dfc90b04b2d6ed164dc75 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2eb493148494bb57af7cf26b8393331057f792b278a5be462caab4168c2d3443 [INFO] running `Command { std: "docker" "start" "-a" "2eb493148494bb57af7cf26b8393331057f792b278a5be462caab4168c2d3443", kill_on_drop: false }` [INFO] [stderr] Compiling rb v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | fn write(&self, &[T]) -> Result; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[T]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | fn write_blocking(&self, &[T]) -> Option; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | fn get(&self, &mut [T]) -> Result; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 91 | fn read(&self, &mut [T]) -> Result; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:98:29 [INFO] [stdout] | [INFO] [stdout] 98 | fn read_blocking(&self, &mut [T]) -> Option; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "2eb493148494bb57af7cf26b8393331057f792b278a5be462caab4168c2d3443", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2eb493148494bb57af7cf26b8393331057f792b278a5be462caab4168c2d3443", kill_on_drop: false }` [INFO] [stdout] 2eb493148494bb57af7cf26b8393331057f792b278a5be462caab4168c2d3443 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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 -Zprofile-closures" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 213a1234b8d5da23c008db88499031f1197a54954257346e5a433461fc4487bf [INFO] running `Command { std: "docker" "start" "-a" "213a1234b8d5da23c008db88499031f1197a54954257346e5a433461fc4487bf", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | fn write(&self, &[T]) -> Result; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[T]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | fn write_blocking(&self, &[T]) -> Option; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | fn get(&self, &mut [T]) -> Result; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 91 | fn read(&self, &mut [T]) -> Result; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:98:29 [INFO] [stdout] | [INFO] [stdout] 98 | fn read_blocking(&self, &mut [T]) -> Option; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: build_script_build, (75b84863966839e5, 8a92c743b00988cf), 0, 0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] SG_CR_Eslkdjf: rand, (d5015a8c02ff7118, e70836707da39dad), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (c33e8228ef4d3b95, 2d6ca4bd92c47071), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (73a6793981df500, 9ea7a0df690467a7), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (d8ff2f552621b1e1, a17a7748711039ba), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (4d455adf532d9672, 8a28634982653bd8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (ed75b5e2f3665aa2, 4385f707973d3e6f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (b6582aa9c9db04c2, 7aa5d671fc00c41d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (6a201950bd958b83, 83144e08ef857ffe), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (f4edb901cfa4bf68, aebc79b4281ce138), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (f4cc936fabde326d, 2e5a3fa686e06f95), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (430a73cb6571950c, 8fca9879845359c1), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (33973f3323b2d6c4, 61730fb1bf00dec8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (244767cfee9aefe0, 1ac66c687f40fdbf), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rand, (893aa53486a55c7, dfa264df2657b3a9), 0, 0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rb v0.3.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | fn write(&self, &[T]) -> Result; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[T]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | fn write_blocking(&self, &[T]) -> Option; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | fn get(&self, &mut [T]) -> Result; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 91 | fn read(&self, &mut [T]) -> Result; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/lib.rs:98:29 [INFO] [stdout] | [INFO] [stdout] 98 | fn read_blocking(&self, &mut [T]) -> Option; [INFO] [stdout] | ^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut [T]` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] SG_CR_Eslkdjf: saw, (af3035577b3d26cb, 462e0ab6b4a6b564), 32, 32 [INFO] [stderr] SG_CR_Eslkdjf: saw, (c3b13d497bf63453, fb51ba4a381313a9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: saw, (4cfed1cf4c3ba5a0, 9e2f2f7052a1eb88), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: threads, (f3ca70f7b8df9a3d, 7e634c75bf314c48), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (37a5d0330565a819, e5dd5f4547e198c8), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: threads, (75774cfb055f7e6d, d594a98f10e6e5fa), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: threads, (2cbbc64a556f5e82, acb4513f685fa7c4), 64, 64 [INFO] [stderr] SG_CR_Eslkdjf: threads, (f292b04624418942, 7172a8c0ec9a67a9), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: threads, (6e61b00053fb4f95, 2a37b1248cefb10b), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: threads, (553dbb33970c71e4, 7008b52925288b60), 64, 64 [INFO] [stderr] SG_CR_Eslkdjf: threads, (8ba4586a095cd6a9, 9e096130cf57cc3f), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: threads, (34455d2ef51c625a, 2f5a10edd09075f3), 432, 432 [INFO] [stderr] SG_CR_Eslkdjf: rb, (8538451c97e3c151, 678cbedfd36592da), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (758cb9f2c9ee57c7, d3f7ac7fb16bf800), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (bf4e53eed5ae4201, 5d03f7ca7d61f515), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (f042db02f1fbdfe1, d62adaa9af68b99d), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (d7c6021993cf23bd, 53d287ff34899f7c), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (24cf96157c52e1a4, 9f761c81906c6296), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (2bd3f5b9b610e74d, 5416038887c9c8ed), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (f5928bd6024a9a8f, 24aa60ad6c68a018), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (872c91e11827ed67, bb3a62bfc5a8bd86), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (2c8524957c5e7587, 7d8875cea45c2a69), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (b4e4554e2fa2971f, de210097ea5342a2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (7a0da0bfd1c0acf3, 9aa3e8eb475be7a2), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (5ff23b149fab3426, 546afbb90d72fa93), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (942ea5d75ed9ff9a, 26f9ac265187209e), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: test, (f1d751a8139e454c, 200d2f222da6a44), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (cf5e68b4d6ffe18f, 2ae5561945245043), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (72654467aa6c203a, e149d46ccf4c1a91), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (8b4f01df13f2755f, 6b82a9244db12816), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (16d089f7df2c1b03, 1fe33edecafdada4), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (b47cc244c0f30551, dbcb53f1387c0bcc), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (1501e6bd73398ab8, a44189d9d18bd4c3), 0, 0 [INFO] [stderr] SG_CR_Eslkdjf: rb, (f379208bb3e9a629, 65763b1819214c62), 0, 0 [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.33s [INFO] running `Command { std: "docker" "inspect" "213a1234b8d5da23c008db88499031f1197a54954257346e5a433461fc4487bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "213a1234b8d5da23c008db88499031f1197a54954257346e5a433461fc4487bf", kill_on_drop: false }` [INFO] [stdout] 213a1234b8d5da23c008db88499031f1197a54954257346e5a433461fc4487bf