[INFO] cloning repository https://github.com/afidegnum/api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/afidegnum/api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafidegnum%2Fapi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafidegnum%2Fapi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8330dc5057765586af4a0b59dcdcd25599e19377 [INFO] checking afidegnum/api against try#cc4c4328b2b4da72bc61f8f5984292dd73740b5e for pr-112842 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafidegnum%2Fapi" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/afidegnum/api on toolchain cc4c4328b2b4da72bc61f8f5984292dd73740b5e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/afidegnum/api [INFO] finished tweaking git repo https://github.com/afidegnum/api [INFO] tweaked toml for git repo https://github.com/afidegnum/api written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/afidegnum/api 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" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c30d286419ca359930f72344bc018f455e69a96d1b7f6f360d34da9c5f9b10c8 [INFO] running `Command { std: "docker" "start" "-a" "c30d286419ca359930f72344bc018f455e69a96d1b7f6f360d34da9c5f9b10c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c30d286419ca359930f72344bc018f455e69a96d1b7f6f360d34da9c5f9b10c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30d286419ca359930f72344bc018f455e69a96d1b7f6f360d34da9c5f9b10c8", kill_on_drop: false }` [INFO] [stdout] c30d286419ca359930f72344bc018f455e69a96d1b7f6f360d34da9c5f9b10c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+cc4c4328b2b4da72bc61f8f5984292dd73740b5e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a66894784301586cf408fac30f9cc0f9a04c800a7081b020ad23725ea7f9c150 [INFO] running `Command { std: "docker" "start" "-a" "a66894784301586cf408fac30f9cc0f9a04c800a7081b020ad23725ea7f9c150", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling syn v2.0.14 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling tokio v1.27.0 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Checking cpufeatures v0.2.6 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Checking base64 v0.21.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Checking parking_lot_core v0.9.7 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking mio v0.8.6 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking ahash v0.7.6 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Checking sha2 v0.10.6 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Checking http v0.2.9 [INFO] [stderr] Compiling serde_json v1.0.95 [INFO] [stderr] Checking ryu v1.0.13 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking encoding_rs v0.8.32 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Checking time v0.3.20 [INFO] [stderr] Checking sha1 v0.10.5 [INFO] [stderr] Checking universal-hash v0.5.0 [INFO] [stderr] Compiling regex v1.7.3 [INFO] [stderr] Checking local-waker v0.1.3 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling rustls v0.20.8 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking polyval v0.6.0 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling tokio-macros v2.0.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tracing-attributes v0.1.24 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking ghash v0.5.0 [INFO] [stderr] Checking actix-utils v3.0.1 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Checking aes v0.8.2 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Compiling bytestring v1.3.0 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Checking base64 v0.20.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking aes-gcm v0.10.1 [INFO] [stderr] Checking hkdf v0.12.3 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.2 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Checking local-channel v0.1.3 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Checking time v0.1.45 [INFO] [stderr] Checking rustls-pemfile v1.0.2 [INFO] [stderr] Checking ipnet v2.7.2 [INFO] [stderr] Checking tokio-util v0.7.7 [INFO] [stderr] Checking actix-rt v2.8.0 [INFO] [stderr] Checking tokio-rustls v0.23.4 [INFO] [stderr] Checking iana-time-zone v0.1.56 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Checking actix-server v2.2.0 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling pest v2.5.7 [INFO] [stderr] Checking actix-codec v0.5.0 [INFO] [stderr] Compiling markup5ever v0.11.0 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Checking webpki-roots v0.22.6 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking md-5 v0.10.5 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Checking matches v0.1.10 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking try-lock v0.2.4 [INFO] [stderr] Compiling pest_meta v2.5.7 [INFO] [stderr] Compiling enum-as-inner v0.5.1 [INFO] [stderr] Compiling actix-web-codegen v4.2.0 [INFO] [stderr] Checking postgres-protocol v0.6.5 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] Checking password-hash v0.4.2 [INFO] [stderr] Checking rustls-webpki v0.100.1 [INFO] [stderr] Checking phf_shared v0.11.1 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Compiling rustix v0.37.11 [INFO] [stderr] Compiling anyhow v1.0.70 [INFO] [stderr] Checking data-encoding v2.3.3 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking chrono v0.4.26 [INFO] [stderr] Checking string_cache v0.8.7 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Checking h2 v0.3.16 [INFO] [stderr] Compiling rustls v0.21.0 [INFO] [stderr] Checking trust-dns-proto v0.22.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Checking resolv-conf v0.7.0 [INFO] [stderr] Checking postgres-types v0.2.5 [INFO] [stderr] Checking aes v0.7.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking phf v0.11.1 [INFO] [stderr] Checking pbkdf2 v0.11.0 [INFO] [stderr] Compiling zip v0.6.4 [INFO] [stderr] Compiling rust-embed-utils v7.5.0 [INFO] [stderr] Compiling shellexpand v2.1.2 [INFO] [stderr] Compiling pest_generator v2.5.7 [INFO] [stderr] Checking io-lifetimes v1.0.10 [INFO] [stderr] Compiling html5ever v0.26.0 [INFO] [stderr] Checking socket2 v0.5.2 [INFO] [stderr] Checking gethostname v0.4.2 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Checking linux-raw-sys v0.3.1 [INFO] [stderr] Checking ordered-multimap v0.4.3 [INFO] [stderr] Compiling pest_derive v2.5.7 [INFO] [stderr] Checking trust-dns-resolver v0.22.0 [INFO] [stderr] Checking actix-http v3.3.1 [INFO] [stderr] Checking hyper v0.14.25 [INFO] [stderr] Compiling utoipa-gen v3.3.0 [INFO] [stderr] Compiling utoipa-swagger-ui v3.1.3 [INFO] [stderr] Checking tokio-postgres v0.7.8 [INFO] [stderr] Checking mail-builder v0.2.5 [INFO] [stderr] Checking mime_guess v2.0.4 [INFO] [stderr] Compiling rust-embed-impl v6.5.0 [INFO] [stderr] Checking deadpool-runtime v0.1.2 [INFO] [stderr] Checking futures-executor v0.3.28 [INFO] [stderr] Checking mail-parser v0.8.2 [INFO] [stderr] Checking actix-web v4.3.1 [INFO] [stderr] Checking quick-xml v0.27.1 [INFO] [stdout] error: non-defining opaque type use in defining scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mail-parser-0.8.2/src/lib.rs:966:9 [INFO] [stdout] | [INFO] [stdout] 966 | / self.parts[0].headers.iter().filter_map(move |header| { [INFO] [stdout] 967 | | if matches!(&header.name, HeaderName::Rfc(rfc_name) if rfc_name == &name) { [INFO] [stdout] 968 | | Some(&header.value) [INFO] [stdout] 969 | | } else { [INFO] [stdout] 970 | | None [INFO] [stdout] 971 | | } [INFO] [stdout] 972 | | }) [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] note: lifetime used multiple times [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mail-parser-0.8.2/src/lib.rs:965:31 [INFO] [stdout] | [INFO] [stdout] 965 | ) -> impl Iterator> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mail-parser` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a66894784301586cf408fac30f9cc0f9a04c800a7081b020ad23725ea7f9c150", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a66894784301586cf408fac30f9cc0f9a04c800a7081b020ad23725ea7f9c150", kill_on_drop: false }` [INFO] [stdout] a66894784301586cf408fac30f9cc0f9a04c800a7081b020ad23725ea7f9c150