[INFO] fetching crate ca_injector 0.1.2...
[INFO] checking ca_injector-0.1.2 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate ca_injector 0.1.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ca_injector 0.1.2
[INFO] finished tweaking crates.io crate ca_injector 0.1.2
[INFO] tweaked toml for crates.io crate ca_injector 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ca_injector 0.1.2 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 279 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding which v4.4.2 (available: v8.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3c80d2e208acddd52c7786cb932a26a1e1c74498fb981ae80e8e2b10857c579
[INFO] running `Command { std: "docker" "start" "-a" "c3c80d2e208acddd52c7786cb932a26a1e1c74498fb981ae80e8e2b10857c579", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3c80d2e208acddd52c7786cb932a26a1e1c74498fb981ae80e8e2b10857c579", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3c80d2e208acddd52c7786cb932a26a1e1c74498fb981ae80e8e2b10857c579", kill_on_drop: false }`
[INFO] [stdout] c3c80d2e208acddd52c7786cb932a26a1e1c74498fb981ae80e8e2b10857c579
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77ed69ece247301d30faf1aaf73c1be0038ea98752c8a854b7ababd963959e54
[INFO] running `Command { std: "docker" "start" "-a" "77ed69ece247301d30faf1aaf73c1be0038ea98752c8a854b7ababd963959e54", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking phf_shared v0.13.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling oid-registry v0.2.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]     Checking postgres-protocol v0.6.9
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling enum-as-inner v0.3.4
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking postgres-types v0.2.11
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling der-oid-macro v0.5.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking openssl v0.10.75
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking der-parser v6.0.1
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking ca_injector v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, PathBuf>
[INFO] [stdout]   --> src/linux.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         PathBuf::from_str("/etc/pki/nssdb")?,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]   --> src/linux.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         PathBuf::from_str("/etc/pki/nssdb")?,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: ControlFlow<Result<Infallible, Infallible>, PathBuf>
[INFO] [stdout]    --> src/linux.rs:179:14
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let pb = PathBuf::from_str(tsc.dir)?;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]    --> src/linux.rs:179:14
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let pb = PathBuf::from_str(tsc.dir)?;
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking trust-dns-proto v0.20.4
[INFO] [stderr] error: could not compile `ca_injector` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "77ed69ece247301d30faf1aaf73c1be0038ea98752c8a854b7ababd963959e54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77ed69ece247301d30faf1aaf73c1be0038ea98752c8a854b7ababd963959e54", kill_on_drop: false }`
[INFO] [stdout] 77ed69ece247301d30faf1aaf73c1be0038ea98752c8a854b7ababd963959e54
