[INFO] cloning repository https://github.com/CaritasLove/caritas-love [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CaritasLove/caritas-love" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaritasLove%2Fcaritas-love", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaritasLove%2Fcaritas-love'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5763f084cb156baae53557ccb8013cd62a2e9bd5 [INFO] testing CaritasLove/caritas-love against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaritasLove%2Fcaritas-love" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/CaritasLove/caritas-love [INFO] finished tweaking git repo https://github.com/CaritasLove/caritas-love [INFO] tweaked toml for git repo https://github.com/CaritasLove/caritas-love written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/CaritasLove/caritas-love on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/CaritasLove/caritas-love 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 842591059d433b7be81d861beb061c89bf6fa055e2096bd60ef1c2896dbc4ebf [INFO] running `Command { std: "docker" "start" "-a" "842591059d433b7be81d861beb061c89bf6fa055e2096bd60ef1c2896dbc4ebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "842591059d433b7be81d861beb061c89bf6fa055e2096bd60ef1c2896dbc4ebf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "842591059d433b7be81d861beb061c89bf6fa055e2096bd60ef1c2896dbc4ebf", kill_on_drop: false }` [INFO] [stdout] 842591059d433b7be81d861beb061c89bf6fa055e2096bd60ef1c2896dbc4ebf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e233743ff8ea69ac8695d514a5b6a593f46a44df33e819b5baa178389adf42e7 [INFO] running `Command { std: "docker" "start" "-a" "e233743ff8ea69ac8695d514a5b6a593f46a44df33e819b5baa178389adf42e7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling zerocopy v0.8.47 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling tinyvec v1.11.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling winnow v1.0.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling num-conv v0.2.1 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling type-map v0.5.1 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling self_cell v1.2.2 [INFO] [stderr] Compiling core_affinity v0.8.3 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling template-check-derive v0.1.0 (/opt/rustwide/workdir/template-check-derive) [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling fluent-syntax v0.12.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling flexi_logger v0.31.8 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling unic-langid-impl v0.9.6 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling basic-toml v0.1.10 [INFO] [stderr] Compiling askama_parser v0.15.6 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling unic-langid-macros-impl v0.9.6 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling unic-langid-macros v0.9.6 [INFO] [stderr] Compiling unic-langid v0.9.6 [INFO] [stderr] Compiling intl_pluralrules v7.0.2 [INFO] [stderr] Compiling fluent-langneg v0.13.1 [INFO] [stderr] Compiling intl-memoizer v0.5.3 [INFO] [stderr] Compiling fluent-bundle v0.16.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 fluent v0.17.0 [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 sqlx-core v0.8.6 [INFO] [stderr] Compiling askama_derive v0.15.6 [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling askama_macros v0.15.6 [INFO] [stderr] Compiling askama v0.15.6 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling sqlx-macros-core v0.8.6 [INFO] [stderr] Compiling axum-extra v0.12.5 [INFO] [stderr] Compiling sqlx-macros v0.8.6 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling caritas-love v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "e233743ff8ea69ac8695d514a5b6a593f46a44df33e819b5baa178389adf42e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e233743ff8ea69ac8695d514a5b6a593f46a44df33e819b5baa178389adf42e7", kill_on_drop: false }` [INFO] [stdout] e233743ff8ea69ac8695d514a5b6a593f46a44df33e819b5baa178389adf42e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebc775721f07db744c46a0bfefb491c9d762dd1a3b37f7864fbb434f9ce91cda [INFO] running `Command { std: "docker" "start" "-a" "ebc775721f07db744c46a0bfefb491c9d762dd1a3b37f7864fbb434f9ce91cda", kill_on_drop: false }` [INFO] [stderr] Compiling caritas-love v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.55s [INFO] running `Command { std: "docker" "inspect" "ebc775721f07db744c46a0bfefb491c9d762dd1a3b37f7864fbb434f9ce91cda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebc775721f07db744c46a0bfefb491c9d762dd1a3b37f7864fbb434f9ce91cda", kill_on_drop: false }` [INFO] [stdout] ebc775721f07db744c46a0bfefb491c9d762dd1a3b37f7864fbb434f9ce91cda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d142809992f8e0c21d69194b0cf428c3d172e338b73999b6ce3d85fe3cfeef95 [INFO] running `Command { std: "docker" "start" "-a" "d142809992f8e0c21d69194b0cf428c3d172e338b73999b6ce3d85fe3cfeef95", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/caritas_love-2a71906d29b4712f) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test app_env::tests::unknown_values_fall_back_to_production ... ok [INFO] [stdout] test demo_mode::tests::missing_or_empty_values_default_to_false ... ok [INFO] [stdout] test app_env::tests::recognized_values_are_case_insensitive ... ok [INFO] [stdout] test demo_mode::tests::recognized_truthy_values_are_case_insensitive ... ok [INFO] [stdout] test lang::tests::exact_match_is_still_exact ... ok [INFO] [stdout] test lang::tests::falls_back_for_invalid_locale_strings ... ok [INFO] [stdout] test app_env::tests::missing_or_empty_values_default_to_production ... ok [INFO] [stdout] test demo_mode::tests::falsey_and_unknown_values_are_false ... ok [INFO] [stdout] test lang::tests::primary_language_match_is_deterministic ... ok [INFO] [stdout] test lang::tests::development_get_language_falls_back_to_default_locale ... ok [INFO] [stdout] test lang::tests::falls_back_for_unsupported_valid_locales ... ok [INFO] [stdout] test auth::tests::pbkdf2_matches_known_vector ... ok [INFO] [stdout] test lang::tests::loads_known_locale_bundle_from_disk ... ok [INFO] [stdout] test lang::tests::resolves_bare_language_fallback ... ok [INFO] [stdout] test lang::tests::resolves_primary_language_fallback ... ok [INFO] [stdout] test web::request_ip::tests::parse_ip_rejects_unknown_and_invalid_values ... ok [INFO] [stdout] test lang::tests::resolves_exact_match ... ok [INFO] [stdout] test web::request_ip::tests::parses_forwarded_header ... ok [INFO] [stdout] test lang::tests::loads_all_bundles_from_disk_including_fallback ... ok [INFO] [stdout] test lang::tests::production_get_language_uses_cached_fallback_locale ... ok [INFO] [stdout] test web::request_ip::tests::parses_forwarded_header_with_ipv6_and_port ... ok [INFO] [stdout] test web::request_ip::tests::parses_x_forwarded_for_header ... ok [INFO] [stdout] test auth::tests::verifies_test_password_fixture ... ok [INFO] [stdout] test auth::tests::rejects_wrong_password ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.93s [INFO] [stdout] [INFO] [stderr] Running tests/common.rs (/opt/rustwide/target/debug/deps/common-d55a0f7c1836029a) [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] [stderr] Running tests/fluent_keys.rs (/opt/rustwide/target/debug/deps/fluent_keys-b9a45d871191cace) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/template_fluent_keys.rs (/opt/rustwide/target/debug/deps/template_fluent_keys-f354206b715aeda9) [INFO] [stdout] test fluent_keys_are_present_in_every_locale ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test template_literal_translation_keys_exist_in_en_us ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d142809992f8e0c21d69194b0cf428c3d172e338b73999b6ce3d85fe3cfeef95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d142809992f8e0c21d69194b0cf428c3d172e338b73999b6ce3d85fe3cfeef95", kill_on_drop: false }` [INFO] [stdout] d142809992f8e0c21d69194b0cf428c3d172e338b73999b6ce3d85fe3cfeef95