[INFO] fetching crate async-utp 0.8.0-alpha1... [INFO] testing async-utp-0.8.0-alpha1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate async-utp 0.8.0-alpha1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate async-utp 0.8.0-alpha1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate async-utp 0.8.0-alpha1 [INFO] finished tweaking crates.io crate async-utp 0.8.0-alpha1 [INFO] tweaked toml for crates.io crate async-utp 0.8.0-alpha1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3489ca27485e21607b4bc0dceaea0189825692e9aa69dc22dc8049e0e6fe82ff [INFO] running `Command { std: "docker" "start" "-a" "3489ca27485e21607b4bc0dceaea0189825692e9aa69dc22dc8049e0e6fe82ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3489ca27485e21607b4bc0dceaea0189825692e9aa69dc22dc8049e0e6fe82ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3489ca27485e21607b4bc0dceaea0189825692e9aa69dc22dc8049e0e6fe82ff", kill_on_drop: false }` [INFO] [stdout] 3489ca27485e21607b4bc0dceaea0189825692e9aa69dc22dc8049e0e6fe82ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b03aafd081ad57f152eea8e80d966e8af158ed17589921efde0164ea1380812d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b03aafd081ad57f152eea8e80d966e8af158ed17589921efde0164ea1380812d", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tracing-core v0.1.22 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling tracing-attributes v0.1.19 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling async-utp v0.8.0-alpha1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1420 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1488 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1498 | if poll_unpin!(socket.socket.send_to(reply.as_ref(), src), cx) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1515 | if poll_unpin!(socket.send_packet(&mut packet), cx).is_pending() { [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1522 | poll_unpin!(socket.socket.send_to(packet.as_ref(), dst), cx) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1596 | while poll_unpin!(self.receiver.recv(), cx).is_ready() {} [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1605 | match poll_unpin!(socket.send_packet(&mut packet), cx) { [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1646 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1696 | poll_unpin!(socket.close(), cx) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1706 | let msg = poll_unpin!(self.receiver.recv(), cx); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1782 | match poll_unpin!(socket.send_packet(&mut reply), cx) { [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1809 | match poll_unpin!(self.handle_timeout(next_timeout), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1855 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/packet.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `bind` [INFO] [stdout] --> src/socket.rs:196:18 [INFO] [stdout] | [INFO] [stdout] 196 | pub async fn bind(addr: A) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peer_addr` [INFO] [stdout] --> src/socket.rs:212:12 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn peer_addr(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `connect` [INFO] [stdout] --> src/socket.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | pub async fn connect(addr: SocketAddr) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `recv_from` [INFO] [stdout] --> src/socket.rs:330:18 [INFO] [stdout] | [INFO] [stdout] 330 | pub async fn recv_from( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `should_read` [INFO] [stdout] --> src/socket.rs:592:19 [INFO] [stdout] | [INFO] [stdout] 592 | pub(crate) fn should_read(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `send_to` [INFO] [stdout] --> src/socket.rs:607:18 [INFO] [stdout] | [INFO] [stdout] 607 | pub async fn send_to(&mut self, buf: &[u8]) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.10s [INFO] running `Command { std: "docker" "inspect" "b03aafd081ad57f152eea8e80d966e8af158ed17589921efde0164ea1380812d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b03aafd081ad57f152eea8e80d966e8af158ed17589921efde0164ea1380812d", kill_on_drop: false }` [INFO] [stdout] b03aafd081ad57f152eea8e80d966e8af158ed17589921efde0164ea1380812d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd2bf5213b80a8f5be1e652b2ab7ff8e05e198f061daf37aee69384fe118ffe3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cd2bf5213b80a8f5be1e652b2ab7ff8e05e198f061daf37aee69384fe118ffe3", kill_on_drop: false }` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1420 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1488 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1498 | if poll_unpin!(socket.socket.send_to(reply.as_ref(), src), cx) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1515 | if poll_unpin!(socket.send_packet(&mut packet), cx).is_pending() { [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1522 | poll_unpin!(socket.socket.send_to(packet.as_ref(), dst), cx) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1596 | while poll_unpin!(self.receiver.recv(), cx).is_ready() {} [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1605 | match poll_unpin!(socket.send_packet(&mut packet), cx) { [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1646 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1696 | poll_unpin!(socket.close(), cx) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1706 | let msg = poll_unpin!(self.receiver.recv(), cx); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1782 | match poll_unpin!(socket.send_packet(&mut reply), cx) { [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1809 | match poll_unpin!(self.handle_timeout(next_timeout), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1855 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/packet.rs:110:12 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `bind` [INFO] [stdout] --> src/socket.rs:196:18 [INFO] [stdout] | [INFO] [stdout] 196 | pub async fn bind(addr: A) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `peer_addr` [INFO] [stdout] --> src/socket.rs:212:12 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn peer_addr(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `connect` [INFO] [stdout] --> src/socket.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | pub async fn connect(addr: SocketAddr) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `recv_from` [INFO] [stdout] --> src/socket.rs:330:18 [INFO] [stdout] | [INFO] [stdout] 330 | pub async fn recv_from( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `should_read` [INFO] [stdout] --> src/socket.rs:592:19 [INFO] [stdout] | [INFO] [stdout] 592 | pub(crate) fn should_read(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `send_to` [INFO] [stdout] --> src/socket.rs:607:18 [INFO] [stdout] | [INFO] [stdout] 607 | pub async fn send_to(&mut self, buf: &[u8]) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.4.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling async-utp v0.8.0-alpha1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1420 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1488 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1498 | if poll_unpin!(socket.socket.send_to(reply.as_ref(), src), cx) [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1515 | if poll_unpin!(socket.send_packet(&mut packet), cx).is_pending() { [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1522 | poll_unpin!(socket.socket.send_to(packet.as_ref(), dst), cx) [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1596 | while poll_unpin!(self.receiver.recv(), cx).is_ready() {} [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1605 | match poll_unpin!(socket.send_packet(&mut packet), cx) { [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1646 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1696 | poll_unpin!(socket.close(), cx) [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1706 | let msg = poll_unpin!(self.receiver.recv(), cx); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1782 | match poll_unpin!(socket.send_packet(&mut reply), cx) { [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1809 | match poll_unpin!(self.handle_timeout(next_timeout), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/socket.rs:1236:9 [INFO] [stdout] | [INFO] [stdout] 1236 | #[allow()] [INFO] [stdout] | ^^^^^^^^^^ help: remove this attribute [INFO] [stdout] ... [INFO] [stdout] 1855 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: attribute `allow` with an empty list has no effect [INFO] [stdout] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `should_read` [INFO] [stdout] --> src/socket.rs:592:19 [INFO] [stdout] | [INFO] [stdout] 592 | pub(crate) fn should_read(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 37.37s [INFO] running `Command { std: "docker" "inspect" "cd2bf5213b80a8f5be1e652b2ab7ff8e05e198f061daf37aee69384fe118ffe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd2bf5213b80a8f5be1e652b2ab7ff8e05e198f061daf37aee69384fe118ffe3", kill_on_drop: false }` [INFO] [stdout] cd2bf5213b80a8f5be1e652b2ab7ff8e05e198f061daf37aee69384fe118ffe3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8f2ed31e56f7ec2b759ed169dde85905ac63638b83f45f4442da464999426ea4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8f2ed31e56f7ec2b759ed169dde85905ac63638b83f45f4442da464999426ea4", 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] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1420 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1488 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1498 | if poll_unpin!(socket.socket.send_to(reply.as_ref(), src), cx) [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1515 | if poll_unpin!(socket.send_packet(&mut packet), cx).is_pending() { [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1522 | poll_unpin!(socket.socket.send_to(packet.as_ref(), dst), cx) [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1596 | while poll_unpin!(self.receiver.recv(), cx).is_ready() {} [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1605 | match poll_unpin!(socket.send_packet(&mut packet), cx) { [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1646 | match poll_unpin!(self.receiver.recv(), cx) { [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1696 | poll_unpin!(socket.close(), cx) [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1706 | let msg = poll_unpin!(self.receiver.recv(), cx); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1782 | match poll_unpin!(socket.send_packet(&mut reply), cx) { [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1809 | match poll_unpin!(self.handle_timeout(next_timeout), cx) { [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/socket.rs:1236:9 [INFO] [stderr] | [INFO] [stderr] 1236 | #[allow()] [INFO] [stderr] | ^^^^^^^^^^ help: remove this attribute [INFO] [stderr] ... [INFO] [stderr] 1855 | match poll_unpin!(socket.socket.recv_from(&mut buf), cx) { [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: attribute `allow` with an empty list has no effect [INFO] [stderr] = note: this warning originates in the macro `poll_unpin` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `len` [INFO] [stderr] --> src/packet.rs:110:12 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn len(&self) -> usize { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `bind` [INFO] [stderr] --> src/socket.rs:196:18 [INFO] [stderr] | [INFO] [stderr] 196 | pub async fn bind(addr: A) -> Result { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `peer_addr` [INFO] [stderr] --> src/socket.rs:212:12 [INFO] [stderr] | [INFO] [stderr] 212 | pub fn peer_addr(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `connect` [INFO] [stderr] --> src/socket.rs:223:18 [INFO] [stderr] | [INFO] [stderr] 223 | pub async fn connect(addr: SocketAddr) -> Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `recv_from` [INFO] [stderr] --> src/socket.rs:330:18 [INFO] [stderr] | [INFO] [stderr] 330 | pub async fn recv_from( [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `should_read` [INFO] [stderr] --> src/socket.rs:592:19 [INFO] [stderr] | [INFO] [stderr] 592 | pub(crate) fn should_read(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `send_to` [INFO] [stderr] --> src/socket.rs:607:18 [INFO] [stderr] | [INFO] [stderr] 607 | pub async fn send_to(&mut self, buf: &[u8]) -> Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `async-utp` (lib) generated 20 warnings [INFO] [stderr] warning: associated function is never used: `should_read` [INFO] [stderr] --> src/socket.rs:592:19 [INFO] [stderr] | [INFO] [stderr] 592 | pub(crate) fn should_read(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `async-utp` (lib test) generated 14 warnings (13 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/utp-550fef6ece16f437) [INFO] [stdout] running 57 tests [INFO] [stdout] test packet::tests::test_decode_empty_packet ... ok [INFO] [stdout] test packet::tests::test_decode_evil_sequence ... ok [INFO] [stdout] test packet::tests::test_packet_decode_with_malformed_extension ... ok [INFO] [stdout] test packet::tests::test_packet_decode ... ok [INFO] [stdout] test packet::tests::test_packet_decode_with_missing_extension ... ok [INFO] [stdout] test packet::tests::test_packet_encode_with_payload ... ok [INFO] [stdout] test bit_iterator::test_iterator ... ok [INFO] [stdout] test packet::tests::test_packet_set_type ... ok [INFO] [stdout] test packet::tests::test_decode_packet_with_unknown_extensions ... ok [INFO] [stdout] test packet::tests::test_reversible ... ok [INFO] [stdout] test packet::tests::test_packet_encode ... ok [INFO] [stdout] test packet::tests::extension_iterator ... ok [INFO] [stdout] test packet::tests::test_decode_packet_with_extension ... ok [INFO] [stdout] test socket::test::stream_closed_write ... ignored [INFO] [stdout] test socket::test::stream_flush_then_send ... ignored [INFO] [stdout] test socket::test::stream_packet_split ... ignored [INFO] [stdout] test socket::test::test_connection_loss_data ... ignored [INFO] [stdout] test socket::test::test_connection_loss_fin ... ignored [INFO] [stdout] test socket::test::test_connection_loss_waiting ... ignored [INFO] [stdout] test packet::tests::test_packet_set_selective_acknowledgment ... ok [INFO] [stdout] test socket::test::test_local_addr ... ok [INFO] [stdout] test socket::test::test_drop_unused_socket ... ok [INFO] [stdout] test socket::test::test_base_delay_calculation ... ok [INFO] [stdout] test socket::test::test_handle_packet ... ok [INFO] [stdout] test socket::test::test_receiving_reset_on_established_connection ... ignored [INFO] [stdout] test socket::test::test_peer_addr ... ok [INFO] [stdout] test socket::test::test_acks_on_socket ... FAILED [INFO] [stdout] test socket::test::test_response_to_keepalive_ack ... ok [INFO] [stdout] test socket::test::test_receiving_syn_on_established_connection ... FAILED [INFO] [stdout] test socket::test::test_response_to_wrong_connection_id ... ok [INFO] [stdout] test socket::test::test_receive_unexpected_reply_type_on_connect ... FAILED [INFO] [stdout] test packet::tests::quicktest ... ok [INFO] [stdout] test socket::test::test_socket_ipv4 ... FAILED [INFO] [stdout] test socket::test::test_socket_ipv6 ... ignored [INFO] [stdout] test socket::test::test_socket_timeout_request ... ignored [INFO] [stdout] test socket::test::test_sorted_buffer_insertion ... ok [INFO] [stdout] test socket::test::stream_connect_disconnect ... ok [INFO] [stdout] test socket::test::test_unordered_packets ... ok [INFO] [stdout] test util::test::test_abs_diff ... ok [INFO] [stdout] test util::test::test_ewma_empty_vector ... ok [INFO] [stdout] test util::test::test_ewma_one_element ... ok [INFO] [stdout] test util::test::test_exponential_smoothed_moving_average ... ok [INFO] [stdout] test socket::test::stream_fast_resend_idle ... ok [INFO] [stdout] test socket::test::stream_fast_resend_active ... ok [INFO] [stdout] test socket::test::stream_clean_close ... ok [INFO] [stdout] test socket::test::stream_connect_timeout ... ok [INFO] [stdout] test socket::test::stream_write_timeout ... ok [INFO] [stdout] test socket::test::stream_read_timeout ... ok [INFO] [stdout] test socket::test::test_correct_packet_loss has been running for over 60 seconds [INFO] [stdout] test socket::test::test_duplicate_packet_handling has been running for over 60 seconds [INFO] [stdout] test socket::test::test_invalid_packet_on_connect has been running for over 60 seconds [INFO] [stdout] test socket::test::test_premature_fin has been running for over 60 seconds [INFO] [stdout] test socket::test::test_recvfrom_on_closed_socket has been running for over 60 seconds [INFO] [stdout] test socket::test::test_response_to_triple_ack has been running for over 60 seconds [INFO] [stdout] test socket::test::test_sendto_on_closed_socket has been running for over 60 seconds [INFO] [stdout] test socket::test::test_sequence_number_rollover has been running for over 60 seconds [INFO] [stdout] test socket::test::test_tolerance_to_small_buffers has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "8f2ed31e56f7ec2b759ed169dde85905ac63638b83f45f4442da464999426ea4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f2ed31e56f7ec2b759ed169dde85905ac63638b83f45f4442da464999426ea4", kill_on_drop: false }` [INFO] [stdout] 8f2ed31e56f7ec2b759ed169dde85905ac63638b83f45f4442da464999426ea4