[INFO] cloning repository https://github.com/paulxiep/quant-trading-gym [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paulxiep/quant-trading-gym" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulxiep%2Fquant-trading-gym", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulxiep%2Fquant-trading-gym'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 904fa7d8b9d2b54f7105ed707087cae36beab8cb [INFO] testing paulxiep/quant-trading-gym against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulxiep%2Fquant-trading-gym" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/paulxiep/quant-trading-gym [INFO] finished tweaking git repo https://github.com/paulxiep/quant-trading-gym [INFO] tweaked toml for git repo https://github.com/paulxiep/quant-trading-gym written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/paulxiep/quant-trading-gym on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/paulxiep/quant-trading-gym 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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ae75301f049604f068ca8f2d724f51169e3201858e9e7dcac22e832e68c5319 [INFO] running `Command { std: "docker" "start" "-a" "7ae75301f049604f068ca8f2d724f51169e3201858e9e7dcac22e832e68c5319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ae75301f049604f068ca8f2d724f51169e3201858e9e7dcac22e832e68c5319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ae75301f049604f068ca8f2d724f51169e3201858e9e7dcac22e832e68c5319", kill_on_drop: false }` [INFO] [stdout] 7ae75301f049604f068ca8f2d724f51169e3201858e9e7dcac22e832e68c5319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 388d1d7720bcb38538d2e1451d68ab90085dad1da937a7a3bbeed9fad012234d [INFO] running `Command { std: "docker" "start" "-a" "388d1d7720bcb38538d2e1451d68ab90085dad1da937a7a3bbeed9fad012234d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling zmij v1.0.8 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling arrow-schema v57.2.0 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling find-msvc-tools v0.1.7 [INFO] [stderr] Compiling lexical-util v1.0.7 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling compact_str v0.9.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling lexical-parse-integer v1.0.6 [INFO] [stderr] Compiling lexical-write-integer v1.0.6 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling lexical-parse-float v1.0.6 [INFO] [stderr] Compiling lru v0.16.2 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling flatbuffers v25.12.19 [INFO] [stderr] Compiling time-core v0.1.6 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling lexical-write-float v1.0.6 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling syn v2.0.112 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling lexical-core v1.0.6 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling unicode-truncate v2.0.0 [INFO] [stderr] Compiling line-clipping v0.3.5 [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.2.52 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling snap v1.1.1 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling twox-hash v2.1.2 [INFO] [stderr] Compiling zlib-rs v0.5.5 [INFO] [stderr] Compiling integer-encoding v3.0.4 [INFO] [stderr] Compiling brotli v8.0.2 [INFO] [stderr] Compiling lz4_flex v0.12.0 [INFO] [stderr] Compiling hashlink v0.11.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling thrift v0.17.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling seq-macro v0.3.6 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling libsqlite3-sys v0.36.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling flate2 v1.1.8 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling kasuari v0.4.11 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling ratatui-core v0.1.0 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling types v0.1.0 (/opt/rustwide/workdir/crates/types) [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling ratatui-widgets v0.3.0 [INFO] [stderr] Compiling quant v0.1.0 (/opt/rustwide/workdir/crates/quant) [INFO] [stderr] Compiling sim-core v0.1.0 (/opt/rustwide/workdir/crates/sim-core) [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling parallel v0.1.0 (/opt/rustwide/workdir/crates/parallel) [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling arrow-buffer v57.2.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling arrow-data v57.2.0 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling news v0.1.0 (/opt/rustwide/workdir/crates/news) [INFO] [stderr] Compiling ratatui-crossterm v0.1.0 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling ratatui-macros v0.7.0 [INFO] [stderr] Compiling ratatui v0.30.0 [INFO] [stderr] Compiling tui v0.1.0 (/opt/rustwide/workdir/crates/tui) [INFO] [stderr] Compiling arrow-array v57.2.0 [INFO] [stderr] Compiling agents v0.1.0 (/opt/rustwide/workdir/crates/agents) [INFO] [stderr] Compiling simulation v0.1.0 (/opt/rustwide/workdir/crates/simulation) [INFO] [stderr] Compiling arrow-select v57.2.0 [INFO] [stderr] Compiling arrow-row v57.2.0 [INFO] [stderr] Compiling arrow-arith v57.2.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling rusqlite v0.38.0 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling arrow-ord v57.2.0 [INFO] [stderr] Compiling arrow-ipc v57.2.0 [INFO] [stderr] Compiling arrow-string v57.2.0 [INFO] [stderr] Compiling arrow-cast v57.2.0 [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir/crates/server) [INFO] [stderr] Compiling arrow-json v57.2.0 [INFO] [stderr] Compiling arrow-csv v57.2.0 [INFO] [stderr] Compiling parquet v57.2.0 [INFO] [stderr] Compiling arrow v57.2.0 [INFO] [stderr] Compiling storage v0.1.0 (/opt/rustwide/workdir/crates/storage) [INFO] [stderr] Compiling quant-trading-gym v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s [INFO] running `Command { std: "docker" "inspect" "388d1d7720bcb38538d2e1451d68ab90085dad1da937a7a3bbeed9fad012234d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "388d1d7720bcb38538d2e1451d68ab90085dad1da937a7a3bbeed9fad012234d", kill_on_drop: false }` [INFO] [stdout] 388d1d7720bcb38538d2e1451d68ab90085dad1da937a7a3bbeed9fad012234d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91327359204a9837bd8e59101df7ef1b37aac4e7759dc26ac0c6614fd4e655cd [INFO] running `Command { std: "docker" "start" "-a" "91327359204a9837bd8e59101df7ef1b37aac4e7759dc26ac0c6614fd4e655cd", kill_on_drop: false }` [INFO] [stderr] Compiling quant-trading-gym v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `Command { std: "docker" "inspect" "91327359204a9837bd8e59101df7ef1b37aac4e7759dc26ac0c6614fd4e655cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91327359204a9837bd8e59101df7ef1b37aac4e7759dc26ac0c6614fd4e655cd", kill_on_drop: false }` [INFO] [stdout] 91327359204a9837bd8e59101df7ef1b37aac4e7759dc26ac0c6614fd4e655cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f1f5a8f27c0762fd391998ca97153490e8d8db1dc0bdaa0bccea621b992bce8 [INFO] running `Command { std: "docker" "start" "-a" "0f1f5a8f27c0762fd391998ca97153490e8d8db1dc0bdaa0bccea621b992bce8", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/quant_trading_gym-2a45465f3c984232) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/quant_trading_gym-9744a49cea48007a) [INFO] [stdout] [INFO] [stderr] Doc-tests quant_trading_gym [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] [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] running `Command { std: "docker" "inspect" "0f1f5a8f27c0762fd391998ca97153490e8d8db1dc0bdaa0bccea621b992bce8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f1f5a8f27c0762fd391998ca97153490e8d8db1dc0bdaa0bccea621b992bce8", kill_on_drop: false }` [INFO] [stdout] 0f1f5a8f27c0762fd391998ca97153490e8d8db1dc0bdaa0bccea621b992bce8