[INFO] fetching crate runnel 0.3.17... [INFO] checking runnel-0.3.17 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-2 [INFO] extracting crate runnel 0.3.17 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate runnel 0.3.17 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config [INFO] started tweaking crates.io crate runnel 0.3.17 [INFO] finished tweaking crates.io crate runnel 0.3.17 [INFO] tweaked toml for crates.io crate runnel 0.3.17 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46dbf9a660be25b8294e4d4bb4bf0b422a7e8ae2640bbff772564be6c129fd2a [INFO] running `Command { std: "docker" "start" "-a" "46dbf9a660be25b8294e4d4bb4bf0b422a7e8ae2640bbff772564be6c129fd2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46dbf9a660be25b8294e4d4bb4bf0b422a7e8ae2640bbff772564be6c129fd2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46dbf9a660be25b8294e4d4bb4bf0b422a7e8ae2640bbff772564be6c129fd2a", kill_on_drop: false }` [INFO] [stdout] 46dbf9a660be25b8294e4d4bb4bf0b422a7e8ae2640bbff772564be6c129fd2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94681cd5a79d5e35b734fd6605e67d16382a4a46f866004e0098e0bb7fe30e43 [INFO] running `Command { std: "docker" "start" "-a" "94681cd5a79d5e35b734fd6605e67d16382a4a46f866004e0098e0bb7fe30e43", kill_on_drop: false }` [INFO] [stderr] Compiling runnel v0.3.17 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:46 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:46 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `Command { std: "docker" "inspect" "94681cd5a79d5e35b734fd6605e67d16382a4a46f866004e0098e0bb7fe30e43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94681cd5a79d5e35b734fd6605e67d16382a4a46f866004e0098e0bb7fe30e43", kill_on_drop: false }` [INFO] [stdout] 94681cd5a79d5e35b734fd6605e67d16382a4a46f866004e0098e0bb7fe30e43 [INFO] checking runnel-0.3.17 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-2 [INFO] extracting crate runnel 0.3.17 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate runnel 0.3.17 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config [INFO] started tweaking crates.io crate runnel 0.3.17 [INFO] finished tweaking crates.io crate runnel 0.3.17 [INFO] tweaked toml for crates.io crate runnel 0.3.17 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5df1f15848c0b9880eb52feb8e218303edab512140cc735990d225954958f173 [INFO] running `Command { std: "docker" "start" "-a" "5df1f15848c0b9880eb52feb8e218303edab512140cc735990d225954958f173", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5df1f15848c0b9880eb52feb8e218303edab512140cc735990d225954958f173", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5df1f15848c0b9880eb52feb8e218303edab512140cc735990d225954958f173", kill_on_drop: false }` [INFO] [stdout] 5df1f15848c0b9880eb52feb8e218303edab512140cc735990d225954958f173 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ff72ea8e672e6c1a8b6a52ff4f832781d9c1ccd82c86895c5057d37229ddfaf [INFO] running `Command { std: "docker" "start" "-a" "4ff72ea8e672e6c1a8b6a52ff4f832781d9c1ccd82c86895c5057d37229ddfaf", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling runnel v0.3.17 (/tmp/fixit) [INFO] [stderr] Migrating build.rs from 2021 edition to 2024 [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:46 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:46 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/test_stdio.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/test_stringio.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/test_pipeio.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/test.rs from 2021 edition to 2024 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Compiling runnel v0.3.17 (/tmp/fixit) [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:46 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:46 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/lineio.rs:8:52 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 7 | [INFO] [stdout] 8 | use std::io::{BufRead, BufReader, BufWriter, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/pipeio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stdio.rs:7:30 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 6 | [INFO] [stdout] 7 | use std::io::{BufRead, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BufRead` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `BufRead` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Read` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Read` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Write` is imported redundantly [INFO] [stdout] --> src/medium/stringio.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::*; [INFO] [stdout] | -------- the item `Write` is already imported here [INFO] [stdout] 5 | [INFO] [stdout] 6 | use std::io::{BufRead, BufReader, Read, Write}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "4ff72ea8e672e6c1a8b6a52ff4f832781d9c1ccd82c86895c5057d37229ddfaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ff72ea8e672e6c1a8b6a52ff4f832781d9c1ccd82c86895c5057d37229ddfaf", kill_on_drop: false }` [INFO] [stdout] 4ff72ea8e672e6c1a8b6a52ff4f832781d9c1ccd82c86895c5057d37229ddfaf