[INFO] fetching crate koda-email 0.1.20... [INFO] testing koda-email-0.1.20 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate koda-email 0.1.20 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate koda-email 0.1.20 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate koda-email 0.1.20 [INFO] tweaked toml for crates.io crate koda-email 0.1.20 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate koda-email 0.1.20 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate koda-email 0.1.20 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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quoted_printable v0.5.1 [INFO] [stderr] Downloaded email-encoding v0.4.1 [INFO] [stderr] Downloaded email_address v0.2.9 [INFO] [stderr] Downloaded aliasable v0.1.3 [INFO] [stderr] Downloaded bufstream v0.1.4 [INFO] [stderr] Downloaded ouroboros v0.18.5 [INFO] [stderr] Downloaded schemars_derive v1.2.1 [INFO] [stderr] Downloaded imap-proto v0.16.6 [INFO] [stderr] Downloaded hashify v0.2.7 [INFO] [stderr] Downloaded ouroboros_macro v0.18.5 [INFO] [stderr] Downloaded imap v3.0.0-alpha.15 [INFO] [stderr] Downloaded rmcp-macros v1.2.0 [INFO] [stderr] Downloaded lettre v0.11.19 [INFO] [stderr] Downloaded rmcp v1.2.0 [INFO] [stderr] Downloaded mail-parser v0.11.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05e1019270420a8944da13ffa2eee9081827fb4416463baeffef25855107987a [INFO] running `Command { std: "docker" "start" "-a" "05e1019270420a8944da13ffa2eee9081827fb4416463baeffef25855107987a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05e1019270420a8944da13ffa2eee9081827fb4416463baeffef25855107987a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05e1019270420a8944da13ffa2eee9081827fb4416463baeffef25855107987a", kill_on_drop: false }` [INFO] [stdout] 05e1019270420a8944da13ffa2eee9081827fb4416463baeffef25855107987a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfe892989122481759c7c20bcfe5d6a1e81c0b927cbfb7646dc31decb0d63015 [INFO] running `Command { std: "docker" "start" "-a" "cfe892989122481759c7c20bcfe5d6a1e81c0b927cbfb7646dc31decb0d63015", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.40 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling psm v0.1.30 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling stacker v0.1.23 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling ouroboros_macro v0.18.5 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling rmcp v1.2.0 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling ouroboros v0.18.5 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling imap-proto v0.16.6 [INFO] [stderr] Compiling rmcp-macros v1.2.0 [INFO] [stderr] Compiling schemars v1.2.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling email-encoding v0.4.1 [INFO] [stderr] Compiling hostname v0.4.2 [INFO] [stderr] Compiling hashify v0.2.7 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling bufstream v0.1.4 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling pastey v0.2.1 [INFO] [stderr] Compiling quoted_printable v0.5.1 [INFO] [stderr] Compiling imap v3.0.0-alpha.15 [INFO] [stderr] Compiling mail-parser v0.11.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling lettre v0.11.19 [INFO] [stderr] Compiling koda-email v0.1.20 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `Command { std: "docker" "inspect" "cfe892989122481759c7c20bcfe5d6a1e81c0b927cbfb7646dc31decb0d63015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfe892989122481759c7c20bcfe5d6a1e81c0b927cbfb7646dc31decb0d63015", kill_on_drop: false }` [INFO] [stdout] cfe892989122481759c7c20bcfe5d6a1e81c0b927cbfb7646dc31decb0d63015 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e04eaeae2bc4065c171eed068f997d6a7bc836efd340a771d7240d02c02e43fd [INFO] running `Command { std: "docker" "start" "-a" "e04eaeae2bc4065c171eed068f997d6a7bc836efd340a771d7240d02c02e43fd", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling imap v3.0.0-alpha.15 [INFO] [stderr] Compiling lettre v0.11.19 [INFO] [stderr] Compiling koda-email v0.1.20 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 29.36s [INFO] running `Command { std: "docker" "inspect" "e04eaeae2bc4065c171eed068f997d6a7bc836efd340a771d7240d02c02e43fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e04eaeae2bc4065c171eed068f997d6a7bc836efd340a771d7240d02c02e43fd", kill_on_drop: false }` [INFO] [stdout] e04eaeae2bc4065c171eed068f997d6a7bc836efd340a771d7240d02c02e43fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7c1a0edc1324e9cff9aaa2ef1dea502b97aee18c4e23cd0aa66c13b26a6cf135 [INFO] running `Command { std: "docker" "start" "-a" "7c1a0edc1324e9cff9aaa2ef1dea502b97aee18c4e23cd0aa66c13b26a6cf135", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/koda_email-ed6790c8a38fc6bb) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test config::tests::test_setup_instructions_not_empty ... ok [INFO] [stdout] test imap_client::tests::test_build_search_query_from ... ok [INFO] [stdout] test imap_client::tests::test_build_search_query_plain ... ok [INFO] [stdout] test imap_client::tests::test_build_search_query_subject ... ok [INFO] [stdout] test imap_client::tests::test_clean_snippet_strips_html ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/koda_email-ffaaa706295da469) [INFO] [stdout] test imap_client::tests::test_clean_snippet_collapses_whitespace ... ok [INFO] [stdout] test imap_client::tests::test_clean_snippet_truncates ... ok [INFO] [stdout] test imap_client::tests::test_build_search_query_escapes_quotes ... ok [INFO] [stdout] test imap_client::tests::test_extract_header ... ok [INFO] [stdout] test imap_client::tests::test_sanitize_imap_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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] [stderr] Running tests/mcp_integration_test.rs (/opt/rustwide/target/debug/deps/mcp_integration_test-758bafaffc3717fc) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_live_email_read ... ignored [INFO] [stdout] test test_live_email_search ... ignored [INFO] [stdout] test test_version_flag ... ok [INFO] [stdout] test test_email_read_without_credentials_returns_setup_instructions ... ok [INFO] [stdout] test test_tool_schemas_have_descriptions ... ok [INFO] [stdout] test test_email_search_without_credentials_returns_setup_instructions ... ok [INFO] [stdout] test test_mcp_initialize ... ok [INFO] [stdout] test test_mcp_tools_list ... ok [INFO] [stdout] test test_email_send_without_credentials_returns_setup_instructions ... ok [INFO] [stderr] Doc-tests koda_email [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.15s [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] running `Command { std: "docker" "inspect" "7c1a0edc1324e9cff9aaa2ef1dea502b97aee18c4e23cd0aa66c13b26a6cf135", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c1a0edc1324e9cff9aaa2ef1dea502b97aee18c4e23cd0aa66c13b26a6cf135", kill_on_drop: false }` [INFO] [stdout] 7c1a0edc1324e9cff9aaa2ef1dea502b97aee18c4e23cd0aa66c13b26a6cf135