[INFO] cloning repository https://github.com/sr-fuentes/agg-ws
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sr-fuentes/agg-ws" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsr-fuentes%2Fagg-ws", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsr-fuentes%2Fagg-ws'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 57dfb03d6e267f505503af3f979cb43ddd5a6d5e
[INFO] testing sr-fuentes/agg-ws against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsr-fuentes%2Fagg-ws" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sr-fuentes/agg-ws
[INFO] finished tweaking git repo https://github.com/sr-fuentes/agg-ws
[INFO] tweaked toml for git repo https://github.com/sr-fuentes/agg-ws written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sr-fuentes/agg-ws on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sr-fuentes/agg-ws already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44283913b6401d57d718ce0da522bd369ee7aa77708dc2f3a5114576376a996f
[INFO] running `Command { std: "docker" "start" "-a" "44283913b6401d57d718ce0da522bd369ee7aa77708dc2f3a5114576376a996f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44283913b6401d57d718ce0da522bd369ee7aa77708dc2f3a5114576376a996f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44283913b6401d57d718ce0da522bd369ee7aa77708dc2f3a5114576376a996f", kill_on_drop: false }`
[INFO] [stdout] 44283913b6401d57d718ce0da522bd369ee7aa77708dc2f3a5114576376a996f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85a0e26304d0ffca8b90422ae5d0440aa519d7b2437f3f127559aed2ec3120b8
[INFO] running `Command { std: "docker" "start" "-a" "85a0e26304d0ffca8b90422ae5d0440aa519d7b2437f3f127559aed2ec3120b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling proc-macro2 v1.0.59
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling once_cell v1.17.2
[INFO] [stderr]    Compiling log v0.4.18
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]    Compiling rustls v0.21.1
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling rust_decimal v1.29.1
[INFO] [stderr]    Compiling gimli v0.27.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling cpufeatures v0.2.7
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling object v0.30.3
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling addr2line v0.19.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling data-encoding v2.4.0
[INFO] [stderr]    Compiling rustls-native-certs v0.6.2
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling rustls-webpki v0.100.1
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling console v0.15.7
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.56
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling rust_decimal_macros v1.29.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling better-panic v0.3.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tungstenite v0.19.0
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling tokio-rustls v0.24.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.19.0
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling agg-ws v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
[INFO] running `Command { std: "docker" "inspect" "85a0e26304d0ffca8b90422ae5d0440aa519d7b2437f3f127559aed2ec3120b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85a0e26304d0ffca8b90422ae5d0440aa519d7b2437f3f127559aed2ec3120b8", kill_on_drop: false }`
[INFO] [stdout] 85a0e26304d0ffca8b90422ae5d0440aa519d7b2437f3f127559aed2ec3120b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d53b7eb0dba2588e290ec619e8439cb212ef4a8052add89ae0dea219882b0c6
[INFO] running `Command { std: "docker" "start" "-a" "8d53b7eb0dba2588e290ec619e8439cb212ef4a8052add89ae0dea219882b0c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling agg-ws v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/gdax.rs:218:25
[INFO] [stdout]     |
[INFO] [stdout] 218 |         let value = data.clone();
[INFO] [stdout]     |                         ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/gdax.rs:222:29
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let subscribe = data.clone();
[INFO] [stdout]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/gdax.rs:230:33
[INFO] [stdout]     |
[INFO] [stdout] 230 |         let response_enum = data.clone();
[INFO] [stdout]     |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.13s
[INFO] running `Command { std: "docker" "inspect" "8d53b7eb0dba2588e290ec619e8439cb212ef4a8052add89ae0dea219882b0c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d53b7eb0dba2588e290ec619e8439cb212ef4a8052add89ae0dea219882b0c6", kill_on_drop: false }`
[INFO] [stdout] 8d53b7eb0dba2588e290ec619e8439cb212ef4a8052add89ae0dea219882b0c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8d7aec54118c4c7c90bc26ff5dc54c8aa3b8a75a06e99bb4b71f83aaed3234fa
[INFO] running `Command { std: "docker" "start" "-a" "8d7aec54118c4c7c90bc26ff5dc54c8aa3b8a75a06e99bb4b71f83aaed3234fa", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/gdax.rs:218:25
[INFO] [stderr]     |
[INFO] [stderr] 218 |         let value = data.clone();
[INFO] [stderr]     |                         ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/gdax.rs:222:29
[INFO] [stderr]     |
[INFO] [stderr] 222 |         let subscribe = data.clone();
[INFO] [stderr]     |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/gdax.rs:230:33
[INFO] [stderr]     |
[INFO] [stderr] 230 |         let response_enum = data.clone();
[INFO] [stderr]     |                                 ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `agg-ws` (lib test) generated 3 warnings (run `cargo fix --lib -p agg-ws --tests` to apply 3 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agg_ws-defa5d013fd019d5)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test gdax::tests::deserialize_sub ... ok
[INFO] [stdout] test hyperliquid::tests::deserialize_book ... ok
[INFO] [stdout] test hyperliquid::tests::deserialize_sub ... ok
[INFO] [stdout] test kraken::tests::deserialize_heartbeat ... ok
[INFO] [stdout] test kraken::tests::deserialize_sub_status ... ok
[INFO] [stdout] test hyperliquid::tests::deserialize_trades ... ok
[INFO] [stdout] test kraken::tests::deserialize_system_status ... ok
[INFO] [stdout] test kraken::tests::deserialize_update ... ok
[INFO] [stdout] test trades::tests::convert_hyperliquid_date ... ok
[INFO] [stdout] test trades::tests::convert_kraken_date ... ok
[INFO] [stdout] test hyperliquid::tests::deserialize_connection ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- hyperliquid::tests::deserialize_connection stdout ----
[INFO] [stdout] Error: Error("expected value", line: 1, column: 1)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     hyperliquid::tests::deserialize_connection
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "8d7aec54118c4c7c90bc26ff5dc54c8aa3b8a75a06e99bb4b71f83aaed3234fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d7aec54118c4c7c90bc26ff5dc54c8aa3b8a75a06e99bb4b71f83aaed3234fa", kill_on_drop: false }`
[INFO] [stdout] 8d7aec54118c4c7c90bc26ff5dc54c8aa3b8a75a06e99bb4b71f83aaed3234fa
