[INFO] cloning repository https://github.com/aharvey101/http_server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aharvey101/http_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faharvey101%2Fhttp_server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faharvey101%2Fhttp_server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7eb5495196846094ba8920f25cff369a8b0f779
[INFO] testing aharvey101/http_server against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faharvey101%2Fhttp_server" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aharvey101/http_server
[INFO] finished tweaking git repo https://github.com/aharvey101/http_server
[INFO] tweaked toml for git repo https://github.com/aharvey101/http_server written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aharvey101/http_server on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aharvey101/http_server 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b1403993f181fc850d3780a058020d8e4cadaa5eb41031e7131a63b1d682789
[INFO] running `Command { std: "docker" "start" "-a" "7b1403993f181fc850d3780a058020d8e4cadaa5eb41031e7131a63b1d682789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b1403993f181fc850d3780a058020d8e4cadaa5eb41031e7131a63b1d682789", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b1403993f181fc850d3780a058020d8e4cadaa5eb41031e7131a63b1d682789", kill_on_drop: false }`
[INFO] [stdout] 7b1403993f181fc850d3780a058020d8e4cadaa5eb41031e7131a63b1d682789
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b66541fd7bc7b836c5bb91480958f815d14e3413271a2616d261643a6620ea9
[INFO] running `Command { std: "docker" "start" "-a" "9b66541fd7bc7b836c5bb91480958f815d14e3413271a2616d261643a6620ea9", kill_on_drop: false }`
[INFO] [stderr]    Compiling api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
[INFO] running `Command { std: "docker" "inspect" "9b66541fd7bc7b836c5bb91480958f815d14e3413271a2616d261643a6620ea9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b66541fd7bc7b836c5bb91480958f815d14e3413271a2616d261643a6620ea9", kill_on_drop: false }`
[INFO] [stdout] 9b66541fd7bc7b836c5bb91480958f815d14e3413271a2616d261643a6620ea9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 419883056b7ad1e61f0edc25be8b7a1374f7f6bc49f9952c5b885087d065e916
[INFO] running `Command { std: "docker" "start" "-a" "419883056b7ad1e61f0edc25be8b7a1374f7f6bc49f9952c5b885087d065e916", kill_on_drop: false }`
[INFO] [stderr]    Compiling api v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.47s
[INFO] running `Command { std: "docker" "inspect" "419883056b7ad1e61f0edc25be8b7a1374f7f6bc49f9952c5b885087d065e916", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "419883056b7ad1e61f0edc25be8b7a1374f7f6bc49f9952c5b885087d065e916", kill_on_drop: false }`
[INFO] [stdout] 419883056b7ad1e61f0edc25be8b7a1374f7f6bc49f9952c5b885087d065e916
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5cca5b3dedb8054b2fe6d44797f78472e33d195e606627e78931f8e3a180bd52
[INFO] running `Command { std: "docker" "start" "-a" "5cca5b3dedb8054b2fe6d44797f78472e33d195e606627e78931f8e3a180bd52", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/lib/mod.rs (/opt/rustwide/target/debug/deps/api-2283bf75ed167213)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/generate_config.rs (/opt/rustwide/target/debug/deps/generate_config-fbd93e4793e27343)
[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 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]      Running unittests src/bin/hash_password.rs (/opt/rustwide/target/debug/deps/hash_password-764c58738fb7b171)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/server-211f2e396046f66b)
[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 87 tests
[INFO] [stdout] test tests::advanced_features::tests::test_basic_auth_headers_rejected ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_authentication_error_consistency ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_bearer_token_authentication_working ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_chunked_transfer_encoding ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_http_11_version_handling ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_content_length_vs_chunked_encoding ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_login_endpoint_authentication_flow ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_no_information_leakage_in_login ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_http_11_features_proper_headers ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_protected_resource_requires_bearer_token ... ok
[INFO] [stdout] test tests::auth::tests::test_different_salts_produce_different_hashes ... ok
[INFO] [stdout] test tests::auth::tests::test_hex_encoding_decoding ... ok
[INFO] [stdout] test tests::auth::tests::test_json_parsing ... ok
[INFO] [stdout] test tests::auth::tests::test_password_hashing ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_missing_authorization_header ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_unprotected_resource_no_auth_required ... ok
[INFO] [stdout] test tests::auth::tests::test_token_generation_and_validation ... ok
[INFO] [stdout] test tests::auth::tests::test_token_revocation ... ok
[INFO] [stdout] test tests::basic_http::tests::test_content_length_header ... ok
[INFO] [stdout] test tests::basic_http::tests::test_headers_parsing ... ok
[INFO] [stdout] test tests::basic_http::tests::test_path_with_query_parameters ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_http_connection_close ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_malformed_basic_auth_rejected ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_invalid_bearer_token_rejected ... ok
[INFO] [stdout] test tests::basic_http::tests::test_delete_request ... ok
[INFO] [stdout] test tests::basic_http::tests::test_get_request ... ok
[INFO] [stdout] test tests::basic_http::tests::test_post_request ... ok
[INFO] [stdout] test tests::basic_http::tests::test_put_request ... ok
[INFO] [stdout] test tests::basic_http::tests::test_unsupported_method ... ok
[INFO] [stdout] test tests::basic_http::tests::test_query_parameter_parsing ... ok
[INFO] [stdout] test tests::content_serving::tests::test_directory_listing ... ok
[INFO] [stdout] test tests::content_serving::tests::test_directory_listing_assets ... ok
[INFO] [stdout] test tests::content_serving::tests::test_mime_type_detection ... ok
[INFO] [stdout] test tests::content_serving::tests::test_static_file_serving_javascript ... ok
[INFO] [stdout] test tests::error_handling::tests::test_directory_traversal_protection ... ok
[INFO] [stdout] test tests::content_serving::tests::test_static_file_not_found ... ok
[INFO] [stdout] test tests::content_serving::tests::test_static_file_serving_index ... ok
[INFO] [stdout] test tests::content_serving::tests::test_static_file_serving_css ... ok
[INFO] [stdout] test tests::error_handling::tests::test_error_handling_large_request ... ok
[INFO] [stdout] test tests::error_handling::tests::test_error_handling_timeout ... ok
[INFO] [stdout] test tests::content_serving::tests::test_static_file_serving_text ... ok
[INFO] [stdout] test tests::error_handling::tests::test_error_handling_directory_traversal ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_chunked_transfer_encoding_compliance ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_concurrent_connection_compliance ... ok
[INFO] [stdout] test tests::error_handling::tests::test_error_handling_invalid_method ... ok
[INFO] [stdout] test tests::error_handling::tests::test_error_handling_malformed_headers ... ok
[INFO] [stdout] test tests::error_handling::tests::test_malformed_request ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_content_length_vs_chunked_exclusivity ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_error_response_format ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_host_header_requirement ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_header_case_insensitivity ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_http_version_handling ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_large_header_handling ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_path_traversal_protection_compliance ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7230_crlf_line_endings ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_query_parameter_parsing_compliance ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7230_header_field_syntax ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7231_content_headers ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7230_malformed_request_handling ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7230_request_line_parsing ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7231_http_methods ... ok
[INFO] [stdout] test tests::error_handling::tests::test_error_handling_empty_request ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7231_mime_type_detection ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7231_status_codes_and_text ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7232_etag_support ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7232_if_modified_since ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7235_authentication_compliance ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_rfc7235_bearer_token_format ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_url_encoding_handling ... ok
[INFO] [stdout] test tests::performance::tests::test_memory_usage_large_concurrent_load ... ok
[INFO] [stdout] test tests::performance::tests::test_buffered_stream_performance ... ok
[INFO] [stdout] test tests::performance::tests::test_connection_pooling_reuse ... ok
[INFO] [stdout] test tests::performance::tests::test_multi_threading_concurrent_requests ... ok
[INFO] [stdout] test tests::performance::tests::test_performance_baseline ... ok
[INFO] [stdout] test tests::routing::tests::test_empty_path ... ok
[INFO] [stdout] test tests::performance::tests::test_thread_pool_stress ... ok
[INFO] [stdout] test tests::routing::tests::test_root_index_serving ... ok
[INFO] [stdout] test tests::routing::tests::test_routing_404_not_found ... ok
[INFO] [stdout] test tests::routing::tests::test_routing_echo_endpoint ... ok
[INFO] [stdout] test tests::routing::tests::test_routing_hello_endpoint ... ok
[INFO] [stdout] test tests::routing::tests::test_routing_hello_with_name_parameter ... ok
[INFO] [stdout] test tests::routing::tests::test_routing_home_page ... ok
[INFO] [stdout] test tests::routing::tests::test_routing_status_endpoint ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_http_keep_alive_connection ... ok
[INFO] [stdout] test tests::advanced_features::tests::test_full_token_authentication_flow ... FAILED
[INFO] [stdout] test tests::http_compliance::tests::test_malformed_request_error_handling ... ok
[INFO] [stdout] test tests::http_compliance::tests::test_connection_header_handling ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::advanced_features::tests::test_full_token_authentication_flow stdout ----
[INFO] [stdout] [14:42:20] INFO: HTTP Server starting on http://127.0.0.1:9118
[INFO] [stdout] [14:42:20] INFO: Thread pool initialized with 4 workers
[INFO] [stdout] [14:42:20] INFO: Maximum concurrent connections: 100
[INFO] [stdout] [14:42:20] INFO: New connection from 127.0.0.1:48130 (Active: 0)
[INFO] [stdout] [14:42:20] INFO: New connection from 127.0.0.1:48142 (Active: 1)
[INFO] [stdout] Worker 1 got a job; executing.
[INFO] [stdout] Worker 0 got a job; executing.
[INFO] [stdout] [14:42:20] INFO: Client 127.0.0.1:48130 closed connection
[INFO] [stdout] Register response: 
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::advanced_features::tests::test_full_token_authentication_flow' (25) panicked at src/tests/advanced_features.rs:239:9:
[INFO] [stdout] Registration should either succeed or indicate user exists
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x575096828012 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x575096828012 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x575096828012 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x575096828012 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57509683e66a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57509683e66a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x57509682d2f6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57509682d2f6 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x575096804d1f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x575096804d1f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57509681f5c9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57509676c3be - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x57509676c3be - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57509681f782 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x57509681f782 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x575096804e0a - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5750967f9d89 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x575096805dfd - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57509683ed7c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57509673eb4d - server[a6ac54a0e0a03a86]::tests::advanced_features::tests::test_full_token_authentication_flow
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/advanced_features.rs:239:9
[INFO] [stdout]   20:     0x5750967355e7 - server[a6ac54a0e0a03a86]::tests::advanced_features::tests::test_full_token_authentication_flow::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/advanced_features.rs:224:45
[INFO] [stdout]   21:     0x57509675d876 - <server[a6ac54a0e0a03a86]::tests::advanced_features::tests::test_full_token_authentication_flow::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x57509676076b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x57509676076b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x57509676cfca - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x57509676cfca - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x57509676cfca - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x57509676cfca - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x57509676cfca - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x57509676cfca - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x57509676cfca - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x575096767494 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x575096767494 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x57509676fac2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x57509676fac2 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x57509676fac2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x57509676fac2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x57509676fac2 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x57509676fac2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x57509676fac2 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x57509682724f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x57509682724f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   42:     0x79b002587aa4 - <unknown>
[INFO] [stdout]   43:     0x79b002614a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] [14:42:25] INFO: Received request from 127.0.0.1:48142
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::advanced_features::tests::test_full_token_authentication_flow
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 86 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.94s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin server`
[INFO] running `Command { std: "docker" "inspect" "5cca5b3dedb8054b2fe6d44797f78472e33d195e606627e78931f8e3a180bd52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cca5b3dedb8054b2fe6d44797f78472e33d195e606627e78931f8e3a180bd52", kill_on_drop: false }`
[INFO] [stdout] 5cca5b3dedb8054b2fe6d44797f78472e33d195e606627e78931f8e3a180bd52
