[INFO] cloning repository https://github.com/ketbra/openclaw-gmail-proxy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ketbra/openclaw-gmail-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fketbra%2Fopenclaw-gmail-proxy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fketbra%2Fopenclaw-gmail-proxy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b63c32a87563f780f024dd20dba56dc6f20154a
[INFO] testing ketbra/openclaw-gmail-proxy 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%2Fketbra%2Fopenclaw-gmail-proxy" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ketbra/openclaw-gmail-proxy
[INFO] finished tweaking git repo https://github.com/ketbra/openclaw-gmail-proxy
[INFO] tweaked toml for git repo https://github.com/ketbra/openclaw-gmail-proxy written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ketbra/openclaw-gmail-proxy 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/ketbra/openclaw-gmail-proxy 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 tracing-appender v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185
[INFO] running `Command { std: "docker" "start" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185", 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" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185" "/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" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185", 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" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling is-docker v0.2.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling is-wsl v0.4.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling open v5.3.3
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[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 tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling gmail-proxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.59s
[INFO] running `Command { std: "docker" "inspect" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185", 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" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185" "/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.76
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling wiremock v0.6.5
[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 gmail-proxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.54s
[INFO] running `Command { std: "docker" "inspect" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185", 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" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185" "/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.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gmail_proxy-9aac6744ab68f97b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test scrub::query::tests::test_tokenize_negated_operator ... ok
[INFO] [stdout] test scrub::query::tests::test_tokenize_operator ... ok
[INFO] [stdout] test scrub::query::tests::test_tokenize_simple ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gmail_proxy-bc49513e7a8167aa)
[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/audit_test.rs (/opt/rustwide/target/debug/deps/audit_test-c42b1b21ea38e86a)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_audit_log_query_rejected ... ok
[INFO] [stdout] test test_audit_log_get_message_event ... ok
[INFO] [stdout] test test_audit_log_search_event ... ok
[INFO] [stdout] test test_audit_log_with_duration ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/auth_test.rs (/opt/rustwide/target/debug/deps/auth_test-aba2e45c4a9b9ff2)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_token_cached_until_expiry ... ok
[INFO] [stdout] test test_token_refresh_failure ... ok
[INFO] [stdout] test test_token_refresh ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/config_test.rs (/opt/rustwide/target/debug/deps/config_test-94f627082efa6a2d)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_missing_required_field ... ok
[INFO] [stdout] test test_invalid_otp_regex ... ok
[INFO] [stdout] test test_missing_secrets_file ... ok
[INFO] [stdout] test test_load_valid_config ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/content_scrub_test.rs (/opt/rustwide/target/debug/deps/content_scrub_test-a40bcb8fba8912dd)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_safe_url_preserved_when_strip_links_false ... ok
[INFO] [stdout] test test_clean_body_unchanged ... ok
[INFO] [stdout] test test_redact_auth_url ... ok
[INFO] [stdout] test test_redact_reset_url ... ok
[INFO] [stdout] test test_sender_check_result_has_reason ... ok
[INFO] [stdout] test test_allowed_sender ... ok
[INFO] [stdout] test test_blocked_sender_security_at ... ok
[INFO] [stdout] test test_redact_otp_code ... ok
[INFO] [stdout] test test_strip_all_links_when_enabled ... ok
[INFO] [stdout] test test_blocked_sender_suppresses_message ... ok
[INFO] [stdout] test test_strip_http_links_too ... ok
[INFO] [stdout] test test_blocked_sender_case_insensitive ... ok
[INFO] [stdout] test test_redact_one_time_password ... ok
[INFO] [stdout] test test_multiple_redactions_in_one_body ... ok
[INFO] [stdout] test test_redact_verification_code ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gmail_client_test.rs (/opt/rustwide/target/debug/deps/gmail_client_test-bf82153a622a16f2)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_search_messages ... ok
[INFO] [stdout] test test_list_labels ... ok
[INFO] [stdout] test test_get_thread ... ok
[INFO] [stdout] test test_history_list ... ok
[INFO] [stdout] test test_get_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/gmail_types_test.rs (/opt/rustwide/target/debug/deps/gmail_types_test-14dd392d1e8e82f8)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_no_payload_returns_none ... ok
[INFO] [stdout] test test_header_extraction ... ok
[INFO] [stdout] test test_extract_text_body_simple ... ok
[INFO] [stdout] test test_to_sanitized ... ok
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-6bb0b65a15760a37)
[INFO] [stdout] test test_extract_text_body_nested_multipart ... ok
[INFO] [stdout] test test_extract_text_body_multipart ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test_blocked_sender_direct_fetch_returns_404 ... ok
[INFO] [stdout] test test_full_search_pipeline_with_otp_scrubbing ... ok
[INFO] [stdout] test test_otp_and_link_stripping_combined ... ok
[INFO] [stdout] test test_query_validation_blocked_label ... ok
[INFO] [stdout] test test_blocked_label_message_returns_404 ... ok
[INFO] [stdout] test test_missing_query_returns_400 ... ok
[INFO] [stdout] test test_blocked_sender_suppressed_in_search ... ok
[INFO] [stdout] test test_thread_with_mixed_messages ... ok
[INFO] [stdout] test test_link_stripping ... ok
[INFO] [stdout] test test_audit_log_written ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/label_filter_test.rs (/opt/rustwide/target/debug/deps/label_filter_test-fc97cca68acfa547)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_accessors ... ok
[INFO] [stdout] test test_empty_labels_passes ... ok
[INFO] [stdout] test test_message_without_blocked_label_passes ... ok
[INFO] [stdout] test test_message_with_blocked_label_is_blocked ... ok
[INFO] [stdout] test test_secure_query_wrapping ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/poller_test.rs (/opt/rustwide/target/debug/deps/poller_test-964594348fe5a775)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_state_missing_file ... ok
[INFO] [stdout] test test_state_persistence ... ok
[INFO] [stdout] test test_pubsub_pull_empty ... ok
[INFO] [stdout] test test_pubsub_acknowledge ... ok
[INFO] [stdout] test test_pubsub_pull_with_messages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/proxy_routes_test.rs (/opt/rustwide/target/debug/deps/proxy_routes_test-9b2e7df5669658dc)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_health ... ok
[INFO] [stdout] test test_search_missing_query ... ok
[INFO] [stdout] test test_search_invalid_query ... ok
[INFO] [stdout] test test_search_blocked_label_query ... ok
[INFO] [stdout] test test_get_thread ... ok
[INFO] [stdout] test test_get_message ... ok
[INFO] [stdout] test test_search_basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/query_test.rs (/opt/rustwide/target/debug/deps/query_test-64346be703477db0)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test test_has_attachment_operator ... ok
[INFO] [stdout] test test_is_starred_allowed ... ok
[INFO] [stdout] test test_adjacent_operators_implicit_and ... ok
[INFO] [stdout] test test_blocked_label_with_different_case ... ok
[INFO] [stdout] test test_curly_braces_validated_same_as_parens ... ok
[INFO] [stdout] test test_empty_group ... ok
[INFO] [stdout] test test_dangling_or ... ok
[INFO] [stdout] test test_double_negation_blocked_label ... ok
[INFO] [stdout] test test_label_operator_always_rejected ... ok
[INFO] [stdout] test test_complex_real_world_query ... ok
[INFO] [stdout] test test_is_unread_allowed ... ok
[INFO] [stdout] test test_mixed_terms_and_operators ... ok
[INFO] [stdout] test test_multiple_or_chains ... ok
[INFO] [stdout] test test_multiple_spaces_between_terms ... ok
[INFO] [stdout] test test_negated_group ... ok
[INFO] [stdout] test test_newer_than_relative_time ... ok
[INFO] [stdout] test test_nested_groups_with_or ... ok
[INFO] [stdout] test test_only_whitespace_query ... ok
[INFO] [stdout] test test_operator_missing_value ... ok
[INFO] [stdout] test test_operator_with_at_sign_in_value ... ok
[INFO] [stdout] test test_operator_with_slash_in_value ... ok
[INFO] [stdout] test test_or_precedence_does_not_bypass_filter ... ok
[INFO] [stdout] test test_parse_empty_query ... ok
[INFO] [stdout] test test_parse_curly_brace_group ... ok
[INFO] [stdout] test test_parse_group_parens ... ok
[INFO] [stdout] test test_parse_negated_operator ... ok
[INFO] [stdout] test test_or_with_group ... ok
[INFO] [stdout] test test_parse_negated_term ... ok
[INFO] [stdout] test test_parse_operator ... ok
[INFO] [stdout] test test_parse_or_expression ... ok
[INFO] [stdout] test test_parse_operator_quoted_value ... ok
[INFO] [stdout] test test_parse_quoted_string ... ok
[INFO] [stdout] test test_parse_single_word ... ok
[INFO] [stdout] test test_parse_two_words_implicit_and ... ok
[INFO] [stdout] test test_reconstruct_complex_with_label_exclusion ... ok
[INFO] [stdout] test test_or_between_groups ... ok
[INFO] [stdout] test test_reconstruct_negated ... ok
[INFO] [stdout] test test_reconstruct_group ... ok
[INFO] [stdout] test test_reconstruct_operator ... ok
[INFO] [stdout] test test_reconstruct_quoted ... ok
[INFO] [stdout] test test_reconstruct_or ... ok
[INFO] [stdout] test test_reconstruct_simple_term ... ok
[INFO] [stdout] test test_reconstruct_with_label_exclusion ... ok
[INFO] [stdout] test test_reconstruct_roundtrip ... ok
[INFO] [stdout] test test_rejects_query_over_length_limit ... ok
[INFO] [stdout] test test_unicode_in_quoted_string ... ok
[INFO] [stdout] test test_unmatched_open_paren ... ok
[INFO] [stdout] test test_unmatched_close_paren ... ok
[INFO] [stdout] test test_validate_allows_valid_operator ... ok
[INFO] [stdout] test test_validate_blocked_label_nested_in_or ... ok
[INFO] [stdout] test test_validate_blocked_label_nested_in_group ... ok
[INFO] [stdout] test test_validate_rejects_blocked_label ... ok
[INFO] [stdout] test test_validate_rejects_disallowed_operator ... ok
[INFO] [stdout] test test_validate_rejects_blocked_label_case_insensitive ... ok
[INFO] [stdout] test test_validate_rejects_in_anywhere ... ok
[INFO] [stdout] test test_validate_rejects_excessive_depth ... ok
[INFO] [stdout] test test_validate_rejects_in_spam ... ok
[INFO] [stdout] test test_validate_rejects_in_trash ... ok
[INFO] [stdout] test test_validate_rejects_is_draft ... ok
[INFO] [stdout] test test_validate_rejects_negated_blocked_label ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/watch_test.rs (/opt/rustwide/target/debug/deps/watch_test-fd65b2a581ae47d7)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_watch_provides_initial_history_id ... ok
[INFO] [stdout] test test_watch_registration_failure ... ok
[INFO] [stdout] test test_watch_registration ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests gmail_proxy
[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" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185", kill_on_drop: false }`
[INFO] [stdout] 817a58a91c683c58501a769a949699b6c7e8cd0d9cc5c0014c9c49bb60623185
