[INFO] cloning repository https://github.com/SaeKazamatsuri/BEAVER-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SaeKazamatsuri/BEAVER-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaeKazamatsuri%2FBEAVER-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaeKazamatsuri%2FBEAVER-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 01832ea762d5fd9f823ba11b6a4af7b892aff756
[INFO] testing SaeKazamatsuri/BEAVER-backend against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSaeKazamatsuri%2FBEAVER-backend" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SaeKazamatsuri/BEAVER-backend
[INFO] finished tweaking git repo https://github.com/SaeKazamatsuri/BEAVER-backend
[INFO] tweaked toml for git repo https://github.com/SaeKazamatsuri/BEAVER-backend written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SaeKazamatsuri/BEAVER-backend on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SaeKazamatsuri/BEAVER-backend 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid v1.22.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32
[INFO] running `Command { std: "docker" "start" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32", 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" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32", 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" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.24.0
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling beaver-backend v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
[INFO] running `Command { std: "docker" "inspect" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32", 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" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling beaver-backend v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.75s
[INFO] running `Command { std: "docker" "inspect" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32", 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" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/beaver_backend-32b4c1eb3944c199)
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stdout] test runtime::tests::normal_mode_uses_default_database_path ... ok
[INFO] [stdout] test test_mode::tests::actors_count_cannot_exceed_user_count ... ok
[INFO] [stdout] test test_mode::tests::actors_range_cannot_exceed_user_count ... ok
[INFO] [stdout] test test_mode::tests::blank_comment_template_is_rejected ... ok
[INFO] [stdout] test test_mode::tests::blank_stamp_name_is_rejected ... ok
[INFO] [stdout] test test_mode::tests::actors_range_requires_positive_values ... ok
[INFO] [stdout] test runtime::tests::test_mode_uses_isolated_database_and_resets_existing_files ... ok
[INFO] [stdout] test test_mode::tests::invalid_reaction_key_is_rejected ... ok
[INFO] [stdout] test test_mode::tests::parallel_branch_phases_must_not_be_empty ... ok
[INFO] [stdout] test test_mode::tests::missing_config_file_is_rejected ... ok
[INFO] [stdout] test test_mode::tests::parallel_branches_must_not_be_empty ... ok
[INFO] [stdout] test test_mode::tests::unknown_phase_is_rejected ... ok
[INFO] [stdout] test test_mode::tests::load_test_mode_config_accepts_example_schema ... ok
[INFO] [stdout] test test_mode::tests::test_mode_http_requests_include_public_asset_headers ... ok
[INFO] [stdout] test test_mode::tests::bootstrap_endpoint_remains_compatible_with_test_session ... ok
[INFO] [stdout] test tests::attention_logs_accept_metadata_and_target ... ok
[INFO] [stdout] test tests::explicit_comment_source_is_saved_and_broadcast ... ok
[INFO] [stdout] test tests::only_expected_origins_are_allowed ... ok
[INFO] [stdout] test tests::cors_allows_expected_origin ... ok
[INFO] [stdout] test tests::client_bootstrap_uses_dedicated_anonymous_route ... ok
[INFO] [stdout] test tests::existing_comment_tables_are_migrated_with_legacy_unknown_source ... ok
[INFO] [stdout] test tests::sanitize_session_matches_python_behavior ... ok
[INFO] [stdout] test tests::client_websocket_uses_dedicated_anonymous_route ... ok
[INFO] [stdout] test tests::edited_ai_question_submission_logs_ai_question_edited ... ok
[INFO] [stdout] test tests::bootstrap_creates_table_for_new_session ... ok
[INFO] [stdout] test tests::generated_question_is_broadcast_to_websocket_clients ... ok
[INFO] [stdout] test tests::bootstrap_includes_reactions_and_current_user_flags ... ok
[INFO] [stdout] test tests::invalid_stamp_is_rejected ... ok
[INFO] [stdout] test tests::stamps_endpoint_filters_extensions ... ok
[INFO] [stdout] test tests::legacy_comment_requests_default_source_from_payload_shape ... ok
[INFO] [stdout] test tests::questions_endpoint_returns_saved_items_in_order ... ok
[INFO] [stdout] test tests::text_comment_is_saved_and_broadcast ... ok
[INFO] [stdout] test tests::presence_updates_track_connection_counts ... ok
[INFO] [stdout] test tests::stamp_paths_use_public_base_url_from_request_headers ... ok
[INFO] [stdout] test tests::poll_lifecycle_records_answers_and_results ... ok
[INFO] [stdout] test tests::toggle_comment_reaction_is_toggle_based_and_distinguishes_real_name ... ok
[INFO] [stdout] test test_mode::tests::stamp_events_use_public_asset_base_url_in_test_mode ... ok
[INFO] [stdout] test tests::anonymous_websocket_is_not_added_to_participants ... ok
[INFO] [stdout] test tests::user_action_logs_reject_invalid_payloads ... ok
[INFO] [stdout] test tests::user_action_logs_are_saved ... ok
[INFO] [stdout] test tests::toggle_comment_reaction_rejects_invalid_input ... ok
[INFO] [stdout] test tests::toggle_comment_reaction_requires_identity_fields ... ok
[INFO] [stdout] test test_mode::tests::small_scenario_updates_backend_state ... ok
[INFO] [stdout] test test_mode::tests::parallel_scenario_supports_non_author_reactions_and_sorted_ids ... ok
[INFO] [stdout] test tests::explicit_presence_disconnect_is_immediate_and_idempotent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/beaver_backend-af81db7bdd6de9b5)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::parses_test_flag ... ok
[INFO] [stdout] test tests::rejects_unknown_argument ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests beaver_backend
[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] running `Command { std: "docker" "inspect" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32", kill_on_drop: false }`
[INFO] [stdout] 365a93899516ceae7ba47b10c84e354996ca9b7919d6eb7edd771a9fe6fcaa32
