[INFO] crate boringtun 0.3.0 is already in cache [INFO] testing boringtun-0.3.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate boringtun 0.3.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate boringtun 0.3.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config [INFO] started tweaking crates.io crate boringtun 0.3.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate boringtun 0.3.0 [INFO] tweaked toml for crates.io crate boringtun 0.3.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate boringtun 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 637023f11229c2c35aac07dce1fe4a5dd8fc3dfce1933890573b939b25a66acb [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" "637023f11229c2c35aac07dce1fe4a5dd8fc3dfce1933890573b939b25a66acb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "637023f11229c2c35aac07dce1fe4a5dd8fc3dfce1933890573b939b25a66acb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "637023f11229c2c35aac07dce1fe4a5dd8fc3dfce1933890573b939b25a66acb", kill_on_drop: false }` [INFO] [stdout] 637023f11229c2c35aac07dce1fe4a5dd8fc3dfce1933890573b939b25a66acb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d74aa107fc8f887a86f7dc834ecc8fae0de8f4e53b72b2df3f704f56caadfb24 [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" "d74aa107fc8f887a86f7dc834ecc8fae0de8f4e53b72b2df3f704f56caadfb24", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling ring v0.16.12 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling boringtun v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/noise/handshake.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | std::mem::replace(&mut self.state, state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/noise/handshake.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | std::mem::replace(&mut self.state, state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.39s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d74aa107fc8f887a86f7dc834ecc8fae0de8f4e53b72b2df3f704f56caadfb24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d74aa107fc8f887a86f7dc834ecc8fae0de8f4e53b72b2df3f704f56caadfb24", kill_on_drop: false }` [INFO] [stdout] d74aa107fc8f887a86f7dc834ecc8fae0de8f4e53b72b2df3f704f56caadfb24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b2bd8a438b3b9694a003dc6c9212b63961a0faac272d51fe9c6bcbb5e6ad184 [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" "3b2bd8a438b3b9694a003dc6c9212b63961a0faac272d51fe9c6bcbb5e6ad184", kill_on_drop: false }` [INFO] [stderr] Compiling boringtun v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/noise/handshake.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | std::mem::replace(&mut self.state, state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `aead_init` [INFO] [stdout] --> src/crypto/chacha20poly1305/mod.rs:291:8 [INFO] [stdout] | [INFO] [stdout] 291 | fn aead_init(&self, nonce: &[u8]) -> [u32; 16] { [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: `seal` [INFO] [stdout] --> src/crypto/chacha20poly1305/mod.rs:382:12 [INFO] [stdout] | [INFO] [stdout] 382 | pub fn seal(&self, nonce: &[u8], aad: &[u8], plaintext: &[u8], ciphertext: &mut [u8]) -> usize { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `open` [INFO] [stdout] --> src/crypto/chacha20poly1305/mod.rs:389:12 [INFO] [stdout] | [INFO] [stdout] 389 | pub fn open<'a>( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IncorrectPacketLength` [INFO] [stdout] --> src/noise/errors.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | IncorrectPacketLength, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WrongPacketType` [INFO] [stdout] --> src/noise/errors.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | WrongPacketType, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LockFailed` [INFO] [stdout] --> src/noise/errors.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | LockFailed, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_handshake_anon` [INFO] [stdout] --> src/noise/handshake.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn parse_handshake_anon( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_static_private` [INFO] [stdout] --> src/noise/handshake.rs:246:8 [INFO] [stdout] | [INFO] [stdout] 246 | fn set_static_private( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_static_private` [INFO] [stdout] --> src/noise/handshake.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | pub(crate) fn set_static_private( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `persistent_keepalive` [INFO] [stdout] --> src/noise/timers.rs:328:12 [INFO] [stdout] | [INFO] [stdout] 328 | pub fn persistent_keepalive(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IPV4_DST_IP_OFF` [INFO] [stdout] --> src/noise/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | const IPV4_DST_IP_OFF: usize = 16; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IPV6_DST_IP_OFF` [INFO] [stdout] --> src/noise/mod.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | const IPV6_DST_IP_OFF: usize = 24; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `set_static_private` [INFO] [stdout] --> src/noise/mod.rs:196:12 [INFO] [stdout] | [INFO] [stdout] 196 | pub fn set_static_private( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dst_address` [INFO] [stdout] --> src/noise/mod.rs:453:12 [INFO] [stdout] | [INFO] [stdout] 453 | pub fn dst_address(packet: &[u8]) -> Option { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/noise/handshake.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | std::mem::replace(&mut self.state, state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/noise/handshake.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | std::mem::replace(&mut self.state, state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/noise/handshake.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | std::mem::replace(&mut self.state, state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.26s [INFO] running `Command { std: "docker" "inspect" "3b2bd8a438b3b9694a003dc6c9212b63961a0faac272d51fe9c6bcbb5e6ad184", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b2bd8a438b3b9694a003dc6c9212b63961a0faac272d51fe9c6bcbb5e6ad184", kill_on_drop: false }` [INFO] [stdout] 3b2bd8a438b3b9694a003dc6c9212b63961a0faac272d51fe9c6bcbb5e6ad184 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fb438ed7c945f5fe76ab5a05658b8b44e15837e4d5c653eafb3b453effa759ee [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" "fb438ed7c945f5fe76ab5a05658b8b44e15837e4d5c653eafb3b453effa759ee", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/noise/handshake.rs:439:17 [INFO] [stderr] | [INFO] [stderr] 439 | std::mem::replace(&mut self.state, state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/noise/handshake.rs:439:17 [INFO] [stderr] | [INFO] [stderr] 439 | std::mem::replace(&mut self.state, state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `aead_init` [INFO] [stderr] --> src/crypto/chacha20poly1305/mod.rs:291:8 [INFO] [stderr] | [INFO] [stderr] 291 | fn aead_init(&self, nonce: &[u8]) -> [u32; 16] { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `seal` [INFO] [stderr] --> src/crypto/chacha20poly1305/mod.rs:382:12 [INFO] [stderr] | [INFO] [stderr] 382 | pub fn seal(&self, nonce: &[u8], aad: &[u8], plaintext: &[u8], ciphertext: &mut [u8]) -> usize { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `open` [INFO] [stderr] --> src/crypto/chacha20poly1305/mod.rs:389:12 [INFO] [stderr] | [INFO] [stderr] 389 | pub fn open<'a>( [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `IncorrectPacketLength` [INFO] [stderr] --> src/noise/errors.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | IncorrectPacketLength, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `WrongPacketType` [INFO] [stderr] --> src/noise/errors.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | WrongPacketType, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `LockFailed` [INFO] [stderr] --> src/noise/errors.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | LockFailed, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_handshake_anon` [INFO] [stderr] --> src/noise/handshake.rs:184:8 [INFO] [stderr] | [INFO] [stderr] 184 | pub fn parse_handshake_anon( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_static_private` [INFO] [stderr] --> src/noise/handshake.rs:246:8 [INFO] [stderr] | [INFO] [stderr] 246 | fn set_static_private( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_static_private` [INFO] [stderr] --> src/noise/handshake.rs:330:19 [INFO] [stderr] | [INFO] [stderr] 330 | pub(crate) fn set_static_private( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `persistent_keepalive` [INFO] [stderr] --> src/noise/timers.rs:328:12 [INFO] [stderr] | [INFO] [stderr] 328 | pub fn persistent_keepalive(&self) -> Option { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `IPV4_DST_IP_OFF` [INFO] [stderr] --> src/noise/mod.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | const IPV4_DST_IP_OFF: usize = 16; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `IPV6_DST_IP_OFF` [INFO] [stderr] --> src/noise/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | const IPV6_DST_IP_OFF: usize = 24; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `set_static_private` [INFO] [stderr] --> src/noise/mod.rs:196:12 [INFO] [stderr] | [INFO] [stderr] 196 | pub fn set_static_private( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `dst_address` [INFO] [stderr] --> src/noise/mod.rs:453:12 [INFO] [stderr] | [INFO] [stderr] 453 | pub fn dst_address(packet: &[u8]) -> Option { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/noise/handshake.rs:439:17 [INFO] [stderr] | [INFO] [stderr] 439 | std::mem::replace(&mut self.state, state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 15 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/noise/handshake.rs:439:17 [INFO] [stderr] | [INFO] [stderr] 439 | std::mem::replace(&mut self.state, state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/boringtun-8ce886d4e7106a42 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test noise::tests::tests::wireguard_interop ... ignored [INFO] [stdout] test noise::tests::tests::wireguard_receiver ... ignored [INFO] [stdout] test crypto::blake2s::tests::tests::blake2s_test_vectors ... ok [INFO] [stdout] test noise::session::tests::test_replay_counter ... ok [INFO] [stdout] test crypto::x25519::tests::tests::x25519_test_vectors ... ok [INFO] [stdout] test crypto::x25519::tests::tests::x25519_arith_test_vectors ... ok [INFO] [stdout] test crypto::chacha20poly1305::tests::tests::xchacha20_poly1305_test_vector ... ok [INFO] [stderr] client: [Debug] Sending handshake_initiation [INFO] [stderr] server: [Debug] Received handshake_initiation [INFO] [stderr] server: [Debug] Sending handshake_response [INFO] [stderr] client: [Debug] Received handshake_response [INFO] [stderr] client: [Debug] Sending keepalive [INFO] [stdout] test noise::tests::tests::wireguard_handshake ... ok [INFO] [stdout] test crypto::blake2s::tests::tests::blake2s_kat ... ok [INFO] [stdout] test crypto::chacha20poly1305::tests::tests::chacha20_poly1305_test_vectors ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/boringtun-52a4fc3ff404ebf3 [INFO] [stdout] test crypto::chacha20poly1305::tests::tests::chacha20_poly1305_self_validation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test crypto::blake2s::tests::tests::blake2s_test_vectors ... ok [INFO] [stdout] test crypto::x25519::tests::tests::x25519_arith_test_vectors ... ok [INFO] [stdout] test device::allowed_ips::tests::test_allowed_ips_remove ... ok [INFO] [stdout] test device::allowed_ips::tests::test_allowed_ips_insert_find ... ok [INFO] [stdout] test crypto::chacha20poly1305::tests::tests::xchacha20_poly1305_test_vector ... ok [INFO] [stdout] test device::allowed_ips::tests::test_allowed_ips_iter ... ok [INFO] [stdout] test crypto::x25519::tests::tests::x25519_test_vectors ... ok [INFO] [stdout] test noise::tests::tests::wireguard_interop ... ignored [INFO] [stdout] test noise::tests::tests::wireguard_receiver ... ignored [INFO] [stdout] test crypto::blake2s::tests::tests::blake2s_kat ... ok [INFO] [stdout] test device::allowed_ips::tests::test_allowed_ips_v4_kernel_compatibility ... ok [INFO] [stdout] test device::allowed_ips::tests::test_allowed_ips_v6_kernel_compatibility ... ok [INFO] [stdout] test noise::session::tests::test_replay_counter ... ok [INFO] [stderr] client: [Debug] Sending handshake_initiation [INFO] [stderr] server: [Debug] Received handshake_initiation [INFO] [stderr] server: [Debug] Sending handshake_response [INFO] [stderr] client: [Debug] Received handshake_response [INFO] [stderr] client: [Debug] Sending keepalive [INFO] [stdout] test noise::tests::tests::wireguard_handshake ... ok [INFO] [stdout] test device::integration_tests::tests::test_wg_start_ipv4 ... FAILED [INFO] [stdout] test device::integration_tests::tests::test_wg_concurrent ... FAILED [INFO] [stdout] test device::integration_tests::tests::test_wireguard_get ... FAILED [INFO] [stdout] test device::integration_tests::tests::test_wg_start_ipv4_non_connected ... FAILED [INFO] [stdout] test device::integration_tests::tests::test_wg_concurrent_v6 ... FAILED [INFO] [stdout] test device::integration_tests::tests::test_wireguard_set ... FAILED [INFO] [stdout] test device::integration_tests::tests::test_wg_start_ipv6_endpoint ... FAILED [INFO] [stdout] test device::integration_tests::tests::test_wg_start_ipv6 ... FAILED [INFO] [stdout] test crypto::chacha20poly1305::tests::tests::chacha20_poly1305_test_vectors ... ok [INFO] [stderr] error: test failed, to rerun pass '--bin boringtun' [INFO] [stdout] test crypto::chacha20poly1305::tests::tests::chacha20_poly1305_self_validation ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wg_start_ipv4 stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wg_start_ipv4' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc3150b - boringtun::device::integration_tests::tests::WGHandle::init::hf7c57a8d93bc9409 [INFO] [stdout] at src/device/integration_tests/mod.rs:249 [INFO] [stdout] 18: 0x55d46bc359fe - boringtun::device::integration_tests::tests::test_wg_start_ipv4::h2849acf8b0e9f9e0 [INFO] [stdout] at src/device/integration_tests/mod.rs:577 [INFO] [stdout] 19: 0x55d46bc358fa - boringtun::device::integration_tests::tests::test_wg_start_ipv4::{{closure}}::h74e9299eb8b231b4 [INFO] [stdout] at src/device/integration_tests/mod.rs:570 [INFO] [stdout] 20: 0x55d46bb621be - core::ops::function::FnOnce::call_once::h135448ecacac7642 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f3065c6c609 - start_thread [INFO] [stdout] 40: 0x7f3065b78103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wg_concurrent stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wg_concurrent' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc3150b - boringtun::device::integration_tests::tests::WGHandle::init::hf7c57a8d93bc9409 [INFO] [stdout] at src/device/integration_tests/mod.rs:249 [INFO] [stdout] 18: 0x55d46bc37e06 - boringtun::device::integration_tests::tests::test_wg_concurrent::h5a444cbc85f904d2 [INFO] [stdout] at src/device/integration_tests/mod.rs:684 [INFO] [stdout] 19: 0x55d46bc37cda - boringtun::device::integration_tests::tests::test_wg_concurrent::{{closure}}::h2f41f06b32b7f164 [INFO] [stdout] at src/device/integration_tests/mod.rs:677 [INFO] [stdout] 20: 0x55d46bb6254e - core::ops::function::FnOnce::call_once::h528839d4818d41db [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f3065c6c609 - start_thread [INFO] [stdout] 40: 0x7f3065b78103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wireguard_get stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wireguard_get' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc3150b - boringtun::device::integration_tests::tests::WGHandle::init::hf7c57a8d93bc9409 [INFO] [stdout] at src/device/integration_tests/mod.rs:249 [INFO] [stdout] 18: 0x55d46bc333a8 - boringtun::device::integration_tests::tests::test_wireguard_get::h5a7fb978216bae77 [INFO] [stdout] at src/device/integration_tests/mod.rs:453 [INFO] [stdout] 19: 0x55d46bc332ea - boringtun::device::integration_tests::tests::test_wireguard_get::{{closure}}::hf20f59f64c4343bb [INFO] [stdout] at src/device/integration_tests/mod.rs:452 [INFO] [stdout] 20: 0x55d46bb6234e - core::ops::function::FnOnce::call_once::h362aa80cdf464b0d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f3065c6c609 - start_thread [INFO] [stdout] 40: 0x7f3065b78103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wg_start_ipv4_non_connected stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wg_start_ipv4_non_connected' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc34e0a - boringtun::device::integration_tests::tests::test_wg_start_ipv4_non_connected::hd2e870c791705b00 [INFO] [stdout] at src/device/integration_tests/mod.rs:532 [INFO] [stdout] 18: 0x55d46bc34cda - boringtun::device::integration_tests::tests::test_wg_start_ipv4_non_connected::{{closure}}::h13b532baf1bc43ce [INFO] [stdout] at src/device/integration_tests/mod.rs:525 [INFO] [stdout] 19: 0x55d46bb6269e - core::ops::function::FnOnce::call_once::h6cbb23d48e2f3429 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 20: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 32: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7f3065c6c609 - start_thread [INFO] [stdout] 39: 0x7f3065b78103 - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wg_concurrent_v6 stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wg_concurrent_v6' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc3150b - boringtun::device::integration_tests::tests::WGHandle::init::hf7c57a8d93bc9409 [INFO] [stdout] at src/device/integration_tests/mod.rs:249 [INFO] [stdout] 18: 0x55d46bc390c6 - boringtun::device::integration_tests::tests::test_wg_concurrent_v6::h31698b889981e76d [INFO] [stdout] at src/device/integration_tests/mod.rs:734 [INFO] [stdout] 19: 0x55d46bc38f9a - boringtun::device::integration_tests::tests::test_wg_concurrent_v6::{{closure}}::ha6d7d859cf1892cf [INFO] [stdout] at src/device/integration_tests/mod.rs:727 [INFO] [stdout] 20: 0x55d46bb628ee - core::ops::function::FnOnce::call_once::ha3ea2973b61a3687 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f3065c6c609 - start_thread [INFO] [stdout] 40: 0x7f3065b78103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wireguard_set stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wireguard_set' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc3150b - boringtun::device::integration_tests::tests::WGHandle::init::hf7c57a8d93bc9409 [INFO] [stdout] at src/device/integration_tests/mod.rs:249 [INFO] [stdout] 18: 0x55d46bc3358a - boringtun::device::integration_tests::tests::test_wireguard_set::hf846a860856ba969 [INFO] [stdout] at src/device/integration_tests/mod.rs:464 [INFO] [stdout] 19: 0x55d46bc3349a - boringtun::device::integration_tests::tests::test_wireguard_set::{{closure}}::hc42f9de3fcf97484 [INFO] [stdout] at src/device/integration_tests/mod.rs:460 [INFO] [stdout] 20: 0x55d46bb62cee - core::ops::function::FnOnce::call_once::hf3958e0b5ca12351 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f3065c6c609 - start_thread [INFO] [stdout] 40: 0x7f3065b78103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wg_start_ipv6_endpoint stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wg_start_ipv6_endpoint' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc3150b - boringtun::device::integration_tests::tests::WGHandle::init::hf7c57a8d93bc9409 [INFO] [stdout] at src/device/integration_tests/mod.rs:249 [INFO] [stdout] 18: 0x55d46bc371de - boringtun::device::integration_tests::tests::test_wg_start_ipv6_endpoint::h5e5db97099212bc0 [INFO] [stdout] at src/device/integration_tests/mod.rs:647 [INFO] [stdout] 19: 0x55d46bc370da - boringtun::device::integration_tests::tests::test_wg_start_ipv6_endpoint::{{closure}}::h998c6ce672d5cb0d [INFO] [stdout] at src/device/integration_tests/mod.rs:640 [INFO] [stdout] 20: 0x55d46bb62c6e - core::ops::function::FnOnce::call_once::hdfacc30e2b394787 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f3065c6c609 - start_thread [INFO] [stdout] 40: 0x7f3065b78103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- device::integration_tests::tests::test_wg_start_ipv6 stdout ---- [INFO] [stdout] thread 'device::integration_tests::tests::test_wg_start_ipv6' panicked at 'called `Result::unwrap()` on an `Err` value: Socket("No such file or directory")', src/device/integration_tests/mod.rs:266:27 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d46bcc0cd5 - backtrace::backtrace::libunwind::trace::ha215bbf14e328799 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55d46bcc0cd5 - backtrace::backtrace::trace_unsynchronized::h3384b099b135857a [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55d46bcc0cd5 - std::sys_common::backtrace::_print_fmt::hfec93740f7294682 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55d46bcc0cd5 - ::fmt::h5fe20777f4174074 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55d46bceb95c - core::fmt::write::he14c3177144df275 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55d46bc42d25 - std::io::Write::write_fmt::ha866504c9998fe5e [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55d46bcb71b1 - std::io::impls::>::write_fmt::h8f0a2af895559593 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55d46bcc3500 - std::sys_common::backtrace::_print::h9cfa4c87526ba064 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55d46bcc3500 - std::sys_common::backtrace::print::h94936584848b3272 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55d46bcc3500 - std::panicking::default_hook::{{closure}}::h733b20cc9b496e46 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55d46bcc31fa - std::panicking::default_hook::h556d8cff6c12a651 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55d46bcc3b37 - std::panicking::rust_panic_with_hook::ha0c7ca5b39baa9d5 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x55d46bcc373b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x55d46bcea2f1 - core::panicking::panic_fmt::h106d7128cbbc7cd2 [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x55d46bcea113 - core::option::expect_none_failed::hfcafefc70a7975bb [INFO] [stdout] at src/libcore/option.rs:1272 [INFO] [stdout] 15: 0x55d46bb8ba70 - core::result::Result::unwrap::hf193b2c261184b50 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/result.rs:1005 [INFO] [stdout] 16: 0x55d46bc316aa - boringtun::device::integration_tests::tests::WGHandle::init_with_config::he02cf8c6d7fb788b [INFO] [stdout] at src/device/integration_tests/mod.rs:266 [INFO] [stdout] 17: 0x55d46bc3150b - boringtun::device::integration_tests::tests::WGHandle::init::hf7c57a8d93bc9409 [INFO] [stdout] at src/device/integration_tests/mod.rs:249 [INFO] [stdout] 18: 0x55d46bc365ee - boringtun::device::integration_tests::tests::test_wg_start_ipv6::h431c42f862916f06 [INFO] [stdout] at src/device/integration_tests/mod.rs:612 [INFO] [stdout] 19: 0x55d46bc364ea - boringtun::device::integration_tests::tests::test_wg_start_ipv6::{{closure}}::h6e950fb91e242780 [INFO] [stdout] at src/device/integration_tests/mod.rs:605 [INFO] [stdout] 20: 0x55d46bb6213e - core::ops::function::FnOnce::call_once::h0417d116d77022e9 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55d46bc69f12 - as core::ops::function::FnOnce>::call_once::h1efcc6525b6aa145 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x55d46bc69f12 - as core::ops::function::FnOnce<()>>::call_once::hafd7ae2f3c23f399 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55d46bc69f12 - std::panicking::try::do_call::h83baf26f5fc8b0a5 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x55d46bc69f12 - std::panicking::try::h8d28a678b90bb6ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55d46bc69f12 - std::panic::catch_unwind::h20734e8710644f59 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55d46bc69f12 - test::run_test_in_process::h2c1fb2dd0c9013bb [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55d46bc69f12 - test::run_test::run_test_inner::{{closure}}::h7c58b7aefdb9adf3 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55d46bc421e6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h498f21fd16bdff05 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hb35336a0a0430e6d [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55d46bc47525 - as core::ops::function::FnOnce<()>>::call_once::h8569a86268e08ad1 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55d46bc47525 - std::panicking::try::do_call::hcc5472a0f1ff31ac [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x55d46bc47525 - std::panicking::try::h774b0c4fd770945c [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55d46bc47525 - std::panic::catch_unwind::hfaf7c6beb53320e7 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55d46bc47525 - std::thread::Builder::spawn_unchecked::{{closure}}::h481343a824704446 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55d46bc47525 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9dcbc7fc2c4c6c48 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::hf311c88f1fadb9b8 [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x55d46bccbf9a - as core::ops::function::FnOnce>::call_once::h8cfb7235b81393ef [INFO] [stdout] at /rustc/d3fb005a39e62501b8b0b356166e515ae24e2e54/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x55d46bccbf9a - std::sys::unix::thread::Thread::new::thread_start::hf745c8cf29a89648 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f3065c6c609 - start_thread [INFO] [stdout] 40: 0x7f3065b78103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] device::integration_tests::tests::test_wg_concurrent [INFO] [stdout] device::integration_tests::tests::test_wg_concurrent_v6 [INFO] [stdout] device::integration_tests::tests::test_wg_start_ipv4 [INFO] [stdout] device::integration_tests::tests::test_wg_start_ipv4_non_connected [INFO] [stdout] device::integration_tests::tests::test_wg_start_ipv6 [INFO] [stdout] device::integration_tests::tests::test_wg_start_ipv6_endpoint [INFO] [stdout] device::integration_tests::tests::test_wireguard_get [INFO] [stdout] device::integration_tests::tests::test_wireguard_set [INFO] [stdout] [INFO] [stdout] test result: FAILED. 14 passed; 8 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fb438ed7c945f5fe76ab5a05658b8b44e15837e4d5c653eafb3b453effa759ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb438ed7c945f5fe76ab5a05658b8b44e15837e4d5c653eafb3b453effa759ee", kill_on_drop: false }` [INFO] [stdout] fb438ed7c945f5fe76ab5a05658b8b44e15837e4d5c653eafb3b453effa759ee