[INFO] cloning repository https://github.com/michidk/hodor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michidk/hodor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichidk%2Fhodor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichidk%2Fhodor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0bf3fdc30d942425950c80ad9bc0e79a6dd5d171
[INFO] testing michidk/hodor against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichidk%2Fhodor" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/michidk/hodor
[INFO] finished tweaking git repo https://github.com/michidk/hodor
[INFO] tweaked toml for git repo https://github.com/michidk/hodor written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michidk/hodor on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michidk/hodor 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843
[INFO] running `Command { std: "docker" "start" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-core v0.3.33
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling futures-sink v0.3.33
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.0
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling socket2 v0.6.5
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling futures-task v0.3.33
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling futures-channel v0.3.33
[INFO] [stderr]    Compiling futures-util v0.3.33
[INFO] [stderr]    Compiling http-body-util v0.1.5
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling chacha20 v0.10.1
[INFO] [stderr]    Compiling memo-map v0.3.3
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rand v0.10.2
[INFO] [stderr]    Compiling ipnet v2.12.1
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.1
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tokio v1.53.1
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling minijinja v2.24.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling hyper v1.11.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling hodor v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling hodor v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 17.74s
[INFO] running `Command { std: "docker" "inspect" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.15s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/hodor-df34e2335ca057bf)
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test tests::auth::form::collect_body_accepts_login_form_at_limit ... ok
[INFO] [stdout] test tests::auth::form::decode_form_component_mixed ... ok
[INFO] [stdout] test tests::auth::form::decode_form_component_incomplete_percent ... ok
[INFO] [stdout] test tests::auth::form::decode_form_component_plain ... ok
[INFO] [stdout] test tests::auth::form::decode_form_component_plus_to_space ... ok
[INFO] [stdout] test tests::auth::form::form_value_missing_key ... ok
[INFO] [stdout] test tests::auth::form::parse_form_body_basic ... ok
[INFO] [stdout] test tests::auth::form::collect_body_rejects_oversized_login_form ... ok
[INFO] [stdout] test tests::auth::form::decode_form_component_percent_encoding ... ok
[INFO] [stdout] test tests::auth::form::parse_form_body_empty ... ok
[INFO] [stdout] test tests::auth::form::sanitize_redirect_allows_relative_paths ... ok
[INFO] [stdout] test tests::auth::rate_limit::bypass_networks_support_ipv4_and_ipv6 ... ok
[INFO] [stdout] test tests::auth::form::sanitize_redirect_blocks_open_redirects ... ok
[INFO] [stdout] test tests::auth::rate_limit::check_login_attempt_blocks_after_limit_with_retry_after ... ok
[INFO] [stdout] test tests::auth::rate_limit::check_login_attempt_isolates_ips ... ok
[INFO] [stdout] test tests::auth::rate_limit::check_login_attempt_permits_first_attempts ... ok
[INFO] [stdout] test tests::auth::rate_limit::lockout_duration_caps_at_max ... ok
[INFO] [stdout] test tests::auth::rate_limit::record_login_success_clears_record ... ok
[INFO] [stdout] test tests::auth::rate_limit::resolve_client_ip_falls_back_to_peer ... ok
[INFO] [stdout] test tests::auth::rate_limit::resolve_client_ip_uses_peer_when_proxy_not_trusted ... ok
[INFO] [stdout] test tests::auth::session::is_authenticated_with_valid_cookie ... ok
[INFO] [stdout] test tests::auth::rate_limit::too_many_requests_sets_retry_after_header ... ok
[INFO] [stdout] test tests::auth::rate_limit::prune_login_records_keeps_locked_and_recent ... ok
[INFO] [stdout] test tests::auth::rate_limit::record_login_failure_locks_out_after_threshold ... ok
[INFO] [stdout] test tests::auth::session::session_cookie_includes_secure_flag ... ok
[INFO] [stdout] test tests::auth::session::sign_and_validate_token_roundtrip ... ok
[INFO] [stdout] test tests::auth::session::validate_token_rejects_expired ... ok
[INFO] [stdout] test tests::auth::session::validate_token_rejects_malformed ... ok
[INFO] [stdout] test tests::auth::session::validate_token_rejects_tampered_signature ... ok
[INFO] [stdout] test tests::auth::session::validate_token_rejects_wrong_secret ... ok
[INFO] [stdout] test tests::config::load_config_with_env_preserves_decimal_password_text ... ok
[INFO] [stdout] test tests::config::load_config_with_env_preserves_numeric_password_text ... ok
[INFO] [stdout] test tests::auth::session::session_and_clear_cookies_include_configured_domain ... ok
[INFO] [stdout] test tests::auth::session::session_cookie_contains_expected_parts ... ok
[INFO] [stdout] test tests::config::load_config_with_env_rejects_empty_secret ... ok
[INFO] [stdout] test tests::config::load_config_with_env_rejects_invalid_cidr ... ok
[INFO] [stdout] test tests::config::load_config_with_env_rejects_invalid_cookie_domain ... ok
[INFO] [stdout] test tests::auth::rate_limit::resolve_client_ip_uses_rightmost_forwarded_entry ... ok
[INFO] [stdout] test tests::auth::rate_limit::resolve_client_ip_only_accepts_headers_from_configured_proxy_networks ... ok
[INFO] [stdout] test tests::config::load_config_with_env_rejects_missing_password ... ok
[INFO] [stdout] test tests::config::load_config_with_env_rejects_missing_upstream ... ok
[INFO] [stdout] test tests::auth::rate_limit::check_login_attempt_recovers_from_poisoned_guard ... ok
[INFO] [stdout] test tests::config::load_config_with_env_rejects_zero_session_ttl ... ok
[INFO] [stdout] test tests::auth::session::clear_cookie_includes_secure_flag ... ok
[INFO] [stdout] test tests::auth::session::cookie_value_finds_named_cookie ... ok
[INFO] [stdout] test tests::config::load_config_with_env_requires_trust_proxy_for_proxy_cidrs ... ok
[INFO] [stdout] test tests::auth::session::clear_cookie_sets_max_age_zero ... ok
[INFO] [stdout] test tests::config::load_config_with_env_still_parses_typed_overrides ... ok
[INFO] [stdout] test tests::auth::session::cookie_value_returns_none_when_missing ... ok
[INFO] [stdout] test tests::auth::session::cookie_value_returns_none_without_cookie_header ... ok
[INFO] [stdout] test tests::config::parse_listen_addr_full ... ok
[INFO] [stdout] test tests::auth::rate_limit::record_login_failure_escalates_lockouts ... ok
[INFO] [stdout] test tests::proxy::append_forwarded_headers_appends_to_existing ... ok
[INFO] [stdout] test tests::config::parse_listen_addr_port_only ... ok
[INFO] [stdout] test tests::proxy::append_forwarded_headers_preserves_proto_from_trusted_proxy ... ok
[INFO] [stdout] test tests::auth::session::is_authenticated_rejects_no_cookie ... ok
[INFO] [stdout] test tests::proxy::append_forwarded_headers_rejects_proto_from_untrusted_client ... ok
[INFO] [stdout] test tests::proxy::append_forwarded_headers_sets_headers ... ok
[INFO] [stdout] test tests::proxy::build_upstream_uri_basic ... ok
[INFO] [stdout] test tests::proxy::build_upstream_uri_with_query ... ok
[INFO] [stdout] test tests::proxy::is_hop_by_hop_header_detects_connection_nominated_headers ... ok
[INFO] [stdout] test tests::proxy::is_hop_by_hop_header_detects_correctly ... ok
[INFO] [stdout] test tests::auth::session::is_authenticated_rejects_expired_cookie ... ok
[INFO] [stdout] test tests::proxy::is_websocket_upgrade_detects_correctly ... ok
[INFO] [stdout] test tests::proxy::is_websocket_upgrade_rejects_missing_connection_header ... ok
[INFO] [stdout] test tests::proxy::is_websocket_upgrade_rejects_missing_upgrade_header ... ok
[INFO] [stdout] test tests::proxy::is_websocket_upgrade_rejects_non_websocket ... ok
[INFO] [stdout] test tests::proxy::join_paths_base_with_root_path ... ok
[INFO] [stdout] test tests::proxy::join_paths_empty_base ... ok
[INFO] [stdout] test tests::proxy::join_paths_root_base ... ok
[INFO] [stdout] test tests::proxy::join_paths_base_with_subpath ... ok
[INFO] [stdout] test tests::proxy::resolve_forwarded_proto_rejects_unrecognized_rightmost_value ... ok
[INFO] [stdout] test tests::proxy::resolve_forwarded_proto_uses_rightmost_header_instance ... ok
[INFO] [stdout] test tests::proxy::resolve_forwarded_proto_uses_rightmost_trusted_value ... ok
[INFO] [stdout] test tests::proxy::resolve_forwarded_proto_ignores_untrusted_value ... ok
[INFO] [stdout] test tests::auth::rate_limit::login_guard_evicts_oldest_when_full ... ok
[INFO] [stdout] test tests::templates::render_error_page_omits_custom_css_block_when_unset ... ok
[INFO] [stdout] test tests::templates::render_error_page_disable_default_css_removes_builtin_styles ... ok
[INFO] [stdout] test tests::proxy::resolve_forwarded_proto_reads_connection_nominated_source_header ... ok
[INFO] [stdout] test tests::templates::render_error_page_includes_custom_css_verbatim ... ok
[INFO] [stdout] test tests::templates::render_error_page_includes_fields ... ok
[INFO] [stdout] test tests::proxy::proxy_preserves_host_and_tunnels_websocket_bytes ... ok
[INFO] [stdout] test tests::templates::render_error_page_escapes_title ... ok
[INFO] [stdout] test tests::templates::render_login_page_escapes_title ... ok
[INFO] [stdout] test tests::templates::render_login_page_disable_default_css_removes_builtin_styles ... ok
[INFO] [stdout] test tests::templates::render_login_page_includes_custom_css_verbatim ... ok
[INFO] [stdout] test tests::templates::render_login_page_includes_title ... ok
[INFO] [stdout] test tests::templates::render_login_page_keeps_builtin_styles_by_default ... ok
[INFO] [stdout] test tests::templates::render_login_page_omits_custom_css_block_when_unset ... ok
[INFO] [stdout] test tests::templates::validate_template_rejects_invalid_syntax ... ok
[INFO] [stdout] test tests::templates::validate_template_accepts_builtin ... ok
[INFO] [stdout] test tests::templates::validate_error_template_rejects_invalid_syntax ... ok
[INFO] [stdout] test tests::templates::validate_error_template_accepts_builtin ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843", kill_on_drop: false }`
[INFO] [stdout] ec1e960e939dfe5cc18a380a077f307ff8d6ec72f029dc4373a50edf59ecb843
