[INFO] fetching crate io-providers 0.2.0-beta.3... [INFO] testing io-providers-0.2.0-beta.3 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate io-providers 0.2.0-beta.3 into /workspace/builds/worker-37/source [INFO] validating manifest of crates.io crate io-providers 0.2.0-beta.3 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate io-providers 0.2.0-beta.3 [INFO] finished tweaking crates.io crate io-providers 0.2.0-beta.3 [INFO] tweaked toml for crates.io crate io-providers 0.2.0-beta.3 written to /workspace/builds/worker-37/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 573056adb7beb30c7c80d92493c9e254f6fcf8c7c6795eea0a58a3c07f12e982 [INFO] running `Command { std: "docker" "start" "-a" "573056adb7beb30c7c80d92493c9e254f6fcf8c7c6795eea0a58a3c07f12e982", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "573056adb7beb30c7c80d92493c9e254f6fcf8c7c6795eea0a58a3c07f12e982", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "573056adb7beb30c7c80d92493c9e254f6fcf8c7c6795eea0a58a3c07f12e982", kill_on_drop: false }` [INFO] [stdout] 573056adb7beb30c7c80d92493c9e254f6fcf8c7c6795eea0a58a3c07f12e982 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 869282c0b0e38c9dd325cad6fb8bcbe3356a1e5497ee7348102426e32fd42807 [INFO] running `Command { std: "docker" "start" "-a" "869282c0b0e38c9dd325cad6fb8bcbe3356a1e5497ee7348102426e32fd42807", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling io-providers v0.2.0-beta.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_streams/native.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | fn input(&mut self) -> &mut io::Read { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_streams/native.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | fn output(&mut self) -> &mut io::Write { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/native.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | fn error(&mut self) -> &mut io::Write { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/simulated.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | fn input(&mut self) -> &mut Read { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [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/std_streams/simulated.rs:97:34 [INFO] [stdout] | [INFO] [stdout] 97 | fn output(&mut self) -> &mut Write { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [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/std_streams/simulated.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | fn error(&mut self) -> &mut Write { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [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/std_streams/mod.rs:44:33 [INFO] [stdout] | [INFO] [stdout] 44 | fn input(&mut self) -> &mut io::Read; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [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/std_streams/mod.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | fn output(&mut self) -> &mut io::Write; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/mod.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | fn error(&mut self) -> &mut io::Write; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.13s [INFO] running `Command { std: "docker" "inspect" "869282c0b0e38c9dd325cad6fb8bcbe3356a1e5497ee7348102426e32fd42807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "869282c0b0e38c9dd325cad6fb8bcbe3356a1e5497ee7348102426e32fd42807", kill_on_drop: false }` [INFO] [stdout] 869282c0b0e38c9dd325cad6fb8bcbe3356a1e5497ee7348102426e32fd42807 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30a451ecddb26b0295bd490a66d258b40518cf84177d514c0b8607d34e6e5937 [INFO] running `Command { std: "docker" "start" "-a" "30a451ecddb26b0295bd490a66d258b40518cf84177d514c0b8607d34e6e5937", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_streams/native.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | fn input(&mut self) -> &mut io::Read { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_streams/native.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | fn output(&mut self) -> &mut io::Write { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/native.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | fn error(&mut self) -> &mut io::Write { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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] [stderr] Compiling io-providers v0.2.0-beta.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_streams/simulated.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | fn input(&mut self) -> &mut Read { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [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/std_streams/simulated.rs:97:34 [INFO] [stdout] | [INFO] [stdout] 97 | fn output(&mut self) -> &mut Write { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [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/std_streams/simulated.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | fn error(&mut self) -> &mut Write { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [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/std_streams/mod.rs:44:33 [INFO] [stdout] | [INFO] [stdout] 44 | fn input(&mut self) -> &mut io::Read; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [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/std_streams/mod.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | fn output(&mut self) -> &mut io::Write; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/mod.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | fn error(&mut self) -> &mut io::Write; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_streams/native.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | fn input(&mut self) -> &mut io::Read { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [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] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/std_streams/native.rs:38:34 [INFO] [stdout] | [INFO] [stdout] 38 | fn output(&mut self) -> &mut io::Write { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/native.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | fn error(&mut self) -> &mut io::Write { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/simulated.rs:93:33 [INFO] [stdout] | [INFO] [stdout] 93 | fn input(&mut self) -> &mut Read { [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Read` [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/std_streams/simulated.rs:97:34 [INFO] [stdout] | [INFO] [stdout] 97 | fn output(&mut self) -> &mut Write { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [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/std_streams/simulated.rs:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | fn error(&mut self) -> &mut Write { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Write` [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/std_streams/mod.rs:44:33 [INFO] [stdout] | [INFO] [stdout] 44 | fn input(&mut self) -> &mut io::Read; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [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/std_streams/mod.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | fn output(&mut self) -> &mut io::Write; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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/std_streams/mod.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | fn error(&mut self) -> &mut io::Write; [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [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: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `Command { std: "docker" "inspect" "30a451ecddb26b0295bd490a66d258b40518cf84177d514c0b8607d34e6e5937", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30a451ecddb26b0295bd490a66d258b40518cf84177d514c0b8607d34e6e5937", kill_on_drop: false }` [INFO] [stdout] 30a451ecddb26b0295bd490a66d258b40518cf84177d514c0b8607d34e6e5937 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-37/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d4622cdf5b72ef5e8e05dcd2281e3bb6aa78eaf5ec743f9f2975d1487a824a9e [INFO] running `Command { std: "docker" "start" "-a" "d4622cdf5b72ef5e8e05dcd2281e3bb6aa78eaf5ec743f9f2975d1487a824a9e", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/native.rs:34:33 [INFO] [stderr] | [INFO] [stderr] 34 | fn input(&mut self) -> &mut io::Read { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/native.rs:38:34 [INFO] [stderr] | [INFO] [stderr] 38 | fn output(&mut self) -> &mut io::Write { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/native.rs:42:33 [INFO] [stderr] | [INFO] [stderr] 42 | fn error(&mut self) -> &mut io::Write { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/simulated.rs:93:33 [INFO] [stderr] | [INFO] [stderr] 93 | fn input(&mut self) -> &mut Read { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/simulated.rs:97:34 [INFO] [stderr] | [INFO] [stderr] 97 | fn output(&mut self) -> &mut Write { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/simulated.rs:101:33 [INFO] [stderr] | [INFO] [stderr] 101 | fn error(&mut self) -> &mut Write { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/mod.rs:44:33 [INFO] [stderr] | [INFO] [stderr] 44 | fn input(&mut self) -> &mut io::Read; [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn io::Read` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/mod.rs:47:34 [INFO] [stderr] | [INFO] [stderr] 47 | fn output(&mut self) -> &mut io::Write; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/std_streams/mod.rs:50:33 [INFO] [stderr] | [INFO] [stderr] 50 | fn error(&mut self) -> &mut io::Write; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn io::Write` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `io-providers` (lib) generated 9 warnings [INFO] [stderr] warning: `io-providers` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/io_providers-b6242eb805dad630) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test env::simulated::tests::args__set_and_get__success ... ok [INFO] [stdout] test env::simulated::tests::args_os__set_and_get__success ... ok [INFO] [stdout] test env::simulated::tests::current_dir__set_and_get__success ... ok [INFO] [stdout] test env::simulated::tests::home_dir__called_before_set__returns_none ... ok [INFO] [stdout] test env::simulated::tests::home_dir__set_and_get__success ... ok [INFO] [stdout] test env::simulated::tests::current_exe__set_and_get__success ... ok [INFO] [stdout] test env::simulated::tests::remove_var__value_previously_defined__value_is_removed ... ok [INFO] [stdout] test env::simulated::tests::temp_dir__set_and_get__success ... ok [INFO] [stdout] test env::simulated::tests::var__get_defined_var__returns_value ... ok [INFO] [stdout] test env::simulated::tests::var__get_undefined_var__returns_not_present ... ok [INFO] [stdout] test env::simulated::tests::var_os__get_defined_var__returns_value ... ok [INFO] [stdout] test env::simulated::tests::var_os__get_undefined_var__returns_none ... ok [INFO] [stdout] test env::simulated::tests::vars_os__multiple_vars_defined__returns_all_vars ... ok [INFO] [stdout] test env::simulated::tests::vars__multiple_vars_defined__returns_all_vars ... ok [INFO] [stdout] test std_streams::simulated::tests::chunk_pipe__no_writes__reads_successfully ... ok [INFO] [stdout] test std_streams::simulated::tests::chunk_pipe__one_write__reads_successfully ... ok [INFO] [stdout] test std_streams::simulated::tests::chunk_pipe__two_writes__reads_successfully ... ok [INFO] [stdout] test std_streams::simulated::tests::provider__two_input_writes__two_reads ... ok [INFO] [stdout] test std_streams::simulated::tests::provider__write_and_read_input__success ... ok [INFO] [stdout] test std_streams::simulated::tests::provider__empty_input__length_zero_read ... ok [INFO] [stdout] test std_streams::simulated::tests::provider__write_read_error__success ... ok [INFO] [stdout] test std_streams::simulated::tests::provider__write_read_output__success ... ok [INFO] [stdout] test fs::temp::tests::change_path__absolute_path_to_file_in_root ... ok [INFO] [stdout] test fs::temp::tests::change_path__absolute_path_to_nested_file ... ok [INFO] [stdout] test fs::temp::tests::change_path__relative_path_to_nested_file ... ok [INFO] [stdout] test fs::temp::tests::change_path__relative_path_to_file_in_current_dir ... ok [INFO] [stdout] test env::simulated::tests::args__called_before_set__panics - should panic ... ok [INFO] [stdout] test env::simulated::tests::current_dir__called_before_set__panics - should panic ... ok [INFO] [stdout] test env::simulated::tests::args_os__called_before_set__panics - should panic ... ok [INFO] [stdout] test env::simulated::tests::current_exe__called_before_set__panics - should panic ... ok [INFO] [stdout] test env::simulated::tests::temp_dir__called_before_set__panics - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/temp_fs.rs (/opt/rustwide/target/debug/deps/temp_fs-b9d30be8d0cc87bc) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test temp_fs__uses_system_temp_dir ... ok [INFO] [stdout] test temp_fs__dropped_from_scope__cleans_up_temp_dir ... ok [INFO] [stdout] test temp_fs__file_created__exists_in_temp_dir ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests io-providers [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/std_streams/simulated.rs - std_streams::simulated::SimulatedStdStreams::read_output (line 61) ... ok [INFO] [stdout] test src/std_streams/simulated.rs - std_streams::simulated::SimulatedStdStreams::read_error (line 78) ... ok [INFO] [stdout] test src/env/mod.rs - env::Env (line 21) ... ok [INFO] [stdout] test src/std_streams/simulated.rs - std_streams::simulated::SimulatedStdStreams::write_input (line 44) ... ok [INFO] [stdout] test src/lib.rs - (line 25) ... ok [INFO] [stdout] test src/std_streams/mod.rs - std_streams (line 5) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d4622cdf5b72ef5e8e05dcd2281e3bb6aa78eaf5ec743f9f2975d1487a824a9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4622cdf5b72ef5e8e05dcd2281e3bb6aa78eaf5ec743f9f2975d1487a824a9e", kill_on_drop: false }` [INFO] [stdout] d4622cdf5b72ef5e8e05dcd2281e3bb6aa78eaf5ec743f9f2975d1487a824a9e