[INFO] cloning repository https://github.com/jmibanez/jmapsync
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmibanez/jmapsync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmibanez%2Fjmapsync", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmibanez%2Fjmapsync'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61a21a14757d7ae548cfb1308adc6c34ee7cce5f
[INFO] testing jmibanez/jmapsync against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmibanez%2Fjmapsync" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jmibanez/jmapsync
[INFO] finished tweaking git repo https://github.com/jmibanez/jmapsync
[INFO] tweaked toml for git repo https://github.com/jmibanez/jmapsync written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jmibanez/jmapsync on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jmibanez/jmapsync 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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] a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e
[INFO] running `Command { std: "docker" "start" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e", 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" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e", 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" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling charset v0.1.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling prefix-trie v0.8.2
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling quoted_printable v0.5.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling hickory-proto v0.26.1
[INFO] [stderr]    Compiling dbus v0.9.11
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling moka v0.12.15
[INFO] [stderr]    Compiling hickory-net v0.26.1
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling dbus-secret-service v4.1.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling mailparse v0.15.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling keyring-core v1.0.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling jma-mail v0.9.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling resolv-conf v0.7.6
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling hickory-resolver v0.26.1
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling reqwest-eventsource v0.6.0
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling dbus-secret-service-keyring-store v1.0.0
[INFO] [stderr]    Compiling maildir v0.6.4 (https://github.com/jmibanez/maildir?rev=0d34d4d78e61acedbfc3385a85169cf2498f4a84#0d34d4d7)
[INFO] [stderr]    Compiling notify-debouncer-mini v0.7.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling mailparse v0.14.1
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling jmap-client v0.4.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 31s
[INFO] running `Command { std: "docker" "inspect" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e", 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" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.12
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling pin-project v1.1.12
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling prefix-trie v0.8.2
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling bollard-buildkit-proto v0.7.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling hickory-proto v0.26.1
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling hickory-net v0.26.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling eventsource-stream v0.2.3
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling hickory-resolver v0.26.1
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling serde_with_macros v3.20.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling filetime v0.2.28
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling tonic v0.14.6
[INFO] [stderr]    Compiling hyperlocal v0.9.1
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling astral-tokio-tar v0.6.2
[INFO] [stderr]    Compiling serde_with v3.20.0
[INFO] [stderr]    Compiling parse-display v0.9.1
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling stop-token v0.7.0
[INFO] [stderr]    Compiling imap-proto v0.16.7
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling docker_credential v1.3.3
[INFO] [stderr]    Compiling ferroid v2.0.0
[INFO] [stderr]    Compiling etcetera v0.11.0
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling jmap-client v0.4.1
[INFO] [stderr]    Compiling reqwest-eventsource v0.6.0
[INFO] [stderr]    Compiling fake v4.4.0
[INFO] [stderr]    Compiling tonic-prost v0.14.6
[INFO] [stderr]    Compiling async-imap v0.11.2
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling bollard-stubs v1.52.1-rc.29.1.3
[INFO] [stderr]    Compiling jma-mail v0.9.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling bollard v0.20.2
[INFO] [stderr]    Compiling testcontainers v0.27.3
[INFO] [stderr] error: could not compile `jma-mail` (test "e2e_state_wipe")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name e2e_state_wipe --edition=2024 tests/e2e_state_wipe.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=122a8e394cf4ea9b -C extra-filename=-d29f1f637ec2ac35 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern async_imap=/opt/rustwide/target/debug/deps/libasync_imap-4469642cc097e5e2.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e476d03cc3d2753c.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-ffe6a145858dcdd2.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-46365327f392ab9d.rlib --extern dbus_secret_service_keyring_store=/opt/rustwide/target/debug/deps/libdbus_secret_service_keyring_store-cb4845ce81e5e71f.rlib --extern dialoguer=/opt/rustwide/target/debug/deps/libdialoguer-9729747d6c3cd4ff.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-ced9ecdfe96c4de3.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-bb11df292972dea9.rlib --extern fd_lock=/opt/rustwide/target/debug/deps/libfd_lock-e24d980d49b98fd2.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-eb78ac1c55973e72.rlib --extern hickory_resolver=/opt/rustwide/target/debug/deps/libhickory_resolver-55045901b4b26f87.rlib --extern jma_mail=/opt/rustwide/target/debug/deps/libjma_mail-a1bbc2feddb23fa2.rlib --extern jmap_client=/opt/rustwide/target/debug/deps/libjmap_client-6df9bedde7f7ce6d.rlib --extern keyring_core=/opt/rustwide/target/debug/deps/libkeyring_core-c1e7a345cc2458b1.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-612664c2206eec43.rlib --extern maildir=/opt/rustwide/target/debug/deps/libmaildir-2003a3c3ab4a7244.rlib --extern mailparse=/opt/rustwide/target/debug/deps/libmailparse-235806836116c8d3.rlib --extern notify=/opt/rustwide/target/debug/deps/libnotify-4a7f2d3ac590c614.rlib --extern notify_debouncer_mini=/opt/rustwide/target/debug/deps/libnotify_debouncer_mini-adfdff148cd0317d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2ac3027652de4077.rlib --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-26fa550610a32946.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-1342197ac76a7579.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-0bb71b71e2d8e836.rlib --extern reqwest_eventsource=/opt/rustwide/target/debug/deps/libreqwest_eventsource-aaedd0efe0f52d8d.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-9c65c49f5024f27a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6a73a15ec8c3d9e9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8f5d709aaa619db3.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d6e582a599abd2ad.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-6caf58a400141991.rlib --extern testcontainers=/opt/rustwide/target/debug/deps/libtestcontainers-6603de741776594a.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5e90adc18491a337.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2cdae044aa2082ec.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-a3d1ee001f333bb3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4793915e6be651d5.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7ad70bc39cecdc36.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-1b3a491820292e53.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-5a2bff31865bdd41.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libdbus-sys-bdfb08af1c5d804f/out -L native=/opt/rustwide/target/debug/build/libdbus-sys-bdfb08af1c5d804f/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-7e5edd11d2cfc1da/out -L native=/opt/rustwide/target/debug/build/ring-89b5f15aa5b4fe1f/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-6468fa1eeec3d258/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `jma-mail` (test "e2e_remotededupe")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name e2e_remotededupe --edition=2024 tests/e2e_remotededupe.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b299cc9a7bf69c7b -C extra-filename=-c85239a191c885c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern async_imap=/opt/rustwide/target/debug/deps/libasync_imap-4469642cc097e5e2.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e476d03cc3d2753c.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-ffe6a145858dcdd2.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-46365327f392ab9d.rlib --extern dbus_secret_service_keyring_store=/opt/rustwide/target/debug/deps/libdbus_secret_service_keyring_store-cb4845ce81e5e71f.rlib --extern dialoguer=/opt/rustwide/target/debug/deps/libdialoguer-9729747d6c3cd4ff.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-ced9ecdfe96c4de3.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-bb11df292972dea9.rlib --extern fd_lock=/opt/rustwide/target/debug/deps/libfd_lock-e24d980d49b98fd2.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-eb78ac1c55973e72.rlib --extern hickory_resolver=/opt/rustwide/target/debug/deps/libhickory_resolver-55045901b4b26f87.rlib --extern jma_mail=/opt/rustwide/target/debug/deps/libjma_mail-a1bbc2feddb23fa2.rlib --extern jmap_client=/opt/rustwide/target/debug/deps/libjmap_client-6df9bedde7f7ce6d.rlib --extern keyring_core=/opt/rustwide/target/debug/deps/libkeyring_core-c1e7a345cc2458b1.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-612664c2206eec43.rlib --extern maildir=/opt/rustwide/target/debug/deps/libmaildir-2003a3c3ab4a7244.rlib --extern mailparse=/opt/rustwide/target/debug/deps/libmailparse-235806836116c8d3.rlib --extern notify=/opt/rustwide/target/debug/deps/libnotify-4a7f2d3ac590c614.rlib --extern notify_debouncer_mini=/opt/rustwide/target/debug/deps/libnotify_debouncer_mini-adfdff148cd0317d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2ac3027652de4077.rlib --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-26fa550610a32946.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-1342197ac76a7579.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-0bb71b71e2d8e836.rlib --extern reqwest_eventsource=/opt/rustwide/target/debug/deps/libreqwest_eventsource-aaedd0efe0f52d8d.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-9c65c49f5024f27a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6a73a15ec8c3d9e9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8f5d709aaa619db3.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d6e582a599abd2ad.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-6caf58a400141991.rlib --extern testcontainers=/opt/rustwide/target/debug/deps/libtestcontainers-6603de741776594a.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5e90adc18491a337.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2cdae044aa2082ec.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-a3d1ee001f333bb3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4793915e6be651d5.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7ad70bc39cecdc36.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-1b3a491820292e53.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-5a2bff31865bdd41.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libdbus-sys-bdfb08af1c5d804f/out -L native=/opt/rustwide/target/debug/build/libdbus-sys-bdfb08af1c5d804f/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-7e5edd11d2cfc1da/out -L native=/opt/rustwide/target/debug/build/ring-89b5f15aa5b4fe1f/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-6468fa1eeec3d258/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `jma-mail` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name jma_mail --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0048804a440cba7 -C extra-filename=-fe34a272038c8ea5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-9e4c44ac98d8e4ea.rlib --extern async_imap=/opt/rustwide/target/debug/deps/libasync_imap-4469642cc097e5e2.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e476d03cc3d2753c.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-ffe6a145858dcdd2.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-46365327f392ab9d.rlib --extern dbus_secret_service_keyring_store=/opt/rustwide/target/debug/deps/libdbus_secret_service_keyring_store-cb4845ce81e5e71f.rlib --extern dialoguer=/opt/rustwide/target/debug/deps/libdialoguer-9729747d6c3cd4ff.rlib --extern dirs=/opt/rustwide/target/debug/deps/libdirs-ced9ecdfe96c4de3.rlib --extern fake=/opt/rustwide/target/debug/deps/libfake-bb11df292972dea9.rlib --extern fd_lock=/opt/rustwide/target/debug/deps/libfd_lock-e24d980d49b98fd2.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-eb78ac1c55973e72.rlib --extern hickory_resolver=/opt/rustwide/target/debug/deps/libhickory_resolver-55045901b4b26f87.rlib --extern jmap_client=/opt/rustwide/target/debug/deps/libjmap_client-6df9bedde7f7ce6d.rlib --extern keyring_core=/opt/rustwide/target/debug/deps/libkeyring_core-c1e7a345cc2458b1.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-612664c2206eec43.rlib --extern maildir=/opt/rustwide/target/debug/deps/libmaildir-2003a3c3ab4a7244.rlib --extern mailparse=/opt/rustwide/target/debug/deps/libmailparse-235806836116c8d3.rlib --extern notify=/opt/rustwide/target/debug/deps/libnotify-4a7f2d3ac590c614.rlib --extern notify_debouncer_mini=/opt/rustwide/target/debug/deps/libnotify_debouncer_mini-adfdff148cd0317d.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-2ac3027652de4077.rlib --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-26fa550610a32946.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-1342197ac76a7579.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-0bb71b71e2d8e836.rlib --extern reqwest_eventsource=/opt/rustwide/target/debug/deps/libreqwest_eventsource-aaedd0efe0f52d8d.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-9c65c49f5024f27a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6a73a15ec8c3d9e9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8f5d709aaa619db3.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d6e582a599abd2ad.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-6caf58a400141991.rlib --extern testcontainers=/opt/rustwide/target/debug/deps/libtestcontainers-6603de741776594a.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5e90adc18491a337.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2cdae044aa2082ec.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-a3d1ee001f333bb3.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-4793915e6be651d5.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-7ad70bc39cecdc36.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-1b3a491820292e53.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-5a2bff31865bdd41.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/libdbus-sys-bdfb08af1c5d804f/out -L native=/opt/rustwide/target/debug/build/libdbus-sys-bdfb08af1c5d804f/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-7e5edd11d2cfc1da/out -L native=/opt/rustwide/target/debug/build/ring-89b5f15aa5b4fe1f/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-6468fa1eeec3d258/out` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcMdXTeY/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtempfile-6caf58a400141991.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libwiremock-5a2bff31865bdd41,libfutures-de6e887256efe489,libfutures_executor-78273afa9cf5e203,libdeadpool-9d2af1de6538f901,libnum_cpus-d061d0eef02b5c5b,libdeadpool_runtime-6f57829d3c306cb7,libassert_json_diff-c4afb58a879189c4,libjma_mail-a1bbc2feddb23fa2,libfd_lock-e24d980d49b98fd2,libdirs-ced9ecdfe96c4de3,libdirs_sys-35571c8e0e8ec812,liboption_ext-61303ef911796993,libtoml-a3d1ee001f333bb3,libtoml_edit-0b4eb75a3db36e3f,libserde_spanned-ba3a842186929bf8,libwinnow-88e6acd6e2987984,libtoml_write-2c704ffd35684d73,libtoml_datetime-ce3c6784a430adac,libdbus_secret_service_keyring_store-cb4845ce81e5e71f,libdbus_secret_service-4e05f75d02e5b0f5,libhkdf-71754715f58a5257,libhmac-3632eb01affc7989,libcbc-dbd686bb097d5499,libaes-a8373562eadb6752,libcipher-91fa4fbb07e16e11,libinout-6f7d8be027643d9f,libblock_padding-41f66e872ad08c51,libnum-8187774c80f98a9a,libnum_iter-dafa5428079a43a4,libnum_rational-d1bbcbe2db5f69d2,libnum_complex-c533bd18104d369c,libnum_bigint-2477c4e6b378c085,libnum_integer-e1dae9bde9b8ffd5,libfastrand-8c711c36072d5b5b,libdbus-8356200d65daca33,liblibdbus_sys-de4a4dc5c3ad7702,libdialoguer-9729747d6c3cd4ff,libconsole-40fda022fd0edfde,libratatui-26fa550610a32946,libunicode_truncate-2cd1f1782d67c683,libunicode_width-b1bc0d6c10c00ecc,liblru-3af40d5519ef5719,libhashbrown-621f4a290160b487,libfoldhash-07f233db1c671507,liballocator_api2-8d9c1e895dea53bd,libitertools-dcbae72c1778dec3,libcassowary-12d00e585f48d567,libcompact_str-ecdd618219a23490,libstatic_assertions-f0217ecdd817a834,libcastaway-e04a9b7886ef0139,libunicode_segmentation-63c0e35c356241ee,libunicode_width-0122813f2549e4e9,libstrum-76ef18fedcb3662e,libcrossterm-46365327f392ab9d,librustix-973bd38fbeab9bcc,liblinux_raw_sys-e0d87a58652c2b0b,libsignal_hook_mio-7288cdc1912b7f1d,libsignal_hook-6d1b0e54439e07df,libtracing_subscriber-7ad70bc39cecdc36,libsharded_slab-bd3e89e1e50b7c87,liblazy_static-3674be3f4245d19b,libmatchers-657b767e2e15aeb8,libnu_ansi_term-745c727bb3e87c52,libthread_local-b4f6fe44d641c0b1,libtracing_log-8a5dcad23ed89545,libmaildir-2003a3c3ab4a7244,libgethostname-1d2ee9df915a223f,libmailparse-ef714e2f432e54ed,libmailparse-235806836116c8d3,libquoted_printable-318fcb94d16cc8c2,libcharset-641bc49399289586,libhickory_resolver-55045901b4b26f87,libresolv_conf-aec290acf5745886,libmoka-dd50c5dfe1b2e10a,libtagptr-17baaf534c9c3f80,libcrossbeam_epoch-2c19d130e745537c,libuuid-1b3a491820292e53,libcrossbeam_channel-c975edaf87631b25,libcrossbeam_utils-f696a08ab1e94e7a,libhickory_net-833cc86f609ce81d,libhickory_proto-aa95123567cc8984,librand-7fcdc7d2b26821ec,libgetrandom-e6b3974be7983fd3,libchacha20-a3a076498fcc249b,libcpufeatures-6c1f78f4142e3013,librand_core-8437d288e8d1265c,libdata_encoding-b17abe9da7ed756a,libtinyvec-aaac35e3e185f648,libtinyvec_macros-7b77ea21c73594ca,libthiserror-5e90adc18491a337,libprefix_trie-4348f50890047783,libeither-971932073343a62d,libsha2-d6e582a599abd2ad,libcpufeatures-e04321643d03190d,libdigest-9d15f55784b8157b,libblock_buffer-bba24321e7b40706,libcrypto_common-25561c32e2e433f4,libgeneric_array-c2fdd0cc081e51ad,libtypenum-ec75592541d0a339,librand-2ac3027652de4077,librand_chacha-d1da16184ebf3983,libppv_lite86-7f5ba35fc3b17562,librand_core-b115fb9b5d781658,libjmap_client-6df9bedde7f7ce6d,libasync_stream-17d86ef5fef7654b,libchrono-e476d03cc3d2753c,libiana_time_zone-bcd81aefedc374a6,libnum_traits-61451ab850bd490d,libreqwest-55881a6ebb498edc,librustls_platform_verifier-19d8bf8155e8d0fe,librustls_native_certs-ef65d2b8822f362b,libhyper_rustls-319c10356e1aa646,libtokio_rustls-26c9eed484b9385a,librustls-78c88b093fab2ae4,libsubtle-2ae6a7038b9a0630,libwebpki-18c11f34bf79913a,libaws_lc_rs-1b235de8aa7b38cb,libaws_lc_sys-451f66b99c1d0ce0,libring-d64ea37822f2eed3,libgetrandom-da9c6145cd4f38a1,libuntrusted-b2f816886faf2178,libnotify_debouncer_mini-adfdff148cd0317d,libnotify-4a7f2d3ac590c614,libwalkdir-7cc6f300a6f0bf06,libsame_file-ff49545450c0b63c,libinotify-5e98d12add0fd45f,libinotify_sys-c7461dee7e87b6b4,libnotify_types-ea0b79923f72b965,librusqlite-9c65c49f5024f27a,libfallible_streaming_iterator-4b12442690f53239,libfallible_iterator-6e888fb96d72e3e0,libhashlink-2133ce7568d69ee9,libhashbrown-c5f9d64b72d208ee,libahash-16d57098bcbcfb8b,libgetrandom-a73f2f085e83d825,libzerocopy-ad92ccf16844b543,liblibsqlite3_sys-2a7a08c2c5a29f92,libreqwest_eventsource-aaedd0efe0f52d8d,libfutures_timer-17baedd4276dc448,libreqwest-0bb71b71e2d8e836,libserde_urlencoded-f4d14c40ab7c7c85,libryu-1f4f40e4352371e5,librustls_pki_types-7e0411a09ffd0733,libzeroize-90433e7bb9aa9192,libhyper_tls-b263f8c403ed136e,libtokio_native_tls-7156162b899e9c43,libmime-0188e0814ca7ddbf,libencoding_rs-c7a67ac351c2b19f,libserde_json-8f5d709aaa619db3,libzmij-ef63f1da73704b4c,libtower_http-30cada3da364c464,libiri_string-9568090a19df0016,libtower-3f9bb94527ac092b,libtower_layer-d908dd771b239ecd,libnative_tls-28417f2c9ed77865,libopenssl_probe-6b1b371432012237,libopenssl-5138ca8b8bc6bc7f,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-155021b14d68eba8,libhyper_util-33b9536d2092f9bb,libbase64-32787b0325ea6df8,libipnet-8863e4bb95e5c098,libtower_service-3fb88d28c2218805,libhyper-eed72e7702417ac1,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-3dfd3d398caffc3a,libindexmap-0d7f2c48190e6f4d,libequivalent-6a754676e6af62ae,libhashbrown-6b92ca17a46d4c7a,libfnv-79e2cbfbe03dcd16,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libtokio_util-e97c634a6ab401e2,libtokio-2cdae044aa2082ec,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-2367bcf2eb96355a,libmio-da94f34aaf60816c,libparking_lot-080783593a730975,libparking_lot_core-bccd0786fb787739,liblibc-612664c2206eec43,libcfg_if-83060ec5685761ae,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libhttp_body_util-ed5fbd1db1f6d6fc,libhttp_body-8d8f9f8398f09fa7,liburl-ec6b56fcbdd52ff3,libidna-41e8d20eab341d2d,libidna_adapter-f9ea0d61176aeaa5,libicu_properties-cd9c34beb0f6ffdf,libicu_properties_data-e6cf238fc98dd59d,libicu_normalizer-0cba3e741660dff0,libsmallvec-bc3128fdd57228fc,libicu_normalizer_data-8fea05bee0bb4e49,libicu_collections-99010f6d88cb0fa2,libutf8_iter-51566bbad89f3a68,libpotential_utf-dfc67b58ecdfe49f,libicu_provider-68c7489fa78adb03,libicu_locale_core-2440c9245e1ce3af,libtinystr-4cce420f599efd20,liblitemap-dc288f07f8f61193,libwriteable-48b3e52227924bb5,libzerovec-ca67d97079b95e44,libzerotrie-0c901af276a1f5ce,libyoke-a73bb16c30c8666f,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-3c4bc0c4c9717ce1,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libhttp-563f2cb150350555,libitoa-5de11b3b23bfe572,libbytes-2ed9460101f17bbf,libsync_wrapper-6bdfbc29c4269203,libeventsource_stream-25a204e3e95ed9a3,libnom-0c9803b862b97aa1,libthiserror-305297abc8a52265,libfutures_util-eb78ac1c55973e72,libfutures_io-a8805bd12b2ab705,libslab-0582d648e59ab406,libfutures_channel-04b287164a72dbf0,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libfutures_core-1121ff913ed87f93,libserde-6a73a15ec8c3d9e9,libserde_core-9c6a4a1faf3c1a34,libregex-1342197ac76a7579,libregex_automata-e4e8d49138828df4,libaho_corasick-fa94425a423a79cf,libmemchr-5cfa70d22cb32987,libregex_syntax-6d6ee545e2ffad72,libclap-ffe6a145858dcdd2,libclap_builder-31fec2bef2652680,libterminal_size-21bf613d2340d2bc,librustix-0d7f21515e1aebf5,libbitflags-db7b9c0337a7ee76,liblinux_raw_sys-0b6cde911e9a3109,libstrsim-4d1ed08a123238dc,libanstream-14b271bd294f0187,libanstyle_query-635080b1d6343734,libis_terminal_polyfill-3ca4268cb2568267,libcolorchoice-33c0bd1745dd5ace,libanstyle_parse-88399b635fc44f8e,libutf8parse-92d0158219063202,libclap_lex-2acbcd0288e51058,libanstyle-9beaeb754742faae,libtracing-4793915e6be651d5,libpin_project_lite-0a15d51c77964692,libtracing_core-6ad7e079107bf97a,libonce_cell-a797e138cdc25e52,libportable_atomic-b2c3e87a13df7d23,libkeyring_core-c1e7a345cc2458b1,liblog-b262261d47bd2eba,libanyhow-9e4c44ac98d8e4ea}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcMdXTeY/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/libdbus-sys-bdfb08af1c5d804f/out" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-7e5edd11d2cfc1da/out" "-L" "/opt/rustwide/target/debug/build/ring-89b5f15aa5b4fe1f/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-6468fa1eeec3d258/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/blob_retry-af09aac3866c20f2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jma-mail` (test "blob_retry") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e", kill_on_drop: false }`
[INFO] [stdout] a2df0fbcefddbcce94f421b386023cb0c94aade556ccbafb284c9d56ccd2a15e
