[INFO] cloning repository https://github.com/nerjs/whyhttp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nerjs/whyhttp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerjs%2Fwhyhttp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerjs%2Fwhyhttp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae8bc50be92cffb03bfc998b5994765ffb581067
[INFO] testing nerjs/whyhttp against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerjs%2Fwhyhttp" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nerjs/whyhttp
[INFO] finished tweaking git repo https://github.com/nerjs/whyhttp
[INFO] tweaked toml for git repo https://github.com/nerjs/whyhttp written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nerjs/whyhttp on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nerjs/whyhttp 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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rstest v0.26.1
[INFO] [stderr]   Downloaded chunked_transfer v1.5.0
[INFO] [stderr]   Downloaded rstest_macros v0.26.1
[INFO] [stderr]   Downloaded relative-path v1.9.3
[INFO] [stderr]   Downloaded toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]   Downloaded toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]   Downloaded tiny_http v0.12.0
[INFO] [stderr]   Downloaded toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]   Downloaded cc v1.2.58
[INFO] [stderr]   Downloaded winnow v1.0.0
[INFO] [stderr]   Downloaded aws-lc-sys v0.39.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a73cf1fdf6ed0f44dd0117e8c40a40d94be72998a67cf32832ce9fc6000b8d00
[INFO] running `Command { std: "docker" "start" "-a" "a73cf1fdf6ed0f44dd0117e8c40a40d94be72998a67cf32832ce9fc6000b8d00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a73cf1fdf6ed0f44dd0117e8c40a40d94be72998a67cf32832ce9fc6000b8d00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a73cf1fdf6ed0f44dd0117e8c40a40d94be72998a67cf32832ce9fc6000b8d00", kill_on_drop: false }`
[INFO] [stdout] a73cf1fdf6ed0f44dd0117e8c40a40d94be72998a67cf32832ce9fc6000b8d00
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99d4e8f6028489511d292cd5cf26c2aa51774ec7dc35e1a20f6dd7f13e100fda
[INFO] running `Command { std: "docker" "start" "-a" "99d4e8f6028489511d292cd5cf26c2aa51774ec7dc35e1a20f6dd7f13e100fda", kill_on_drop: false }`
[INFO] [stderr]    Compiling ascii v1.1.0
[INFO] [stderr]    Compiling chunked_transfer v1.5.0
[INFO] [stderr]    Compiling tiny_http v0.12.0
[INFO] [stderr]    Compiling whyhttp v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
[INFO] running `Command { std: "docker" "inspect" "99d4e8f6028489511d292cd5cf26c2aa51774ec7dc35e1a20f6dd7f13e100fda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99d4e8f6028489511d292cd5cf26c2aa51774ec7dc35e1a20f6dd7f13e100fda", kill_on_drop: false }`
[INFO] [stdout] 99d4e8f6028489511d292cd5cf26c2aa51774ec7dc35e1a20f6dd7f13e100fda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f746718f77ed8232e338223ed107991a973093cb4d43ebff359c7202f7d9fe3
[INFO] running `Command { std: "docker" "start" "-a" "2f746718f77ed8232e338223ed107991a973093cb4d43ebff359c7202f7d9fe3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling whyhttp v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "2f746718f77ed8232e338223ed107991a973093cb4d43ebff359c7202f7d9fe3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f746718f77ed8232e338223ed107991a973093cb4d43ebff359c7202f7d9fe3", kill_on_drop: false }`
[INFO] [stdout] 2f746718f77ed8232e338223ed107991a973093cb4d43ebff359c7202f7d9fe3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 323ef5edf295d349d4efa8b8a219e1c1a11f0574588b01883bfe63598e89de33
[INFO] running `Command { std: "docker" "start" "-a" "323ef5edf295d349d4efa8b8a219e1c1a11f0574588b01883bfe63598e89de33", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whyhttp-0e0186dc0f09a30f)
[INFO] [stdout] 
[INFO] [stdout] running 65 tests
[INFO] [stdout] test io::test::from_str::case_1 ... ok
[INFO] [stdout] test io::test::from_str::case_3 ... ok
[INFO] [stdout] test io::test::from_str::case_4 ... ok
[INFO] [stdout] test io::test::from_str::case_5 ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_01_method ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_04_query_exists ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_05_query_miss ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_07_header_exists ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_09_body_eq ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_08_header_miss ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_11_multiple ... ok
[INFO] [stdout] test io::test::from_str::case_2 ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_12_mixed ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_13_mixed ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_03_query_eq ... ok
[INFO] [stdout] test matchers::test::method_reports_actual::case_1_simple ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_06_header_eq ... ok
[INFO] [stdout] test matchers::test::method_reports_actual::case_2_preserve_case ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_01_empty ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_02_method ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_03_method_path ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_04_query ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_10_body_miss ... ok
[INFO] [stdout] test matchers::test::invalid_matchers::case_02_path ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_05_query ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_06_query ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_07_query_with_method_path ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_08_header ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_09_header ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_10_header ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_11_header_with_method_path ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_12_path_body ... ok
[INFO] [stdout] test matchers::test::valid_matchers::case_13_path_body ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_01_method ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_02_method ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_03_path ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_04_path ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_05_query ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_06_query ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_07_query ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_08_query ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_09_query ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_10_header ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_11_header ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_12_header ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_13_header ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_14_header ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_15_body ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_16_body ... ok
[INFO] [stdout] test matchers::test::validate_once_matcher::case_17_body ... ok
[INFO] [stdout] test matchers::test::validate_tracks_added_matchers_in_order ... ok
[INFO] [stdout] test worker::test::increment_expectation_ids ... ok
[INFO] [stdout] test worker::test::removing_nonexistent_expectation_does_not_affect_routing ... ok
[INFO] [stdout] test server::test::starts_server_and_stops_on_shutdown_signal ... ok
[INFO] [stdout] test worker::test::single_report_returns_report_for_specific_expectation ... ok
[INFO] [stdout] test worker::test::skips_removed_expectation_during_routing ... ok
[INFO] [stdout] test worker::test::reports_skip_removed_expectations ... ok
[INFO] [stdout] test worker::test::removing_same_expectation_twice_is_harmless ... ok
[INFO] [stdout] test worker::test::panics_when_adding_routing_for_unknown_expectation - should panic ... ok
[INFO] [stdout] test worker::test::panics_when_adding_validating_for_unknown_expectation - should panic ... ok
[INFO] [stdout] test worker::test::panics_when_setting_response_body_for_unknown_expectation - should panic ... ok
[INFO] [stdout] test worker::test::panics_when_setting_response_status_for_unknown_expectation - should panic ... ok
[INFO] [stdout] test worker::test::panics_when_setting_response_header_for_unknown_expectation - should panic ... ok
[INFO] [stdout] test worker::test::removing_existing_expectation_prevents_future_configuration - should panic ... ok
[INFO] [stdout] test worker::test::panics_when_setting_times_for_unknown_expectation - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/api.rs (/opt/rustwide/target/debug/deps/api-13be2921bddb1f0a)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test url_accessible_from_all_builder_stages ... ok
[INFO] [stdout] test url_and_addr_on_whyhttp ... ok
[INFO] [stdout] test whyhttp_should_shorthand ... ok
[INFO] [stdout] test addr_accessible_from_all_builder_stages ... ok
[INFO] [stdout] test whyhttp_response_shorthand ... ok
[INFO] [stdout] test chain_via_should_when ... ok
[INFO] [stdout] test chain_via_response_when ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/assertions.rs (/opt/rustwide/target/debug/deps/assertions-4f061edd0a596385)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test no_call_panics ... ok
[INFO] [stdout] test unmatched_request_returns_default_200 ... ok
[INFO] [stdout] test matcher_failure_panics ... ok
[INFO] [stdout] test mismatch_times_panics ... ok
[INFO] [stdout] test clean_drop_no_panic ... ok
[INFO] [stdout] test mismatch_times_over_call_panics ... ok
[INFO] [stdout] test matcher_failure_still_returns_response ... ok
[INFO] [stdout] test unmatched_request_panics ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/response.rs (/opt/rustwide/target/debug/deps/response-282e0cc76d8b8032)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test response_status ... ok
[INFO] [stdout] test response_multiple_headers ... ok
[INFO] [stdout] test response_header ... ok
[INFO] [stdout] test response_body ... ok
[INFO] [stdout] test default_response_is_200_empty_body ... ok
[INFO] [stdout] test response_full ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/routing.rs (/opt/rustwide/target/debug/deps/routing-d75f1100fb19cb8b)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test route_by_method ... ok
[INFO] [stdout] test route_by_path ... ok
[INFO] [stdout] test route_by_query_exists ... ok
[INFO] [stdout] test route_by_header ... ok
[INFO] [stdout] test route_by_body ... ok
[INFO] [stdout] test route_by_without_body ... ok
[INFO] [stdout] test route_by_without_header ... ok
[INFO] [stdout] test route_by_without_query ... ok
[INFO] [stdout] test route_by_method_case_insensitive ... ok
[INFO] [stdout] test route_by_header_exists ... ok
[INFO] [stdout] test route_by_combined_matchers ... ok
[INFO] [stdout] test route_by_query ... ok
[INFO] [stdout] test first_match_wins ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/shortcuts.rs (/opt/rustwide/target/debug/deps/shortcuts-8b2d0d8fc1dae3ff)
[INFO] [stdout] running 29 tests
[INFO] [stdout] test response_body ... ok
[INFO] [stdout] test response_body_from_should_builder ... ok
[INFO] [stdout] test should_header ... ok
[INFO] [stdout] test should_method ... ok
[INFO] [stdout] test should_body ... ok
[INFO] [stdout] test response_status ... ok
[INFO] [stdout] test response_header ... ok
[INFO] [stdout] test should_header_exists ... ok
[INFO] [stdout] test should_method_from_when_builder ... ok
[INFO] [stdout] test should_path ... ok
[INFO] [stdout] test should_query ... ok
[INFO] [stdout] test response_status_from_when_builder ... ok
[INFO] [stdout] test should_without_body ... ok
[INFO] [stdout] test should_without_header ... ok
[INFO] [stdout] test should_query_exists ... ok
[INFO] [stdout] test when_header ... ok
[INFO] [stdout] test when_path ... ok
[INFO] [stdout] test when_header_exists ... ok
[INFO] [stdout] test when_method ... ok
[INFO] [stdout] test when_body ... ok
[INFO] [stdout] test should_without_query ... ok
[INFO] [stdout] test when_path_from_response_builder ... ok
[INFO] [stdout] test when_without_query ... ok
[INFO] [stdout] test when_without_body ... ok
[INFO] [stdout] test when_query_exists ... ok
[INFO] [stdout] test when_without_header ... ok
[INFO] [stdout] test when_query ... ok
[INFO] [stdout] test when_path_from_should_builder ... ok
[INFO] [stdout] test should_times ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/validation.rs (/opt/rustwide/target/debug/deps/validation-45ee270b8d85e1bb)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test should_path ... ok
[INFO] [stdout] test should_without_query ... ok
[INFO] [stdout] test should_body ... ok
[INFO] [stdout] test should_without_header ... ok
[INFO] [stdout] test should_method ... ok
[INFO] [stdout] test should_without_body ... ok
[INFO] [stdout] test should_query_exists ... ok
[INFO] [stdout] test should_header ... ok
[INFO] [stdout] test should_header_exists ... ok
[INFO] [stdout] test should_query ... ok
[INFO] [stdout] test should_times_exact ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests whyhttp
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test src/../README.md - (line 35) - compile ... ok
[INFO] [stdout] test src/../README.md - (line 76) - compile ... ok
[INFO] [stdout] test src/lib.rs - ShouldWhyhttpRequest::response (line 385) - compile ... ok
[INFO] [stdout] test src/lib.rs - ShouldWhyhttpRequest::times (line 514) - compile ... ok
[INFO] [stdout] test src/lib.rs - ShouldWhyhttpRequest::when (line 400) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::body (line 353) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::header_exists (line 323) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::header (line 308) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::method (line 248) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::query (line 263) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::response (line 223) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::without_body (line 368) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::without_header (line 338) - compile ... ok
[INFO] [stdout] test src/lib.rs - Whyhttp::response (line 192) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhyhttpResponse::header (line 557) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhyhttpResponse::status (line 543) - compile ... ok
[INFO] [stdout] test src/lib.rs - Whyhttp::when (line 163) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhyhttpResponse::body (line 572) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::path (line 233) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::query_exists (line 278) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::should (line 207) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhenWhyhttpRequest::without_query (line 293) - compile ... ok
[INFO] [stdout] test src/lib.rs - WhyhttpResponse::when (line 529) - compile ... ok
[INFO] [stdout] test src/lib.rs - Whyhttp::run (line 141) ... ok
[INFO] [stdout] test src/lib.rs - Whyhttp::should (line 178) - compile ... ok
[INFO] [stdout] test src/../README.md - (line 8) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.95s; merged doctests compilation took 1.81s
[INFO] running `Command { std: "docker" "inspect" "323ef5edf295d349d4efa8b8a219e1c1a11f0574588b01883bfe63598e89de33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "323ef5edf295d349d4efa8b8a219e1c1a11f0574588b01883bfe63598e89de33", kill_on_drop: false }`
[INFO] [stdout] 323ef5edf295d349d4efa8b8a219e1c1a11f0574588b01883bfe63598e89de33
