[INFO] cloning repository https://github.com/ametel01/p2p-network
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ametel01/p2p-network" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fametel01%2Fp2p-network", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fametel01%2Fp2p-network'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f401e0b5aab73515f5d216aa3cfd60dca9b1596
[INFO] testing ametel01/p2p-network against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fametel01%2Fp2p-network" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ametel01/p2p-network
[INFO] finished tweaking git repo https://github.com/ametel01/p2p-network
[INFO] tweaked toml for git repo https://github.com/ametel01/p2p-network written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ametel01/p2p-network on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ametel01/p2p-network already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d0a5f8247ae19533292ae239052686db5fd2b9dee2ec04a4337f0fac4e2e999
[INFO] running `Command { std: "docker" "start" "-a" "8d0a5f8247ae19533292ae239052686db5fd2b9dee2ec04a4337f0fac4e2e999", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d0a5f8247ae19533292ae239052686db5fd2b9dee2ec04a4337f0fac4e2e999", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d0a5f8247ae19533292ae239052686db5fd2b9dee2ec04a4337f0fac4e2e999", kill_on_drop: false }`
[INFO] [stdout] 8d0a5f8247ae19533292ae239052686db5fd2b9dee2ec04a4337f0fac4e2e999
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab9651b4a3f6268996f44a8737217f569ec8fc6254b8256785294b10e0fd6650
[INFO] running `Command { std: "docker" "start" "-a" "ab9651b4a3f6268996f44a8737217f569ec8fc6254b8256785294b10e0fd6650", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling tokio v1.44.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling messages v0.1.0 (/opt/rustwide/workdir/crates/messages)
[INFO] [stderr]    Compiling network v0.1.0 (/opt/rustwide/workdir/crates/network)
[INFO] [stderr]    Compiling sync v0.1.0 (/opt/rustwide/workdir/crates/sync)
[INFO] [stderr]    Compiling citrea-p2p v0.1.0 (/opt/rustwide/workdir/crates/citrea-p2p)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.15s
[INFO] running `Command { std: "docker" "inspect" "ab9651b4a3f6268996f44a8737217f569ec8fc6254b8256785294b10e0fd6650", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab9651b4a3f6268996f44a8737217f569ec8fc6254b8256785294b10e0fd6650", kill_on_drop: false }`
[INFO] [stdout] ab9651b4a3f6268996f44a8737217f569ec8fc6254b8256785294b10e0fd6650
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f35be175b1792c87fbe208dd1f8956508559baf0844b8a82d86f030368b7da2
[INFO] running `Command { std: "docker" "start" "-a" "8f35be175b1792c87fbe208dd1f8956508559baf0844b8a82d86f030368b7da2", kill_on_drop: false }`
[INFO] [stderr]    Compiling core v0.1.0 (/opt/rustwide/workdir/crates/core)
[INFO] [stderr]    Compiling messages v0.1.0 (/opt/rustwide/workdir/crates/messages)
[INFO] [stderr]    Compiling network v0.1.0 (/opt/rustwide/workdir/crates/network)
[INFO] [stderr]    Compiling sync v0.1.0 (/opt/rustwide/workdir/crates/sync)
[INFO] [stderr]    Compiling citrea-p2p v0.1.0 (/opt/rustwide/workdir/crates/citrea-p2p)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.71s
[INFO] running `Command { std: "docker" "inspect" "8f35be175b1792c87fbe208dd1f8956508559baf0844b8a82d86f030368b7da2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f35be175b1792c87fbe208dd1f8956508559baf0844b8a82d86f030368b7da2", kill_on_drop: false }`
[INFO] [stdout] 8f35be175b1792c87fbe208dd1f8956508559baf0844b8a82d86f030368b7da2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 98aacb62429af1e45d7146d4516e58cb3cdfb7859a738bb47d71169ab795f1c3
[INFO] running `Command { std: "docker" "start" "-a" "98aacb62429af1e45d7146d4516e58cb3cdfb7859a738bb47d71169ab795f1c3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/citrea_p2p-49529b0c21ca680a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/core-b0b9f88f4bbcc718)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/simple_node.rs (/opt/rustwide/target/debug/deps/simple_node-b94dd4a40be58d5b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/messages-2f1c6f0c76670408)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/network-75f85f1da56ba3ee)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sync-20ce4d027ddd2080)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests core
[INFO] [stderr] error[E0433]: cannot find `write` in `core`
[INFO] [stderr]  --> crates/core/src/error.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[derive(Error, Debug)]
[INFO] [stderr]   |          ^^^^^ could not find `write` in `core`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `option` in `core`
[INFO] [stderr]  --> crates/core/src/error.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[derive(Error, Debug)]
[INFO] [stderr]   |          ^^^^^ could not find `option` in `core`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]   |
[INFO] [stderr] 1 + use std::option;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `fmt` in `core`
[INFO] [stderr]  --> crates/core/src/error.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[derive(Error, Debug)]
[INFO] [stderr]   |          ^^^^^ could not find `fmt` in `core`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]   |
[INFO] [stderr] 1 + use std::fmt;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `convert` in `core`
[INFO] [stderr]  --> crates/core/src/error.rs:7:10
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[derive(Error, Debug)]
[INFO] [stderr]   |          ^^^^^ could not find `convert` in `core`
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]   |
[INFO] [stderr] 1 + use std::convert;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `pin` in `core`
[INFO] [stderr]   --> crates/core/src/message.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[async_trait]
[INFO] [stderr]    | ^^^^^^^^^^^^^^ could not find `pin` in `core`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]    |
[INFO] [stderr]  1 + use std::pin;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `future` in `core`
[INFO] [stderr]   --> crates/core/src/message.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[async_trait]
[INFO] [stderr]    | ^^^^^^^^^^^^^^ could not find `future` in `core`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]    |
[INFO] [stderr]  1 + use std::future;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `marker` in `core`
[INFO] [stderr]   --> crates/core/src/message.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[async_trait]
[INFO] [stderr]    | ^^^^^^^^^^^^^^ could not find `marker` in `core`
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]    |
[INFO] [stderr]  1 + use std::marker;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `pin` in `core`
[INFO] [stderr]    --> crates/core/src/network.rs:761:1
[INFO] [stderr]     |
[INFO] [stderr] 761 | #[async_trait]
[INFO] [stderr]     | ^^^^^^^^^^^^^^ could not find `pin` in `core`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]     |
[INFO] [stderr]   1 + use std::pin;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `future` in `core`
[INFO] [stderr]    --> crates/core/src/network.rs:761:1
[INFO] [stderr]     |
[INFO] [stderr] 761 | #[async_trait]
[INFO] [stderr]     | ^^^^^^^^^^^^^^ could not find `future` in `core`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]     |
[INFO] [stderr]   1 + use std::future;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: cannot find `marker` in `core`
[INFO] [stderr]    --> crates/core/src/network.rs:761:1
[INFO] [stderr]     |
[INFO] [stderr] 761 | #[async_trait]
[INFO] [stderr]     | ^^^^^^^^^^^^^^ could not find `marker` in `core`
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]     |
[INFO] [stderr]   1 + use std::marker;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: doctest failed, to rerun pass `-p core --doc`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name core --test crates/core/src/lib.rs --test-run-directory /opt/rustwide/workdir/crates/core --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5c5020a1011a8ef6.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-096761fe194cb5db.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rlib --extern core=/opt/rustwide/target/debug/deps/libcore-12c2a0fbd50f13d7.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-2c30367dd3f6bd9f.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-b45272c6c8847910.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a8e7afa1641dcccc.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b5b2226d863c038e.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-47026c6ae40e4f91.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-8e60c799fd6ed39c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-bbc54cb90a63a037.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-745016e53d707aa1.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-da7f1eca4b65b308.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a7843f4e461223dc.rlib -L dependency=/opt/rustwide/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --cap-lints=warn --error-format human` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "98aacb62429af1e45d7146d4516e58cb3cdfb7859a738bb47d71169ab795f1c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98aacb62429af1e45d7146d4516e58cb3cdfb7859a738bb47d71169ab795f1c3", kill_on_drop: false }`
[INFO] [stdout] 98aacb62429af1e45d7146d4516e58cb3cdfb7859a738bb47d71169ab795f1c3
