[INFO] cloning repository https://github.com/0bs3n/xcp-tools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0bs3n/xcp-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0bs3n%2Fxcp-tools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0bs3n%2Fxcp-tools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cbf8493a114646a99dfe453da061f110626a31b6
[INFO] testing 0bs3n/xcp-tools against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0bs3n%2Fxcp-tools" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0bs3n/xcp-tools
[INFO] finished tweaking git repo https://github.com/0bs3n/xcp-tools
[INFO] tweaked toml for git repo https://github.com/0bs3n/xcp-tools written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0bs3n/xcp-tools on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0bs3n/xcp-tools 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" "+1.90.0" "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 serial_test_derive v0.4.0
[INFO] [stderr]   Downloaded bitfield v0.17.0
[INFO] [stderr]   Downloaded serial_test v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fe7b93846ea9d48efc05e05fba1f67ee1863946f0494e67dc8b5e4e7b01435eb
[INFO] running `Command { std: "docker" "start" "-a" "fe7b93846ea9d48efc05e05fba1f67ee1863946f0494e67dc8b5e4e7b01435eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fe7b93846ea9d48efc05e05fba1f67ee1863946f0494e67dc8b5e4e7b01435eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe7b93846ea9d48efc05e05fba1f67ee1863946f0494e67dc8b5e4e7b01435eb", kill_on_drop: false }`
[INFO] [stdout] fe7b93846ea9d48efc05e05fba1f67ee1863946f0494e67dc8b5e4e7b01435eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84a482d7f6b7a98685764d8e514a187e6c305f6df30c394d046c9cccf2591fa7
[INFO] running `Command { std: "docker" "start" "-a" "84a482d7f6b7a98685764d8e514a187e6c305f6df30c394d046c9cccf2591fa7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling byte_conv v0.1.1
[INFO] [stderr]    Compiling embedded-can v0.4.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling bitfield v0.17.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling parking_lot_core v0.7.3
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serial_test_derive v0.4.0
[INFO] [stderr]    Compiling serial_test v0.4.0
[INFO] [stderr]    Compiling neli-proc-macros v0.1.3
[INFO] [stderr]    Compiling neli v0.6.4
[INFO] [stderr]    Compiling socketcan v3.3.1
[INFO] [stderr]    Compiling xcp-tools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `XcpResponseCode`
[INFO] [stdout]  --> src/xcp/xcp_command.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::xcp::frame::{ XcpCommand, XcpCommandCode, XcpResponse, XcpResponseCode, XcpErrorCode, XcpResponseFrame };
[INFO] [stdout]   |                                                                   ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CanSocket` and `Socket`
[INFO] [stdout]  --> src/lib.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | use socketcan::{CanSocket, Socket};
[INFO] [stdout]   |                 ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ConnectMode`, `XcpResourceFlags`, and `XcpResource`
[INFO] [stdout]   --> src/lib.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | use xcp::xcp_command::{ConnectMode, XcpResource, XcpResourceFlags};
[INFO] [stdout]    |                        ^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serial_test::serial`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serial_test::serial;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConnectCommand` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ConnectCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConnectResponse` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct ConnectResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetSeedCommand` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct GetSeedCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetSeedResponse` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct GetSeedResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnlockCommand` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct UnlockCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnlockResponse` is never constructed
[INFO] [stdout]    --> src/xcp/xcp_command.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct UnlockResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ConnectMode` is never used
[INFO] [stdout]    --> src/xcp/xcp_command.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub enum ConnectMode {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GetSeedMode` is never used
[INFO] [stdout]    --> src/xcp/xcp_command.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub enum GetSeedMode {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NegativeResponse` is never constructed
[INFO] [stdout]    --> src/xcp/xcp_command.rs:220:12
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub struct NegativeResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `XcpResponseType` is never used
[INFO] [stdout]    --> src/xcp/xcp_command.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub enum XcpResponseType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_code` and `to_code` are never used
[INFO] [stdout]    --> src/xcp/frame.rs:68:12
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl XcpCommandCode {
[INFO] [stdout]     | ------------------- associated items in this implementation
[INFO] [stdout]  67 |     /// Convert a raw command code to an `XcpCommandCode` enum variant.
[INFO] [stdout]  68 |     pub fn from_code(code: u8) -> XcpCommandCode {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_code` and `to_code` are never used
[INFO] [stdout]    --> src/xcp/frame.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl XcpResponseCode {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] 146 |     /// Convert a raw response code to an `XcpResponseCode` enum variant.
[INFO] [stdout] 147 |     pub fn from_code(code: u8) -> XcpResponseCode {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `XcpErrorCode` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub enum XcpErrorCode {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_code` and `to_code` are never used
[INFO] [stdout]    --> src/xcp/frame.rs:231:12
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl XcpErrorCode {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 230 |     /// Converts a u8 code to an XcpError.
[INFO] [stdout] 231 |     pub fn from_code(code: u8) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 257 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `XcpCommand` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub trait XcpCommand {
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XcpCommandFrame` is never constructed
[INFO] [stdout]    --> src/xcp/frame.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub struct XcpCommandFrame<T: XcpCommand> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_can_frame` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:277:12
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl<T: XcpCommand> XcpCommandFrame<T> {
[INFO] [stdout]     | -------------------------------------- method in this implementation
[INFO] [stdout] 276 |     /// Convert the command frame into a CAN frame data vector.
[INFO] [stdout] 277 |     pub fn to_can_frame(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `XcpResponse` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 | pub trait XcpResponse {
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XcpResponseFrame` is never constructed
[INFO] [stdout]    --> src/xcp/frame.rs:289:12
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub struct XcpResponseFrame<T: XcpResponse> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_can_frame` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:295:12
[INFO] [stdout]     |
[INFO] [stdout] 293 | impl<T: XcpResponse> XcpResponseFrame<T> {
[INFO] [stdout]     | ---------------------------------------- associated function in this implementation
[INFO] [stdout] 294 |     /// Decode a CAN frame into an XCP response frame.
[INFO] [stdout] 295 |     pub fn from_can_frame(frame: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XcpMaster` is never constructed
[INFO] [stdout]   --> src/xcp/master.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct XcpMaster<'a> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `connect`, `get_seed`, `unlock`, and `send_recv_one_blocking` are never used
[INFO] [stdout]    --> src/xcp/master.rs:28:12
[INFO] [stdout]     |
[INFO] [stdout]  20 | impl<'a> XcpMaster<'a> {
[INFO] [stdout]     | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  28 |     pub fn connect(&mut self, mode: ConnectMode) -> Result<XcpResponseFrame<ConnectResponse>, XcpResponseFrame<NegativeResponse>> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn get_seed(&mut self, resource: XcpResourceFlags) -> Result<Vec<u8>, XcpResponseFrame<NegativeResponse>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn unlock<F: Fn(&[u8]) -> Vec<u8>>(&mut self, seed: &[u8], key_algo: F) 
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub fn send_recv_one_blocking<
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.05s
[INFO] running `Command { std: "docker" "inspect" "84a482d7f6b7a98685764d8e514a187e6c305f6df30c394d046c9cccf2591fa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84a482d7f6b7a98685764d8e514a187e6c305f6df30c394d046c9cccf2591fa7", kill_on_drop: false }`
[INFO] [stdout] 84a482d7f6b7a98685764d8e514a187e6c305f6df30c394d046c9cccf2591fa7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8bffdff15d399f30b2eadf7e4b0cb296cdc41c600dedb44194682283dc5be2cb
[INFO] running `Command { std: "docker" "start" "-a" "8bffdff15d399f30b2eadf7e4b0cb296cdc41c600dedb44194682283dc5be2cb", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `XcpResponseCode`
[INFO] [stdout]  --> src/xcp/xcp_command.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::xcp::frame::{ XcpCommand, XcpCommandCode, XcpResponse, XcpResponseCode, XcpErrorCode, XcpResponseFrame };
[INFO] [stdout]   |                                                                   ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CanSocket` and `Socket`
[INFO] [stdout]  --> src/lib.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | use socketcan::{CanSocket, Socket};
[INFO] [stdout]   |                 ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ConnectMode`, `XcpResourceFlags`, and `XcpResource`
[INFO] [stdout]   --> src/lib.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | use xcp::xcp_command::{ConnectMode, XcpResource, XcpResourceFlags};
[INFO] [stdout]    |                        ^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serial_test::serial`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serial_test::serial;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConnectCommand` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ConnectCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConnectResponse` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct ConnectResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetSeedCommand` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct GetSeedCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GetSeedResponse` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:73:12
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct GetSeedResponse {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnlockCommand` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct UnlockCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnlockResponse` is never constructed
[INFO] [stdout]    --> src/xcp/xcp_command.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct UnlockResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ConnectMode` is never used
[INFO] [stdout]    --> src/xcp/xcp_command.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub enum ConnectMode {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GetSeedMode` is never used
[INFO] [stdout]    --> src/xcp/xcp_command.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 128 | pub enum GetSeedMode {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NegativeResponse` is never constructed
[INFO] [stdout]    --> src/xcp/xcp_command.rs:220:12
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub struct NegativeResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `XcpResponseType` is never used
[INFO] [stdout]    --> src/xcp/xcp_command.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub enum XcpResponseType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_code` and `to_code` are never used
[INFO] [stdout]    --> src/xcp/frame.rs:68:12
[INFO] [stdout]     |
[INFO] [stdout]  66 | impl XcpCommandCode {
[INFO] [stdout]     | ------------------- associated items in this implementation
[INFO] [stdout]  67 |     /// Convert a raw command code to an `XcpCommandCode` enum variant.
[INFO] [stdout]  68 |     pub fn from_code(code: u8) -> XcpCommandCode {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_code` and `to_code` are never used
[INFO] [stdout]    --> src/xcp/frame.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl XcpResponseCode {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] 146 |     /// Convert a raw response code to an `XcpResponseCode` enum variant.
[INFO] [stdout] 147 |     pub fn from_code(code: u8) -> XcpResponseCode {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `XcpErrorCode` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:162:10
[INFO] [stdout]     |
[INFO] [stdout] 162 | pub enum XcpErrorCode {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `from_code` and `to_code` are never used
[INFO] [stdout]    --> src/xcp/frame.rs:231:12
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl XcpErrorCode {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 230 |     /// Converts a u8 code to an XcpError.
[INFO] [stdout] 231 |     pub fn from_code(code: u8) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 257 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `XcpCommand` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:264:11
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub trait XcpCommand {
[INFO] [stdout]     |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XcpCommandFrame` is never constructed
[INFO] [stdout]    --> src/xcp/frame.rs:271:12
[INFO] [stdout]     |
[INFO] [stdout] 271 | pub struct XcpCommandFrame<T: XcpCommand> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_can_frame` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:277:12
[INFO] [stdout]     |
[INFO] [stdout] 275 | impl<T: XcpCommand> XcpCommandFrame<T> {
[INFO] [stdout]     | -------------------------------------- method in this implementation
[INFO] [stdout] 276 |     /// Convert the command frame into a CAN frame data vector.
[INFO] [stdout] 277 |     pub fn to_can_frame(&self) -> Vec<u8> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `XcpResponse` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:283:11
[INFO] [stdout]     |
[INFO] [stdout] 283 | pub trait XcpResponse {
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling xcp-tools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `XcpResponseFrame` is never constructed
[INFO] [stdout]    --> src/xcp/frame.rs:289:12
[INFO] [stdout]     |
[INFO] [stdout] 289 | pub struct XcpResponseFrame<T: XcpResponse> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_can_frame` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:295:12
[INFO] [stdout]     |
[INFO] [stdout] 293 | impl<T: XcpResponse> XcpResponseFrame<T> {
[INFO] [stdout]     | ---------------------------------------- associated function in this implementation
[INFO] [stdout] 294 |     /// Decode a CAN frame into an XCP response frame.
[INFO] [stdout] 295 |     pub fn from_can_frame(frame: &[u8]) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `XcpMaster` is never constructed
[INFO] [stdout]   --> src/xcp/master.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct XcpMaster<'a> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `connect`, `get_seed`, `unlock`, and `send_recv_one_blocking` are never used
[INFO] [stdout]    --> src/xcp/master.rs:28:12
[INFO] [stdout]     |
[INFO] [stdout]  20 | impl<'a> XcpMaster<'a> {
[INFO] [stdout]     | ---------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  28 |     pub fn connect(&mut self, mode: ConnectMode) -> Result<XcpResponseFrame<ConnectResponse>, XcpResponseFrame<NegativeResponse>> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     pub fn get_seed(&mut self, resource: XcpResourceFlags) -> Result<Vec<u8>, XcpResponseFrame<NegativeResponse>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn unlock<F: Fn(&[u8]) -> Vec<u8>>(&mut self, seed: &[u8], key_algo: F) 
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 149 |     pub fn send_recv_one_blocking<
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `XcpResponseCode`
[INFO] [stdout]  --> src/xcp/xcp_command.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::xcp::frame::{ XcpCommand, XcpCommandCode, XcpResponse, XcpResponseCode, XcpErrorCode, XcpResponseFrame };
[INFO] [stdout]   |                                                                   ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seed`
[INFO] [stdout]   --> src/lib.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let seed = master.get_seed(XcpResource::Pgm.into());
[INFO] [stdout]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_seed`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `resource`, `comm_mode_basic`, `max_cto`, `max_dto`, `protocol_version`, and `transport_version` are never read
[INFO] [stdout]   --> src/xcp/xcp_command.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct ConnectResponse {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 31 |     pub resource: XcpResourceFlags,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 32 |     pub comm_mode_basic: XcpCommModeBasic,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 33 |     pub max_cto: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 34 |     pub max_dto: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 35 |     pub protocol_version: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 36 |     pub transport_version: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `requested_resource_is_protected` is never read
[INFO] [stdout]   --> src/xcp/xcp_command.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct GetSeedResponse {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 74 |     pub requested_resource_is_protected: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GetSeedResponse` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnlockCommand` is never constructed
[INFO] [stdout]   --> src/xcp/xcp_command.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub struct UnlockCommand {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UnlockResponse` is never constructed
[INFO] [stdout]    --> src/xcp/xcp_command.rs:109:12
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct UnlockResponse {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `UserDefined` is never constructed
[INFO] [stdout]    --> src/xcp/xcp_command.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub enum ConnectMode {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] 122 |     Normal,
[INFO] [stdout] 123 |     UserDefined,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ConnectMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `error_code` is never read
[INFO] [stdout]    --> src/xcp/xcp_command.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 220 | pub struct NegativeResponse {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] 221 |     pub error_code: XcpErrorCode
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NegativeResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `XcpResponseType` is never used
[INFO] [stdout]    --> src/xcp/xcp_command.rs:232:10
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub enum XcpResponseType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_code` is never used
[INFO] [stdout]   --> src/xcp/frame.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl XcpCommandCode {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 67 |     /// Convert a raw command code to an `XcpCommandCode` enum variant.
[INFO] [stdout] 68 |     pub fn from_code(code: u8) -> XcpCommandCode {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_code` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 145 | impl XcpResponseCode {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_code` is never used
[INFO] [stdout]    --> src/xcp/frame.rs:257:12
[INFO] [stdout]     |
[INFO] [stdout] 229 | impl XcpErrorCode {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 257 |     pub fn to_code(&self) -> u8 {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `max_cto` and `max_dto` are never read
[INFO] [stdout]   --> src/xcp/master.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct XcpMaster<'a> {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     pub max_cto: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 16 |     pub max_dto: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `unlock` is never used
[INFO] [stdout]    --> src/xcp/master.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout]  20 | impl<'a> XcpMaster<'a> {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn unlock<F: Fn(&[u8]) -> Vec<u8>>(&mut self, seed: &[u8], key_algo: F) 
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/lib.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         master.connect(ConnectMode::Normal);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let _ = master.connect(ConnectMode::Normal);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/lib.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |         master.connect(ConnectMode::Normal);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 83 |         let _ = master.connect(ConnectMode::Normal);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> src/lib.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |         master.connect(ConnectMode::Normal);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let _ = master.connect(ConnectMode::Normal);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] running `Command { std: "docker" "inspect" "8bffdff15d399f30b2eadf7e4b0cb296cdc41c600dedb44194682283dc5be2cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bffdff15d399f30b2eadf7e4b0cb296cdc41c600dedb44194682283dc5be2cb", kill_on_drop: false }`
[INFO] [stdout] 8bffdff15d399f30b2eadf7e4b0cb296cdc41c600dedb44194682283dc5be2cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a399900cc574ab3eda56d2ef3cc7d3bd5a20536e7601c226436b70180c1ee51d
[INFO] running `Command { std: "docker" "start" "-a" "a399900cc574ab3eda56d2ef3cc7d3bd5a20536e7601c226436b70180c1ee51d", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `XcpResponseCode`
[INFO] [stderr]  --> src/xcp/xcp_command.rs:7:67
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::xcp::frame::{ XcpCommand, XcpCommandCode, XcpResponse, XcpResponseCode, XcpErrorCode, XcpResponseFrame };
[INFO] [stderr]   |                                                                   ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `CanSocket` and `Socket`
[INFO] [stderr]  --> src/lib.rs:9:17
[INFO] [stderr]   |
[INFO] [stderr] 9 | use socketcan::{CanSocket, Socket};
[INFO] [stderr]   |                 ^^^^^^^^^  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ConnectMode`, `XcpResourceFlags`, and `XcpResource`
[INFO] [stderr]   --> src/lib.rs:10:24
[INFO] [stderr]    |
[INFO] [stderr] 10 | use xcp::xcp_command::{ConnectMode, XcpResource, XcpResourceFlags};
[INFO] [stderr]    |                        ^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serial_test::serial`
[INFO] [stderr]   --> src/lib.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use serial_test::serial;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ConnectCommand` is never constructed
[INFO] [stderr]   --> src/xcp/xcp_command.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct ConnectCommand {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ConnectResponse` is never constructed
[INFO] [stderr]   --> src/xcp/xcp_command.rs:30:12
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub struct ConnectResponse {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetSeedCommand` is never constructed
[INFO] [stderr]   --> src/xcp/xcp_command.rs:54:12
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub struct GetSeedCommand {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `GetSeedResponse` is never constructed
[INFO] [stderr]   --> src/xcp/xcp_command.rs:73:12
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub struct GetSeedResponse {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UnlockCommand` is never constructed
[INFO] [stderr]   --> src/xcp/xcp_command.rs:91:12
[INFO] [stderr]    |
[INFO] [stderr] 91 | pub struct UnlockCommand {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `UnlockResponse` is never constructed
[INFO] [stderr]    --> src/xcp/xcp_command.rs:109:12
[INFO] [stderr]     |
[INFO] [stderr] 109 | pub struct UnlockResponse {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ConnectMode` is never used
[INFO] [stderr]    --> src/xcp/xcp_command.rs:121:10
[INFO] [stderr]     |
[INFO] [stderr] 121 | pub enum ConnectMode {
[INFO] [stderr]     |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `GetSeedMode` is never used
[INFO] [stderr]    --> src/xcp/xcp_command.rs:128:10
[INFO] [stderr]     |
[INFO] [stderr] 128 | pub enum GetSeedMode {
[INFO] [stderr]     |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `NegativeResponse` is never constructed
[INFO] [stderr]    --> src/xcp/xcp_command.rs:220:12
[INFO] [stderr]     |
[INFO] [stderr] 220 | pub struct NegativeResponse {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `XcpResponseType` is never used
[INFO] [stderr]    --> src/xcp/xcp_command.rs:232:10
[INFO] [stderr]     |
[INFO] [stderr] 232 | pub enum XcpResponseType {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `from_code` and `to_code` are never used
[INFO] [stderr]    --> src/xcp/frame.rs:68:12
[INFO] [stderr]     |
[INFO] [stderr]  66 | impl XcpCommandCode {
[INFO] [stderr]     | ------------------- associated items in this implementation
[INFO] [stderr]  67 |     /// Convert a raw command code to an `XcpCommandCode` enum variant.
[INFO] [stderr]  68 |     pub fn from_code(code: u8) -> XcpCommandCode {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 130 |     pub fn to_code(&self) -> u8 {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `from_code` and `to_code` are never used
[INFO] [stderr]    --> src/xcp/frame.rs:147:12
[INFO] [stderr]     |
[INFO] [stderr] 145 | impl XcpResponseCode {
[INFO] [stderr]     | -------------------- associated items in this implementation
[INFO] [stderr] 146 |     /// Convert a raw response code to an `XcpResponseCode` enum variant.
[INFO] [stderr] 147 |     pub fn from_code(code: u8) -> XcpResponseCode {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 156 |     pub fn to_code(&self) -> u8 {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `XcpErrorCode` is never used
[INFO] [stderr]    --> src/xcp/frame.rs:162:10
[INFO] [stderr]     |
[INFO] [stderr] 162 | pub enum XcpErrorCode {
[INFO] [stderr]     |          ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `from_code` and `to_code` are never used
[INFO] [stderr]    --> src/xcp/frame.rs:231:12
[INFO] [stderr]     |
[INFO] [stderr] 229 | impl XcpErrorCode {
[INFO] [stderr]     | ----------------- associated items in this implementation
[INFO] [stderr] 230 |     /// Converts a u8 code to an XcpError.
[INFO] [stderr] 231 |     pub fn from_code(code: u8) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 257 |     pub fn to_code(&self) -> u8 {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `XcpCommand` is never used
[INFO] [stderr]    --> src/xcp/frame.rs:264:11
[INFO] [stderr]     |
[INFO] [stderr] 264 | pub trait XcpCommand {
[INFO] [stderr]     |           ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `XcpCommandFrame` is never constructed
[INFO] [stderr]    --> src/xcp/frame.rs:271:12
[INFO] [stderr]     |
[INFO] [stderr] 271 | pub struct XcpCommandFrame<T: XcpCommand> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_can_frame` is never used
[INFO] [stderr]    --> src/xcp/frame.rs:277:12
[INFO] [stderr]     |
[INFO] [stderr] 275 | impl<T: XcpCommand> XcpCommandFrame<T> {
[INFO] [stderr]     | -------------------------------------- method in this implementation
[INFO] [stderr] 276 |     /// Convert the command frame into a CAN frame data vector.
[INFO] [stderr] 277 |     pub fn to_can_frame(&self) -> Vec<u8> {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `XcpResponse` is never used
[INFO] [stderr]    --> src/xcp/frame.rs:283:11
[INFO] [stderr]     |
[INFO] [stderr] 283 | pub trait XcpResponse {
[INFO] [stderr]     |           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `XcpResponseFrame` is never constructed
[INFO] [stderr]    --> src/xcp/frame.rs:289:12
[INFO] [stderr]     |
[INFO] [stderr] 289 | pub struct XcpResponseFrame<T: XcpResponse> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_can_frame` is never used
[INFO] [stderr]    --> src/xcp/frame.rs:295:12
[INFO] [stderr]     |
[INFO] [stderr] 293 | impl<T: XcpResponse> XcpResponseFrame<T> {
[INFO] [stderr]     | ---------------------------------------- associated function in this implementation
[INFO] [stderr] 294 |     /// Decode a CAN frame into an XCP response frame.
[INFO] [stderr] 295 |     pub fn from_can_frame(frame: &[u8]) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `XcpMaster` is never constructed
[INFO] [stderr]   --> src/xcp/master.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct XcpMaster<'a> {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `connect`, `get_seed`, `unlock`, and `send_recv_one_blocking` are never used
[INFO] [stderr]    --> src/xcp/master.rs:28:12
[INFO] [stderr]     |
[INFO] [stderr]  20 | impl<'a> XcpMaster<'a> {
[INFO] [stderr]     | ---------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr]  28 |     pub fn connect(&mut self, mode: ConnectMode) -> Result<XcpResponseFrame<ConnectResponse>, XcpResponseFrame<NegativeResponse>> {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  56 |     pub fn get_seed(&mut self, resource: XcpResourceFlags) -> Result<Vec<u8>, XcpResponseFrame<NegativeResponse>> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 101 |     pub fn unlock<F: Fn(&[u8]) -> Vec<u8>>(&mut self, seed: &[u8], key_algo: F) 
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 149 |     pub fn send_recv_one_blocking<
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `seed`
[INFO] [stderr]   --> src/lib.rs:36:13
[INFO] [stderr]    |
[INFO] [stderr] 36 |         let seed = master.get_seed(XcpResource::Pgm.into());
[INFO] [stderr]    |             ^^^^ help: if this is intentional, prefix it with an underscore: `_seed`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `resource`, `comm_mode_basic`, `max_cto`, `max_dto`, `protocol_version`, and `transport_version` are never read
[INFO] [stderr]   --> src/xcp/xcp_command.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub struct ConnectResponse {
[INFO] [stderr]    |            --------------- fields in this struct
[INFO] [stderr] 31 |     pub resource: XcpResourceFlags,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 32 |     pub comm_mode_basic: XcpCommModeBasic,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 33 |     pub max_cto: u8,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 34 |     pub max_dto: u8,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 35 |     pub protocol_version: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] 36 |     pub transport_version: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ConnectResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `requested_resource_is_protected` is never read
[INFO] [stderr]   --> src/xcp/xcp_command.rs:74:9
[INFO] [stderr]    |
[INFO] [stderr] 73 | pub struct GetSeedResponse {
[INFO] [stderr]    |            --------------- field in this struct
[INFO] [stderr] 74 |     pub requested_resource_is_protected: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `GetSeedResponse` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variant `UserDefined` is never constructed
[INFO] [stderr]    --> src/xcp/xcp_command.rs:123:5
[INFO] [stderr]     |
[INFO] [stderr] 121 | pub enum ConnectMode {
[INFO] [stderr]     |          ----------- variant in this enum
[INFO] [stderr] 122 |     Normal,
[INFO] [stderr] 123 |     UserDefined,
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ConnectMode` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `error_code` is never read
[INFO] [stderr]    --> src/xcp/xcp_command.rs:221:9
[INFO] [stderr]     |
[INFO] [stderr] 220 | pub struct NegativeResponse {
[INFO] [stderr]     |            ---------------- field in this struct
[INFO] [stderr] 221 |     pub error_code: XcpErrorCode
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `NegativeResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from_code` is never used
[INFO] [stderr]   --> src/xcp/frame.rs:68:12
[INFO] [stderr]    |
[INFO] [stderr] 66 | impl XcpCommandCode {
[INFO] [stderr]    | ------------------- associated function in this implementation
[INFO] [stderr] 67 |     /// Convert a raw command code to an `XcpCommandCode` enum variant.
[INFO] [stderr] 68 |     pub fn from_code(code: u8) -> XcpCommandCode {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_code` is never used
[INFO] [stderr]    --> src/xcp/frame.rs:156:12
[INFO] [stderr]     |
[INFO] [stderr] 145 | impl XcpResponseCode {
[INFO] [stderr]     | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 156 |     pub fn to_code(&self) -> u8 {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_code` is never used
[INFO] [stderr]    --> src/xcp/frame.rs:257:12
[INFO] [stderr]     |
[INFO] [stderr] 229 | impl XcpErrorCode {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 257 |     pub fn to_code(&self) -> u8 {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `max_cto` and `max_dto` are never read
[INFO] [stderr]   --> src/xcp/master.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct XcpMaster<'a> {
[INFO] [stderr]    |            --------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 15 |     pub max_cto: usize,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 16 |     pub max_dto: usize,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `unlock` is never used
[INFO] [stderr]    --> src/xcp/master.rs:101:12
[INFO] [stderr]     |
[INFO] [stderr]  20 | impl<'a> XcpMaster<'a> {
[INFO] [stderr]     | ---------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 101 |     pub fn unlock<F: Fn(&[u8]) -> Vec<u8>>(&mut self, seed: &[u8], key_algo: F) 
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/lib.rs:66:9
[INFO] [stderr]    |
[INFO] [stderr] 66 |         master.connect(ConnectMode::Normal);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let _ = master.connect(ConnectMode::Normal);
[INFO] [stderr]    |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]   --> src/lib.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 |         master.connect(ConnectMode::Normal);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 83 |         let _ = master.connect(ConnectMode::Normal);
[INFO] [stderr]    |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> src/lib.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |         master.connect(ConnectMode::Normal);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 105 |         let _ = master.connect(ConnectMode::Normal);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `xcp-tools` (lib) generated 26 warnings (run `cargo fix --lib -p xcp-tools` to apply 4 suggestions)
[INFO] [stderr] warning: `xcp-tools` (lib test) generated 17 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcp_tools-900f2b93167b205c)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::connect ... FAILED
[INFO] [stdout] test tests::unlock ... FAILED
[INFO] [stdout] test tests::negative_response ... FAILED
[INFO] [stdout] test tests::get_seed ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::connect stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::connect' panicked at src/lib.rs:56:59:
[INFO] [stdout] Failed to open socket on interface: Os { code: 19, kind: Uncategorized, message: "No such device" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fde3c080d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fde3c080d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fde3c080d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fde3c080d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fde3c2d3a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fde3c2d3a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fde3c05053 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fde3c05053 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fde3c07f22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fde3c09649 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x57fde3c0947e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x57fde3baf6c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x57fde3baf6c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fde3c0a01e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x57fde3c0a01e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x57fde3c09dea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x57fde3c085c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fde3c09a7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x57fde3c2bdf0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fde3c2c256 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x57fde3b721fe - core::result::Result<T,E>::expect::hb8fe7e3cadb9750f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x57fde3b75a92 - xcp_tools::tests::connect::{{closure}}::h8491beaf11638e9d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:56:59
[INFO] [stdout]   22:     0x57fde3b7170e - core::ops::function::FnOnce::call_once::h65743d5f20ae412b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x57fde3bc00b7 - serial_test::serial_core::h461ed19deb0daa68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.4.0/src/lib.rs:64:5
[INFO] [stdout]   24:     0x57fde3b75a37 - xcp_tools::tests::connect::h80de9b4472bdb3d5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:53:5
[INFO] [stdout]   25:     0x57fde3b75a07 - xcp_tools::tests::connect::{{closure}}::h513e9bf20cbe1185
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:54:17
[INFO] [stdout]   26:     0x57fde3b717f6 - core::ops::function::FnOnce::call_once::hbf43c22d40ddb54c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x57fde3bb4f2b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x57fde3bb4f2b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   29:     0x57fde3bb4065 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   30:     0x57fde3bb4065 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x57fde3bb4065 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x57fde3bb4065 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33:     0x57fde3bb4065 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x57fde3bb4065 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   35:     0x57fde3bb4065 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   36:     0x57fde3b77c64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   37:     0x57fde3b77c64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x57fde3b7b63a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x57fde3b7b63a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x57fde3b7b63a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x57fde3b7b63a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x57fde3b7b63a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x57fde3c0cf9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x57fde3c0cf9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   47:     0x7db193eb6aa4 - <unknown>
[INFO] [stdout]   48:     0x7db193f43a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::unlock stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::unlock' panicked at src/lib.rs:25:59:
[INFO] [stdout] Failed to open socket on interface: Os { code: 19, kind: Uncategorized, message: "No such device" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fde3c080d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fde3c080d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fde3c080d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fde3c080d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fde3c2d3a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fde3c2d3a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fde3c05053 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fde3c05053 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fde3c07f22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fde3c09649 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x57fde3c0947e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x57fde3baf6c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x57fde3baf6c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fde3c0a01e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x57fde3c0a01e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x57fde3c09dea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x57fde3c085c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fde3c09a7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x57fde3c2bdf0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fde3c2c256 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x57fde3b721fe - core::result::Result<T,E>::expect::hb8fe7e3cadb9750f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x57fde3b758f2 - xcp_tools::tests::unlock::hfccac60a2d705026
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:25:59
[INFO] [stdout]   22:     0x57fde3b75887 - xcp_tools::tests::unlock::{{closure}}::h9fbbadd15e054a1c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:23:16
[INFO] [stdout]   23:     0x57fde3b71696 - core::ops::function::FnOnce::call_once::h53c4de1ff600c2c8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x57fde3bb4f2b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x57fde3bb4f2b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x57fde3bb4065 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x57fde3bb4065 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x57fde3bb4065 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x57fde3bb4065 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x57fde3bb4065 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x57fde3bb4065 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x57fde3bb4065 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x57fde3b77c64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x57fde3b77c64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x57fde3b7b63a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x57fde3b7b63a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x57fde3b7b63a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x57fde3b7b63a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x57fde3b7b63a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x57fde3c0cf9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x57fde3c0cf9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7db193eb6aa4 - <unknown>
[INFO] [stdout]   45:     0x7db193f43a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::negative_response stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::negative_response' panicked at src/lib.rs:95:59:
[INFO] [stdout] Failed to open socket on interface: Os { code: 19, kind: Uncategorized, message: "No such device" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fde3c080d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fde3c080d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fde3c080d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fde3c080d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fde3c2d3a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fde3c2d3a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fde3c05053 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fde3c05053 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fde3c07f22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fde3c09649 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x57fde3c0947e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x57fde3baf6c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x57fde3baf6c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fde3c0a01e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x57fde3c0a01e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x57fde3c09dea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x57fde3c085c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fde3c09a7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x57fde3c2bdf0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fde3c2c256 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x57fde3b721fe - core::result::Result<T,E>::expect::hb8fe7e3cadb9750f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x57fde3b75eea - xcp_tools::tests::negative_response::{{closure}}::hae4cec8d0cd1633a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:95:59
[INFO] [stdout]   22:     0x57fde3b7173e - core::ops::function::FnOnce::call_once::h7340802d88294e22
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x57fde3bc00b7 - serial_test::serial_core::h461ed19deb0daa68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.4.0/src/lib.rs:64:5
[INFO] [stdout]   24:     0x57fde3b75e87 - xcp_tools::tests::negative_response::hbe689ac7add311ea
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:92:5
[INFO] [stdout]   25:     0x57fde3b75e57 - xcp_tools::tests::negative_response::{{closure}}::h9fd43f487cf661a5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:93:27
[INFO] [stdout]   26:     0x57fde3b716d6 - core::ops::function::FnOnce::call_once::h57bd03d3b6cb7222
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x57fde3bb4f2b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x57fde3bb4f2b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   29:     0x57fde3bb4065 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   30:     0x57fde3bb4065 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x57fde3bb4065 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x57fde3bb4065 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33:     0x57fde3bb4065 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x57fde3bb4065 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   35:     0x57fde3bb4065 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   36:     0x57fde3b77c64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   37:     0x57fde3b77c64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x57fde3b7b63a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x57fde3b7b63a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x57fde3b7b63a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x57fde3b7b63a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x57fde3b7b63a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x57fde3c0cf9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x57fde3c0cf9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   47:     0x7db193eb6aa4 - <unknown>
[INFO] [stdout]   48:     0x7db193f43a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::get_seed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::get_seed' panicked at src/lib.rs:73:59:
[INFO] [stdout] Failed to open socket on interface: Os { code: 19, kind: Uncategorized, message: "No such device" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fde3c080d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fde3c080d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fde3c080d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fde3c080d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fde3c2d3a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fde3c2d3a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fde3c05053 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fde3c05053 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fde3c07f22 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fde3c09649 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x57fde3c0947e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x57fde3baf6c4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x57fde3baf6c4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fde3c0a01e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x57fde3c0a01e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x57fde3c09dea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x57fde3c085c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fde3c09a7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x57fde3c2bdf0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fde3c2c256 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x57fde3b721fe - core::result::Result<T,E>::expect::hb8fe7e3cadb9750f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x57fde3b75bba - xcp_tools::tests::get_seed::{{closure}}::hae52324d0eb09d3e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:73:59
[INFO] [stdout]   22:     0x57fde3b717be - core::ops::function::FnOnce::call_once::ha254e2acdc9728eb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x57fde3bc00b7 - serial_test::serial_core::h461ed19deb0daa68
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.4.0/src/lib.rs:64:5
[INFO] [stdout]   24:     0x57fde3b75b57 - xcp_tools::tests::get_seed::h61e4d460215fa422
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:70:5
[INFO] [stdout]   25:     0x57fde3b75b27 - xcp_tools::tests::get_seed::{{closure}}::h3a42f96201e35d9e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:71:18
[INFO] [stdout]   26:     0x57fde3b71836 - core::ops::function::FnOnce::call_once::hf33a44084546a786
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x57fde3bb4f2b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x57fde3bb4f2b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   29:     0x57fde3bb4065 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   30:     0x57fde3bb4065 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x57fde3bb4065 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x57fde3bb4065 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33:     0x57fde3bb4065 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x57fde3bb4065 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   35:     0x57fde3bb4065 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   36:     0x57fde3b77c64 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   37:     0x57fde3b77c64 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x57fde3b7b63a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x57fde3b7b63a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x57fde3b7b63a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x57fde3b7b63a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x57fde3b7b63a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x57fde3b7b63a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x57fde3c0cf9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x57fde3c0cf9f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   47:     0x7db193eb6aa4 - <unknown>
[INFO] [stdout]   48:     0x7db193f43a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::connect
[INFO] [stdout]     tests::get_seed
[INFO] [stdout]     tests::negative_response
[INFO] [stdout]     tests::unlock
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "a399900cc574ab3eda56d2ef3cc7d3bd5a20536e7601c226436b70180c1ee51d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a399900cc574ab3eda56d2ef3cc7d3bd5a20536e7601c226436b70180c1ee51d", kill_on_drop: false }`
[INFO] [stdout] a399900cc574ab3eda56d2ef3cc7d3bd5a20536e7601c226436b70180c1ee51d
