[INFO] cloning repository https://github.com/100mountains/farter-mono
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/100mountains/farter-mono" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F100mountains%2Ffarter-mono", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F100mountains%2Ffarter-mono'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ab44e5b93d010f357b9e9668163971e0961a62d
[INFO] testing 100mountains/farter-mono 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%2F100mountains%2Ffarter-mono" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/100mountains/farter-mono
[INFO] finished tweaking git repo https://github.com/100mountains/farter-mono
[INFO] tweaked toml for git repo https://github.com/100mountains/farter-mono written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/100mountains/farter-mono 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/100mountains/farter-mono 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] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-2-tc2/source/barter-data-rs/examples/public_trades_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams`
[INFO] [stderr]   * `example` target `public_trades_streams`
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-2-tc2/source/barter-data-rs/examples/public_trades_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams_multi_exchange`
[INFO] [stderr]   * `example` target `public_trades_streams_multi_exchange`
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-2-tc2/source/barter-data-rs/examples/order_books_l1_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr]   * `example` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-2-tc2/source/barter-data-rs/examples/order_books_l2_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l2_streams`
[INFO] [stderr]   * `example` target `order_books_l2_streams`
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-2-tc2/source/barter-data-rs/examples/multi_stream_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `multi_stream_multi_exchange`
[INFO] [stderr]   * `example` target `multi_stream_multi_exchange`
[INFO] [stderr] warning: /workspace/builds/worker-2-tc2/source/barter-data-rs/Cargo.toml: file `/workspace/builds/worker-2-tc2/source/barter-data-rs/examples/order_books_l1_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams`
[INFO] [stderr]   * `example` target `order_books_l1_streams`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] be2b718e608cc170f9efdfcf88b49c3b6009d7657625143241ecf2dd6e2fd050
[INFO] running `Command { std: "docker" "start" "-a" "be2b718e608cc170f9efdfcf88b49c3b6009d7657625143241ecf2dd6e2fd050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be2b718e608cc170f9efdfcf88b49c3b6009d7657625143241ecf2dd6e2fd050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be2b718e608cc170f9efdfcf88b49c3b6009d7657625143241ecf2dd6e2fd050", kill_on_drop: false }`
[INFO] [stdout] be2b718e608cc170f9efdfcf88b49c3b6009d7657625143241ecf2dd6e2fd050
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 2f6b1c50cb285b40a4ee1bce044697a26dbb8d7da8b737743d91017daece71c3
[INFO] running `Command { std: "docker" "start" "-a" "2f6b1c50cb285b40a4ee1bce044697a26dbb8d7da8b737743d91017daece71c3", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/multi_stream_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `multi_stream_multi_exchange`
[INFO] [stderr]   * `example` target `multi_stream_multi_exchange`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l1_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr]   * `example` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/public_trades_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams`
[INFO] [stderr]   * `example` target `public_trades_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l1_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams`
[INFO] [stderr]   * `example` target `order_books_l1_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l2_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l2_streams`
[INFO] [stderr]   * `example` target `order_books_l2_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/public_trades_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams_multi_exchange`
[INFO] [stderr]   * `example` target `public_trades_streams_multi_exchange`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling rustls v0.20.9
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling ta v0.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling encode_unicode v1.0.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling barter-macro v0.1.1
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling webpki v0.22.4
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling redis v0.22.3
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tungstenite v0.18.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_qs v0.12.0
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.18.0
[INFO] [stderr]    Compiling prettytable-rs v0.10.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling rust_decimal_macros v1.34.2
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling barter-integration v0.5.3 (/opt/rustwide/workdir/barter-integration-rs)
[INFO] [stderr]    Compiling barter-data v0.7.0 (/opt/rustwide/workdir/barter-data-rs)
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> barter-data-rs/src/exchange/kraken/trade.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |         trade.time.timestamp_nanos(),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling barter v0.8.13 (/opt/rustwide/workdir/barter-rs)
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     fn remove_position(
[INFO] [stdout] 80 | |         &mut self,
[INFO] [stdout] 81 | |         position_id: &String,
[INFO] [stdout] 82 | |     ) -> Result<Option<Position>, RepositoryError> {
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:86:14
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del(position_id)
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del::<_, ()>(position_id)
[INFO] [stdout]    |                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: barter v0.8.13 (/opt/rustwide/workdir/barter-rs), redis v0.22.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "2f6b1c50cb285b40a4ee1bce044697a26dbb8d7da8b737743d91017daece71c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f6b1c50cb285b40a4ee1bce044697a26dbb8d7da8b737743d91017daece71c3", kill_on_drop: false }`
[INFO] [stdout] 2f6b1c50cb285b40a4ee1bce044697a26dbb8d7da8b737743d91017daece71c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 6e12545e242d2367192cd1c5cb2ea35c9eaa925388198324ba332ca858018b5d
[INFO] running `Command { std: "docker" "start" "-a" "6e12545e242d2367192cd1c5cb2ea35c9eaa925388198324ba332ca858018b5d", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l1_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams`
[INFO] [stderr]   * `example` target `order_books_l1_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/public_trades_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams_multi_exchange`
[INFO] [stderr]   * `example` target `public_trades_streams_multi_exchange`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/multi_stream_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `multi_stream_multi_exchange`
[INFO] [stderr]   * `example` target `multi_stream_multi_exchange`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l2_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l2_streams`
[INFO] [stderr]   * `example` target `order_books_l2_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/public_trades_streams.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `public_trades_streams`
[INFO] [stderr]   * `example` target `public_trades_streams`
[INFO] [stderr] warning: /opt/rustwide/workdir/barter-data-rs/Cargo.toml: file `/opt/rustwide/workdir/barter-data-rs/examples/order_books_l1_streams_multi_exchange.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr]   * `example` target `order_books_l1_streams_multi_exchange`
[INFO] [stderr]    Compiling barter-integration v0.5.3 (/opt/rustwide/workdir/barter-integration-rs)
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> barter-data-rs/src/exchange/kraken/trade.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |         trade.time.timestamp_nanos(),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling barter-data v0.7.0 (/opt/rustwide/workdir/barter-data-rs)
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     fn remove_position(
[INFO] [stdout] 80 | |         &mut self,
[INFO] [stdout] 81 | |         position_id: &String,
[INFO] [stdout] 82 | |     ) -> Result<Option<Position>, RepositoryError> {
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:86:14
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del(position_id)
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del::<_, ()>(position_id)
[INFO] [stdout]    |                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling barter v0.8.13 (/opt/rustwide/workdir/barter-rs)
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     fn remove_position(
[INFO] [stdout] 80 | |         &mut self,
[INFO] [stdout] 81 | |         position_id: &String,
[INFO] [stdout] 82 | |     ) -> Result<Option<Position>, RepositoryError> {
[INFO] [stdout]    | |__________________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: FromRedisValue` will fail
[INFO] [stdout]   --> barter-rs/src/portfolio/repository/redis.rs:86:14
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del(position_id)
[INFO] [stdout]    |              ^^^
[INFO] [stdout]    = note: `#[warn(dependency_on_unit_never_type_fallback)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout] 86 |             .del::<_, ()>(position_id)
[INFO] [stdout]    |                 +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
[INFO] [stdout]    --> barter-data-rs/src/exchange/coinbase/trade.rs:118:37
[INFO] [stdout]     |
[INFO] [stdout] 118 |                     time: DateTime::from_utc(
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `chrono::DateTime::<Tz>::timestamp_nanos`: use `timestamp_nanos_opt()` instead
[INFO] [stdout]   --> barter-data-rs/src/exchange/kraken/trade.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |         trade.time.timestamp_nanos(),
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `barter-data` (example "public_trades_streams_multi_exchange")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name public_trades_streams_multi_exchange --edition=2021 barter-data-rs/examples/public_trades_streams_multi_exchange.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1b0558eb9cf94bc -C extra-filename=-28f75597cef57e72 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-fa2747222fe1a618.so --extern barter_data=/opt/rustwide/target/debug/deps/libbarter_data-771341994bdb9733.rlib --extern barter_integration=/opt/rustwide/target/debug/deps/libbarter_integration-0dae86f14fbd6773.rlib --extern barter_macro=/opt/rustwide/target/debug/deps/libbarter_macro-51d3895f6908936c.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-d59b6c4725bd9a5e.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-28ced8f1fb220f60.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-57ddc20ebb942473.rlib --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-d8654975bc51704a.rlib --extern rust_decimal_macros=/opt/rustwide/target/debug/deps/librust_decimal_macros-927d40611efc232c.so --extern serde=/opt/rustwide/target/debug/deps/libserde-e13bb95b5738f07f.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-488956aa7789de11.rlib --extern ta=/opt/rustwide/target/debug/deps/libta-e9a26971ce03f558.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d18168e3caa44f96.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-aa854e94939e502a.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a0983c386ddca4eb.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-7ae8c0b5791f2f8e.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-f45b5f23cedfd567.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-584af45e868bc717.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-6595cbd5bb9e801f/out -L native=/opt/rustwide/target/debug/build/ring-95c5308ac26f687f/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6e12545e242d2367192cd1c5cb2ea35c9eaa925388198324ba332ca858018b5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e12545e242d2367192cd1c5cb2ea35c9eaa925388198324ba332ca858018b5d", kill_on_drop: false }`
[INFO] [stdout] 6e12545e242d2367192cd1c5cb2ea35c9eaa925388198324ba332ca858018b5d
