[INFO] crate grin_p2p 2.1.0 is already in cache [INFO] checking grin_p2p-2.1.0 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate grin_p2p 2.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate grin_p2p 2.1.0 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate grin_p2p 2.1.0 [INFO] finished tweaking crates.io crate grin_p2p 2.1.0 [INFO] tweaked toml for crates.io crate grin_p2p 2.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ad300ef3d74ab03c95256c03ec5c10a31a3a7a0f86fa6d89793db285a0055774 [INFO] running `"docker" "start" "-a" "ad300ef3d74ab03c95256c03ec5c10a31a3a7a0f86fa6d89793db285a0055774"` [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking log4rs v0.8.3 [INFO] [stderr] Checking grin_util v2.1.0 [INFO] [stderr] Checking grin_keychain v2.1.0 [INFO] [stderr] Checking grin_core v2.1.0 [INFO] [stderr] Checking grin_store v2.1.0 [INFO] [stderr] Checking grin_chain v2.1.0 [INFO] [stderr] Checking grin_pool v2.1.0 [INFO] [stderr] Checking grin_p2p v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:253:3 [INFO] [stderr] | [INFO] [stderr] 253 | ser_multiwrite!( [INFO] [stderr] | _________^ [INFO] [stderr] 254 | | writer, [INFO] [stderr] 255 | | [write_u8, self.magic[0]], [INFO] [stderr] 256 | | [write_u8, self.magic[1]], [INFO] [stderr] 257 | | [write_u8, self.msg_type as u8], [INFO] [stderr] 258 | | [write_u64, self.msg_len] [INFO] [stderr] 259 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:272:22 [INFO] [stderr] | [INFO] [stderr] 272 | let (t, msg_len) = ser_multiread!(reader, read_u8, read_u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:336:3 [INFO] [stderr] | [INFO] [stderr] 336 | ser_multiwrite!( [INFO] [stderr] | _________^ [INFO] [stderr] 337 | | writer, [INFO] [stderr] 338 | | [write_u32, self.capabilities.bits()], [INFO] [stderr] 339 | | [write_u64, self.nonce] [INFO] [stderr] 340 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:353:24 [INFO] [stderr] | [INFO] [stderr] 353 | let (capab, nonce) = ser_multiread!(reader, read_u32, read_u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:484:3 [INFO] [stderr] | [INFO] [stderr] 484 | ser_multiwrite!(writer, [write_u32, self.code], [write_bytes, &self.message]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:667:3 [INFO] [stderr] | [INFO] [stderr] 667 | ser_multiwrite!(writer, [write_u64, self.height], [write_u64, self.bytes]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:675:25 [INFO] [stderr] | [INFO] [stderr] 675 | let (height, bytes) = ser_multiread!(reader, read_u64, read_u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/store.rs:64:3 [INFO] [stderr] | [INFO] [stderr] 64 | ser_multiwrite!( [INFO] [stderr] | _________^ [INFO] [stderr] 65 | | writer, [INFO] [stderr] 66 | | [write_u32, self.capabilities.bits()], [INFO] [stderr] 67 | | [write_bytes, &self.user_agent], [INFO] [stderr] ... | [INFO] [stderr] 71 | | [write_i64, self.last_connected] [INFO] [stderr] 72 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/store.rs:82:22 [INFO] [stderr] | [INFO] [stderr] 82 | let (fl, lb, br) = ser_multiread!(reader, read_u8, read_i64, read_i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | ser_multiwrite!( [INFO] [stderr] | _________________^ [INFO] [stderr] 121 | | writer, [INFO] [stderr] 122 | | [write_u8, 0], [INFO] [stderr] 123 | | [write_fixed_bytes, &sav4.ip().octets().to_vec()], [INFO] [stderr] 124 | | [write_u16, sav4.port()] [INFO] [stderr] 125 | | ); [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:253:3 [INFO] [stderr] | [INFO] [stderr] 253 | ser_multiwrite!( [INFO] [stderr] | _________^ [INFO] [stderr] 254 | | writer, [INFO] [stderr] 255 | | [write_u8, self.magic[0]], [INFO] [stderr] 256 | | [write_u8, self.magic[1]], [INFO] [stderr] 257 | | [write_u8, self.msg_type as u8], [INFO] [stderr] 258 | | [write_u64, self.msg_len] [INFO] [stderr] 259 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:272:22 [INFO] [stderr] | [INFO] [stderr] 272 | let (t, msg_len) = ser_multiread!(reader, read_u8, read_u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:336:3 [INFO] [stderr] | [INFO] [stderr] 336 | ser_multiwrite!( [INFO] [stderr] | _________^ [INFO] [stderr] 337 | | writer, [INFO] [stderr] 338 | | [write_u32, self.capabilities.bits()], [INFO] [stderr] 339 | | [write_u64, self.nonce] [INFO] [stderr] 340 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:353:24 [INFO] [stderr] | [INFO] [stderr] 353 | let (capab, nonce) = ser_multiread!(reader, read_u32, read_u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:484:3 [INFO] [stderr] | [INFO] [stderr] 484 | ser_multiwrite!(writer, [write_u32, self.code], [write_bytes, &self.message]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:667:3 [INFO] [stderr] | [INFO] [stderr] 667 | ser_multiwrite!(writer, [write_u64, self.height], [write_u64, self.bytes]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/msg.rs:675:25 [INFO] [stderr] | [INFO] [stderr] 675 | let (height, bytes) = ser_multiread!(reader, read_u64, read_u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/store.rs:64:3 [INFO] [stderr] | [INFO] [stderr] 64 | ser_multiwrite!( [INFO] [stderr] | _________^ [INFO] [stderr] 65 | | writer, [INFO] [stderr] 66 | | [write_u32, self.capabilities.bits()], [INFO] [stderr] 67 | | [write_bytes, &self.user_agent], [INFO] [stderr] ... | [INFO] [stderr] 71 | | [write_i64, self.last_connected] [INFO] [stderr] 72 | | ); [INFO] [stderr] | |__________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/store.rs:82:22 [INFO] [stderr] | [INFO] [stderr] 82 | let (fl, lb, br) = ser_multiread!(reader, read_u8, read_i64, read_i32); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | ser_multiwrite!( [INFO] [stderr] | _________________^ [INFO] [stderr] 121 | | writer, [INFO] [stderr] 122 | | [write_u8, 0], [INFO] [stderr] 123 | | [write_fixed_bytes, &sav4.ip().octets().to_vec()], [INFO] [stderr] 124 | | [write_u16, sav4.port()] [INFO] [stderr] 125 | | ); [INFO] [stderr] | |__________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.42s [INFO] running `"docker" "inspect" "ad300ef3d74ab03c95256c03ec5c10a31a3a7a0f86fa6d89793db285a0055774"` [INFO] running `"docker" "rm" "-f" "ad300ef3d74ab03c95256c03ec5c10a31a3a7a0f86fa6d89793db285a0055774"` [INFO] [stdout] ad300ef3d74ab03c95256c03ec5c10a31a3a7a0f86fa6d89793db285a0055774