[INFO] cloning repository https://github.com/endoze/send_with_us [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/endoze/send_with_us" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fendoze%2Fsend_with_us", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fendoze%2Fsend_with_us'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e56c5c97890636989b873d2af8405cc203db2cd [INFO] testing endoze/send_with_us against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fendoze%2Fsend_with_us" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/endoze/send_with_us on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/endoze/send_with_us [INFO] finished tweaking git repo https://github.com/endoze/send_with_us [INFO] tweaked toml for git repo https://github.com/endoze/send_with_us written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/endoze/send_with_us 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af983687d69e037871643f90e72ea12acafa93faa8ef398777984d6e950c9729 [INFO] running `Command { std: "docker" "start" "-a" "af983687d69e037871643f90e72ea12acafa93faa8ef398777984d6e950c9729", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af983687d69e037871643f90e72ea12acafa93faa8ef398777984d6e950c9729", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af983687d69e037871643f90e72ea12acafa93faa8ef398777984d6e950c9729", kill_on_drop: false }` [INFO] [stdout] af983687d69e037871643f90e72ea12acafa93faa8ef398777984d6e950c9729 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efec1c5cf9b7c7f81e7bf397ded983a0ebfb416a8ae87dcdb4efe0c6ae1d6117 [INFO] running `Command { std: "docker" "start" "-a" "efec1c5cf9b7c7f81e7bf397ded983a0ebfb416a8ae87dcdb4efe0c6ae1d6117", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cc v1.2.18 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling openssl v0.10.72 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling rustls-pki-types v1.11.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling openssl-sys v0.9.107 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling h2 v0.4.8 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling reqwest v0.12.15 [INFO] [stderr] Compiling send_with_us v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.04s [INFO] running `Command { std: "docker" "inspect" "efec1c5cf9b7c7f81e7bf397ded983a0ebfb416a8ae87dcdb4efe0c6ae1d6117", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efec1c5cf9b7c7f81e7bf397ded983a0ebfb416a8ae87dcdb4efe0c6ae1d6117", kill_on_drop: false }` [INFO] [stdout] efec1c5cf9b7c7f81e7bf397ded983a0ebfb416a8ae87dcdb4efe0c6ae1d6117 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf694ad7ae62344757360e5fe859efd70ab205b18454db091f2decdfc36fc3eb [INFO] running `Command { std: "docker" "start" "-a" "cf694ad7ae62344757360e5fe859efd70ab205b18454db091f2decdfc36fc3eb", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling zerocopy v0.8.24 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling tokio v1.44.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling tokio-util v0.7.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling h2 v0.4.8 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling mockito v1.7.0 [INFO] [stderr] Compiling reqwest v0.12.15 [INFO] [stderr] Compiling send_with_us v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 33.50s [INFO] running `Command { std: "docker" "inspect" "cf694ad7ae62344757360e5fe859efd70ab205b18454db091f2decdfc36fc3eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf694ad7ae62344757360e5fe859efd70ab205b18454db091f2decdfc36fc3eb", kill_on_drop: false }` [INFO] [stdout] cf694ad7ae62344757360e5fe859efd70ab205b18454db091f2decdfc36fc3eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 203900c51facdabf700e8a0e5dd03118d6188b162e8f04cd9977d6cf73e32b48 [INFO] running `Command { std: "docker" "start" "-a" "203900c51facdabf700e8a0e5dd03118d6188b162e8f04cd9977d6cf73e32b48", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/send_with_us-721772fef50dccc4) [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test api::tests::test_helpers_email_data ... ok [INFO] [stdout] test api::tests::test_helpers_recipient ... ok [INFO] [stdout] test api::tests::test_helpers_sender ... ok [INFO] [stdout] test api::tests::test_mock_client_drips_unsubscribe ... ok [INFO] [stdout] test api::tests::test_mock_client_customer_email_log ... ok [INFO] [stdout] test api::tests::test_mock_client_send_email ... ok [INFO] [stdout] test api::tests::test_mock_client_log ... ok [INFO] [stdout] test api::tests::test_mock_client_start_on_drip_campaign ... ok [INFO] [stdout] test api::tests::test_mock_client_render ... ok [INFO] [stdout] test attachment::tests::test_attachment_from_bytes_with_explicit_filename ... ok [INFO] [stdout] test attachment::tests::test_attachment_from_path ... ok [INFO] [stdout] test config::tests::test_custom_port ... ok [INFO] [stdout] test config::tests::test_custom_url_config ... ok [INFO] [stdout] test config::tests::test_default_config ... ok [INFO] [stdout] test config::tests::test_invalid_url_fallback ... ok [INFO] [stdout] test attachment::tests::test_attachment_from_path_without_extension ... ok [INFO] [stdout] test config::tests::test_with_debug_mode ... ok [INFO] [stdout] test error::tests::test_error_display ... ok [INFO] [stdout] test types::tests::test_customer_options ... ok [INFO] [stdout] test config::tests::test_with_api_version ... ok [INFO] [stdout] test attachment::tests::test_attachment_from_path_with_real_file ... ok [INFO] [stdout] test types::tests::test_email_options ... ok [INFO] [stdout] test types::tests::test_recipient ... ok [INFO] [stdout] test types::tests::test_sender ... ok [INFO] [stdout] test types::tests::test_template_options ... ok [INFO] [stdout] test types::tests::test_drip_campaign_options ... ok [INFO] [stdout] test types::tests::test_render_options ... ok [INFO] [stdout] test api::request_tests::test_request_bad_request ... ok [INFO] [stdout] test api::request_tests::test_request_success ... ok [INFO] [stdout] test api::tests::test_build_url ... ok [INFO] [stdout] test api::request_tests::test_request_connection_failed ... ok [INFO] [stdout] test api::request_tests::test_request_failed ... ok [INFO] [stdout] test api::request_tests::test_request_with_custom_client ... ok [INFO] [stdout] test api::request_tests::test_request_accepted ... ok [INFO] [stdout] test api::request_tests::test_request_not_found ... ok [INFO] [stdout] test api::request_tests::test_request_api_error ... ok [INFO] [stdout] test api::request_tests::test_request_forbidden ... ok [INFO] [stdout] test api::request_tests::test_request_with_payload ... ok [INFO] [stdout] test api::request_tests::test_request_debug_mode ... ok [INFO] [stdout] test api::tests::test_api_initialization ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s [INFO] [stdout] [INFO] [stderr] Doc-tests send_with_us [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at src/librustdoc/doctest.rs:853:46: [INFO] [stderr] rustdoc needs a tempdir: Custom { kind: StorageFull, error: PathError { path: "/tmp/rustdoctestt4klsb", err: Os { code: 28, kind: StorageFull, message: "No space left on device" } } } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x78addbfd6e40 - ::fmt::h6d42cc84fc840290 [INFO] [stderr] 1: 0x78addc82867c - core::fmt::write::h5af61a909e3ec64d [INFO] [stderr] 2: 0x78adddb2ca51 - std::io::Write::write_fmt::h5a7b54aa6e4a315d [INFO] [stderr] 3: 0x78addbfd6ca2 - std::sys::backtrace::BacktraceLock::print::h555579e7396c26ac [INFO] [stderr] 4: 0x78addbfd9122 - std::panicking::default_hook::{{closure}}::h9128866118196224 [INFO] [stderr] 5: 0x78addbfd8faa - std::panicking::default_hook::h52e9e7314e0255f6 [INFO] [stderr] 6: 0x78addb133449 - std[d9e466a2d75004a2]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x78addbfd9ca3 - std::panicking::rust_panic_with_hook::h541791bcc774ef34 [INFO] [stderr] 8: 0x78addbfd999a - std::panicking::begin_panic_handler::{{closure}}::h6479a2f0137c7d19 [INFO] [stderr] 9: 0x78addbfd7329 - std::sys::backtrace::__rust_end_short_backtrace::ha04e7c0fc61ded91 [INFO] [stderr] 10: 0x78addbfd965d - rust_begin_unwind [INFO] [stderr] 11: 0x78add8c3d920 - core::panicking::panic_fmt::h5764ee7030b7a73d [INFO] [stderr] 12: 0x78add90d7c06 - core::result::unwrap_failed::h3ff7104a9ace307a [INFO] [stderr] 13: 0x622ffabea5e3 - ::new [INFO] [stderr] 14: 0x622ffabebfb3 - rustdoc[3ba7c6913fa32bdb]::doctest::generate_test_desc_and_fn [INFO] [stderr] 15: 0x622ffabdf5d6 - rustdoc[3ba7c6913fa32bdb]::doctest::run_tests [INFO] [stderr] 16: 0x622ffabda6ed - rustdoc[3ba7c6913fa32bdb]::doctest::run [INFO] [stderr] 17: 0x622ffacf3dad - rustdoc[3ba7c6913fa32bdb]::main_args [INFO] [stderr] 18: 0x622ffacee655 - rustdoc[3ba7c6913fa32bdb]::main [INFO] [stderr] 19: 0x622ffad185c3 - std[d9e466a2d75004a2]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stderr] 20: 0x622ffad185d9 - std[d9e466a2d75004a2]::rt::lang_start::<()>::{closure#0} [INFO] [stderr] 21: 0x78addd6e129e - std::rt::lang_start_internal::h15895544e2012228 [INFO] [stderr] 22: 0x622ffad18628 - main [INFO] [stderr] 23: 0x78added531ca - [INFO] [stderr] 24: 0x78added5328b - __libc_start_main [INFO] [stderr] 25: 0x622ffa806e88 - [INFO] [stderr] 26: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-rustdoc&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.86.0 (05f9846f8 2025-03-31) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "203900c51facdabf700e8a0e5dd03118d6188b162e8f04cd9977d6cf73e32b48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "203900c51facdabf700e8a0e5dd03118d6188b162e8f04cd9977d6cf73e32b48", kill_on_drop: false }` [INFO] [stdout] 203900c51facdabf700e8a0e5dd03118d6188b162e8f04cd9977d6cf73e32b48