[INFO] fetching crate pint-pkg 0.14.0...
[INFO] checking pint-pkg-0.14.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate pint-pkg 0.14.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate pint-pkg 0.14.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pint-pkg 0.14.0
[INFO] tweaked toml for crates.io crate pint-pkg 0.14.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pint-pkg 0.14.0 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] crate crates.io crate pint-pkg 0.14.0 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 56babe86f4ad937dfbd0a057ba44a31ec9aeb42cca37de9f336464c6455394f2
[INFO] running `Command { std: "docker" "start" "-a" "56babe86f4ad937dfbd0a057ba44a31ec9aeb42cca37de9f336464c6455394f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56babe86f4ad937dfbd0a057ba44a31ec9aeb42cca37de9f336464c6455394f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56babe86f4ad937dfbd0a057ba44a31ec9aeb42cca37de9f336464c6455394f2", kill_on_drop: false }`
[INFO] [stdout] 56babe86f4ad937dfbd0a057ba44a31ec9aeb42cca37de9f336464c6455394f2
[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 -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] 9230cff4b9d4aa01e863fbd81f9a8226186a7956d1950039c262db66a9c520e8
[INFO] running `Command { std: "docker" "start" "-a" "9230cff4b9d4aa01e863fbd81f9a8226186a7956d1950039c262db66a9c520e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling logos-codegen v0.15.0
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking winnow v0.7.6
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]     Checking dissimilar v1.0.10
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]     Checking expect-test v1.5.1
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking clap_builder v4.5.35
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking ariadne v0.5.1
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]     Checking petgraph v0.7.1
[INFO] [stderr]     Checking similar-asserts v1.7.0
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling lalrpop-util v0.20.2
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling logos-derive v0.15.0
[INFO] [stderr]     Checking logos v0.15.0
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking clap v4.5.35
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling pint-solve v0.2.0
[INFO] [stderr]    Compiling pintc v0.14.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_ignored v0.1.11
[INFO] [stderr]     Checking pint-abi-types v0.5.0
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking essential-types v0.8.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking postcard v1.1.1
[INFO] [stderr]     Checking essential-hash v0.10.0
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]    Compiling essential-asm-spec v0.9.0
[INFO] [stderr]     Checking pint-manifest v0.4.0
[INFO] [stderr]    Compiling essential-asm-gen v0.11.0
[INFO] [stderr]     Checking essential-asm v0.11.0
[INFO] [stderr]     Checking pint-pkg v0.14.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/build.rs:173:21
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn next_pkg(&mut self) -> Option<PrebuiltPkg> {
[INFO] [stdout]     |                     ^^^^^^^^^            ^^^^^^^^^^^
[INFO] [stdout]     |                     |                    |
[INFO] [stdout]     |                     |                    the same lifetime is hidden here
[INFO] [stdout]     |                     |                    the same lifetime is hidden here
[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] 173 |     pub fn next_pkg(&mut self) -> Option<PrebuiltPkg<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/build.rs:516:25
[INFO] [stdout]     |
[INFO] [stdout] 516 | pub fn build_plan(plan: &Plan) -> PlanBuilder {
[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] 516 | pub fn build_plan(plan: &Plan) -> PlanBuilder<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::ops::ControlFlow<Result<Infallible, source::DepPathError>, DependencyPath>
[INFO] [stdout]    --> src/plan.rs:634:11
[INFO] [stdout]     |
[INFO] [stdout] 634 |     match dep.source.dep_path(&dep.name)? {
[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<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/plan.rs:634:11
[INFO] [stdout]     |
[INFO] [stdout] 634 |     match dep.source.dep_path(&dep.name)? {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:182:87
[INFO] [stdout]     |
[INFO] [stdout] 182 |       pub(crate) fn dep_path(&self, name: &str) -> Result<DependencyPath, DepPathError> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 183 | |         match self {
[INFO] [stdout] 184 | |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 185 | |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 186 | |         }
[INFO] [stdout] 187 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 | /         match self {
[INFO] [stdout] 184 | |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 185 | |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 186 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:184:37
[INFO] [stdout]     |
[INFO] [stdout] 184 |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]    --> src/source.rs:184:40
[INFO] [stdout]     |
[INFO] [stdout] 184 |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:185:35
[INFO] [stdout]     |
[INFO] [stdout] 185 |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]    --> src/source.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(member::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/member.rs:24:89
[INFO] [stdout]    |
[INFO] [stdout] 24 |       fn pin(&self, _ctx: source::PinCtx) -> Result<(Self::Pinned, PathBuf), Self::Error> {
[INFO] [stdout]    |  _________________________________________________________________________________________^
[INFO] [stdout] 25 | |         Ok((Pinned, self.0.clone()))
[INFO] [stdout] 26 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(member::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/member.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Ok((Pinned, self.0.clone()))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/member.rs:40:84
[INFO] [stdout]    |
[INFO] [stdout] 40 |       fn dep_path(&self, _name: &str) -> Result<source::DependencyPath, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________________________________________^
[INFO] [stdout] 41 | |         Ok(source::DependencyPath::Member)
[INFO] [stdout] 42 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/member.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         Ok(source::DependencyPath::Member)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(source::path::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/path.rs:33:88
[INFO] [stdout]    |
[INFO] [stdout] 33 |       fn pin(&self, ctx: source::PinCtx) -> Result<(Self::Pinned, PathBuf), Self::Error> {
[INFO] [stdout]    |  ________________________________________________________________________________________^
[INFO] [stdout] 34 | |         let path_root = ctx.path_root;
[INFO] [stdout] 35 | |         let pinned = Pinned { path_root };
[INFO] [stdout] 36 | |         Ok((pinned, self.clone()))
[INFO] [stdout] 37 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(source::path::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/path.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         Ok((pinned, self.clone()))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/path.rs:51:84
[INFO] [stdout]    |
[INFO] [stdout] 51 |       fn dep_path(&self, _name: &str) -> Result<source::DependencyPath, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________________________________________^
[INFO] [stdout] 52 | |         Ok(source::DependencyPath::Root(self.path_root))
[INFO] [stdout] 53 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/path.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         Ok(source::DependencyPath::Root(self.path_root))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pint-pkg` (lib test) due to 16 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/build.rs:173:21
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn next_pkg(&mut self) -> Option<PrebuiltPkg> {
[INFO] [stdout]     |                     ^^^^^^^^^            ^^^^^^^^^^^
[INFO] [stdout]     |                     |                    |
[INFO] [stdout]     |                     |                    the same lifetime is hidden here
[INFO] [stdout]     |                     |                    the same lifetime is hidden here
[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] 173 |     pub fn next_pkg(&mut self) -> Option<PrebuiltPkg<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/build.rs:516:25
[INFO] [stdout]     |
[INFO] [stdout] 516 | pub fn build_plan(plan: &Plan) -> PlanBuilder {
[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] 516 | pub fn build_plan(plan: &Plan) -> PlanBuilder<'_> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::ops::ControlFlow<Result<Infallible, source::DepPathError>, DependencyPath>
[INFO] [stdout]    --> src/plan.rs:634:11
[INFO] [stdout]     |
[INFO] [stdout] 634 |     match dep.source.dep_path(&dep.name)? {
[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<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/plan.rs:634:11
[INFO] [stdout]     |
[INFO] [stdout] 634 |     match dep.source.dep_path(&dep.name)? {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:182:87
[INFO] [stdout]     |
[INFO] [stdout] 182 |       pub(crate) fn dep_path(&self, name: &str) -> Result<DependencyPath, DepPathError> {
[INFO] [stdout]     |  _______________________________________________________________________________________^
[INFO] [stdout] 183 | |         match self {
[INFO] [stdout] 184 | |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 185 | |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 186 | |         }
[INFO] [stdout] 187 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 | /         match self {
[INFO] [stdout] 184 | |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 185 | |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout] 186 | |         }
[INFO] [stdout]     | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:184:37
[INFO] [stdout]     |
[INFO] [stdout] 184 |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]    --> src/source.rs:184:40
[INFO] [stdout]     |
[INFO] [stdout] 184 |             Self::Member(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, source::DepPathError>
[INFO] [stdout]    --> src/source.rs:185:35
[INFO] [stdout]     |
[INFO] [stdout] 185 |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]    --> src/source.rs:185:38
[INFO] [stdout]     |
[INFO] [stdout] 185 |             Self::Path(pinned) => Ok(pinned.dep_path(name).expect("infallible")),
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(member::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/member.rs:24:89
[INFO] [stdout]    |
[INFO] [stdout] 24 |       fn pin(&self, _ctx: source::PinCtx) -> Result<(Self::Pinned, PathBuf), Self::Error> {
[INFO] [stdout]    |  _________________________________________________________________________________________^
[INFO] [stdout] 25 | |         Ok((Pinned, self.0.clone()))
[INFO] [stdout] 26 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(member::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/member.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Ok((Pinned, self.0.clone()))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/member.rs:40:84
[INFO] [stdout]    |
[INFO] [stdout] 40 |       fn dep_path(&self, _name: &str) -> Result<source::DependencyPath, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________________________________________^
[INFO] [stdout] 41 | |         Ok(source::DependencyPath::Member)
[INFO] [stdout] 42 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/member.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         Ok(source::DependencyPath::Member)
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(source::path::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/path.rs:33:88
[INFO] [stdout]    |
[INFO] [stdout] 33 |       fn pin(&self, ctx: source::PinCtx) -> Result<(Self::Pinned, PathBuf), Self::Error> {
[INFO] [stdout]    |  ________________________________________________________________________________________^
[INFO] [stdout] 34 | |         let path_root = ctx.path_root;
[INFO] [stdout] 35 | |         let pinned = Pinned { path_root };
[INFO] [stdout] 36 | |         Ok((pinned, self.clone()))
[INFO] [stdout] 37 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<(source::path::Pinned, PathBuf), Infallible>
[INFO] [stdout]   --> src/source/path.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         Ok((pinned, self.clone()))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/path.rs:51:84
[INFO] [stdout]    |
[INFO] [stdout] 51 |       fn dep_path(&self, _name: &str) -> Result<source::DependencyPath, Self::Error> {
[INFO] [stdout]    |  ____________________________________________________________________________________^
[INFO] [stdout] 52 | |         Ok(source::DependencyPath::Root(self.path_root))
[INFO] [stdout] 53 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DependencyPath, Infallible>
[INFO] [stdout]   --> src/source/path.rs:52:9
[INFO] [stdout]    |
[INFO] [stdout] 52 |         Ok(source::DependencyPath::Root(self.path_root))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pint-pkg` (lib) due to 16 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9230cff4b9d4aa01e863fbd81f9a8226186a7956d1950039c262db66a9c520e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9230cff4b9d4aa01e863fbd81f9a8226186a7956d1950039c262db66a9c520e8", kill_on_drop: false }`
[INFO] [stdout] 9230cff4b9d4aa01e863fbd81f9a8226186a7956d1950039c262db66a9c520e8
