[INFO] cloning repository https://github.com/caleblosch/hurl_clone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/caleblosch/hurl_clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaleblosch%2Fhurl_clone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaleblosch%2Fhurl_clone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc5da56802a9324579538d291753fdf675d84827
[INFO] testing caleblosch/hurl_clone against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaleblosch%2Fhurl_clone" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/caleblosch/hurl_clone
[INFO] finished tweaking git repo https://github.com/caleblosch/hurl_clone
[INFO] tweaked toml for git repo https://github.com/caleblosch/hurl_clone written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/caleblosch/hurl_clone on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/caleblosch/hurl_clone 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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b90257d284469f032b42bd63afc3b8a3e3fe4cef39d57f9f9137e62e8cc7ea77
[INFO] running `Command { std: "docker" "start" "-a" "b90257d284469f032b42bd63afc3b8a3e3fe4cef39d57f9f9137e62e8cc7ea77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b90257d284469f032b42bd63afc3b8a3e3fe4cef39d57f9f9137e62e8cc7ea77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b90257d284469f032b42bd63afc3b8a3e3fe4cef39d57f9f9137e62e8cc7ea77", kill_on_drop: false }`
[INFO] [stdout] b90257d284469f032b42bd63afc3b8a3e3fe4cef39d57f9f9137e62e8cc7ea77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20e585e0fd3e67a9697cd53842a920114ca21613440180ff46854988b985acaa
[INFO] running `Command { std: "docker" "start" "-a" "20e585e0fd3e67a9697cd53842a920114ca21613440180ff46854988b985acaa", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling rustix v0.38.15
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.8
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling encoding_index_tests v0.1.4
[INFO] [stderr]    Compiling libxml v0.3.3
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling curl v0.4.44
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling brotli-decompressor v2.5.0
[INFO] [stderr]    Compiling encoding-index-simpchinese v1.20141219.5
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling encoding-index-korean v1.20141219.5
[INFO] [stderr]    Compiling encoding-index-japanese v1.20141219.5
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling libflate_lz77 v2.0.0
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling encoding-index-tradchinese v1.20141219.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling encoding-index-singlebyte v1.20141219.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling clap_builder v4.4.6
[INFO] [stderr]    Compiling colored v2.0.4
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling dary_heap v0.3.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]    Compiling numtoa v0.1.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling termion v2.0.1
[INFO] [stderr]    Compiling libflate v2.0.0
[INFO] [stderr]    Compiling brotli v3.4.0
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling encoding v0.2.33
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling curl-sys v0.4.66+curl-8.3.0
[INFO] [stderr]    Compiling regex-automata v0.3.9
[INFO] [stderr]    Compiling hurl v4.2.0-SNAPSHOT (/opt/rustwide/workdir/packages/hurl)
[INFO] [stderr]    Compiling xmltree v0.10.3
[INFO] [stderr]    Compiling clap v4.4.6
[INFO] [stderr]    Compiling regex v1.9.6
[INFO] [stderr]    Compiling hurl_core v4.2.0-SNAPSHOT (/opt/rustwide/workdir/packages/hurl_core)
[INFO] [stderr]    Compiling hurlfmt v4.2.0-SNAPSHOT (/opt/rustwide/workdir/packages/hurlfmt)
[INFO] [stdout] warning: field `retry` is never read
[INFO] [stdout]   --> packages/hurl/src/http/options.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct ClientOptions {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub retry: Retry,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClientOptions` has derived impls for the traits `Clone` and `Debug`, but these are 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: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> packages/hurl/src/runner/runner_options.rs:354:5
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub(crate) post_entry: Option<fn() -> bool>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> packages/hurl/src/runner/runner_options.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 355 |     pub(crate) pre_entry: Option<fn(Entry) -> bool>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.77s
[INFO] running `Command { std: "docker" "inspect" "20e585e0fd3e67a9697cd53842a920114ca21613440180ff46854988b985acaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20e585e0fd3e67a9697cd53842a920114ca21613440180ff46854988b985acaa", kill_on_drop: false }`
[INFO] [stdout] 20e585e0fd3e67a9697cd53842a920114ca21613440180ff46854988b985acaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c873cb108a111c84ce3956ef2900fca961710409e509ca2d8865a6d795f4695
[INFO] running `Command { std: "docker" "start" "-a" "7c873cb108a111c84ce3956ef2900fca961710409e509ca2d8865a6d795f4695", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling rustix v0.38.15
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling fastrand v2.0.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling hurl_core v4.2.0-SNAPSHOT (/opt/rustwide/workdir/packages/hurl_core)
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling tempfile v3.8.0
[INFO] [stderr]    Compiling colored v2.0.4
[INFO] [stderr]    Compiling clap_builder v4.4.6
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling proptest v1.3.1
[INFO] [stderr]    Compiling clap v4.4.6
[INFO] [stderr]    Compiling hurlfmt v4.2.0-SNAPSHOT (/opt/rustwide/workdir/packages/hurlfmt)
[INFO] [stderr]    Compiling hurl v4.2.0-SNAPSHOT (/opt/rustwide/workdir/packages/hurl)
[INFO] [stdout] warning: field `retry` is never read
[INFO] [stdout]   --> packages/hurl/src/http/options.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct ClientOptions {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub retry: Retry,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClientOptions` has derived impls for the traits `Clone` and `Debug`, but these are 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: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> packages/hurl/src/runner/runner_options.rs:354:5
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub(crate) post_entry: Option<fn() -> bool>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> packages/hurl/src/runner/runner_options.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 355 |     pub(crate) pre_entry: Option<fn(Entry) -> bool>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `retry` is never read
[INFO] [stdout]   --> packages/hurl/src/http/options.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct ClientOptions {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub retry: Retry,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ClientOptions` has derived impls for the traits `Clone` and `Debug`, but these are 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: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> packages/hurl/src/runner/runner_options.rs:354:5
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub(crate) post_entry: Option<fn() -> bool>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> packages/hurl/src/runner/runner_options.rs:355:5
[INFO] [stdout]     |
[INFO] [stdout] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stdout]     |                        --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 355 |     pub(crate) pre_entry: Option<fn(Entry) -> bool>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.41s
[INFO] running `Command { std: "docker" "inspect" "7c873cb108a111c84ce3956ef2900fca961710409e509ca2d8865a6d795f4695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c873cb108a111c84ce3956ef2900fca961710409e509ca2d8865a6d795f4695", kill_on_drop: false }`
[INFO] [stdout] 7c873cb108a111c84ce3956ef2900fca961710409e509ca2d8865a6d795f4695
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 93e336b97c08e2aa6d3bb969d2c74e87545253cf3bb13425eb1accf94017a222
[INFO] running `Command { std: "docker" "start" "-a" "93e336b97c08e2aa6d3bb969d2c74e87545253cf3bb13425eb1accf94017a222", kill_on_drop: false }`
[INFO] [stderr] warning: field `retry` is never read
[INFO] [stderr]   --> packages/hurl/src/http/options.rs:38:9
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct ClientOptions {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 38 |     pub retry: Retry,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ClientOptions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]    --> packages/hurl/src/runner/runner_options.rs:354:5
[INFO] [stderr]     |
[INFO] [stderr] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stderr]     |                        --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 354 |     pub(crate) post_entry: Option<fn() -> bool>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the address of the same function can vary between different codegen units
[INFO] [stderr]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]    --> packages/hurl/src/runner/runner_options.rs:355:5
[INFO] [stderr]     |
[INFO] [stderr] 335 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stderr]     |                        --------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 355 |     pub(crate) pre_entry: Option<fn(Entry) -> bool>,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the address of the same function can vary between different codegen units
[INFO] [stderr]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] 
[INFO] [stderr] warning: `hurl` (lib) generated 3 warnings
[INFO] [stderr] warning: `hurl` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hurl-34642b6aabceddb4)
[INFO] [stdout] 
[INFO] [stdout] running 222 tests
[INFO] [stdout] test html::escape::tests::eval_html_escape ... ok
[INFO] [stdout] test http::certificate::tests::test_parse_serial_number ... ok
[INFO] [stdout] test http::certificate::tests::test_try_from ... ok
[INFO] [stdout] test http::client::tests::test_parse_header ... ok
[INFO] [stdout] test http::client::tests::test_redirect_url ... ok
[INFO] [stdout] test http::client::tests::test_split_lines_header ... ok
[INFO] [stdout] test http::cookie::tests::test_invalid_cookie ... ok
[INFO] [stdout] test http::cookie::tests::test_lsid_cookie ... ok
[INFO] [stdout] test http::cookie::tests::test_parse_cookie_attribute ... ok
[INFO] [stdout] test http::cookie::tests::test_session_cookie ... ok
[INFO] [stdout] test http::cookie::tests::test_permanent2_cookie ... ok
[INFO] [stdout] test http::certificate::tests::test_parse_start_date ... ok
[INFO] [stdout] test http::certificate::tests::test_parse_subject ... ok
[INFO] [stdout] test http::client::tests::test_redirect_method ... ok
[INFO] [stdout] test http::mimetype::tests::test_charset ... ok
[INFO] [stdout] test http::request::tests::test_base_url ... ok
[INFO] [stdout] test http::request::tests::test_parse_cookie ... ok
[INFO] [stdout] test http::easy_ext::tests::convert_curl_slist_to_vec ... ok
[INFO] [stdout] test http::cookie::tests::test_hsid_cookie ... ok
[INFO] [stdout] test http::cookie::tests::test_cookie_with_invalid_attributes ... ok
[INFO] [stdout] test http::core::tests::parse_cookie_from_str ... ok
[INFO] [stdout] test http::options::tests::test_curl_args ... ok
[INFO] [stdout] test http::cookie::tests::test_permanent_cookie ... ok
[INFO] [stdout] test http::request::tests::test_cookies ... ok
[INFO] [stdout] test http::client::tests::test_match_cookie ... ok
[INFO] [stdout] test http::cookie::tests::test_trailing_semicolon ... ok
[INFO] [stdout] test html::unescape::tests::test_html_unescape ... ok
[INFO] [stdout] test http::request::tests::test_query_string ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::test_encode_body ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::param_curl_args ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::requests_curl_args ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::test_encode_byte ... ok
[INFO] [stdout] test http::response::tests::get_header_values ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::test_encode_shell_string ... ok
[INFO] [stdout] test http::response_decoding::tests::test_content_type ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::post_data_curl_args ... ok
[INFO] [stdout] test http::response_decoding::tests::test_invalid_charset ... ok
[INFO] [stdout] test http::response_decoding::tests::test_parse_content_encoding ... ok
[INFO] [stdout] test http::response_decoding::tests::test_text ... ok
[INFO] [stdout] test http::response_decoding::tests::test_character_encoding ... ok
[INFO] [stdout] test http::response_decoding::tests::test_multiple_content_encoding ... ok
[INFO] [stdout] test http::response_decoding::tests::test_uncompress_brotli ... ok
[INFO] [stdout] test http::response_decoding::tests::test_uncompress_body ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::method_curl_args ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::header_curl_args ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::test_escape_string ... ok
[INFO] [stdout] test http::response_decoding::tests::test_content_encoding ... ok
[INFO] [stdout] test http::response_decoding::tests::test_uncompress_zlib ... ok
[INFO] [stdout] test http::request::tests::test_parse_cookies ... ok
[INFO] [stdout] test http::response_decoding::tests::test_uncompress_gzip ... ok
[INFO] [stdout] test http::response_decoding::tests::test_uncompress_error ... ok
[INFO] [stdout] test http::response_decoding::tests::test_invalid_decoding ... ok
[INFO] [stdout] test http::request_spec_curl_args::tests::test_escape_mode ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_array_index ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_extract_value ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_recursive_key ... ok
[INFO] [stdout] test jsonpath::ast::tests::test_number ... ok
[INFO] [stdout] test jsonpath::eval::query::tests::test_query ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_selector_array_index ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_selector_array_slice ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_selector_array_wildcard ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_selector_name_child ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_key_bracket_selector ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_predicate ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_predicate_func ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_query_error ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_query ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_selector_array_index ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_selector_array_slice ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_selector_filter ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_selector_key_dot_notation ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_selector_recursive ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_selector_wildcard ... ok
[INFO] [stdout] test jsonpath::parser::parse::tests::test_try_left_bracket ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_integer ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_key_name ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_key_path ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_literal ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_natural ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_natural_error ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_number ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_number_error ... ok
[INFO] [stdout] test jsonpath::parser::primitives::tests::test_string_value ... ok
[INFO] [stdout] test jsonpath::parser::reader::tests::test_reader ... ok
[INFO] [stdout] test jsonpath::parser::reader::tests::test_try_predicate ... ok
[INFO] [stdout] test jsonpath::tests::test_array ... ok
[INFO] [stdout] test jsonpath::tests::test_parsing_error ... ok
[INFO] [stdout] test jsonpath::tests::test_filter_nested_object ... ok
[INFO] [stdout] test jsonpath::tests::test_bookstore_additional ... ok
[INFO] [stdout] test jsonpath::tests::test_key_access ... ok
[INFO] [stdout] test jsonpath::tests::test_bookstore_path ... ok
[INFO] [stdout] test report::html::source::tests::add_underlined_errors ... ok
[INFO] [stdout] test report::html::timeline::svg::tests::group_svg ... ok
[INFO] [stdout] test report::html::report::tests::test_percentage ... ok
[INFO] [stdout] test report::html::timeline::nice::tests::test_nice_scale ... ok
[INFO] [stdout] test report::html::timeline::util::tests::truncates ... ok
[INFO] [stdout] test report::html::timeline::waterfall::tests::grid_vert_lines_svg ... ok
[INFO] [stdout] test report::html::timeline::waterfall::tests::legend_svg ... ok
[INFO] [stdout] test report::junit::testcase::test::test_create_testcase_failure ... ok
[INFO] [stdout] test report::junit::testcase::test::test_create_testcase_error ... ok
[INFO] [stdout] test report::junit::testcase::test::test_create_testcase_success ... ok
[INFO] [stdout] test report::tap::report::tests::test_parse_tap_report ... ok
[INFO] [stdout] test runner::body::tests::test_body_file ... ok
[INFO] [stdout] test runner::body::tests::test_body_file_error ... ok
[INFO] [stdout] test runner::capture::tests::test_capture_unsupported ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_count ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_days_after_before_now ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_format ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_html_escape ... ok
[INFO] [stdout] test report::html::timeline::svg::tests::simple_line_svg ... ok
[INFO] [stdout] test report::html::timeline::util::tests::create_stripes ... ok
[INFO] [stdout] test report::tap::testcase::tests::parse_tap_test_line ... ok
[INFO] [stdout] test runner::assert::tests::test_invalid_xpath ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_nth ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_html_unescape ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_invalid_regex ... ok
[INFO] [stdout] test report::html::report::tests::test_parse_html_report ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_to_date ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_to_int ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_replace ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_split ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_to_int_error ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_url_decode ... ok
[INFO] [stdout] test jsonpath::eval::selector::tests::test_predicate ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_url_encode ... ok
[INFO] [stdout] test runner::filter::tests::test_filters ... ok
[INFO] [stdout] test runner::hurl_file::test::get_non_default_options_returns_empty_when_default ... ok
[INFO] [stdout] test runner::hurl_file::test::get_non_default_options_returns_only_non_default_options ... ok
[INFO] [stdout] test runner::json::tests::test_encode_json_string ... ok
[INFO] [stdout] test runner::json::tests::test_error ... ok
[INFO] [stdout] test runner::json::tests::test_escape_sequence ... ok
[INFO] [stdout] test runner::json::tests::test_eval_json_template ... ok
[INFO] [stdout] test runner::json::tests::test_list_value ... ok
[INFO] [stdout] test runner::json::tests::test_not_preserving_spaces ... ok
[INFO] [stdout] test runner::json::tests::test_object_value ... ok
[INFO] [stdout] test runner::json::tests::test_scalar_value ... ok
[INFO] [stdout] test runner::multiline::tests::eval_graphql_multiline_simple ... ok
[INFO] [stdout] test runner::multiline::tests::eval_graphql_multiline_with_graphql_variables ... ok
[INFO] [stdout] test runner::multipart::tests::test_eval_file_param ... ok
[INFO] [stdout] test runner::multipart::tests::test_file_value_content_type ... ok
[INFO] [stdout] test runner::predicate::tests::test_assert_value_greater ... ok
[INFO] [stdout] test runner::assert::tests::test_eval ... ok
[INFO] [stdout] test runner::capture::tests::test_capture ... ok
[INFO] [stdout] test runner::capture::tests::test_invalid_xpath ... ok
[INFO] [stdout] test runner::predicate::tests::test_compare_float ... ok
[INFO] [stdout] test runner::predicate::tests::test_compare_numbers ... ok
[INFO] [stdout] test runner::predicate::tests::test_compare_strings ... ok
[INFO] [stdout] test runner::predicate::tests::test_contains ... ok
[INFO] [stdout] test runner::predicate::tests::test_date_predicate ... ok
[INFO] [stdout] test runner::predicate::tests::test_no_type_mismatch_with_none_value ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate ... ok
[INFO] [stdout] test runner::filter::tests::eval_filter_regex ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_exist ... ok
[INFO] [stdout] test report::junit::tests::create_junit_report ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_is_empty_are_false ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_is_empty_are_true ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_match ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_not_with_different_types ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_type ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_type_mismatch ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_value_equals_booleans ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_value_equals_float_integer ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_type_mismatch_with_unit ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_value_equals_floats ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_value_equals_integers ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_value_error ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_value_not_equals ... ok
[INFO] [stdout] test runner::query::tests::test_body ... ok
[INFO] [stdout] test runner::predicate::tests::test_predicate_value_equals_string ... ok
[INFO] [stdout] test runner::query::tests::test_header_not_found ... ok
[INFO] [stdout] test runner::query::tests::test_query_bytes ... ok
[INFO] [stdout] test runner::query::tests::test_query_certificate ... ok
[INFO] [stdout] test runner::query::tests::test_eval_cookie_attribute_name ... ok
[INFO] [stdout] test runner::query::tests::test_query_cookie ... ok
[INFO] [stdout] test runner::query::tests::test_header ... ok
[INFO] [stdout] test runner::query::tests::test_query_invalid_utf8 ... ok
[INFO] [stdout] test runner::query::tests::test_query_json_not_found ... ok
[INFO] [stdout] test runner::query::tests::test_query_invalid_json ... ok
[INFO] [stdout] test runner::query::tests::test_query_jsonpath_invalid_expression ... ok
[INFO] [stdout] test runner::query::tests::test_query_json ... ok
[INFO] [stdout] test runner::query::tests::test_query_sha256 ... ok
[INFO] [stdout] test runner::query::tests::test_query_regex ... ok
[INFO] [stdout] test runner::query::tests::test_query_xpath ... ok
[INFO] [stdout] test runner::query::tests::test_query_xpath_error_eval ... ok
[INFO] [stdout] test runner::query::tests::test_query_xpath_with_html ... ok
[INFO] [stdout] test runner::request::tests::add_cookie_in_storage ... ok
[INFO] [stdout] test runner::request::tests::clear_cookie_store ... ok
[INFO] [stdout] test runner::request::tests::test_error_variable ... ok
[INFO] [stdout] test runner::request::tests::test_hello_request ... ok
[INFO] [stdout] test runner::request::tests::test_query_request ... ok
[INFO] [stdout] test runner::query::tests::test_query_status ... ok
[INFO] [stdout] test runner::response::tests::test_eval_asserts ... ok
[INFO] [stdout] test runner::response::tests::test_eval_captures ... ok
[INFO] [stdout] test runner::response::tests::test_eval_version_status_asserts ... ok
[INFO] [stdout] test runner::template::tests::test_template_element ... ok
[INFO] [stdout] test runner::template::tests::test_template_element_error ... ok
[INFO] [stdout] test runner::value::tests::test_is_scalar ... ok
[INFO] [stdout] test runner::value::tests::test_to_string ... ok
[INFO] [stdout] test runner::xpath::tests::test_bug ... ok
[INFO] [stdout] test runner::xpath::tests::test_cafe_html ... ok
[INFO] [stdout] test runner::xpath::tests::test_cafe_xml ... ok
[INFO] [stdout] test runner::xpath::tests::test_error_eval ... ok
[INFO] [stdout] test runner::xpath::tests::test_html ... ok
[INFO] [stdout] test runner::xpath::tests::test_invalid_xml ... ok
[INFO] [stdout] test runner::xpath::tests::test_namespaces_scoping ... ok
[INFO] [stdout] test runner::xpath::tests::test_namespaces_with_prefix ... ok
[INFO] [stdout] test runner::xpath::tests::test_soap ... ok
[INFO] [stdout] test runner::xpath::tests::test_unregistered_function ... ok
[INFO] [stdout] test runner::xpath::tests::test_xml ... ok
[INFO] [stdout] test util::logger::tests::test_add_line_prefix_no_colored ... ok
[INFO] [stdout] test util::logger::tests::test_progress_string ... ok
[INFO] [stdout] test util::logger::tests::test_assert_error_status ... ok
[INFO] [stdout] test util::logger::tests::test_invalid_xpath_expression ... ok
[INFO] [stdout] test util::path::tests::check_filename_allowed_access_without_user_file_root ... ok
[INFO] [stdout] test util::path::tests::is_descendant_false ... ok
[INFO] [stdout] test util::logger::tests::test_assert_error_jsonpath ... ok
[INFO] [stdout] test util::path::tests::check_filename_allowed_access_with_explicit_absolute_user_file_root ... ok
[INFO] [stdout] test util::path::tests::check_filename_allowed_access_with_implicit_relative_user_file_root ... ok
[INFO] [stdout] test util::logger::tests::test_assert_error_newline ... ok
[INFO] [stdout] test util::path::tests::is_descendant_true ... ok
[INFO] [stdout] test util::path::tests::check_filename_allowed_access_with_explicit_relative_user_file_root ... ok
[INFO] [stdout] test runner::xpath::tests::test_default_namespaces ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 222 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hurl-c3ed17ebb58c845e)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test cli::fs::tests::test_string_from_utf8_bom ... ok
[INFO] [stdout] test cli::fs::tests::test_strip_bom ... ok
[INFO] [stdout] test cli::options::variables::tests::test_parse ... ok
[INFO] [stdout] test cli::options::variables::tests::test_parse_error ... ok
[INFO] [stdout] test cli::options::variables::tests::test_parse_value ... ok
[INFO] [stdout] test cli::options::variables::tests::test_parse_value_error ... ok
[INFO] [stdout] test tests::create_run_summary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sample.rs (/opt/rustwide/target/debug/deps/sample-dbdf043f6dde1753)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test simple_sample ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- simple_sample stdout ----
[INFO] [stdout] error: HTTP connection
[INFO] [stdout]   --> -:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 |     GET http://localhost:8000/hello
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (7) Failed to connect to localhost port 8000 after 0 ms: Couldn't connect to server
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'simple_sample' (247) panicked at packages/hurl/tests/sample.rs:33:9:
[INFO] [stdout] assertion failed: result.success
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63d18c920a6a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63d18c920a6a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63d18c920a6a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63d18c920a6a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63d18c9381fa - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63d18c9381fa - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x63d18c925432 - std[128c3efe2914e152]::io::default_write_fmt::<alloc[fef50e8eecedd288]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x63d18c925432 - <alloc[fef50e8eecedd288]::vec::Vec<u8> as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x63d18c8ff40f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63d18c8ff40f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63d18c918a39 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63d18c39200c - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   12:     0x63d18c39200c - test[b137923399915ecf]::test_main_with_exit_callback::<test[b137923399915ecf]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63d18c918cb2 - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   14:     0x63d18c918cb2 - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63d18c8ff4fa - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x63d18c8f4559 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63d18c9001dd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63d18c938a3c - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63d18c938a02 - core[6771d259883166e6]::panicking::panic
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x63d18c38419d - sample::simple_sample::check_result::hbbada5ca86559373
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/hurl/tests/sample.rs:33:9
[INFO] [stdout]   21:     0x63d18c3857bd - sample::simple_sample::h0e8db18bf9583de5
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/hurl/tests/sample.rs:131:5
[INFO] [stdout]   22:     0x63d18c3859c7 - sample::simple_sample::{{closure}}::h005cc36cb7f5f776
[INFO] [stdout]                                at /opt/rustwide/workdir/packages/hurl/tests/sample.rs:28:19
[INFO] [stdout]   23:     0x63d18c383286 - core::ops::function::FnOnce::call_once::h8b5e29c2c3a53230
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x63d18c38610b - <fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x63d18c38610b - test[b137923399915ecf]::__rust_begin_short_backtrace::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x63d18c392adb - test[b137923399915ecf]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x63d18c392adb - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x63d18c392adb - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x63d18c392adb - std[128c3efe2914e152]::panicking::catch_unwind::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x63d18c392adb - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x63d18c392adb - test[b137923399915ecf]::run_test_in_process
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x63d18c392adb - test[b137923399915ecf]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x63d18c38cf34 - test[b137923399915ecf]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x63d18c38cf34 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace::<test[b137923399915ecf]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x63d18c3956e2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x63d18c3956e2 - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x63d18c3956e2 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x63d18c3956e2 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x63d18c3956e2 - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x63d18c3956e2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x63d18c3956e2 - <std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x63d18c92006f - <alloc[fef50e8eecedd288]::boxed::Box<dyn core[6771d259883166e6]::ops::function::FnOnce<(), Output = ()> + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stdout]   43:     0x63d18c92006f - <std[128c3efe2914e152]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7f4f626abaa4 - <unknown>
[INFO] [stdout]   45:     0x7f4f62738a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     simple_sample
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p hurl --test sample`
[INFO] running `Command { std: "docker" "inspect" "93e336b97c08e2aa6d3bb969d2c74e87545253cf3bb13425eb1accf94017a222", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93e336b97c08e2aa6d3bb969d2c74e87545253cf3bb13425eb1accf94017a222", kill_on_drop: false }`
[INFO] [stdout] 93e336b97c08e2aa6d3bb969d2c74e87545253cf3bb13425eb1accf94017a222
