[INFO] fetching crate tokio-bincode 0.1.0... [INFO] checking tokio-bincode-0.1.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate tokio-bincode 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate tokio-bincode 0.1.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tokio-bincode 0.1.0 [INFO] finished tweaking crates.io crate tokio-bincode 0.1.0 [INFO] tweaked toml for crates.io crate tokio-bincode 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 964775a89e7bbb2aaf20ef5ca6866f4757d0c3790bf286d45ce0d7310029ee50 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "964775a89e7bbb2aaf20ef5ca6866f4757d0c3790bf286d45ce0d7310029ee50"` [INFO] [stderr] Checking tokio-bincode v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: cannot borrow `*buf` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/lib.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 68 | let mut reader = Reader::new(&buf[..]); [INFO] [stderr] | --- immutable borrow occurs here [INFO] [stderr] 69 | let message = self.config.deserialize_from(&mut reader)?; [INFO] [stderr] 70 | buf.split_to(reader.amount()); [INFO] [stderr] | ^^^ ------ immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*buf` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/lib.rs:70:13 [INFO] [stderr] | [INFO] [stderr] 68 | let mut reader = Reader::new(&buf[..]); [INFO] [stderr] | --- immutable borrow occurs here [INFO] [stderr] 69 | let message = self.config.deserialize_from(&mut reader)?; [INFO] [stderr] 70 | buf.split_to(reader.amount()); [INFO] [stderr] | ^^^ ------ immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `"docker" "inspect" "964775a89e7bbb2aaf20ef5ca6866f4757d0c3790bf286d45ce0d7310029ee50"` [INFO] running `"docker" "rm" "-f" "964775a89e7bbb2aaf20ef5ca6866f4757d0c3790bf286d45ce0d7310029ee50"` [INFO] [stdout] 964775a89e7bbb2aaf20ef5ca6866f4757d0c3790bf286d45ce0d7310029ee50