[INFO] cloning repository https://github.com/Bluheir/cacophoney-lib
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bluheir/cacophoney-lib" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBluheir%2Fcacophoney-lib", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBluheir%2Fcacophoney-lib'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 159a3dcba195974b34727ce9a611f5987887e95e
[INFO] building Bluheir/cacophoney-lib against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBluheir%2Fcacophoney-lib" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Bluheir/cacophoney-lib on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Bluheir/cacophoney-lib
[INFO] finished tweaking git repo https://github.com/Bluheir/cacophoney-lib
[INFO] tweaked toml for git repo https://github.com/Bluheir/cacophoney-lib written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Bluheir/cacophoney-lib 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1eed661310830eb0ec1e564a56465b68cd0a625b6e1899a14f59fcd630d3a9e9
[INFO] running `Command { std: "docker" "start" "-a" "1eed661310830eb0ec1e564a56465b68cd0a625b6e1899a14f59fcd630d3a9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1eed661310830eb0ec1e564a56465b68cd0a625b6e1899a14f59fcd630d3a9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1eed661310830eb0ec1e564a56465b68cd0a625b6e1899a14f59fcd630d3a9e9", kill_on_drop: false }`
[INFO] [stdout] 1eed661310830eb0ec1e564a56465b68cd0a625b6e1899a14f59fcd630d3a9e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3759e8c170bcd1f853b1078648056cabed56c39a64df4cb17f06054a375545fa
[INFO] running `Command { std: "docker" "start" "-a" "3759e8c170bcd1f853b1078648056cabed56c39a64df4cb17f06054a375545fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling arrayref v0.3.7
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling constant_time_eq v0.3.0
[INFO] [stderr]    Compiling tower-async-service v0.2.0
[INFO] [stderr]    Compiling sdd v0.2.0
[INFO] [stderr]    Compiling tower-async-layer v0.2.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling tower-async v0.2.0
[INFO] [stderr]    Compiling scc v2.1.1
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling blake3 v1.5.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling libsecp256k1-core v0.3.0
[INFO] [stderr]    Compiling hmac v0.8.1
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling hmac-drbg v0.3.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling libsecp256k1-gen-genmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1-gen-ecmult v0.3.0
[INFO] [stderr]    Compiling libsecp256k1 v0.7.1
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling serde_with_macros v3.8.1
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling arcstr v1.1.5
[INFO] [stderr]    Compiling serde_with v3.8.1
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling cacophoney-lib v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `notify`, `notify_recv`, and `stream_opener` are never read
[INFO] [stdout]   --> src/mock/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct MockConnection {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 26 |     notify: MockNotify,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 27 |     notify_recv: mpsc::Receiver<KeyTriad<SignedData>>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 28 |     stream_opener: mpsc::Sender<(PublicKey, MockWrite, MockRead)>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.69s
[INFO] running `Command { std: "docker" "inspect" "3759e8c170bcd1f853b1078648056cabed56c39a64df4cb17f06054a375545fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3759e8c170bcd1f853b1078648056cabed56c39a64df4cb17f06054a375545fa", kill_on_drop: false }`
[INFO] [stdout] 3759e8c170bcd1f853b1078648056cabed56c39a64df4cb17f06054a375545fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a6f4294d412aa08e708102c3c5e7e7d98c6e3368f6782f52b4c65498d404f11a
[INFO] running `Command { std: "docker" "start" "-a" "a6f4294d412aa08e708102c3c5e7e7d98c6e3368f6782f52b4c65498d404f11a", kill_on_drop: false }`
[INFO] [stderr]    Compiling cacophoney-lib v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `notify`, `notify_recv`, and `stream_opener` are never read
[INFO] [stdout]   --> src/mock/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct MockConnection {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 26 |     notify: MockNotify,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 27 |     notify_recv: mpsc::Receiver<KeyTriad<SignedData>>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 28 |     stream_opener: mpsc::Sender<(PublicKey, MockWrite, MockRead)>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `notify`, `notify_recv`, and `stream_opener` are never read
[INFO] [stdout]   --> src/mock/mod.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct MockConnection {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] 26 |     notify: MockNotify,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 27 |     notify_recv: mpsc::Receiver<KeyTriad<SignedData>>,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 28 |     stream_opener: mpsc::Sender<(PublicKey, MockWrite, MockRead)>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.05s
[INFO] running `Command { std: "docker" "inspect" "a6f4294d412aa08e708102c3c5e7e7d98c6e3368f6782f52b4c65498d404f11a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6f4294d412aa08e708102c3c5e7e7d98c6e3368f6782f52b4c65498d404f11a", kill_on_drop: false }`
[INFO] [stdout] a6f4294d412aa08e708102c3c5e7e7d98c6e3368f6782f52b4c65498d404f11a
