[INFO] fetching crate icu_locid 1.5.0... [INFO] testing icu_locid-1.5.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate icu_locid 1.5.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate icu_locid 1.5.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate icu_locid 1.5.0 [INFO] tweaked toml for crates.io crate icu_locid 1.5.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate icu_locid 1.5.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate icu_locid 1.5.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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dff44115e4f6bb813b7403d6fa73bc989290184179b585e6d9ea8dc26c1a7f7b [INFO] running `Command { std: "docker" "start" "-a" "dff44115e4f6bb813b7403d6fa73bc989290184179b585e6d9ea8dc26c1a7f7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dff44115e4f6bb813b7403d6fa73bc989290184179b585e6d9ea8dc26c1a7f7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dff44115e4f6bb813b7403d6fa73bc989290184179b585e6d9ea8dc26c1a7f7b", kill_on_drop: false }` [INFO] [stdout] dff44115e4f6bb813b7403d6fa73bc989290184179b585e6d9ea8dc26c1a7f7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b38d0235c8c3372df17cc9795e65dee53360ef94898ab1f57c0b128f0ca2cc6f [INFO] running `Command { std: "docker" "start" "-a" "b38d0235c8c3372df17cc9795e65dee53360ef94898ab1f57c0b128f0ca2cc6f", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling litemap v0.7.3 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_locid v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/langid.rs:450:1 [INFO] [stdout] | [INFO] [stdout] 450 | impl_writeable_for_each_subtag_str_no_test!(LanguageIdentifier, selff, selff.script.is_none() && selff.region.is_none() && selff.variants.is_empty() => selff.language.write_to_string()); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [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] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/locale.rs:435:1 [INFO] [stdout] | [INFO] [stdout] 435 | impl_writeable_for_each_subtag_str_no_test!(Locale, selff, selff.extensions.is_empty() => selff.id.write_to_string()); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/parser/errors.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Display, Debug, PartialEq, Copy, Clone)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Display` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_Display_FOR_ParserError` [INFO] [stdout] 13 | #[non_exhaustive] [INFO] [stdout] 14 | pub enum ParserError { [INFO] [stdout] | ----------- `ParserError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extensions/other/mod.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | fn write_to_string(&self) -> alloc::borrow::Cow { [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] 177 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/other/subtag.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than [INFO] [stdout] ... | [INFO] [stdout] 29 | | ["y", "toolooong"], [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/private/other.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than [INFO] [stdout] ... | [INFO] [stdout] 31 | | ["toolooong"], [INFO] [stdout] 32 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/transform/key.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A key used in a list of [`Fields`](super::Fields). [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The key has to be a two ASCII characters long, with the first [INFO] [stdout] ... | [INFO] [stdout] 31 | | ["", "k", "0k", "k12"], [INFO] [stdout] 32 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/transform/value.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | impl_writeable_for_each_subtag_str_no_test!(Value, selff, selff.0.is_empty() => alloc::borrow::Cow::Borrowed("true")); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/attribute.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// An attribute has to be a sequence of alphanumerical characters no [INFO] [stdout] ... | [INFO] [stdout] 33 | | ["no", "toolooong"], [INFO] [stdout] 34 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/attributes.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | impl_writeable_for_subtag_list!(Attributes, "foobar", "testing"); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/key.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A key used in a list of [`Keywords`](super::Keywords). [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first [INFO] [stdout] ... | [INFO] [stdout] 31 | | ["a", "a8", "abc"], [INFO] [stdout] 32 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/value.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | impl_writeable_for_subtag_list!(Value, "islamic", "civil"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/language.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Language`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 47 | | ["419", "german", "en1"], [INFO] [stdout] 48 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/region.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Region`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 44 | | ["12", "FRA", "b2"], [INFO] [stdout] 45 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/script.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Script`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 32 | | ["Latin"], [INFO] [stdout] 33 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/variant.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Variant`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 34 | | ["yes"], [INFO] [stdout] 35 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/variants.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | impl_writeable_for_subtag_list!(Variants, "macos", "posix"); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s [INFO] running `Command { std: "docker" "inspect" "b38d0235c8c3372df17cc9795e65dee53360ef94898ab1f57c0b128f0ca2cc6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b38d0235c8c3372df17cc9795e65dee53360ef94898ab1f57c0b128f0ca2cc6f", kill_on_drop: false }` [INFO] [stdout] b38d0235c8c3372df17cc9795e65dee53360ef94898ab1f57c0b128f0ca2cc6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b95ff9b23af3a46885dfa13084bdbf0a404a55d7950aa80f3666092d728008a0 [INFO] running `Command { std: "docker" "start" "-a" "b95ff9b23af3a46885dfa13084bdbf0a404a55d7950aa80f3666092d728008a0", kill_on_drop: false }` [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling clap_lex v0.4.1 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cobs v0.2.3 [INFO] [stderr] Compiling iai v0.1.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/langid.rs:450:1 [INFO] [stdout] | [INFO] [stdout] 450 | impl_writeable_for_each_subtag_str_no_test!(LanguageIdentifier, selff, selff.script.is_none() && selff.region.is_none() && selff.variants.is_empty() => selff.language.write_to_string()); [INFO] [stdout] | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation [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] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/locale.rs:435:1 [INFO] [stdout] | [INFO] [stdout] 435 | impl_writeable_for_each_subtag_str_no_test!(Locale, selff, selff.extensions.is_empty() => selff.id.write_to_string()); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/parser/errors.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Display, Debug, PartialEq, Copy, Clone)] [INFO] [stdout] | ^------ [INFO] [stdout] | | [INFO] [stdout] | `Display` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_Display_FOR_ParserError` [INFO] [stdout] 13 | #[non_exhaustive] [INFO] [stdout] 14 | pub enum ParserError { [INFO] [stdout] | ----------- `ParserError` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Display` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Display` may come from an old version of the `displaydoc` crate, try updating your dependency with `cargo update -p displaydoc` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Display` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extensions/other/mod.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | fn write_to_string(&self) -> alloc::borrow::Cow { [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] 177 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/other/subtag.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A single item used in a list of [`Other`](super::Other) extensions. [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than [INFO] [stdout] ... | [INFO] [stdout] 29 | | ["y", "toolooong"], [INFO] [stdout] 30 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/private/other.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A single item used in a list of [`Private`](super::Private) extensions. [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The subtag has to be an ASCII alphanumerical string no shorter than [INFO] [stdout] ... | [INFO] [stdout] 31 | | ["toolooong"], [INFO] [stdout] 32 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/transform/key.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A key used in a list of [`Fields`](super::Fields). [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The key has to be a two ASCII characters long, with the first [INFO] [stdout] ... | [INFO] [stdout] 31 | | ["", "k", "0k", "k12"], [INFO] [stdout] 32 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/transform/value.rs:116:1 [INFO] [stdout] | [INFO] [stdout] 116 | impl_writeable_for_each_subtag_str_no_test!(Value, selff, selff.0.is_empty() => alloc::borrow::Cow::Borrowed("true")); [INFO] [stdout] | --------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/attribute.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// An attribute used in a set of [`Attributes`](super::Attributes). [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// An attribute has to be a sequence of alphanumerical characters no [INFO] [stdout] ... | [INFO] [stdout] 33 | | ["no", "toolooong"], [INFO] [stdout] 34 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/attributes.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | impl_writeable_for_subtag_list!(Attributes, "foobar", "testing"); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/key.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A key used in a list of [`Keywords`](super::Keywords). [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// The key has to be a two ASCII alphanumerical characters long, with the first [INFO] [stdout] ... | [INFO] [stdout] 31 | | ["a", "a8", "abc"], [INFO] [stdout] 32 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/extensions/unicode/value.rs:152:1 [INFO] [stdout] | [INFO] [stdout] 152 | impl_writeable_for_subtag_list!(Value, "islamic", "civil"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/language.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A language subtag (examples: `"en"`, `"csb"`, `"zh"`, `"und"`, etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Language`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 47 | | ["419", "german", "en1"], [INFO] [stdout] 48 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/region.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A region subtag (examples: `"US"`, `"CN"`, `"AR"` etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Region`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 44 | | ["12", "FRA", "b2"], [INFO] [stdout] 45 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/script.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A script subtag (examples: `"Latn"`, `"Arab"`, etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Script`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 32 | | ["Latin"], [INFO] [stdout] 33 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/variant.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / impl_tinystr_subtag!( [INFO] [stdout] 6 | | /// A variant subtag (examples: `"macos"`, `"posix"`, `"1996"` etc.) [INFO] [stdout] 7 | | /// [INFO] [stdout] 8 | | /// [`Variant`] represents a Unicode base language code conformant to the [INFO] [stdout] ... | [INFO] [stdout] 34 | | ["yes"], [INFO] [stdout] 35 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_tinystr_subtag` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 164 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_builder v4.2.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/helpers.rs:354:36 [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] ::: src/subtags/variants.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 120 | impl_writeable_for_subtag_list!(Variants, "macos", "posix"); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_writeable_for_each_subtag_str_no_test` which comes from the expansion of the macro `impl_writeable_for_subtag_list` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 354 | fn write_to_string(&self) -> alloc::borrow::Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling clap v4.2.1 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling ciborium v0.2.1 [INFO] [stderr] Compiling postcard v1.0.7 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling icu_locid v1.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] --> examples/filter_langids.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | icu_benchmark_macros::static_setup!(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] --> examples/filter_langids.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | icu_benchmark_macros::main_setup!(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] --> examples/syntatically_canonicalize_locales.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | icu_benchmark_macros::static_setup!(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] --> examples/syntatically_canonicalize_locales.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | icu_benchmark_macros::main_setup!(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `icu_benchmark_macros` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `icu_locid` (example "filter_langids" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `icu_locid` (example "syntatically_canonicalize_locales" test) due to 2 previous errors [INFO] [stdout] error[E0433]: failed to resolve: could not find `testing` in `litemap` [INFO] [stdout] --> src/shortvec/litemap.rs:131:14 [INFO] [stdout] | [INFO] [stdout] 131 | litemap::testing::check_store::>(); [INFO] [stdout] | ^^^^^^^ could not find `testing` in `litemap` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(any(test, feature = "testing"))] [INFO] [stdout] | --------------------------- the item is gated here [INFO] [stdout] 65 | pub mod testing; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `testing` in `litemap` [INFO] [stdout] --> src/shortvec/litemap.rs:136:14 [INFO] [stdout] | [INFO] [stdout] 136 | litemap::testing::check_store_full::>(); [INFO] [stdout] | ^^^^^^^ could not find `testing` in `litemap` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(any(test, feature = "testing"))] [INFO] [stdout] | --------------------------- the item is gated here [INFO] [stdout] 65 | pub mod testing; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `icu_locid` (lib test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "b95ff9b23af3a46885dfa13084bdbf0a404a55d7950aa80f3666092d728008a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b95ff9b23af3a46885dfa13084bdbf0a404a55d7950aa80f3666092d728008a0", kill_on_drop: false }` [INFO] [stdout] b95ff9b23af3a46885dfa13084bdbf0a404a55d7950aa80f3666092d728008a0