[INFO] cloning repository https://github.com/dbidwell94/rust_p2p [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dbidwell94/rust_p2p" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbidwell94%2Frust_p2p", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbidwell94%2Frust_p2p'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a4c75895f48b138c85cfa7d590d847ced5505b8f [INFO] testing dbidwell94/rust_p2p against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdbidwell94%2Frust_p2p" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dbidwell94/rust_p2p on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dbidwell94/rust_p2p [INFO] finished tweaking git repo https://github.com/dbidwell94/rust_p2p [INFO] tweaked toml for git repo https://github.com/dbidwell94/rust_p2p written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dbidwell94/rust_p2p already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded openssl v0.10.67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08b00923a604b0af658ab96e18d2bb90e5daf2c2a0c25327f51425d3e5329336 [INFO] running `Command { std: "docker" "start" "-a" "08b00923a604b0af658ab96e18d2bb90e5daf2c2a0c25327f51425d3e5329336", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08b00923a604b0af658ab96e18d2bb90e5daf2c2a0c25327f51425d3e5329336", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08b00923a604b0af658ab96e18d2bb90e5daf2c2a0c25327f51425d3e5329336", kill_on_drop: false }` [INFO] [stdout] 08b00923a604b0af658ab96e18d2bb90e5daf2c2a0c25327f51425d3e5329336 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97a6d5ccecb34feb78db7e132ad31286dd112d31bb03fb2b46092123325587ba [INFO] running `Command { std: "docker" "start" "-a" "97a6d5ccecb34feb78db7e132ad31286dd112d31bb03fb2b46092123325587ba", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling cc v1.1.30 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling portable-atomic v1.9.0 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling rustls-pki-types v1.10.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling ff v0.13.0 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling opaque-debug v0.3.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling oid-registry v0.7.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling openssl v0.10.67 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling substring v1.4.5 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling rustix v0.38.37 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Compiling rustls v0.23.14 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling waitgroup v0.1.2 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling devise_core v0.4.2 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling uuid v1.10.0 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling hyper v0.14.31 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling asn1-rs-derive v0.5.1 [INFO] [stderr] Compiling asn1-rs-impl v0.2.0 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling asn1-rs-impl v0.1.0 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling asn1-rs-derive v0.4.0 [INFO] [stderr] Compiling der v0.7.9 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling devise_codegen v0.4.2 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling inout v0.1.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling asn1-rs v0.6.2 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling asn1-rs v0.5.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling ccm v0.5.0 [INFO] [stderr] Compiling devise v0.4.2 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling rocket_http v0.5.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling der-parser v9.0.0 [INFO] [stderr] Compiling tempfile v3.13.0 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling x25519-dalek v2.0.1 [INFO] [stderr] Compiling sdp v0.6.2 [INFO] [stderr] Compiling x509-parser v0.16.0 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling primeorder v0.13.6 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling der-parser v8.2.0 [INFO] [stderr] Compiling p256 v0.13.2 [INFO] [stderr] Compiling p384 v0.13.0 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling rocket_codegen v0.5.1 [INFO] [stderr] Compiling rcgen v0.13.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling webrtc-util v0.9.0 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling rtcp v0.11.0 [INFO] [stderr] Compiling stun v0.6.0 [INFO] [stderr] Compiling webrtc-mdns v0.7.0 [INFO] [stderr] Compiling webrtc-sctp v0.10.0 [INFO] [stderr] Compiling turn v0.8.0 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling rtp v0.11.0 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling ubyte v0.10.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling webrtc-srtp v0.13.0 [INFO] [stderr] Compiling webrtc-media v0.8.0 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling webrtc-dtls v0.10.0 [INFO] [stderr] Compiling interceptor v0.12.0 [INFO] [stderr] Compiling webrtc-data v0.9.0 [INFO] [stderr] Compiling webrtc-ice v0.11.0 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling hyper v1.5.0 [INFO] [stderr] Compiling webrtc v0.11.0 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.8 [INFO] [stderr] Compiling signal_server v0.1.0 (/opt/rustwide/workdir/signal_server) [INFO] [stderr] Compiling rust_p2p v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fmt::Debug` [INFO] [stdout] --> src/p2p_client.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, fmt::Debug}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::task` [INFO] [stdout] --> src/p2p_connection.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::task; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::mpsc::error::TryRecvError` [INFO] [stdout] --> src/p2p_connection.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::mpsc::error::TryRecvError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `api`, `connections`, and `ice_servers` are never read [INFO] [stdout] --> src/p2p_client.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct P2PClient<'a> { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 26 | pub(crate) id: Box, [INFO] [stdout] | ^^ [INFO] [stdout] 27 | pub(crate) api: API, [INFO] [stdout] | ^^^ [INFO] [stdout] 28 | connections: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 29 | pub(crate) ice_servers: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `remote_id`, `message_reciever`, `ice_candidates`, and `connected` are never read [INFO] [stdout] --> src/p2p_connection.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct P2PConnection<'a> { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 21 | remote_id: Option>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 22 | message_reciever: Receiver, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | ice_candidates: Arc>>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 24 | connected: Arc, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/p2p_connection.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> P2PConnection<'a> { [INFO] [stdout] | -------------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub async fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub(crate) async fn get_offer(&self) -> AResult { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | pub(crate) async fn set_answer(&self, offer: RTCSessionDescription) -> AResult<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | pub(crate) async fn get_answer( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 162 | pub(crate) async fn set_candidates( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | pub(crate) fn get_pending_candidates(&self) -> AResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | pub(crate) fn get_is_connected_to_peer(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `Command { std: "docker" "inspect" "97a6d5ccecb34feb78db7e132ad31286dd112d31bb03fb2b46092123325587ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97a6d5ccecb34feb78db7e132ad31286dd112d31bb03fb2b46092123325587ba", kill_on_drop: false }` [INFO] [stdout] 97a6d5ccecb34feb78db7e132ad31286dd112d31bb03fb2b46092123325587ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2205bbb586d8da8cc9dea31b49658ea004f5f038fc60022a0def6e35c339ff48 [INFO] running `Command { std: "docker" "start" "-a" "2205bbb586d8da8cc9dea31b49658ea004f5f038fc60022a0def6e35c339ff48", kill_on_drop: false }` [INFO] [stderr] Compiling rust_p2p v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fmt::Debug` [INFO] [stdout] --> src/p2p_client.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, fmt::Debug}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::task` [INFO] [stdout] --> src/p2p_connection.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::task; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::mpsc::error::TryRecvError` [INFO] [stdout] --> src/p2p_connection.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::mpsc::error::TryRecvError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `api`, `connections`, and `ice_servers` are never read [INFO] [stdout] --> src/p2p_client.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct P2PClient<'a> { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 26 | pub(crate) id: Box, [INFO] [stdout] | ^^ [INFO] [stdout] 27 | pub(crate) api: API, [INFO] [stdout] | ^^^ [INFO] [stdout] 28 | connections: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 29 | pub(crate) ice_servers: Vec, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `remote_id`, `message_reciever`, `ice_candidates`, and `connected` are never read [INFO] [stdout] --> src/p2p_connection.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct P2PConnection<'a> { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 21 | remote_id: Option>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 22 | message_reciever: Receiver, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 23 | ice_candidates: Arc>>, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 24 | connected: Arc, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/p2p_connection.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 33 | impl<'a> P2PConnection<'a> { [INFO] [stdout] | -------------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 42 | pub async fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 124 | pub(crate) async fn get_offer(&self) -> AResult { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | pub(crate) async fn set_answer(&self, offer: RTCSessionDescription) -> AResult<()> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | pub(crate) async fn get_answer( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 162 | pub(crate) async fn set_candidates( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | pub(crate) fn get_pending_candidates(&self) -> AResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | pub(crate) fn get_is_connected_to_peer(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fmt::Debug` [INFO] [stdout] --> src/p2p_client.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, fmt::Debug}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core::task` [INFO] [stdout] --> src/p2p_connection.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core::task; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::mpsc::error::TryRecvError` [INFO] [stdout] --> src/p2p_connection.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::mpsc::error::TryRecvError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `connections` is never read [INFO] [stdout] --> src/p2p_client.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 25 | pub struct P2PClient<'a> { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 28 | connections: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `remote_id` and `message_reciever` are never read [INFO] [stdout] --> src/p2p_connection.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct P2PConnection<'a> { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 21 | remote_id: Option>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 22 | message_reciever: Receiver, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.70s [INFO] running `Command { std: "docker" "inspect" "2205bbb586d8da8cc9dea31b49658ea004f5f038fc60022a0def6e35c339ff48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2205bbb586d8da8cc9dea31b49658ea004f5f038fc60022a0def6e35c339ff48", kill_on_drop: false }` [INFO] [stdout] 2205bbb586d8da8cc9dea31b49658ea004f5f038fc60022a0def6e35c339ff48 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7a643b5466076c8efd9b66b8182d111e79ec1a3e9b41476e151523c671391429 [INFO] running `Command { std: "docker" "start" "-a" "7a643b5466076c8efd9b66b8182d111e79ec1a3e9b41476e151523c671391429", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `fmt::Debug` [INFO] [stderr] --> src/p2p_client.rs:2:33 [INFO] [stderr] | [INFO] [stderr] 2 | use std::{collections::HashMap, fmt::Debug}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `core::task` [INFO] [stderr] --> src/p2p_connection.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use core::task; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `tokio::sync::mpsc::error::TryRecvError` [INFO] [stderr] --> src/p2p_connection.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use tokio::sync::mpsc::error::TryRecvError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: fields `id`, `api`, `connections`, and `ice_servers` are never read [INFO] [stderr] --> src/p2p_client.rs:26:16 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct P2PClient<'a> { [INFO] [stderr] | --------- fields in this struct [INFO] [stderr] 26 | pub(crate) id: Box, [INFO] [stderr] | ^^ [INFO] [stderr] 27 | pub(crate) api: API, [INFO] [stderr] | ^^^ [INFO] [stderr] 28 | connections: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 29 | pub(crate) ice_servers: Vec, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `remote_id`, `message_reciever`, `ice_candidates`, and `connected` are never read [INFO] [stderr] --> src/p2p_connection.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 17 | pub struct P2PConnection<'a> { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 21 | remote_id: Option>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 22 | message_reciever: Receiver, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 23 | ice_candidates: Arc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] 24 | connected: Arc, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: multiple associated items are never used [INFO] [stderr] --> src/p2p_connection.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 33 | impl<'a> P2PConnection<'a> { [INFO] [stderr] | -------------------------- associated items in this implementation [INFO] [stderr] ... [INFO] [stderr] 42 | pub async fn new( [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 124 | pub(crate) async fn get_offer(&self) -> AResult { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 137 | pub(crate) async fn set_answer(&self, offer: RTCSessionDescription) -> AResult<()> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 143 | pub(crate) async fn get_answer( [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 162 | pub(crate) async fn set_candidates( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 174 | pub(crate) fn get_pending_candidates(&self) -> AResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 182 | pub(crate) fn get_is_connected_to_peer(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `connections` is never read [INFO] [stderr] --> src/p2p_client.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct P2PClient<'a> { [INFO] [stderr] | --------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 28 | connections: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: fields `remote_id` and `message_reciever` are never read [INFO] [stderr] --> src/p2p_connection.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 17 | pub struct P2PConnection<'a> { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 21 | remote_id: Option>, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 22 | message_reciever: Receiver, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rust_p2p` (lib) generated 6 warnings (run `cargo fix --lib -p rust_p2p` to apply 3 suggestions) [INFO] [stderr] warning: `rust_p2p` (lib test) generated 5 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_p2p-a58e4f41387b5f7e) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test p2p_client::tests::test_new_connections ... ok [INFO] [stdout] test p2p_client::tests::test_default ... ok [INFO] [stdout] test p2p_connection::tests::test_new_p2p_connection ... ok [INFO] [stdout] test p2p_connection::tests::test_get_local_description ... ok [INFO] [stdout] test p2p_connection::tests::test_facilitate_p2p_connection ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- p2p_connection::tests::test_facilitate_p2p_connection stdout ---- [INFO] [stdout] Data Channel has been closed [INFO] [stdout] Connection has been closed [INFO] [stdout] Data Channel has been closed [INFO] [stdout] Connection has been closed [INFO] [stdout] Error: Unable to validate condition [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: anyhow::error::::msg [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.89/src/backtrace.rs:27:14 [INFO] [stdout] 1: anyhow::__private::format_err [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.89/src/lib.rs:690:13 [INFO] [stdout] 2: rust_p2p::p2p_connection::tests::wait_for_condition::{{closure}} [INFO] [stdout] at ./src/p2p_connection.rs:220:20 [INFO] [stdout] 3: rust_p2p::p2p_connection::tests::test_facilitate_p2p_connection::{{closure}} [INFO] [stdout] at ./src/p2p_connection.rs:262:14 [INFO] [stdout] 4: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/future/future.rs:124:9 [INFO] [stdout] 5: as core::future::future::Future>::poll [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/future/future.rs:124:9 [INFO] [stdout] 6: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:57 [INFO] [stdout] 7: tokio::runtime::coop::with_budget [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 8: tokio::runtime::coop::budget [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 9: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25 [INFO] [stdout] 10: tokio::runtime::scheduler::current_thread::Context::enter [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19 [INFO] [stdout] 11: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:36 [INFO] [stdout] 12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68 [INFO] [stdout] 13: tokio::runtime::context::scoped::Scoped::set [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 14: tokio::runtime::context::set_scheduler::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:26 [INFO] [stdout] 15: std::thread::local::LocalKey::try_with [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/thread/local.rs:308:12 [INFO] [stdout] 16: std::thread::local::LocalKey::with [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/thread/local.rs:272:9 [INFO] [stdout] 17: tokio::runtime::context::set_scheduler [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:9 [INFO] [stdout] 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27 [INFO] [stdout] 19: tokio::runtime::scheduler::current_thread::CoreGuard::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:19 [INFO] [stdout] 20: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}} [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:28 [INFO] [stdout] 21: tokio::runtime::context::runtime::enter_runtime [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 22: tokio::runtime::scheduler::current_thread::CurrentThread::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9 [INFO] [stdout] 23: tokio::runtime::runtime::Runtime::block_on_inner [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:361:47 [INFO] [stdout] 24: tokio::runtime::runtime::Runtime::block_on [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:335:13 [INFO] [stdout] 25: rust_p2p::p2p_connection::tests::test_facilitate_p2p_connection [INFO] [stdout] at ./src/p2p_connection.rs:308:9 [INFO] [stdout] 26: rust_p2p::p2p_connection::tests::test_facilitate_p2p_connection::{{closure}} [INFO] [stdout] at ./src/p2p_connection.rs:241:50 [INFO] [stdout] 27: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 28: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 29: test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:632:18 [INFO] [stdout] 30: test::run_test_in_process::{{closure}} [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:655:60 [INFO] [stdout] 31: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 32: std::panicking::try::do_call [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:584:40 [INFO] [stdout] 33: std::panicking::try [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:547:19 [INFO] [stdout] 34: std::panic::catch_unwind [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panic.rs:358:14 [INFO] [stdout] 35: test::run_test_in_process [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:655:27 [INFO] [stdout] 36: test::run_test::{{closure}} [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:576:43 [INFO] [stdout] 37: test::run_test::{{closure}} [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/test/src/lib.rs:606:41 [INFO] [stdout] 38: std::sys::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 39: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 40: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 41: std::panicking::try::do_call [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:584:40 [INFO] [stdout] 42: std::panicking::try [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panicking.rs:547:19 [INFO] [stdout] 43: std::panic::catch_unwind [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/panic.rs:358:14 [INFO] [stdout] 44: std::thread::Builder::spawn_unchecked_::{{closure}} [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 45: core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 46: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 47: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 48: std::sys::pal::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/fe9b9751fa54a5871b87cd36a582f9b7b06123fd/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 49: [INFO] [stdout] 50: clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] p2p_connection::tests::test_facilitate_p2p_connection [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.09s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "7a643b5466076c8efd9b66b8182d111e79ec1a3e9b41476e151523c671391429", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a643b5466076c8efd9b66b8182d111e79ec1a3e9b41476e151523c671391429", kill_on_drop: false }` [INFO] [stdout] 7a643b5466076c8efd9b66b8182d111e79ec1a3e9b41476e151523c671391429