[INFO] fetching crate yurl 0.14.6...
[INFO] testing yurl-0.14.6 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate yurl 0.14.6 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate yurl 0.14.6
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate yurl 0.14.6
[INFO] tweaked toml for crates.io crate yurl 0.14.6 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yurl 0.14.6 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yurl 0.14.6 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-0-tc2/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `jurl`
[INFO] [stderr]   * `bin` target `yurl`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d5bb97d7e343434479971734c1b936645ab0d53436a5acc9f08d1b678a36518
[INFO] running `Command { std: "docker" "start" "-a" "0d5bb97d7e343434479971734c1b936645ab0d53436a5acc9f08d1b678a36518", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d5bb97d7e343434479971734c1b936645ab0d53436a5acc9f08d1b678a36518", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d5bb97d7e343434479971734c1b936645ab0d53436a5acc9f08d1b678a36518", kill_on_drop: false }`
[INFO] [stdout] 0d5bb97d7e343434479971734c1b936645ab0d53436a5acc9f08d1b678a36518
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 82e35591b84d2a812f77df4e91ab0a484f14b9196c9bdd93bab10140ba684c9f
[INFO] running `Command { std: "docker" "start" "-a" "82e35591b84d2a812f77df4e91ab0a484f14b9196c9bdd93bab10140ba684c9f", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `jurl`
[INFO] [stderr]   * `bin` target `yurl`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling iri-string v0.7.11
[INFO] [stderr]    Compiling argh_shared v0.1.19
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling argh_derive v0.1.19
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling libsqlite3-sys v0.32.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling argh v0.1.19
[INFO] [stderr]    Compiling arc-swap v1.9.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling yttp v0.0.8
[INFO] [stderr]    Compiling rustyline v15.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rusqlite v0.34.0
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling yurl v0.14.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
[INFO] running `Command { std: "docker" "inspect" "82e35591b84d2a812f77df4e91ab0a484f14b9196c9bdd93bab10140ba684c9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82e35591b84d2a812f77df4e91ab0a484f14b9196c9bdd93bab10140ba684c9f", kill_on_drop: false }`
[INFO] [stdout] 82e35591b84d2a812f77df4e91ab0a484f14b9196c9bdd93bab10140ba684c9f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1862cb3da0757dae64229a4d3a2414a45daec8b999e40709ba4b01ef02fef62
[INFO] running `Command { std: "docker" "start" "-a" "a1862cb3da0757dae64229a4d3a2414a45daec8b999e40709ba4b01ef02fef62", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `jurl`
[INFO] [stderr]   * `bin` target `yurl`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling argh_shared v0.1.19
[INFO] [stderr]    Compiling argh v0.1.19
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling yttp v0.0.8
[INFO] [stderr]    Compiling yttp v0.0.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling yurl v0.14.6 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling mockinx v0.2.1
[INFO] [stdout] warning: unused imports: `delete`, `post`, and `put`
[INFO] [stdout]   --> docs/server.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     routing::{delete, get, post, put},
[INFO] [stdout]    |               ^^^^^^       ^^^^  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StripDateLayer` is never constructed
[INFO] [stdout]    --> docs/server.rs:149:8
[INFO] [stdout]     |
[INFO] [stdout] 149 | struct StripDateLayer;
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expand_default` is never used
[INFO] [stdout]     --> src/main.rs:1504:8
[INFO] [stdout]      |
[INFO] [stdout] 1504 |     fn expand_default(line: &str, config: &Config) -> Result<String, RequestError> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expand_default` is never used
[INFO] [stdout]     --> src/main.rs:1504:8
[INFO] [stdout]      |
[INFO] [stdout] 1504 |     fn expand_default(line: &str, config: &Config) -> Result<String, RequestError> {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.94s
[INFO] running `Command { std: "docker" "inspect" "a1862cb3da0757dae64229a4d3a2414a45daec8b999e40709ba4b01ef02fef62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1862cb3da0757dae64229a4d3a2414a45daec8b999e40709ba4b01ef02fef62", kill_on_drop: false }`
[INFO] [stdout] a1862cb3da0757dae64229a4d3a2414a45daec8b999e40709ba4b01ef02fef62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f5a9c18709e6c2a7b73eef785d8a7ea80cd0f9d6e045315449859c5926aef45e
[INFO] running `Command { std: "docker" "start" "-a" "f5a9c18709e6c2a7b73eef785d8a7ea80cd0f9d6e045315449859c5926aef45e", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `jurl`
[INFO] [stderr]   * `bin` target `yurl`
[INFO] [stderr] warning: function `expand_default` is never used
[INFO] [stderr]     --> src/main.rs:1504:8
[INFO] [stderr]      |
[INFO] [stderr] 1504 |     fn expand_default(line: &str, config: &Config) -> Result<String, RequestError> {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `delete`, `post`, and `put`
[INFO] [stderr]   --> docs/server.rs:11:15
[INFO] [stderr]    |
[INFO] [stderr] 11 |     routing::{delete, get, post, put},
[INFO] [stderr]    |               ^^^^^^       ^^^^  ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `StripDateLayer` is never constructed
[INFO] [stderr]    --> docs/server.rs:149:8
[INFO] [stderr]     |
[INFO] [stderr] 149 | struct StripDateLayer;
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `yurl` (bin "jurl" test) generated 1 warning
[INFO] [stderr] warning: `yurl` (bin "yurl" test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `yurl` (example "demo-server") generated 2 warnings (run `cargo fix --example "demo-server" -p yurl` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jurl-0740423b2fcb9712)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test cache::tests::parse_cache_false ... ok
[INFO] [stdout] test cache::tests::parse_cache_object_full ... ok
[INFO] [stdout] test cache::tests::compute_key_deterministic ... ok
[INFO] [stdout] test cache::tests::compute_key_differs_by_body ... ok
[INFO] [stdout] test cache::tests::parse_cache_object_partial ... ok
[INFO] [stdout] test cache::tests::parse_cache_true ... ok
[INFO] [stdout] test error::tests::from_parse_extracts_position ... ok
[INFO] [stdout] test error::tests::parse_error_display_plain ... ok
[INFO] [stdout] test error::tests::network_error_display ... ok
[INFO] [stdout] test error::tests::parse_error_colored_has_caret ... ok
[INFO] [stdout] test error::tests::parse_error_no_column_fallback ... ok
[INFO] [stdout] test error::tests::structure_error_display ... ok
[INFO] [stdout] test error::tests::url_error_display ... ok
[INFO] [stdout] test tests::classify_arg_empty_or_whitespace_returns_none ... ok
[INFO] [stdout] test tests::arcswap_config_replacement ... ok
[INFO] [stdout] test tests::classify_arg_multiline_uses_first_nonblank_line ... ok
[INFO] [stdout] test tests::config_summary_empty ... ok
[INFO] [stdout] test tests::classify_arg_parseable_with_method_key_is_request ... ok
[INFO] [stdout] test tests::classify_arg_parseable_without_method_key_is_config ... ok
[INFO] [stdout] test tests::config_summary_with_fields ... ok
[INFO] [stdout] test tests::expand_base_vs_merged ... ok
[INFO] [stdout] test tests::expand_curl_horizontal ... ok
[INFO] [stdout] test tests::expand_curl_vertical ... ok
[INFO] [stdout] test tests::expand_horizontal_yaml_single_line ... ok
[INFO] [stdout] test tests::expand_json_horizontal ... ok
[INFO] [stdout] test tests::expand_json_vertical ... ok
[INFO] [stdout] test tests::expand_request_no_method_ok ... ok
[INFO] [stdout] test tests::expand_request_parse_error ... ok
[INFO] [stdout] test tests::expand_request_numeric_key_unquoted ... ok
[INFO] [stdout] test tests::expand_request_api_alias_and_headers ... ok
[INFO] [stdout] test tests::expand_request_preserves_body_and_outputs ... ok
[INFO] [stdout] test tests::expand_request_query_params ... ok
[INFO] [stdout] test tests::expand_request_url_not_string_error ... ok
[INFO] [stdout] test tests::expand_request_rule_headers ... ok
[INFO] [stdout] test tests::expand_request_yaml_flow_format ... ok
[INFO] [stdout] test tests::expand_short_headers ... ok
[INFO] [stdout] test tests::expand_vertical_yaml_multiline ... ok
[INFO] [stdout] test tests::expand_short_ignored_with_curl ... ok
[INFO] [stdout] test tests::flags_editable ... ok
[INFO] [stdout] test tests::flags_mutually_exclusive ... ok
[INFO] [stdout] test tests::flags_parse_invalid ... ok
[INFO] [stdout] test tests::flags_parse_order_independent ... ok
[INFO] [stdout] test tests::flags_parse_valid ... ok
[INFO] [stdout] test tests::hint_flow_quoting_fires_on_flow_with_nested_template ... ok
[INFO] [stdout] test tests::hint_flow_quoting_skips_block_style ... ok
[INFO] [stdout] test tests::hint_flow_quoting_skips_flow_without_template ... ok
[INFO] [stdout] test tests::yaml_flow_key_unquoted_numbers ... ok
[INFO] [stdout] test tests::to_yaml_flow_quoting ... ok
[INFO] [stdout] test yaml_util::tests::block_scalar_quoting ... ok
[INFO] [stdout] test tests::to_yaml_flow_round_trip ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_empty ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_flow_indicators ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_newlines_escaped ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_numbers ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_reserved_words ... ok
[INFO] [stdout] test yaml_util::tests::quoting_colon_space ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_plain ... ok
[INFO] [stdout] test yaml_util::tests::quoting_leading_special ... ok
[INFO] [stdout] test cache::tests::cache_stores_reuses_instance ... ok
[INFO] [stdout] test cache::tests::cache_store_miss ... ok
[INFO] [stdout] test cache::tests::cache_store_expired ... ok
[INFO] [stdout] test cache::tests::cache_store_put_get ... ok
[INFO] [stdout] test interactive::driver::tests::interactive_specs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/yurl-b5c1211b032f2130)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test cache::tests::parse_cache_false ... ok
[INFO] [stdout] test cache::tests::compute_key_deterministic ... ok
[INFO] [stdout] test cache::tests::compute_key_differs_by_body ... ok
[INFO] [stdout] test cache::tests::parse_cache_object_full ... ok
[INFO] [stdout] test cache::tests::parse_cache_object_partial ... ok
[INFO] [stdout] test cache::tests::parse_cache_true ... ok
[INFO] [stdout] test error::tests::from_parse_extracts_position ... ok
[INFO] [stdout] test error::tests::network_error_display ... ok
[INFO] [stdout] test error::tests::parse_error_display_plain ... ok
[INFO] [stdout] test error::tests::parse_error_colored_has_caret ... ok
[INFO] [stdout] test error::tests::parse_error_no_column_fallback ... ok
[INFO] [stdout] test error::tests::structure_error_display ... ok
[INFO] [stdout] test error::tests::url_error_display ... ok
[INFO] [stdout] test tests::classify_arg_empty_or_whitespace_returns_none ... ok
[INFO] [stdout] test tests::arcswap_config_replacement ... ok
[INFO] [stdout] test tests::classify_arg_multiline_uses_first_nonblank_line ... ok
[INFO] [stdout] test tests::classify_arg_parseable_with_method_key_is_request ... ok
[INFO] [stdout] test tests::config_summary_empty ... ok
[INFO] [stdout] test tests::classify_arg_parseable_without_method_key_is_config ... ok
[INFO] [stdout] test tests::config_summary_with_fields ... ok
[INFO] [stdout] test tests::expand_base_vs_merged ... ok
[INFO] [stdout] test tests::expand_curl_horizontal ... ok
[INFO] [stdout] test tests::expand_curl_vertical ... ok
[INFO] [stdout] test tests::expand_json_horizontal ... ok
[INFO] [stdout] test tests::expand_horizontal_yaml_single_line ... ok
[INFO] [stdout] test tests::expand_json_vertical ... ok
[INFO] [stdout] test tests::expand_request_no_method_ok ... ok
[INFO] [stdout] test tests::expand_request_api_alias_and_headers ... ok
[INFO] [stdout] test tests::expand_request_numeric_key_unquoted ... ok
[INFO] [stdout] test tests::expand_request_parse_error ... ok
[INFO] [stdout] test tests::expand_request_preserves_body_and_outputs ... ok
[INFO] [stdout] test tests::expand_request_query_params ... ok
[INFO] [stdout] test tests::expand_request_rule_headers ... ok
[INFO] [stdout] test tests::expand_request_url_not_string_error ... ok
[INFO] [stdout] test tests::expand_request_yaml_flow_format ... ok
[INFO] [stdout] test tests::expand_short_headers ... ok
[INFO] [stdout] test tests::expand_short_ignored_with_curl ... ok
[INFO] [stdout] test tests::expand_vertical_yaml_multiline ... ok
[INFO] [stdout] test tests::flags_mutually_exclusive ... ok
[INFO] [stdout] test tests::flags_parse_invalid ... ok
[INFO] [stdout] test tests::flags_editable ... ok
[INFO] [stdout] test tests::flags_parse_order_independent ... ok
[INFO] [stdout] test tests::flags_parse_valid ... ok
[INFO] [stdout] test tests::hint_flow_quoting_fires_on_flow_with_nested_template ... ok
[INFO] [stdout] test tests::hint_flow_quoting_skips_block_style ... ok
[INFO] [stdout] test tests::hint_flow_quoting_skips_flow_without_template ... ok
[INFO] [stdout] test tests::yaml_flow_key_unquoted_numbers ... ok
[INFO] [stdout] test tests::to_yaml_flow_quoting ... ok
[INFO] [stdout] test yaml_util::tests::block_scalar_quoting ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_empty ... ok
[INFO] [stdout] test tests::to_yaml_flow_round_trip ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_flow_indicators ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_plain ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_newlines_escaped ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_numbers ... ok
[INFO] [stdout] test yaml_util::tests::quoting_colon_space ... ok
[INFO] [stdout] test yaml_util::tests::flow_scalar_reserved_words ... ok
[INFO] [stdout] test yaml_util::tests::quoting_leading_special ... ok
[INFO] [stdout] test cache::tests::cache_stores_reuses_instance ... ok
[INFO] [stdout] test cache::tests::cache_store_miss ... ok
[INFO] [stdout] test cache::tests::cache_store_expired ... ok
[INFO] [stdout] test cache::tests::cache_store_put_get ... ok
[INFO] [stdout] test interactive::driver::tests::interactive_specs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-3731c2370d494d39)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test classifier_rejects_unparseable_config_with_hint ... ok
[INFO] [stdout] test env_var_in_auth_array ... ok
[INFO] [stdout] test env_var_empty_string_allowed ... ok
[INFO] [stdout] test classifier_routes_quoted_config_and_stdin_request ... ok
[INFO] [stdout] test env_var_in_per_request_auth_array ... ok
[INFO] [stdout] test cache_returns_identical_response ... ok
[INFO] [stdout] test cache_different_bodies_different_entries ... ok
[INFO] [stdout] test env_var_unset_errors ... ok
[INFO] [stdout] test env_var_in_config_header ... ok
[INFO] [stdout] test env_var_unset_in_auth_array_errors ... ok
[INFO] [stdout] test file_stream_output ... ok
[INFO] [stdout] test file_output_template ... ok
[INFO] [stdout] test streaming_stdin_executes_before_eof ... ok
[INFO] [stdout] test concurrency_parallel_faster_than_sequential ... ok
[INFO] [stdout] test concurrency_default_sequential ... ok
[INFO] [stdout] test concurrency_per_endpoint_limit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/spec_mockinx.rs (/opt/rustwide/target/debug/deps/spec_mockinx-6a22a2d6eab87f22)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test all_specs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.72s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f5a9c18709e6c2a7b73eef785d8a7ea80cd0f9d6e045315449859c5926aef45e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5a9c18709e6c2a7b73eef785d8a7ea80cd0f9d6e045315449859c5926aef45e", kill_on_drop: false }`
[INFO] [stdout] f5a9c18709e6c2a7b73eef785d8a7ea80cd0f9d6e045315449859c5926aef45e
