[INFO] cloning repository https://github.com/sdpteam30/sdputanota
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sdpteam30/sdputanota" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsdpteam30%2Fsdputanota", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsdpteam30%2Fsdputanota'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 14d6040a3b8dfb39f9b32e9e1ec2efc845b3be04
[INFO] checking sdpteam30/sdputanota against 4d7f6614d0baa7689bd05eba340114667db4d5b7 for pr-133502-28
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsdpteam30%2Fsdputanota" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/sdpteam30/sdputanota
[INFO] finished tweaking git repo https://github.com/sdpteam30/sdputanota
[INFO] tweaked toml for git repo https://github.com/sdpteam30/sdputanota written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sdpteam30/sdputanota on toolchain 4d7f6614d0baa7689bd05eba340114667db4d5b7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sdpteam30/sdputanota 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" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13
[INFO] running `Command { std: "docker" "start" "ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13", 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" "ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13" "/opt/rustwide/cargo-home/bin/cargo" "+4d7f6614d0baa7689bd05eba340114667db4d5b7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling aws-lc-rs v1.12.4
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking clap_builder v4.5.30
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling rustls v0.23.23
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling minicbor v0.25.1
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking weedle2 v5.0.0 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking pqcrypto-traits v0.3.5
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking lz4_flex v0.11.3
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking fragile v2.0.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling aws-lc-sys v0.26.0
[INFO] [stderr]    Compiling ring v0.17.11
[INFO] [stderr]    Compiling pqcrypto-internals v0.2.8
[INFO] [stderr]    Compiling pqcrypto-mlkem v0.1.0
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]    Compiling napi-build v2.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking napi-sys v2.4.0
[INFO] [stderr]    Compiling tutao_node-mimimi v271.250224.0 (/opt/rustwide/workdir/packages/node-mimimi)
[INFO] [stderr]     Checking gethostname v1.0.0
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]     Checking mail-builder v0.4.1
[INFO] [stderr]     Checking simple_logger v5.0.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling uniffi_checksum_derive v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling scroll_derive v0.12.0
[INFO] [stderr]     Checking uniffi_meta v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]     Checking scroll v0.12.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking goblin v0.8.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling mockall_double v0.3.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking num_enum v0.7.3
[INFO] [stderr]    Compiling hashify v0.2.6
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]     Checking clap v4.5.30
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking mail-parser v0.10.2
[INFO] [stderr]     Checking rsa v0.9.7
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking napi v2.16.16
[INFO] [stderr]     Checking mockall v0.13.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking h2 v0.4.8
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]    Compiling basic-toml v0.1.9
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling napi-derive-backend v1.0.75
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking serde_bytes v0.11.15
[INFO] [stderr]     Checking const-hex v1.14.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]     Checking uniffi_core v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]    Compiling uniffi_macros v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]     Checking cargo_metadata v0.15.4
[INFO] [stderr]    Compiling napi-derive v2.16.13
[INFO] [stderr]     Checking askama v0.12.1
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking uniffi_testing v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]     Checking uniffi_udl v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]     Checking tokio-rustls v0.26.1
[INFO] [stderr]     Checking uniffi_bindgen v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]     Checking hyper-rustls v0.27.5
[INFO] [stderr]     Checking uniffi v0.27.1 (https://github.com/mozilla/uniffi-rs.git?rev=13a1c559cb3708eeca40dcf95dc8b3ccccf3b88c#13a1c559)
[INFO] [stderr]     Checking tuta-sdk v271.250224.0 (/opt/rustwide/workdir/tuta-sdk/rust/sdk)
[INFO] [stderr]     Checking uniffi-bindgen v0.28.0 (/opt/rustwide/workdir/tuta-sdk/rust/uniffi-bindgen)
[INFO] [stdout] warning: the `macro_use` attribute cannot be used on crates
[INFO] [stdout]  --> tuta-sdk/rust/sdk/src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![macro_use]
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the `macro_use` attribute can be applied to extern crates and modules
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BinaryBlobWrapperSerializationError` is never used
[INFO] [stdout]   --> tuta-sdk/rust/sdk/src/blobs/binary_blob_wrapper_serializer.rs:57:10
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub enum BinaryBlobWrapperSerializationError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> tuta-sdk/rust/sdk/src/instance_mapper.rs:922:19
[INFO] [stdout]     |
[INFO] [stdout] 922 |     fn as_unexpected(&self) -> Unexpected {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 922 |     fn as_unexpected(&self) -> Unexpected<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `inbox`
[INFO] [stdout]   --> tuta-sdk/rust/sdk/tests/get_default_folders.rs:20:6
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let inbox = folders
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_inbox`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail.rs:487:32
[INFO] [stdout]     |
[INFO] [stdout] 487 |     fn escape_filename(file_name: &str) -> Cow<str> {
[INFO] [stdout]     |                                   ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 487 |     fn escape_filename(file_name: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn make_string(&self) -> Cow<str>;
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn make_string(&self) -> Cow<'_, str>;
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:79:17
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:106:17
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `write_big_sample_email` is never used
[INFO] [stdout]   --> packages/node-mimimi/src/test_utils.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub fn write_big_sample_email(whither: &str) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IMPORTED_MAIL_ADDRESS` is never used
[INFO] [stdout]   --> packages/node-mimimi/src/test_utils.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub const IMPORTED_MAIL_ADDRESS: &str = "map-premium@tutanota.de";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IMPORTED_MAIL_ADDRESS_PASSKEY` is never used
[INFO] [stdout]   --> packages/node-mimimi/src/test_utils.rs:45:11
[INFO] [stdout]    |
[INFO] [stdout] 45 | pub const IMPORTED_MAIL_ADDRESS_PASSKEY: &str = "map";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `init_file_importer` is never used
[INFO] [stdout]   --> packages/node-mimimi/src/test_utils.rs:47:14
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub async fn init_file_importer(source_paths: Vec<&str>) -> Importer {
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_test_import_folder_id` is never used
[INFO] [stdout]    --> packages/node-mimimi/src/test_utils.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | async fn get_test_import_folder_id(
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail.rs:487:32
[INFO] [stdout]     |
[INFO] [stdout] 487 |     fn escape_filename(file_name: &str) -> Cow<str> {
[INFO] [stdout]     |                                   ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 487 |     fn escape_filename(file_name: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn make_string(&self) -> Cow<str>;
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn make_string(&self) -> Cow<'_, str>;
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:65:17
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:79:17
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]    |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 79 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:106:17
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 112 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> packages/node-mimimi/src/importer/importable_mail/extend_mail_parser.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn make_string(&self) -> Cow<str> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn make_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the `macro_use` attribute cannot be used on crates
[INFO] [stdout]  --> tuta-sdk/rust/sdk/src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![macro_use]
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the `macro_use` attribute can be applied to extern crates and modules
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tuta-sdk` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4d7f6614d0baa7689bd05eba340114667db4d5b7/bin/rustc --crate-name tutasdk --edition=2021 tuta-sdk/rust/sdk/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::unused_async' '--allow=clippy::too_many_arguments' '--allow=clippy::new_without_default' '--warn=clippy::must_use_candidate' '--warn=clippy::manual_let_else' '--allow=clippy::let_and_return' '--warn=clippy::implicit_clone' '--warn=clippy::explicit_iter_loop' '--allow=clippy::enum_variant_names' --test --cfg 'feature="logging"' --cfg 'feature="net"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("logging", "net", "testing"))' -C metadata=3220a0eca73890e5 -C extra-filename=-a3bca2165d96110e --out-dir /opt/rustwide/target/debug/build/tuta-sdk/a3bca2165d96110e/out -L dependency=/opt/rustwide/target/debug/build/aes/eb1a21e411f18afb/out -L dependency=/opt/rustwide/target/debug/build/anstream/a2766095fdb3e6d7/out -L dependency=/opt/rustwide/target/debug/build/anstyle/0d96e84db9c2fe55/out -L dependency=/opt/rustwide/target/debug/build/anstyle-parse/22917561947ebc4a/out -L dependency=/opt/rustwide/target/debug/build/anstyle-query/d61ea11851d6da82/out -L dependency=/opt/rustwide/target/debug/build/anyhow/101a82265210061f/out -L dependency=/opt/rustwide/target/debug/build/argon2/6607351a227f7e39/out -L dependency=/opt/rustwide/target/debug/build/askama/2c708a628544207a/out -L dependency=/opt/rustwide/target/debug/build/askama_derive/1cfdc016be3b220c/out -L dependency=/opt/rustwide/target/debug/build/askama_escape/634cea398a2880f1/out -L dependency=/opt/rustwide/target/debug/build/async-trait/706d5ff9e9622c3b/out -L dependency=/opt/rustwide/target/debug/build/atomic-waker/d2edf130acb84086/out -L dependency=/opt/rustwide/target/debug/build/aws-lc-rs/2700f4c1979e2400/out -L dependency=/opt/rustwide/target/debug/build/aws-lc-sys/7bf28b21c58e0bc4/out -L dependency=/opt/rustwide/target/debug/build/base64/d8aec028dea2d277/out -L dependency=/opt/rustwide/target/debug/build/base64ct/f1fbd2e5f59fd323/out -L dependency=/opt/rustwide/target/debug/build/blake2/e9e43959c178d5fe/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/3e7419acfcc01cbd/out -L dependency=/opt/rustwide/target/debug/build/block-padding/718358619f4c46f8/out -L dependency=/opt/rustwide/target/debug/build/byteorder/94fc675bb8dfbb56/out -L dependency=/opt/rustwide/target/debug/build/bytes/383e1e46f5f9ffb3/out -L dependency=/opt/rustwide/target/debug/build/camino/6958d92a58fbbcf1/out -L dependency=/opt/rustwide/target/debug/build/cargo-platform/f32b3d48386ff6bd/out -L dependency=/opt/rustwide/target/debug/build/cargo_metadata/d0b2937f73252865/out -L dependency=/opt/rustwide/target/debug/build/cbc/2cbcbfa6e4953dba/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/cipher/e85b9de5b2220a91/out -L dependency=/opt/rustwide/target/debug/build/clap/657d5221dedc5e56/out -L dependency=/opt/rustwide/target/debug/build/clap_builder/adfba31078b649a1/out -L dependency=/opt/rustwide/target/debug/build/clap_derive/396a20a544151fb7/out -L dependency=/opt/rustwide/target/debug/build/clap_lex/9434ec7350502de9/out -L dependency=/opt/rustwide/target/debug/build/colorchoice/9d576389abfb9a3c/out -L dependency=/opt/rustwide/target/debug/build/colored/8e7a43cc0f63bfd1/out -L dependency=/opt/rustwide/target/debug/build/const-hex/d7e3126dafcd2340/out -L dependency=/opt/rustwide/target/debug/build/const-oid/b093ba1a9cffd7a0/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/1ae956ba346ebd12/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/db7bce23e17b3e74/out -L dependency=/opt/rustwide/target/debug/build/curve25519-dalek/7ae04019287824b1/out -L dependency=/opt/rustwide/target/debug/build/curve25519-dalek-derive/cdf43a2009329367/out -L dependency=/opt/rustwide/target/debug/build/der/fccc1fdd9331aa50/out -L dependency=/opt/rustwide/target/debug/build/deranged/cb0c7ea09713b7f9/out -L dependency=/opt/rustwide/target/debug/build/digest/362741b8b43b4cc0/out -L dependency=/opt/rustwide/target/debug/build/downcast/ff1b85e1ac1b2bff/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/fnv/bf9ae889bab8acee/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/1a4a9f8c66e2eb70/out -L dependency=/opt/rustwide/target/debug/build/fragile/70ed5c99c75502a0/out -L dependency=/opt/rustwide/target/debug/build/fs-err/21f67ef6a27ba3cd/out -L dependency=/opt/rustwide/target/debug/build/futures/f1befd45fae68f53/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/3b07ee62b6910a08/out -L dependency=/opt/rustwide/target/debug/build/futures-core/756e876442dee363/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/2fab2f4b8e63b8f6/out -L dependency=/opt/rustwide/target/debug/build/futures-io/4ce1f16fa47c1e40/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/ad90a74dd4a50fda/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/e7bd2ffb932e7c3a/out -L dependency=/opt/rustwide/target/debug/build/futures-task/011073701ea3a715/out -L dependency=/opt/rustwide/target/debug/build/futures-util/87543289e0c700f8/out -L dependency=/opt/rustwide/target/debug/build/generic-array/13261597b72bb005/out -L dependency=/opt/rustwide/target/debug/build/getrandom/5f149d792b67236f/out -L dependency=/opt/rustwide/target/debug/build/glob/5172333455edc701/out -L dependency=/opt/rustwide/target/debug/build/goblin/6cf4a83abd50407f/out -L dependency=/opt/rustwide/target/debug/build/h2/b17c1517cd0a55b9/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/cb8377eedddce206/out -L dependency=/opt/rustwide/target/debug/build/heck/9b5852bd853177bb/out -L dependency=/opt/rustwide/target/debug/build/hkdf/782444faeeb4f455/out -L dependency=/opt/rustwide/target/debug/build/hmac/343634b94c2aea54/out -L dependency=/opt/rustwide/target/debug/build/http/f6237e338d6e427e/out -L dependency=/opt/rustwide/target/debug/build/http-body/c903221d9860b6f0/out -L dependency=/opt/rustwide/target/debug/build/http-body-util/2d77ec9b0c3981fe/out -L dependency=/opt/rustwide/target/debug/build/httparse/8e6452e23596b6fc/out -L dependency=/opt/rustwide/target/debug/build/httpdate/dd055e56878c34d5/out -L dependency=/opt/rustwide/target/debug/build/hyper/8f42aa9a8d53afaa/out -L dependency=/opt/rustwide/target/debug/build/hyper-rustls/94a8b2cc4cdffdd0/out -L dependency=/opt/rustwide/target/debug/build/hyper-util/1aa16d1d54094f9a/out -L dependency=/opt/rustwide/target/debug/build/indexmap/2b7eb6a20dc68cc2/out -L dependency=/opt/rustwide/target/debug/build/inout/7398f08d119b7f81/out -L dependency=/opt/rustwide/target/debug/build/is_terminal_polyfill/cf3da6cb1d361e95/out -L dependency=/opt/rustwide/target/debug/build/itoa/67fcf6f92d0e20ed/out -L dependency=/opt/rustwide/target/debug/build/keccak/fcfe24e1eac5b9c5/out -L dependency=/opt/rustwide/target/debug/build/lazy_static/3ff2c29b0b0a75a0/out -L dependency=/opt/rustwide/target/debug/build/libc/411be0686451e2c9/out -L dependency=/opt/rustwide/target/debug/build/libm/628734bda59b161e/out -L dependency=/opt/rustwide/target/debug/build/log/03ac7a26a9796e91/out -L dependency=/opt/rustwide/target/debug/build/lz4_flex/13d43a658859ab3f/out -L dependency=/opt/rustwide/target/debug/build/memchr/a8313380c25031b5/out -L dependency=/opt/rustwide/target/debug/build/minicbor/9148ebe44daf35e0/out -L dependency=/opt/rustwide/target/debug/build/minimal-lexical/b988ba17985965f5/out -L dependency=/opt/rustwide/target/debug/build/mio/b007a09c6cf5e254/out -L dependency=/opt/rustwide/target/debug/build/mockall/760193ed6eb74d53/out -L dependency=/opt/rustwide/target/debug/build/mockall_derive/680f82556668c5ad/out -L dependency=/opt/rustwide/target/debug/build/mockall_double/25a72ccfb634c49d/out -L dependency=/opt/rustwide/target/debug/build/nom/8855acfd03a0b672/out -L dependency=/opt/rustwide/target/debug/build/num-bigint-dig/5e295e18cc3c138b/out -L dependency=/opt/rustwide/target/debug/build/num-conv/0b8b974f3dbf7358/out -L dependency=/opt/rustwide/target/debug/build/num-integer/bfe7842c1bd2cca1/out -L dependency=/opt/rustwide/target/debug/build/num-iter/6418c73bf003a0f1/out -L dependency=/opt/rustwide/target/debug/build/num-traits/32b1fae6bedadaa7/out -L dependency=/opt/rustwide/target/debug/build/num_enum/64885ccf406bdd19/out -L dependency=/opt/rustwide/target/debug/build/num_enum_derive/22618abdadeee49d/out -L dependency=/opt/rustwide/target/debug/build/num_threads/9096be315f6e7597/out -L dependency=/opt/rustwide/target/debug/build/once_cell/2f2d663b34c9c61d/out -L dependency=/opt/rustwide/target/debug/build/openssl-probe/b534f6b4cc62b099/out -L dependency=/opt/rustwide/target/debug/build/password-hash/3425a11df84da33f/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/pem-rfc7468/c9835ebf857230b7/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/6c810572d368c4c6/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out -L dependency=/opt/rustwide/target/debug/build/pin-utils/db1de871cd8706a6/out -L dependency=/opt/rustwide/target/debug/build/pkcs1/e6053c5bdee0ac09/out -L dependency=/opt/rustwide/target/debug/build/pkcs8/c70e994ec9c7df79/out -L dependency=/opt/rustwide/target/debug/build/plain/e12a0ab85e184c33/out -L dependency=/opt/rustwide/target/debug/build/powerfmt/6244fffd86cf9c21/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/7fc97fca61400cbf/out -L dependency=/opt/rustwide/target/debug/build/pqcrypto-internals/a6a344407f4b70a3/out -L dependency=/opt/rustwide/target/debug/build/pqcrypto-mlkem/4a01e7b5df0b5b54/out -L dependency=/opt/rustwide/target/debug/build/pqcrypto-traits/e949cecb61d06b25/out -L dependency=/opt/rustwide/target/debug/build/predicates/0a5d206038f1cea3/out -L dependency=/opt/rustwide/target/debug/build/predicates-core/f9a88a440c5a7466/out -L dependency=/opt/rustwide/target/debug/build/predicates-tree/7712eff2e08d7368/out -L dependency=/opt/rustwide/target/debug/build/rand/e7fde41fb0836e69/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/37accc42e4e35e33/out -L dependency=/opt/rustwide/target/debug/build/rand_core/ccc1922c490acc94/out -L dependency=/opt/rustwide/target/debug/build/ring/629289393188e984/out -L dependency=/opt/rustwide/target/debug/build/rsa/23773d459c4af00d/out -L dependency=/opt/rustwide/target/debug/build/rustls/b1f5aada36ee01d1/out -L dependency=/opt/rustwide/target/debug/build/rustls-native-certs/999a200489b9b1c5/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/22c232ad10f29a9a/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/e1b568799615ca6d/out -L dependency=/opt/rustwide/target/debug/build/ryu/7d3751869d8502a8/out -L dependency=/opt/rustwide/target/debug/build/scroll/390c7710d92f7ec0/out -L dependency=/opt/rustwide/target/debug/build/scroll_derive/b3cc72e6834cc8a9/out -L dependency=/opt/rustwide/target/debug/build/semver/cf71f0d154480d5e/out -L dependency=/opt/rustwide/target/debug/build/serde/27b8821ea5479bd7/out -L dependency=/opt/rustwide/target/debug/build/serde_bytes/0d4e03b777998349/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/07c73f1ade85d117/out -L dependency=/opt/rustwide/target/debug/build/serde_json/ee193f42b38a8a7f/out -L dependency=/opt/rustwide/target/debug/build/sha2/035d183ac308e47e/out -L dependency=/opt/rustwide/target/debug/build/sha3/957dcb16089b71f1/out -L dependency=/opt/rustwide/target/debug/build/signature/70f0d6ecbe02b226/out -L dependency=/opt/rustwide/target/debug/build/simple_logger/61399f1296618e41/out -L dependency=/opt/rustwide/target/debug/build/siphasher/d59709f3b7836b3c/out -L dependency=/opt/rustwide/target/debug/build/slab/336ee4618dc8a867/out -L dependency=/opt/rustwide/target/debug/build/smallvec/ceda78fce2693232/out -L dependency=/opt/rustwide/target/debug/build/smawk/d3424f9a4e1b065f/out -L dependency=/opt/rustwide/target/debug/build/socket2/1b7ea6c9cbcb15d7/out -L dependency=/opt/rustwide/target/debug/build/spin/004ca55773a40b53/out -L dependency=/opt/rustwide/target/debug/build/spki/57c7e8cf22144dd3/out -L dependency=/opt/rustwide/target/debug/build/static_assertions/f2154b0bf273423d/out -L dependency=/opt/rustwide/target/debug/build/strsim/a1f0dce47f9b6856/out -L dependency=/opt/rustwide/target/debug/build/subtle/350c4d777e42ad0b/out -L dependency=/opt/rustwide/target/debug/build/termtree/099b3a5c2c9382bd/out -L dependency=/opt/rustwide/target/debug/build/textwrap/c787ee6b20a0ca5d/out -L dependency=/opt/rustwide/target/debug/build/thiserror/9266d970a2878980/out -L dependency=/opt/rustwide/target/debug/build/thiserror/f4c13700ae2b17b7/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/51d2cc96647fc9a3/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/c6783fe701fcd7e8/out -L dependency=/opt/rustwide/target/debug/build/time/6b0ef980e52dc4cb/out -L dependency=/opt/rustwide/target/debug/build/time-core/1c87d3a66ecd172e/out -L dependency=/opt/rustwide/target/debug/build/time-macros/515b7933c267a093/out -L dependency=/opt/rustwide/target/debug/build/tokio/d05b0c14b7d09474/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/7dd8242d0ebb0f1b/out -L dependency=/opt/rustwide/target/debug/build/tokio-rustls/8c9b355675f1ae89/out -L dependency=/opt/rustwide/target/debug/build/tokio-util/e5b7b8f325d95904/out -L dependency=/opt/rustwide/target/debug/build/toml/29a37e4b80ac3ea2/out -L dependency=/opt/rustwide/target/debug/build/tower-service/e69ac8dcc8243395/out -L dependency=/opt/rustwide/target/debug/build/tracing/e85f6d642ef8ecee/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/b3eb9db6b5180918/out -L dependency=/opt/rustwide/target/debug/build/try-lock/08abaa63f4861efa/out -L dependency=/opt/rustwide/target/debug/build/tuta-sdk/c27e3137fd77554b/out -L dependency=/opt/rustwide/target/debug/build/typenum/850b531a8d74780a/out -L dependency=/opt/rustwide/target/debug/build/uniffi/23f5eea1acd3d68b/out -L dependency=/opt/rustwide/target/debug/build/uniffi_bindgen/37a3be0d595d41fc/out -L dependency=/opt/rustwide/target/debug/build/uniffi_checksum_derive/645eca04da01869d/out -L dependency=/opt/rustwide/target/debug/build/uniffi_core/4a5c68df2daa7087/out -L dependency=/opt/rustwide/target/debug/build/uniffi_macros/e984c3d44d862f0f/out -L dependency=/opt/rustwide/target/debug/build/uniffi_meta/41d5f4a1ff970a72/out -L dependency=/opt/rustwide/target/debug/build/uniffi_testing/7bf5ec966cee9838/out -L dependency=/opt/rustwide/target/debug/build/uniffi_udl/88b3b0069e628328/out -L dependency=/opt/rustwide/target/debug/build/untrusted/03cde965a30f6cbb/out -L dependency=/opt/rustwide/target/debug/build/utf8parse/dfcca550ff662ae9/out -L dependency=/opt/rustwide/target/debug/build/want/cc3dcee12d270b38/out -L dependency=/opt/rustwide/target/debug/build/weedle2/2487f7d1f6a0f9e8/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/0c5949befc5ce40b/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/86b2d0786911a884/out -L dependency=/opt/rustwide/target/debug/build/zeroize/8914176ac7724a36/out -L dependency=/opt/rustwide/target/debug/build/zeroize_derive/03dd1154a8274d49/out --extern aes=/opt/rustwide/target/debug/build/aes/eb1a21e411f18afb/out/libaes-eb1a21e411f18afb.rmeta --extern argon2=/opt/rustwide/target/debug/build/argon2/6607351a227f7e39/out/libargon2-6607351a227f7e39.rmeta --extern async_trait=/opt/rustwide/target/debug/build/async-trait/706d5ff9e9622c3b/out/libasync_trait-706d5ff9e9622c3b.so --extern base64=/opt/rustwide/target/debug/build/base64/d8aec028dea2d277/out/libbase64-d8aec028dea2d277.rmeta --extern cbc=/opt/rustwide/target/debug/build/cbc/2cbcbfa6e4953dba/out/libcbc-2cbcbfa6e4953dba.rmeta --extern const_hex=/opt/rustwide/target/debug/build/const-hex/d7e3126dafcd2340/out/libconst_hex-d7e3126dafcd2340.rmeta --extern curve25519_dalek=/opt/rustwide/target/debug/build/curve25519-dalek/7ae04019287824b1/out/libcurve25519_dalek-7ae04019287824b1.rmeta --extern form_urlencoded=/opt/rustwide/target/debug/build/form_urlencoded/1a4a9f8c66e2eb70/out/libform_urlencoded-1a4a9f8c66e2eb70.rmeta --extern futures=/opt/rustwide/target/debug/build/futures/f1befd45fae68f53/out/libfutures-f1befd45fae68f53.rmeta --extern hkdf=/opt/rustwide/target/debug/build/hkdf/782444faeeb4f455/out/libhkdf-782444faeeb4f455.rmeta --extern hmac=/opt/rustwide/target/debug/build/hmac/343634b94c2aea54/out/libhmac-343634b94c2aea54.rmeta --extern http_body_util=/opt/rustwide/target/debug/build/http-body-util/2d77ec9b0c3981fe/out/libhttp_body_util-2d77ec9b0c3981fe.rmeta --extern hyper=/opt/rustwide/target/debug/build/hyper/8f42aa9a8d53afaa/out/libhyper-8f42aa9a8d53afaa.rmeta --extern hyper_rustls=/opt/rustwide/target/debug/build/hyper-rustls/94a8b2cc4cdffdd0/out/libhyper_rustls-94a8b2cc4cdffdd0.rmeta --extern hyper_util=/opt/rustwide/target/debug/build/hyper-util/1aa16d1d54094f9a/out/libhyper_util-1aa16d1d54094f9a.rmeta --extern log=/opt/rustwide/target/debug/build/log/03ac7a26a9796e91/out/liblog-03ac7a26a9796e91.rmeta --extern lz4_flex=/opt/rustwide/target/debug/build/lz4_flex/13d43a658859ab3f/out/liblz4_flex-13d43a658859ab3f.rmeta --extern minicbor=/opt/rustwide/target/debug/build/minicbor/9148ebe44daf35e0/out/libminicbor-9148ebe44daf35e0.rmeta --extern mockall=/opt/rustwide/target/debug/build/mockall/760193ed6eb74d53/out/libmockall-760193ed6eb74d53.rmeta --extern mockall_double=/opt/rustwide/target/debug/build/mockall_double/25a72ccfb634c49d/out/libmockall_double-25a72ccfb634c49d.so --extern num_enum=/opt/rustwide/target/debug/build/num_enum/64885ccf406bdd19/out/libnum_enum-64885ccf406bdd19.rmeta --extern pqcrypto_mlkem=/opt/rustwide/target/debug/build/pqcrypto-mlkem/4a01e7b5df0b5b54/out/libpqcrypto_mlkem-4a01e7b5df0b5b54.rmeta --extern pqcrypto_traits=/opt/rustwide/target/debug/build/pqcrypto-traits/e949cecb61d06b25/out/libpqcrypto_traits-e949cecb61d06b25.rmeta --extern rand=/opt/rustwide/target/debug/build/rand/e7fde41fb0836e69/out/librand-e7fde41fb0836e69.rmeta --extern rand_core=/opt/rustwide/target/debug/build/rand_core/ccc1922c490acc94/out/librand_core-ccc1922c490acc94.rmeta --extern rsa=/opt/rustwide/target/debug/build/rsa/23773d459c4af00d/out/librsa-23773d459c4af00d.rmeta --extern rustls=/opt/rustwide/target/debug/build/rustls/b1f5aada36ee01d1/out/librustls-b1f5aada36ee01d1.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/27b8821ea5479bd7/out/libserde-27b8821ea5479bd7.rmeta --extern serde_bytes=/opt/rustwide/target/debug/build/serde_bytes/0d4e03b777998349/out/libserde_bytes-0d4e03b777998349.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/ee193f42b38a8a7f/out/libserde_json-ee193f42b38a8a7f.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/035d183ac308e47e/out/libsha2-035d183ac308e47e.rmeta --extern sha3=/opt/rustwide/target/debug/build/sha3/957dcb16089b71f1/out/libsha3-957dcb16089b71f1.rmeta --extern simple_logger=/opt/rustwide/target/debug/build/simple_logger/61399f1296618e41/out/libsimple_logger-61399f1296618e41.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/9266d970a2878980/out/libthiserror-9266d970a2878980.rmeta --extern tokio=/opt/rustwide/target/debug/build/tokio/d05b0c14b7d09474/out/libtokio-d05b0c14b7d09474.rmeta --extern tutasdk=/opt/rustwide/target/debug/build/tuta-sdk/c27e3137fd77554b/out/libtutasdk-c27e3137fd77554b.rmeta --extern uniffi=/opt/rustwide/target/debug/build/uniffi/23f5eea1acd3d68b/out/libuniffi-23f5eea1acd3d68b.rmeta --extern zeroize=/opt/rustwide/target/debug/build/zeroize/8914176ac7724a36/out/libzeroize-8914176ac7724a36.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys/0ef1513d8c6665cc/out -L native=/opt/rustwide/target/debug/build/ring/d9dbfc4fd6c3f050/out -L native=/opt/rustwide/target/debug/build/pqcrypto-mlkem/f62adf4f9312a500/out -L native=/opt/rustwide/target/debug/build/pqcrypto-mlkem/f62adf4f9312a500/out -L native=/opt/rustwide/target/debug/build/pqcrypto-mlkem/f62adf4f9312a500/out -L native=/opt/rustwide/target/debug/build/pqcrypto-internals/dbd0252817cf0989/out -L native=/opt/rustwide/target/debug/build/pqcrypto-internals/dbd0252817cf0989/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13", kill_on_drop: false }`
[INFO] [stdout] ad94968e5d4a64a925622bbd0bea7bc18610f17531f792bab457c39c19b9ab13
