[INFO] fetching crate futures-bufio 0.2.0... [INFO] checking futures-bufio-0.2.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate futures-bufio 0.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate futures-bufio 0.2.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate futures-bufio 0.2.0 [INFO] finished tweaking crates.io crate futures-bufio 0.2.0 [INFO] tweaked toml for crates.io crate futures-bufio 0.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cc3cb0a7b409bfe8873261148d0e4258c7afb74830a1ee054ab021834c2e435 [INFO] running `Command { std: "docker" "start" "-a" "7cc3cb0a7b409bfe8873261148d0e4258c7afb74830a1ee054ab021834c2e435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cc3cb0a7b409bfe8873261148d0e4258c7afb74830a1ee054ab021834c2e435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cc3cb0a7b409bfe8873261148d0e4258c7afb74830a1ee054ab021834c2e435", kill_on_drop: false }` [INFO] [stdout] 7cc3cb0a7b409bfe8873261148d0e4258c7afb74830a1ee054ab021834c2e435 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4aadf7b3ed45c968db1e5bc2adfc03ed9b73f092af14f62736a0f0408ecda86b [INFO] running `Command { std: "docker" "start" "-a" "4aadf7b3ed45c968db1e5bc2adfc03ed9b73f092af14f62736a0f0408ecda86b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking futures-bufio v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/read.rs:211:52 [INFO] [stdout] | [INFO] [stdout] 211 | let r = mem::replace(&mut self.inner, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/read.rs:212:52 [INFO] [stdout] | [INFO] [stdout] 212 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/read.rs:213:58 [INFO] [stdout] | [INFO] [stdout] 213 | let mut pool = mem::replace(&mut self.pool, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/write.rs:158:52 [INFO] [stdout] | [INFO] [stdout] 158 | let w = mem::replace(&mut self.inner, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/write.rs:159:52 [INFO] [stdout] | [INFO] [stdout] 159 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/write.rs:160:58 [INFO] [stdout] | [INFO] [stdout] 160 | let mut pool = mem::replace(&mut self.pool, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/read.rs:211:52 [INFO] [stdout] | [INFO] [stdout] 211 | let r = mem::replace(&mut self.inner, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/read.rs:212:52 [INFO] [stdout] | [INFO] [stdout] 212 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/read.rs:213:58 [INFO] [stdout] | [INFO] [stdout] 213 | let mut pool = mem::replace(&mut self.pool, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/write.rs:158:52 [INFO] [stdout] | [INFO] [stdout] 158 | let w = mem::replace(&mut self.inner, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/write.rs:159:52 [INFO] [stdout] | [INFO] [stdout] 159 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/write.rs:160:58 [INFO] [stdout] | [INFO] [stdout] 160 | let mut pool = mem::replace(&mut self.pool, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `rem` is never read [INFO] [stdout] --> src/write.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | rem -= n_write; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(conservative_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `Box<[u8]>` does not permit being left uninitialized [INFO] [stdout] --> src/read.rs:212:47 [INFO] [stdout] | [INFO] [stdout] 212 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] = note: `Box` must be non-null [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `Box<[u8]>` does not permit being left uninitialized [INFO] [stdout] --> src/write.rs:159:47 [INFO] [stdout] | [INFO] [stdout] 159 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `Box` must be non-null [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `rem` is never read [INFO] [stdout] --> src/write.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | rem -= n_write; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | #![feature(conservative_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `Box<[u8]>` does not permit being left uninitialized [INFO] [stdout] --> src/read.rs:212:47 [INFO] [stdout] | [INFO] [stdout] 212 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_value)]` on by default [INFO] [stdout] = note: `Box` must be non-null [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the type `Box<[u8]>` does not permit being left uninitialized [INFO] [stdout] --> src/write.rs:159:47 [INFO] [stdout] | [INFO] [stdout] 159 | let buf = mem::replace(&mut self.buf, mem::uninitialized()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this code causes undefined behavior when executed [INFO] [stdout] | help: use `MaybeUninit` instead, and only call `assume_init` after initialization is done [INFO] [stdout] | [INFO] [stdout] = note: `Box` must be non-null [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.28s [INFO] running `Command { std: "docker" "inspect" "4aadf7b3ed45c968db1e5bc2adfc03ed9b73f092af14f62736a0f0408ecda86b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4aadf7b3ed45c968db1e5bc2adfc03ed9b73f092af14f62736a0f0408ecda86b", kill_on_drop: false }` [INFO] [stdout] 4aadf7b3ed45c968db1e5bc2adfc03ed9b73f092af14f62736a0f0408ecda86b