[INFO] fetching crate packageurl 0.5.0-rc.9... [INFO] testing packageurl-0.5.0-rc.9 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_getrandom_patch_0 [INFO] extracting crate packageurl 0.5.0-rc.9 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate packageurl 0.5.0-rc.9 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate packageurl 0.5.0-rc.9 [INFO] tweaked toml for crates.io crate packageurl 0.5.0-rc.9 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate packageurl 0.5.0-rc.9 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate packageurl 0.5.0-rc.9 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a088f6cf43c88edacdd9439f2fdfbca2fa61f2ee576a46e1ffdb219507ffeb5e [INFO] running `Command { std: "docker" "start" "-a" "a088f6cf43c88edacdd9439f2fdfbca2fa61f2ee576a46e1ffdb219507ffeb5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a088f6cf43c88edacdd9439f2fdfbca2fa61f2ee576a46e1ffdb219507ffeb5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a088f6cf43c88edacdd9439f2fdfbca2fa61f2ee576a46e1ffdb219507ffeb5e", kill_on_drop: false }` [INFO] [stdout] a088f6cf43c88edacdd9439f2fdfbca2fa61f2ee576a46e1ffdb219507ffeb5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9b5e38061962b7d018e5ce13a1d8da7764fe7010eed0b0cc098bbde1104cfd8d [INFO] running `Command { std: "docker" "start" "-a" "9b5e38061962b7d018e5ce13a1d8da7764fe7010eed0b0cc098bbde1104cfd8d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling packageurl v0.5.0-rc.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode; [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | fn decode(&self) -> PercentDecode; [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | fn decode(&self) -> PercentDecode<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 23 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.88s [INFO] running `Command { std: "docker" "inspect" "9b5e38061962b7d018e5ce13a1d8da7764fe7010eed0b0cc098bbde1104cfd8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b5e38061962b7d018e5ce13a1d8da7764fe7010eed0b0cc098bbde1104cfd8d", kill_on_drop: false }` [INFO] [stdout] 9b5e38061962b7d018e5ce13a1d8da7764fe7010eed0b0cc098bbde1104cfd8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] b419e1b8301a69a6741341aa6c0888b7f0b6f363d82617af0a64d48cfadf25ca [INFO] running `Command { std: "docker" "start" "-a" "b419e1b8301a69a6741341aa6c0888b7f0b6f363d82617af0a64d48cfadf25ca", kill_on_drop: false }` [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling winnow v0.7.9 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling rstest_macros v0.25.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling packageurl v0.5.0-rc.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode; [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | fn decode(&self) -> PercentDecode; [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | fn decode(&self) -> PercentDecode<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 23 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling rstest v0.25.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode; [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | fn decode(&self) -> PercentDecode; [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 7 | fn decode(&self) -> PercentDecode<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 23 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/utils/encodable.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | fn decode(&self) -> PercentDecode { [INFO] [stdout] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 30s [INFO] running `Command { std: "docker" "inspect" "b419e1b8301a69a6741341aa6c0888b7f0b6f363d82617af0a64d48cfadf25ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b419e1b8301a69a6741341aa6c0888b7f0b6f363d82617af0a64d48cfadf25ca", kill_on_drop: false }` [INFO] [stdout] b419e1b8301a69a6741341aa6c0888b7f0b6f363d82617af0a64d48cfadf25ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d4283bf7c5c0382089ddc024a269bcf2b9ae87b457cff0d371438c740e39648a [INFO] running `Command { std: "docker" "start" "-a" "d4283bf7c5c0382089ddc024a269bcf2b9ae87b457cff0d371438c740e39648a", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:6:15 [INFO] [stderr] | [INFO] [stderr] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode; [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 6 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | fn decode(&self) -> PercentDecode; [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 7 | fn decode(&self) -> PercentDecode<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 11 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:14:15 [INFO] [stderr] | [INFO] [stderr] 14 | fn decode(&self) -> PercentDecode { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 14 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:20:15 [INFO] [stderr] | [INFO] [stderr] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 20 | fn encode(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:23:15 [INFO] [stderr] | [INFO] [stderr] 23 | fn decode(&self) -> PercentDecode { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 23 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:29:19 [INFO] [stderr] | [INFO] [stderr] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 29 | fn encode<'s>(&self, encode_set: &'static AsciiSet) -> PercentEncode<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/utils/encodable.rs:32:15 [INFO] [stderr] | [INFO] [stderr] 32 | fn decode(&self) -> PercentDecode { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 32 | fn decode(&self) -> PercentDecode<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `packageurl` (lib) generated 8 warnings (run `cargo fix --lib -p packageurl` to apply 8 suggestions) [INFO] [stderr] warning: `packageurl` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/packageurl-d5dd69a4e0338fb7) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test purl::tests::test_from_str ... ok [INFO] [stdout] test purl::tests::test_percent_encoding_idempotent ... ok [INFO] [stdout] test purl::tests::test_plus_sign_in_version ... ok [INFO] [stdout] test utils::quickfind::tests::test_quickfind ... ok [INFO] [stdout] test utils::quickfind::tests::test_quickrfind ... ok [INFO] [stdout] test utils::tests::test_rcut ... ok [INFO] [stdout] test utils::tests::test_cut ... ok [INFO] [stdout] test purl::tests::test_percent_encoding_qualifier ... ok [INFO] [stdout] test purl::tests::test_to_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/lib-0c19301b2774a3f8) [INFO] [stdout] [INFO] [stdout] running 100 tests [INFO] [stdout] test spec::debian::purl_to_canonical ... ok [INFO] [stdout] test spec::debian::purl_to_components ... ok [INFO] [stdout] test spec::docker::canonical_to_canonical ... ok [INFO] [stdout] test spec::debian::canonical_to_canonical ... ok [INFO] [stdout] test spec::debian::components_to_canonical ... ok [INFO] [stdout] test spec::docker::components_to_canonical ... ok [INFO] [stdout] test spec::docker::purl_to_canonical ... ok [INFO] [stdout] test spec::docker::purl_to_components ... ok [INFO] [stdout] test spec::bitbucket::canonical_to_canonical ... ok [INFO] [stdout] test spec::bitbucket::purl_to_canonical ... ok [INFO] [stdout] test spec::bitbucket::purl_to_components ... ok [INFO] [stdout] test spec::bitbucket::components_to_canonical ... ok [INFO] [stdout] test spec::double_slash::canonical_to_canonical ... ok [INFO] [stdout] test spec::double_slash::components_to_canonical ... ok [INFO] [stdout] test spec::double_slash::purl_to_canonical ... ok [INFO] [stdout] test spec::double_slash::purl_to_components ... ok [INFO] [stdout] test spec::gem::canonical_to_canonical ... ok [INFO] [stdout] test spec::github::canonical_to_canonical ... ok [INFO] [stdout] test spec::gem::components_to_canonical ... ok [INFO] [stdout] test spec::go_subpath::components_to_canonical ... ok [INFO] [stdout] test spec::go_subpath::purl_to_canonical ... ok [INFO] [stdout] test spec::github::components_to_canonical ... ok [INFO] [stdout] test spec::github::purl_to_components ... ok [INFO] [stdout] test spec::go_version::canonical_to_canonical ... ok [INFO] [stdout] test spec::gem::purl_to_components ... ok [INFO] [stdout] test spec::github::purl_to_canonical ... ok [INFO] [stdout] test spec::go_subpath::canonical_to_canonical ... ok [INFO] [stdout] test spec::go_version::components_to_canonical ... ok [INFO] [stdout] test spec::go_version::purl_to_canonical ... ok [INFO] [stdout] test spec::go_version::purl_to_components ... ok [INFO] [stdout] test spec::go_subpath::purl_to_components ... ok [INFO] [stdout] test spec::invalid_qualifier_key::canonical_to_canonical ... ok [INFO] [stdout] test spec::invalid_qualifier_key::components_to_canonical ... ok [INFO] [stdout] test spec::invalid_qualifier_key::purl_to_components ... ok [INFO] [stdout] test spec::invalid_qualifier_key::purl_to_canonical ... ok [INFO] [stdout] test spec::maven::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven::purl_to_canonical ... ok [INFO] [stdout] test spec::maven::purl_to_components ... ok [INFO] [stdout] test spec::maven::components_to_canonical ... ok [INFO] [stdout] test spec::maven_basic::purl_to_components ... ok [INFO] [stdout] test spec::maven_basic::components_to_canonical ... ok [INFO] [stdout] test spec::maven_basic::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_basic::canonical_to_canonical ... ok [INFO] [stdout] test spec::gem::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_case_sensitive::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_case_sensitive::components_to_canonical ... ok [INFO] [stdout] test spec::maven_case_sensitive::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven_pom::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven_pom::purl_to_components ... ok [INFO] [stdout] test spec::maven_pom::components_to_canonical ... ok [INFO] [stdout] test spec::maven_qualifiers::components_to_canonical ... ok [INFO] [stdout] test spec::maven_qualifiers::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_qualifiers::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven_case_sensitive::purl_to_components ... ok [INFO] [stdout] test spec::maven_pom::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_qualifiers::purl_to_components ... ok [INFO] [stdout] test spec::maven_space::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven_space::components_to_canonical ... ok [INFO] [stdout] test spec::maven_space::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_space::purl_to_components ... ok [INFO] [stdout] test spec::name_required::components_to_canonical ... ok [INFO] [stdout] test spec::maven_type::canonical_to_canonical ... ok [INFO] [stdout] test spec::name_required::purl_to_components ... ok [INFO] [stdout] test spec::maven_type::components_to_canonical ... ok [INFO] [stdout] test spec::maven_type::purl_to_canonical ... ok [INFO] [stdout] test spec::npm::canonical_to_canonical ... ok [INFO] [stdout] test spec::name_required::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_type::purl_to_components ... ok [INFO] [stdout] test spec::name_required::canonical_to_canonical ... ok [INFO] [stdout] test spec::npm::purl_to_canonical ... ok [INFO] [stdout] test spec::npm::purl_to_components ... ok [INFO] [stdout] test spec::nuget::canonical_to_canonical ... ok [INFO] [stdout] test spec::nuget::purl_to_components ... ok [INFO] [stdout] test spec::nuget::purl_to_canonical ... ok [INFO] [stdout] test spec::npm::components_to_canonical ... ok [INFO] [stdout] test spec::pypi::canonical_to_canonical ... ok [INFO] [stdout] test spec::pypi::purl_to_canonical ... ok [INFO] [stdout] test spec::nuget::components_to_canonical ... ok [INFO] [stdout] test spec::pypi::components_to_canonical ... ok [INFO] [stdout] test spec::pypi::purl_to_components ... ok [INFO] [stdout] test spec::rpm::purl_to_canonical ... ok [INFO] [stdout] test spec::rpm::purl_to_components ... ok [INFO] [stdout] test spec::rpm::components_to_canonical ... ok [INFO] [stdout] test spec::rpm::canonical_to_canonical ... ok [INFO] [stdout] test spec::scheme_required::canonical_to_canonical ... ok [INFO] [stdout] test spec::scheme_required::components_to_canonical ... ok [INFO] [stdout] test spec::scheme_required::purl_to_canonical ... ok [INFO] [stdout] test spec::scheme_required::purl_to_components ... ok [INFO] [stdout] test spec::simple_slash::canonical_to_canonical ... ok [INFO] [stdout] test spec::simple_slash::components_to_canonical ... ok [INFO] [stdout] test spec::simple_slash::purl_to_components ... ok [INFO] [stdout] test spec::type_required::components_to_canonical ... ok [INFO] [stdout] test spec::type_required::purl_to_canonical ... ok [INFO] [stdout] test spec::type_required::canonical_to_canonical ... ok [INFO] [stdout] test spec::type_required::purl_to_components ... ok [INFO] [stdout] test spec::triple_slash::canonical_to_canonical ... ok [INFO] [stdout] test spec::simple_slash::purl_to_canonical ... ok [INFO] [stdout] test spec::triple_slash::purl_to_canonical ... ok [INFO] [stdout] test spec::triple_slash::components_to_canonical ... ok [INFO] [stdout] test spec::triple_slash::purl_to_components ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d4283bf7c5c0382089ddc024a269bcf2b9ae87b457cff0d371438c740e39648a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4283bf7c5c0382089ddc024a269bcf2b9ae87b457cff0d371438c740e39648a", kill_on_drop: false }` [INFO] [stdout] d4283bf7c5c0382089ddc024a269bcf2b9ae87b457cff0d371438c740e39648a