[INFO] cloning repository https://github.com/xmh0511/rust-xfinal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xmh0511/rust-xfinal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxmh0511%2Frust-xfinal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxmh0511%2Frust-xfinal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f01251d9dec02d98827a857e623d477ff49476bc
[INFO] testing xmh0511/rust-xfinal against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxmh0511%2Frust-xfinal" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/xmh0511/rust-xfinal
[INFO] finished tweaking git repo https://github.com/xmh0511/rust-xfinal
[INFO] tweaked toml for git repo https://github.com/xmh0511/rust-xfinal written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xmh0511/rust-xfinal on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/xmh0511/rust-xfinal already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] 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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66597b39f90688593e820ec888e7722b531cd4a4e6ac4819cae60e02fe770687
[INFO] running `Command { std: "docker" "start" "-a" "66597b39f90688593e820ec888e7722b531cd4a4e6ac4819cae60e02fe770687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66597b39f90688593e820ec888e7722b531cd4a4e6ac4819cae60e02fe770687", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66597b39f90688593e820ec888e7722b531cd4a4e6ac4819cae60e02fe770687", kill_on_drop: false }`
[INFO] [stdout] 66597b39f90688593e820ec888e7722b531cd4a4e6ac4819cae60e02fe770687
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13926fa1eff0f248533da06176af1e41b8e4764feff4356f09fd6164e054373a
[INFO] running `Command { std: "docker" "start" "-a" "13926fa1eff0f248533da06176af1e41b8e4764feff4356f09fd6164e054373a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.53
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling xfinal-macro v0.1.2 (/opt/rustwide/workdir/crates/macros)
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling expedite v0.1.0
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling serde_derive v1.0.151
[INFO] [stderr]    Compiling uuid-macro-internal v1.2.2
[INFO] [stderr]    Compiling uuid v1.2.2
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling pest v2.5.1
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling pest_meta v2.5.1
[INFO] [stderr]    Compiling pest_generator v2.5.1
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling pest_derive v2.5.1
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling tera v1.17.1
[INFO] [stderr]    Compiling jwt v0.16.0
[INFO] [stderr]    Compiling rust-xfinal v0.8.37 (/opt/rustwide/workdir/crates/xfinal)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> crates/xfinal/src/lib.rs:378:25
[INFO] [stdout]     |
[INFO] [stdout] 375 |         &'a mut self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 376 |         methods: T,
[INFO] [stdout] 377 |         path: &'a str,
[INFO] [stdout]     |                -- the lifetime is named here
[INFO] [stdout] 378 |     ) -> RouterRegister<'_> {
[INFO] [stdout]     |                         ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 378 -     ) -> RouterRegister<'_> {
[INFO] [stdout] 378 +     ) -> RouterRegister<'a> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.65s
[INFO] running `Command { std: "docker" "inspect" "13926fa1eff0f248533da06176af1e41b8e4764feff4356f09fd6164e054373a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13926fa1eff0f248533da06176af1e41b8e4764feff4356f09fd6164e054373a", kill_on_drop: false }`
[INFO] [stdout] 13926fa1eff0f248533da06176af1e41b8e4764feff4356f09fd6164e054373a
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a21b1f8b35e63612ff8a9a5bf8c7fd28586fb8378618b22744555d9c4090c9e7
[INFO] running `Command { std: "docker" "start" "-a" "a21b1f8b35e63612ff8a9a5bf8c7fd28586fb8378618b22744555d9c4090c9e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling xfinal-macro v0.1.2 (/opt/rustwide/workdir/crates/macros)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> crates/xfinal/src/lib.rs:378:25
[INFO] [stdout]     |
[INFO] [stdout] 375 |         &'a mut self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 376 |         methods: T,
[INFO] [stdout] 377 |         path: &'a str,
[INFO] [stdout]     |                -- the lifetime is named here
[INFO] [stdout] 378 |     ) -> RouterRegister<'_> {
[INFO] [stdout]     |                         ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 378 -     ) -> RouterRegister<'_> {
[INFO] [stdout] 378 +     ) -> RouterRegister<'a> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rust-xfinal v0.8.37 (/opt/rustwide/workdir/crates/xfinal)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> crates/xfinal/src/lib.rs:378:25
[INFO] [stdout]     |
[INFO] [stdout] 375 |         &'a mut self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 376 |         methods: T,
[INFO] [stdout] 377 |         path: &'a str,
[INFO] [stdout]     |                -- the lifetime is named here
[INFO] [stdout] 378 |     ) -> RouterRegister<'_> {
[INFO] [stdout]     |                         ^^ the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 378 -     ) -> RouterRegister<'_> {
[INFO] [stdout] 378 +     ) -> RouterRegister<'a> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.30s
[INFO] running `Command { std: "docker" "inspect" "a21b1f8b35e63612ff8a9a5bf8c7fd28586fb8378618b22744555d9c4090c9e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a21b1f8b35e63612ff8a9a5bf8c7fd28586fb8378618b22744555d9c4090c9e7", kill_on_drop: false }`
[INFO] [stdout] a21b1f8b35e63612ff8a9a5bf8c7fd28586fb8378618b22744555d9c4090c9e7
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7d83fe3be3d4a1bdff0393f2ef37e3b4458567072571a6eeef345dd02e4accaa
[INFO] running `Command { std: "docker" "start" "-a" "7d83fe3be3d4a1bdff0393f2ef37e3b4458567072571a6eeef345dd02e4accaa", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> crates/xfinal/src/lib.rs:378:25
[INFO] [stderr]     |
[INFO] [stderr] 375 |         &'a mut self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 376 |         methods: T,
[INFO] [stderr] 377 |         path: &'a str,
[INFO] [stderr]     |                -- the lifetime is named here
[INFO] [stderr] 378 |     ) -> RouterRegister<'_> {
[INFO] [stderr]     |                         ^^ the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 378 -     ) -> RouterRegister<'_> {
[INFO] [stderr] 378 +     ) -> RouterRegister<'a> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-xfinal` (lib) generated 1 warning (run `cargo fix --lib -p rust-xfinal` to apply 1 suggestion)
[INFO] [stderr] warning: `rust-xfinal` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_xfinal-a0b7762b7348d16c)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xfinal_macro-9c7c62c6bbda29cf)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rust_xfinal
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Request<'a>::get_file (line 243) ... FAILED
[INFO] [stdout] test crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::add_header (line 677) ... FAILED
[INFO] [stdout] test crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::remove_header (line 654) ... FAILED
[INFO] [stdout] test crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::remove_header (line 650) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Request<'a>::get_file (line 243) stdout ----
[INFO] [stdout] error: expected identifier, found `<`
[INFO] [stdout]  --> crates/xfinal/src/http_parser/connection.rs:244:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | <form>
[INFO] [stdout]   | ^ expected identifier
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::add_header (line 677) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `add_header` in this scope
[INFO] [stdout]  --> crates/xfinal/src/http_parser/connection.rs:678:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | add_header(String::from("a"),String::from("b"))
[INFO] [stdout]   | ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::remove_header (line 654) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `remove_header` in this scope
[INFO] [stdout]  --> crates/xfinal/src/http_parser/connection.rs:655:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | remove_header(String::from("a"))
[INFO] [stdout]   | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::remove_header (line 650) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `add_header` in this scope
[INFO] [stdout]  --> crates/xfinal/src/http_parser/connection.rs:651:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | add_header(String::from("a"),String::from("b"))
[INFO] [stdout]   | ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Request<'a>::get_file (line 243)
[INFO] [stdout]     crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::add_header (line 677)
[INFO] [stdout]     crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::remove_header (line 650)
[INFO] [stdout]     crates/xfinal/src/http_parser/connection.rs - http_parser::connection::Response<'a>::remove_header (line 654)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p rust-xfinal --doc`
[INFO] running `Command { std: "docker" "inspect" "7d83fe3be3d4a1bdff0393f2ef37e3b4458567072571a6eeef345dd02e4accaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d83fe3be3d4a1bdff0393f2ef37e3b4458567072571a6eeef345dd02e4accaa", kill_on_drop: false }`
[INFO] [stdout] 7d83fe3be3d4a1bdff0393f2ef37e3b4458567072571a6eeef345dd02e4accaa
