[INFO] cloning repository https://github.com/tomaszKostur/Squid
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomaszKostur/Squid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FtomaszKostur%2FSquid", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FtomaszKostur%2FSquid'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 32365a3f0e418dab5468802a8eeb2448823ab517
[INFO] testing tomaszKostur/Squid 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%2FtomaszKostur%2FSquid" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomaszKostur/Squid
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/tomaszKostur/Squid
[INFO] tweaked toml for git repo https://github.com/tomaszKostur/Squid written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomaszKostur/Squid 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/tomaszKostur/Squid 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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] c21e33873e588acba6e271db005e02f83bdf38e2950f8c26e233da7ea55d3b9d
[INFO] running `Command { std: "docker" "start" "-a" "c21e33873e588acba6e271db005e02f83bdf38e2950f8c26e233da7ea55d3b9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c21e33873e588acba6e271db005e02f83bdf38e2950f8c26e233da7ea55d3b9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c21e33873e588acba6e271db005e02f83bdf38e2950f8c26e233da7ea55d3b9d", kill_on_drop: false }`
[INFO] [stdout] c21e33873e588acba6e271db005e02f83bdf38e2950f8c26e233da7ea55d3b9d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 168afb5773b2bef73cf5885f3454653dec463eadcb6d3601f2921bb2863f6500
[INFO] running `Command { std: "docker" "start" "-a" "168afb5773b2bef73cf5885f3454653dec463eadcb6d3601f2921bb2863f6500", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.101
[INFO] [stderr]    Compiling libc v0.2.134
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling once_cell v1.15.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling futures-io v0.3.24
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling cache-padded v1.2.0
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling concurrent-queue v1.2.4
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling fastrand v1.8.0
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling polling v2.3.0
[INFO] [stderr]    Compiling tokio v1.21.2
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling openssl-sys v0.9.76
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.7+1.45.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling curl-sys v0.4.56+curl-7.83.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling async-channel v1.7.1
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling async-io v1.9.0
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling async-task v4.3.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling openssl v0.10.42
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling ena v0.14.0
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling async-process v1.5.0
[INFO] [stderr]    Compiling pico-args v0.4.2
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling blocking v1.2.0
[INFO] [stderr]    Compiling async-executor v1.4.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling async-lock v2.5.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling curl v0.4.44
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling lalrpop-util v0.19.8
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling os_str_bytes v6.3.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling isahc v1.7.2
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling digest v0.10.5
[INFO] [stderr]    Compiling textwrap v0.12.1
[INFO] [stderr]    Compiling sluice v0.5.5
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling lalrpop v0.19.8
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling castaway v0.1.2
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling textwrap v0.15.1
[INFO] [stderr]    Compiling console v0.15.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling levenshtein v1.0.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.50
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling similar v2.2.0
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.2
[INFO] [stderr]    Compiling nom_locate v4.0.0
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling ctor v0.1.23
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling sealed v0.3.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling typed-builder v0.7.1
[INFO] [stderr]    Compiling ghost v0.1.6
[INFO] [stderr]    Compiling synthez-core v0.2.0
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling inventory v0.3.2
[INFO] [stderr]    Compiling sealed v0.4.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling synthez-codegen v0.2.0
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling synthez v0.2.0
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling cucumber-expressions v0.2.1
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling clap v3.2.22
[INFO] [stderr]    Compiling async-global-executor v2.3.0
[INFO] [stderr]    Compiling async-std v1.12.0
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling cucumber-codegen v0.14.2
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling futures-executor v0.3.24
[INFO] [stderr]    Compiling futures v0.3.24
[INFO] [stderr]    Compiling async-object-pool v0.1.4
[INFO] [stderr]    Compiling serde_regex v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling gherkin v0.12.0
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling cucumber v0.14.2
[INFO] [stderr]    Compiling basic-cookies v0.1.4
[INFO] [stderr]    Compiling hyper v0.14.20
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling httpmock v0.6.6
[INFO] [stderr]    Compiling reqwest v0.11.12
[INFO] [stderr]    Compiling growing_squid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.8, openssl v0.10.42
[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" "168afb5773b2bef73cf5885f3454653dec463eadcb6d3601f2921bb2863f6500", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "168afb5773b2bef73cf5885f3454653dec463eadcb6d3601f2921bb2863f6500", kill_on_drop: false }`
[INFO] [stdout] 168afb5773b2bef73cf5885f3454653dec463eadcb6d3601f2921bb2863f6500
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 8707ad233decdbeca8f1e733191ac0ccad1f0d2dedb1b115e88fb43a98aabdb5
[INFO] running `Command { std: "docker" "start" "-a" "8707ad233decdbeca8f1e733191ac0ccad1f0d2dedb1b115e88fb43a98aabdb5", kill_on_drop: false }`
[INFO] [stderr]    Compiling growing_squid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> tests/helper_structs.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Fee(u32, f32);
[INFO] [stdout]    |            --- ^^^  ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            fields in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing these fields
[INFO] [stdout]    = note: `Fee` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XXBTZUSD` should have a snake case name
[INFO] [stdout]   --> tests/helper_structs.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub XXBTZUSD: TradingPair,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `xxbtzusd`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> tests/helper_structs.rs:27:16
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Fee(u32, f32);
[INFO] [stdout]    |            --- ^^^  ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            fields in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing these fields
[INFO] [stdout]    = note: `Fee` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> tests/helper_structs.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 30 | pub struct TradingPairAll {
[INFO] [stdout]    |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     pub cost_decimals: u32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 36 |     pub fee_volume_currency: String,
[INFO] [stdout] 37 |     pub fees: Vec<Fee>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 38 |     pub fees_maker: Vec<Fee>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 39 |     pub leverage_buy: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 40 |     pub leverage_sell: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 41 |     pub lot: String,
[INFO] [stdout] 42 |     pub lot_decimals: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 43 |     pub lot_multiplier: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 44 |     pub margin_call: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 45 |     pub margin_stop: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 46 |     pub ordermin: String, // Why not f32?
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 47 |     pub pair_decimals: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TradingPairAll` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `fee_volume_currency`, `fees`, and `fees_maker` are never read
[INFO] [stdout]   --> tests/helper_structs.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct TradingPairFees {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 54 |     pub fee_volume_currency: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 55 |     pub fees: Vec<Fee>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 56 |     pub fees_maker: Vec<Fee>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TradingPairFees` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `leverage_buy` and `leverage_sell` are never read
[INFO] [stdout]   --> tests/helper_structs.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct TradingPairLeverage {
[INFO] [stdout]    |            ------------------- fields in this struct
[INFO] [stdout] 61 |     pub leverage_buy: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 62 |     pub leverage_sell: Vec<u8>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TradingPairLeverage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `margin_call` and `margin_level` are never read
[INFO] [stdout]   --> tests/helper_structs.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct TradingPairMargin {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] 67 |     pub margin_call: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 68 |     pub margin_level: u8, // BUG?: Shouldn't this be named margin_stop?
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TradingPairMargin` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> tests/helper_structs.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub struct OrderDetails {
[INFO] [stdout]     |            ------------ fields in this struct
[INFO] [stdout] 153 |     pub cost: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 154 |     pub descr: HashMap<String, String>,
[INFO] [stdout] 155 |     pub expiretm: u32,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 156 |     pub fee: String,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 157 |     pub limitprice: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 158 |     pub misc: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 159 |     pub oflags: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 160 |     pub opentm: f64,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 161 |     pub price: String,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 162 |     pub refid: Option<String>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout] 163 |     pub starttm: u32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 164 |     pub status: String,
[INFO] [stdout] 165 |     pub stopprice: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 166 |     pub userref: u32,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 167 |     pub vol: String,
[INFO] [stdout] 168 |     pub vol_exec: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `OrderDetails` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OrderDetailsRuler` is never constructed
[INFO] [stdout]    --> tests/helper_structs.rs:172:12
[INFO] [stdout]     |
[INFO] [stdout] 172 | pub struct OrderDetailsRuler {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `XXBTZUSD` should have a snake case name
[INFO] [stdout]   --> tests/helper_structs.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub XXBTZUSD: TradingPair,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `xxbtzusd`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.98s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.8, openssl v0.10.42
[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" "8707ad233decdbeca8f1e733191ac0ccad1f0d2dedb1b115e88fb43a98aabdb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8707ad233decdbeca8f1e733191ac0ccad1f0d2dedb1b115e88fb43a98aabdb5", kill_on_drop: false }`
[INFO] [stdout] 8707ad233decdbeca8f1e733191ac0ccad1f0d2dedb1b115e88fb43a98aabdb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 5077cc345d8b9515cd7bdb6d0e5b99449abade72c55c3595126b2f5ac8aa00d6
[INFO] running `Command { std: "docker" "start" "-a" "5077cc345d8b9515cd7bdb6d0e5b99449abade72c55c3595126b2f5ac8aa00d6", kill_on_drop: false }`
[INFO] [stderr] warning: fields `0` and `1` are never read
[INFO] [stderr]   --> tests/helper_structs.rs:27:16
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub struct Fee(u32, f32);
[INFO] [stderr]    |            --- ^^^  ^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            fields in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing these fields
[INFO] [stderr]    = note: `Fee` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> tests/helper_structs.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub struct TradingPairAll {
[INFO] [stderr]    |            -------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 35 |     pub cost_decimals: u32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 36 |     pub fee_volume_currency: String,
[INFO] [stderr] 37 |     pub fees: Vec<Fee>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 38 |     pub fees_maker: Vec<Fee>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 39 |     pub leverage_buy: Vec<u8>,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 40 |     pub leverage_sell: Vec<u8>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr] 41 |     pub lot: String,
[INFO] [stderr] 42 |     pub lot_decimals: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 43 |     pub lot_multiplier: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 44 |     pub margin_call: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 45 |     pub margin_stop: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 46 |     pub ordermin: String, // Why not f32?
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] 47 |     pub pair_decimals: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TradingPairAll` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `fee_volume_currency`, `fees`, and `fees_maker` are never read
[INFO] [stderr]   --> tests/helper_structs.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 53 | pub struct TradingPairFees {
[INFO] [stderr]    |            --------------- fields in this struct
[INFO] [stderr] 54 |     pub fee_volume_currency: String,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 55 |     pub fees: Vec<Fee>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 56 |     pub fees_maker: Vec<Fee>,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TradingPairFees` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `leverage_buy` and `leverage_sell` are never read
[INFO] [stderr]   --> tests/helper_structs.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub struct TradingPairLeverage {
[INFO] [stderr]    |            ------------------- fields in this struct
[INFO] [stderr] 61 |     pub leverage_buy: Vec<u8>,
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr] 62 |     pub leverage_sell: Vec<u8>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TradingPairLeverage` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `margin_call` and `margin_level` are never read
[INFO] [stderr]   --> tests/helper_structs.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 66 | pub struct TradingPairMargin {
[INFO] [stderr]    |            ----------------- fields in this struct
[INFO] [stderr] 67 |     pub margin_call: u8,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 68 |     pub margin_level: u8, // BUG?: Shouldn't this be named margin_stop?
[INFO] [stderr]    |         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `TradingPairMargin` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]    --> tests/helper_structs.rs:153:9
[INFO] [stderr]     |
[INFO] [stderr] 152 | pub struct OrderDetails {
[INFO] [stderr]     |            ------------ fields in this struct
[INFO] [stderr] 153 |     pub cost: String,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] 154 |     pub descr: HashMap<String, String>,
[INFO] [stderr] 155 |     pub expiretm: u32,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 156 |     pub fee: String,
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 157 |     pub limitprice: String,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr] 158 |     pub misc: String,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] 159 |     pub oflags: String,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 160 |     pub opentm: f64,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 161 |     pub price: String,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 162 |     pub refid: Option<String>,
[INFO] [stderr]     |         ^^^^^
[INFO] [stderr] 163 |     pub starttm: u32,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] 164 |     pub status: String,
[INFO] [stderr] 165 |     pub stopprice: String,
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 166 |     pub userref: u32,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] 167 |     pub vol: String,
[INFO] [stderr] 168 |     pub vol_exec: String,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `OrderDetails` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `OrderDetailsRuler` is never constructed
[INFO] [stderr]    --> tests/helper_structs.rs:172:12
[INFO] [stderr]     |
[INFO] [stderr] 172 | pub struct OrderDetailsRuler {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `XXBTZUSD` should have a snake case name
[INFO] [stderr]   --> tests/helper_structs.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub XXBTZUSD: TradingPair,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `xxbtzusd`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `growing_squid` (test "growing_squid") generated 8 warnings
[INFO] [stderr] warning: `growing_squid` (test "helper_structs") generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: lalrpop v0.19.8, openssl v0.10.42
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/growing_squid-5362c4858f321a4c)
[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 tests/growing_squid.rs (/opt/rustwide/target/debug/deps/growing_squid-75b6cae69f01ae08)
[INFO] [stdout] Feature: Verify if server can respond with list of user orders
[INFO] [stdout]   Scenario: Server should return response with list of user orders
[INFO] [stderr] 
[INFO] [stdout]    ✘  Given User has account, API KEY, and API secret
[INFO] [stderr] thread 'main' (24) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/cucumber.rs:1238:13:
[INFO] [stdout]       Step failed:
[INFO] [stderr] 8 steps failed
[INFO] [stdout]       Defined: tests/features/get_user_orders.feature:5:9
[INFO] [stderr] stack backtrace:
[INFO] [stdout]       Matched: tests/growing_squid.rs:299:1
[INFO] [stderr]    0:     0x5a207b6b481a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]       Step panicked. Captured output: API_KEY not found in environment: NotPresent
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout] Feature: Verifying if server can retrieve current time
[INFO] [stderr]    1:     0x5a207b6b481a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]   Scenario: Server should return correct time
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    ✘  Given Squid website is responding
[INFO] [stderr]    2:     0x5a207b6b481a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]       Step failed:
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]       Defined: tests/features/retrieve_server_time.feature:5:9
[INFO] [stderr]    3:     0x5a207b6b481a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]       Matched: tests/growing_squid.rs:57:1
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]       Step panicked. Captured output: assertion failed: resp.is_ok()
[INFO] [stderr]    4:     0x5a207b6cbcda - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout] Feature: Verifying if server coretly resturns trading pair XBT/USD
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]   Scenario: Server should return trading pair XBT/USD
[INFO] [stderr]    5:     0x5a207b6cbcda - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    ✘  Given Squid website is responding
[INFO] [stderr]    6:     0x5a207b6b9762 - std[b80a194dd3c418bb]::io::default_write_fmt::<std[b80a194dd3c418bb]::sys::stdio::unix::Stderr>
[INFO] [stdout]       Step failed:
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]       Defined: tests/features/retrieve_trading_pair_XBTUSD.feature:4:9
[INFO] [stderr]    7:     0x5a207b6b9762 - <std[b80a194dd3c418bb]::sys::stdio::unix::Stderr as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]       Matched: tests/growing_squid.rs:57:1
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]       Step panicked. Captured output: assertion failed: resp.is_ok()
[INFO] [stderr]    8:     0x5a207b69b9cf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]   Scenario: Server should return traiding pair XBT/USD, but response is limited to leverage
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    ✘  Given Squid website is responding
[INFO] [stderr]    9:     0x5a207b69b9cf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]       Step failed:
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]       Defined: tests/features/retrieve_trading_pair_XBTUSD.feature:9:9
[INFO] [stderr]   10:     0x5a207b6aeae1 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]       Matched: tests/growing_squid.rs:57:1
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:319:9
[INFO] [stdout]       Step panicked. Captured output: assertion failed: resp.is_ok()
[INFO] [stderr]   11:     0x5a207b6aed92 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]   Scenario: Server should return traiding pair XBT/USD, but response is limited to fees
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]    ✘  Given Squid website is responding
[INFO] [stderr]   12:     0x5a207b6aed92 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]       Step failed:
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]       Defined: tests/features/retrieve_trading_pair_XBTUSD.feature:14:9
[INFO] [stderr]   13:     0x5a207b69ba88 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]       Matched: tests/growing_squid.rs:57:1
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]       Step panicked. Captured output: assertion failed: resp.is_ok()
[INFO] [stderr]   14:     0x5a207b693059 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]   Scenario: Server should return traiding pair XBT/USD, but response is limited to margin
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]    ✘  Given Squid website is responding
[INFO] [stderr]   15:     0x5a207b69c6dd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]       Step failed:
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]       Defined: tests/features/retrieve_trading_pair_XBTUSD.feature:19:9
[INFO] [stderr]   16:     0x5a207b6cc5bc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]       Matched: tests/growing_squid.rs:57:1
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]       Step panicked. Captured output: assertion failed: resp.is_ok()
[INFO] [stderr]   17:     0x5a207afc58b8 - core::panicking::panic_display::he3143c3f00015694
[INFO] [stdout]   Scenario: Server should return traiding pair XBT/USD, and request info has info value
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:259:5
[INFO] [stdout]    ✘  Given Squid website is responding
[INFO] [stderr]   18:     0x5a207ae392f5 - cucumber::cucumber::Cucumber<W,P,I,R,Wr,Cli>::filter_run_and_exit::{{closure}}::hca0f84f933d645e2
[INFO] [stdout]       Step failed:
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/cucumber.rs:1238:13
[INFO] [stdout]       Defined: tests/features/retrieve_trading_pair_XBTUSD.feature:24:9
[INFO] [stderr]   19:     0x5a207ae388f7 - cucumber::cucumber::Cucumber<W,P,I,R,Wr,Cli>::run_and_exit::{{closure}}::h2c9b5e31311ceacc
[INFO] [stdout]       Matched: tests/growing_squid.rs:57:1
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/cucumber.rs:1145:57
[INFO] [stdout]       Step panicked. Captured output: assertion failed: resp.is_ok()
[INFO] [stderr]   20:     0x5a207ad949b0 - cucumber::World::run::{{closure}}::hbcb6cc7dbc7c94be
[INFO] [stdout]   Scenario: Server should return error on invalid info value
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.14.2/src/lib.rs:256:46
[INFO] [stdout]    ✘  Given Squid website is responding
[INFO] [stderr]   21:     0x5a207ae4cf83 - <core::pin::Pin<P> as core::future::future::Future>::poll::h39bd610c524305a6
[INFO] [stdout]       Step failed:
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]       Defined: tests/features/retrieve_trading_pair_XBTUSD.feature:29:9
[INFO] [stderr]   22:     0x5a207ae49f8d - growing_squid::main::{{closure}}::h86cbb2b18de914db
[INFO] [stdout]       Matched: tests/growing_squid.rs:57:1
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/growing_squid.rs:341:34
[INFO] [stdout]       Step panicked. Captured output: assertion failed: resp.is_ok()
[INFO] [stderr]   23:     0x5a207adc098d - tokio::park::thread::CachedParkThread::block_on::{{closure}}::h5aa65472e094d3e8
[INFO] [stdout] [Summary]
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/park/thread.rs:267:65
[INFO] [stdout] 3 features
[INFO] [stderr]   24:     0x5a207adc0170 - tokio::coop::with_budget::{{closure}}::hf139470ce7e63f1b
[INFO] [stdout] 8 scenarios (8 failed)
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:102:9
[INFO] [stdout] 8 steps (8 failed)
[INFO] [stderr]   25:     0x5a207ada68d5 - std::thread::local::LocalKey<T>::try_with::he786abf5f3439e96
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stderr]   26:     0x5a207ada631e - std::thread::local::LocalKey<T>::with::ha4e6d6def200f4de
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stderr]   27:     0x5a207adc07f9 - tokio::coop::with_budget::h40dd94b85607ac1e
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:95:13
[INFO] [stderr]   28:     0x5a207adc07f9 - tokio::coop::budget::h160cfaeb6e82d685
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/coop.rs:72:5
[INFO] [stderr]   29:     0x5a207adc07f9 - tokio::park::thread::CachedParkThread::block_on::hf6e0f682e7a5195e
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/park/thread.rs:267:31
[INFO] [stderr]   30:     0x5a207ae4c7b6 - tokio::runtime::enter::Enter::block_on::h474102223bab3e62
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/enter.rs:152:18
[INFO] [stderr]   31:     0x5a207adca309 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::ha2405956560ec8a1
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stderr]   32:     0x5a207ad92df4 - tokio::runtime::Runtime::block_on::h204113629ff35ecf
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.2/src/runtime/mod.rs:492:49
[INFO] [stderr]   33:     0x5a207ae49de7 - growing_squid::main::ha2ab8a5f0bbd4403
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/growing_squid.rs:341:39
[INFO] [stderr]   34:     0x5a207ad8490b - core::ops::function::FnOnce::call_once::hff70e04734e56b8c
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   35:     0x5a207adf218e - std::sys::backtrace::__rust_begin_short_backtrace::h4068cf058d5aeed5
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   36:     0x5a207ae12bc1 - std::rt::lang_start::{{closure}}::hd887cf9f82954a1a
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:206:18
[INFO] [stderr]   37:     0x5a207b6ada04 - <&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   38:     0x5a207b6ada04 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]   39:     0x5a207b6ada04 - std[b80a194dd3c418bb]::panicking::catch_unwind::<i32, &dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]   40:     0x5a207b6ada04 - std[b80a194dd3c418bb]::panic::catch_unwind::<&dyn core[10b6fa85044e1869]::ops::function::Fn<(), Output = i32> + core[10b6fa85044e1869]::panic::unwind_safe::RefUnwindSafe + core[10b6fa85044e1869]::marker::Sync, i32>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stderr]   41:     0x5a207b6ada04 - std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:175:24
[INFO] [stderr]   42:     0x5a207b6ada04 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stderr]   43:     0x5a207b6ada04 - std[b80a194dd3c418bb]::panicking::catch_unwind::<isize, std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stderr]   44:     0x5a207b6ada04 - std[b80a194dd3c418bb]::panic::catch_unwind::<std[b80a194dd3c418bb]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stderr]   45:     0x5a207b6ada04 - std[b80a194dd3c418bb]::rt::lang_start_internal
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:171:5
[INFO] [stderr]   46:     0x5a207ae12ba7 - std::rt::lang_start::hb5d8936f3bfecab6
[INFO] [stderr]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/rt.rs:205:5
[INFO] [stderr]   47:     0x5a207ae5044e - main
[INFO] [stderr]   48:     0x7b10dc16d1ca - <unknown>
[INFO] [stderr]   49:     0x7b10dc16d28b - __libc_start_main
[INFO] [stderr]   50:     0x5a207ad484e5 - _start
[INFO] [stderr]   51:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--test growing_squid`
[INFO] running `Command { std: "docker" "inspect" "5077cc345d8b9515cd7bdb6d0e5b99449abade72c55c3595126b2f5ac8aa00d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5077cc345d8b9515cd7bdb6d0e5b99449abade72c55c3595126b2f5ac8aa00d6", kill_on_drop: false }`
[INFO] [stdout] 5077cc345d8b9515cd7bdb6d0e5b99449abade72c55c3595126b2f5ac8aa00d6
