[INFO] fetching crate palkia 0.15.0... [INFO] checking palkia-0.15.0 against try#ccf408f4326a858c00dd845a64a86b16f360a801 for pr-129466-2 [INFO] extracting crate palkia 0.15.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate palkia 0.15.0 on toolchain ccf408f4326a858c00dd845a64a86b16f360a801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate palkia 0.15.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate palkia 0.15.0 [INFO] tweaked toml for crates.io crate palkia 0.15.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate palkia 0.15.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" "+ccf408f4326a858c00dd845a64a86b16f360a801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 35787df624ae2385a57e81f02d0517ddbbf565d8f73e7bc102a026db6494a141 [INFO] running `Command { std: "docker" "start" "-a" "35787df624ae2385a57e81f02d0517ddbbf565d8f73e7bc102a026db6494a141", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "35787df624ae2385a57e81f02d0517ddbbf565d8f73e7bc102a026db6494a141", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35787df624ae2385a57e81f02d0517ddbbf565d8f73e7bc102a026db6494a141", kill_on_drop: false }` [INFO] [stdout] 35787df624ae2385a57e81f02d0517ddbbf565d8f73e7bc102a026db6494a141 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acb93a6ddf408b334483b42c47416fd98eea6fc52186bb63a618ae08adb90784 [INFO] running `Command { std: "docker" "start" "-a" "acb93a6ddf408b334483b42c47416fd98eea6fc52186bb63a618ae08adb90784", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling serde v1.0.202 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling thiserror v1.0.60 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking unicode-width v0.1.12 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking typeid v1.0.0 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking crossbeam-channel v0.5.12 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Compiling syn v2.0.63 [INFO] [stderr] Checking inventory v0.3.15 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking heck v0.4.1 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking signal-hook v0.3.17 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Checking parking_lot v0.12.2 [INFO] [stderr] Checking crossbeam v0.8.4 [INFO] [stderr] Checking smol_str v0.2.2 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking downcast v0.11.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Compiling serde_derive v1.0.202 [INFO] [stderr] Compiling thiserror-impl v1.0.60 [INFO] [stderr] Compiling miette-derive v5.10.0 [INFO] [stderr] Compiling enumflags2_derive v0.7.9 [INFO] [stderr] Compiling linkme-impl v0.3.26 [INFO] [stderr] Compiling typetag-impl v0.2.16 [INFO] [stderr] Compiling palkia_macros v0.13.1 [INFO] [stderr] Checking linkme v0.3.26 [INFO] [stderr] Checking miette v5.10.0 [INFO] [stderr] Checking kdl v4.6.0 [INFO] [stderr] Checking erased-serde v0.4.5 [INFO] [stderr] Checking smol_str v0.1.24 [INFO] [stderr] Checking enumflags2 v0.7.9 [INFO] [stderr] Checking erased-serde v0.3.31 [INFO] [stderr] Checking generational-arena v0.2.9 [INFO] [stderr] Checking crossterm v0.24.0 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking knurdy v0.2.0 [INFO] [stderr] Checking aglet v0.5.2 [INFO] [stderr] Checking typetag v0.2.16 [INFO] [stderr] Checking palkia v0.15.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/world/mod.rs (1 fix) [INFO] [stderr] Fixed src/fabricator/mod.rs (1 fix) [INFO] [stderr] Fixed src/entities.rs (2 fixes) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:342:29 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 342 | source_code -> Option<&dyn SourceCode>; [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:343:63 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 343 | labels -> Option + '_>>; [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:345:35 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 345 | diagnostic_source -> Option<&dyn Diagnostic> [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:119:11 [INFO] [stdout] | [INFO] [stdout] 119 | while let Some(entity) = map.next_key()? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^--------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | } [INFO] [stdout] | ^ [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:160:11 [INFO] [stdout] | [INFO] [stdout] 160 | while let Some(next) = seq.next_element()? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^------------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | } [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/serde/resource.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | while let Some(key) = map.next_key()? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^--------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/serde/resource.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | } [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:342:29 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 342 | source_code -> Option<&dyn SourceCode>; [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/builder_access.rs from 2021 edition to 2024 [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:343:63 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 343 | labels -> Option + '_>>; [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:345:35 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 345 | diagnostic_source -> Option<&dyn Diagnostic> [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:119:11 [INFO] [stdout] | [INFO] [stdout] 119 | while let Some(entity) = map.next_key()? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^--------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | } [INFO] [stdout] | ^ [INFO] [stdout] = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:160:11 [INFO] [stdout] | [INFO] [stdout] 160 | while let Some(next) = seq.next_element()? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^------------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/serde/entity.rs:164:5 [INFO] [stdout] | [INFO] [stdout] 164 | } [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024 [INFO] [stdout] --> src/serde/resource.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | while let Some(key) = map.next_key()? { [INFO] [stdout] | ^^^^^^^^^^^^^^^^--------------- [INFO] [stdout] | | [INFO] [stdout] | this value has a significant drop implementation which may observe a major change in drop order and requires your discretion [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #124085 [INFO] [stdout] help: the value is now dropped here in Edition 2024 [INFO] [stdout] --> src/serde/resource.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | } [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating tests/cancellation.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/callbacks.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/fabricator/main.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/compose.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/compose.rs (2 fixes) [INFO] [stderr] Migrating tests/liveness.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/friendly_names.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/messages.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/proc_macros/main.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/queries.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/register.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/spawn_despawn.rs from 2021 edition to 2024 [INFO] [stderr] Migrating tests/serde.rs from 2021 edition to 2024 [INFO] [stderr] Fixed tests/serde.rs (2 fixes) [INFO] [stderr] Migrating tests/lazy.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/game.rs from 2021 edition to 2024 [INFO] [stderr] Fixed examples/game.rs (1 fix) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking palkia v0.15.0 (/tmp/fixit) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:342:29 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 342 | source_code -> Option<&dyn SourceCode>; [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:343:63 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 343 | labels -> Option + '_>>; [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:345:35 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 345 | diagnostic_source -> Option<&dyn Diagnostic> [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:342:29 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 342 | source_code -> Option<&dyn SourceCode>; [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:343:63 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 343 | labels -> Option + '_>>; [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/fabricator/blueprint.rs:345:35 [INFO] [stdout] | [INFO] [stdout] 325 | fn $func<'a>(&'a self) -> $ret { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 345 | diagnostic_source -> Option<&dyn Diagnostic> [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/compose.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `palkia` (test "compose") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/lazy.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/lazy.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/lazy.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/spawn_despawn.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | #[register_component] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/queries.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/queries.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/cancellation.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[register_component] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 15| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/cancellation.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | #[register_component] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/queries.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/builder_access.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 15| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/builder_access.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 15| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `palkia` (test "cancellation") due to 3 previous errors [INFO] [stdout] error: unsafe attribute used without unsafe [INFO] [stdout] --> tests/builder_access.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #[register_component(marker)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `palkia::__private::COMPONENT_REGISTRATORS` which comes from the expansion of the attribute macro `register_component` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: wrap the attribute in `unsafe(...)` [INFO] [stdout] --> /tmp/fixit/src/lib.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154| #[unsafe(linkme::distributed_slice)] [INFO] [stdout] | +++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `palkia` (test "lazy") due to 4 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `palkia` (test "spawn_despawn") due to 2 previous errors [INFO] [stderr] error: could not compile `palkia` (test "queries") due to 4 previous errors [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `palkia` (test "builder_access") due to 4 previous errors [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "acb93a6ddf408b334483b42c47416fd98eea6fc52186bb63a618ae08adb90784", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acb93a6ddf408b334483b42c47416fd98eea6fc52186bb63a618ae08adb90784", kill_on_drop: false }` [INFO] [stdout] acb93a6ddf408b334483b42c47416fd98eea6fc52186bb63a618ae08adb90784