[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_libc_patch_0 [INFO] extracting crate packageurl 0.5.0-rc.9 into /workspace/builds/worker-6-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-6-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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded winnow v0.7.9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] e1e9c245a961779192ccabb2daf0b0ec1d65dc598fdae94a008b86532bfe8011 [INFO] running `Command { std: "docker" "start" "-a" "e1e9c245a961779192ccabb2daf0b0ec1d65dc598fdae94a008b86532bfe8011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1e9c245a961779192ccabb2daf0b0ec1d65dc598fdae94a008b86532bfe8011", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1e9c245a961779192ccabb2daf0b0ec1d65dc598fdae94a008b86532bfe8011", kill_on_drop: false }` [INFO] [stdout] e1e9c245a961779192ccabb2daf0b0ec1d65dc598fdae94a008b86532bfe8011 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] b5acdf6af5fed3d20c16a24ae12c291e8e594bd5a3079510c3c49ac3c2bf9699 [INFO] running `Command { std: "docker" "start" "-a" "b5acdf6af5fed3d20c16a24ae12c291e8e594bd5a3079510c3c49ac3c2bf9699", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling thiserror-impl 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 8.42s [INFO] running `Command { std: "docker" "inspect" "b5acdf6af5fed3d20c16a24ae12c291e8e594bd5a3079510c3c49ac3c2bf9699", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5acdf6af5fed3d20c16a24ae12c291e8e594bd5a3079510c3c49ac3c2bf9699", kill_on_drop: false }` [INFO] [stdout] b5acdf6af5fed3d20c16a24ae12c291e8e594bd5a3079510c3c49ac3c2bf9699 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 95c8005737bc9b622a7a6fc7af8a3f4aeeb94ff8ed3465362079c58c770ae7c8 [INFO] running `Command { std: "docker" "start" "-a" "95c8005737bc9b622a7a6fc7af8a3f4aeeb94ff8ed3465362079c58c770ae7c8", kill_on_drop: false }` [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling winnow v0.7.9 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling rstest_macros v0.25.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling lazy_static v1.5.0 [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 thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling packageurl v0.5.0-rc.9 (/opt/rustwide/workdir) [INFO] [stderr] Compiling yoke v0.7.5 [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 zerovec v0.10.4 [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 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 ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [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 36s [INFO] running `Command { std: "docker" "inspect" "95c8005737bc9b622a7a6fc7af8a3f4aeeb94ff8ed3465362079c58c770ae7c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95c8005737bc9b622a7a6fc7af8a3f4aeeb94ff8ed3465362079c58c770ae7c8", kill_on_drop: false }` [INFO] [stdout] 95c8005737bc9b622a7a6fc7af8a3f4aeeb94ff8ed3465362079c58c770ae7c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 403c855502d2a811c3f0577f3d2e1fb913ffcf82c3e6e9bd4930b7273237f124 [INFO] running `Command { std: "docker" "start" "-a" "403c855502d2a811c3f0577f3d2e1fb913ffcf82c3e6e9bd4930b7273237f124", 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.20s [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_percent_encoding_qualifier ... ok [INFO] [stdout] test purl::tests::test_to_str ... ok [INFO] [stdout] test utils::quickfind::tests::test_quickfind ... ok [INFO] [stdout] test purl::tests::test_plus_sign_in_version ... ok [INFO] [stdout] test utils::quickfind::tests::test_quickrfind ... ok [INFO] [stdout] test utils::tests::test_cut ... ok [INFO] [stdout] test purl::tests::test_from_str ... ok [INFO] [stdout] test purl::tests::test_percent_encoding_idempotent ... ok [INFO] [stdout] test utils::tests::test_rcut ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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::bitbucket::purl_to_canonical ... ok [INFO] [stdout] test spec::bitbucket::canonical_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::debian::canonical_to_canonical ... ok [INFO] [stdout] test spec::debian::purl_to_canonical ... ok [INFO] [stdout] test spec::debian::purl_to_components ... ok [INFO] [stdout] test spec::debian::components_to_canonical ... ok [INFO] [stdout] test spec::double_slash::canonical_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::docker::canonical_to_canonical ... ok [INFO] [stdout] test spec::gem::components_to_canonical ... ok [INFO] [stdout] test spec::docker::purl_to_canonical ... ok [INFO] [stdout] test spec::docker::components_to_canonical ... ok [INFO] [stdout] test spec::docker::purl_to_components ... ok [INFO] [stdout] test spec::double_slash::components_to_canonical ... ok [INFO] [stdout] test spec::gem::purl_to_components ... ok [INFO] [stdout] test spec::gem::purl_to_canonical ... ok [INFO] [stdout] test spec::github::canonical_to_canonical ... ok [INFO] [stdout] test spec::github::purl_to_components ... ok [INFO] [stdout] test spec::github::components_to_canonical ... ok [INFO] [stdout] test spec::go_version::components_to_canonical ... ok [INFO] [stdout] test spec::go_version::canonical_to_canonical ... ok [INFO] [stdout] test spec::go_subpath::purl_to_components ... ok [INFO] [stdout] test spec::github::purl_to_canonical ... ok [INFO] [stdout] test spec::go_subpath::purl_to_canonical ... ok [INFO] [stdout] test spec::go_version::purl_to_canonical ... ok [INFO] [stdout] test spec::go_subpath::components_to_canonical ... ok [INFO] [stdout] test spec::go_subpath::canonical_to_canonical ... ok [INFO] [stdout] test spec::go_version::purl_to_components ... ok [INFO] [stdout] test spec::maven::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven::purl_to_components ... ok [INFO] [stdout] test spec::maven::purl_to_canonical ... ok [INFO] [stdout] test spec::invalid_qualifier_key::components_to_canonical ... ok [INFO] [stdout] test spec::invalid_qualifier_key::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven::components_to_canonical ... ok [INFO] [stdout] test spec::invalid_qualifier_key::purl_to_components ... ok [INFO] [stdout] test spec::maven_basic::canonical_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_case_sensitive::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven_case_sensitive::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_basic::purl_to_canonical ... ok [INFO] [stdout] test spec::invalid_qualifier_key::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_case_sensitive::components_to_canonical ... ok [INFO] [stdout] test spec::maven_case_sensitive::purl_to_components ... ok [INFO] [stdout] test spec::maven_pom::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven_pom::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_pom::components_to_canonical ... ok [INFO] [stdout] test spec::maven_pom::purl_to_components ... ok [INFO] [stdout] test spec::maven_space::canonical_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::maven_qualifiers::canonical_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::purl_to_components ... ok [INFO] [stdout] test spec::maven_space::components_to_canonical ... ok [INFO] [stdout] test spec::name_required::components_to_canonical ... ok [INFO] [stdout] test spec::name_required::canonical_to_canonical ... ok [INFO] [stdout] test spec::name_required::purl_to_canonical ... ok [INFO] [stdout] test spec::name_required::purl_to_components ... ok [INFO] [stdout] test spec::maven_type::purl_to_canonical ... ok [INFO] [stdout] test spec::maven_type::components_to_canonical ... ok [INFO] [stdout] test spec::maven_type::canonical_to_canonical ... ok [INFO] [stdout] test spec::maven_type::purl_to_components ... ok [INFO] [stdout] test spec::npm::canonical_to_canonical ... ok [INFO] [stdout] test spec::nuget::canonical_to_canonical ... ok [INFO] [stdout] test spec::nuget::components_to_canonical ... ok [INFO] [stdout] test spec::nuget::purl_to_canonical ... ok [INFO] [stdout] test spec::npm::components_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::purl_to_components ... ok [INFO] [stdout] test spec::rpm::canonical_to_canonical ... ok [INFO] [stdout] test spec::pypi::purl_to_canonical ... ok [INFO] [stdout] test spec::pypi::canonical_to_canonical ... ok [INFO] [stdout] test spec::pypi::components_to_canonical ... ok [INFO] [stdout] test spec::rpm::components_to_canonical ... ok [INFO] [stdout] test spec::rpm::purl_to_canonical ... ok [INFO] [stdout] test spec::rpm::purl_to_components ... ok [INFO] [stdout] test spec::pypi::purl_to_components ... 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::simple_slash::components_to_canonical ... ok [INFO] [stdout] test spec::simple_slash::purl_to_components ... ok [INFO] [stdout] test spec::simple_slash::canonical_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::purl_to_canonical ... ok [INFO] [stdout] test spec::triple_slash::canonical_to_canonical ... ok [INFO] [stdout] test spec::triple_slash::purl_to_canonical ... ok [INFO] [stdout] test spec::triple_slash::purl_to_components ... ok [INFO] [stdout] test spec::triple_slash::components_to_canonical ... 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::purl_to_components ... ok [INFO] [stdout] test spec::type_required::canonical_to_canonical ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 100 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "403c855502d2a811c3f0577f3d2e1fb913ffcf82c3e6e9bd4930b7273237f124", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "403c855502d2a811c3f0577f3d2e1fb913ffcf82c3e6e9bd4930b7273237f124", kill_on_drop: false }` [INFO] [stdout] 403c855502d2a811c3f0577f3d2e1fb913ffcf82c3e6e9bd4930b7273237f124