[INFO] fetching crate shipyard 0.10.0... [INFO] checking shipyard-0.10.0 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for 2025-12-16-next-solver-global [INFO] extracting crate shipyard 0.10.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate shipyard 0.10.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate shipyard 0.10.0 [INFO] tweaked toml for crates.io crate shipyard 0.10.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate shipyard 0.10.0 on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate shipyard 0.10.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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6691af11f004123147e4671ea3055f627e1fb96022f3883fdbdb5ea8aed4e1a5 [INFO] running `Command { std: "docker" "start" "-a" "6691af11f004123147e4671ea3055f627e1fb96022f3883fdbdb5ea8aed4e1a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6691af11f004123147e4671ea3055f627e1fb96022f3883fdbdb5ea8aed4e1a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6691af11f004123147e4671ea3055f627e1fb96022f3883fdbdb5ea8aed4e1a5", kill_on_drop: false }` [INFO] [stdout] 6691af11f004123147e4671ea3055f627e1fb96022f3883fdbdb5ea8aed4e1a5 [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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4655558e275f70b2ed79d631e6436a6fa3b93f78281d132057ea887a47a4574c [INFO] running `Command { std: "docker" "start" "-a" "4655558e275f70b2ed79d631e6436a6fa3b93f78281d132057ea887a47a4574c", kill_on_drop: false }` [INFO] [stderr] Checking rayon-core v1.13.0 [INFO] [stderr] Checking either v1.12.0 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking serde_json v1.0.143 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling shipyard_proc v0.5.0 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Checking shipyard v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_,)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_,)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_,), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_,)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_,)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_,), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 149 | display_name: self.label(), [INFO] [stdout] | ^^^^^ cannot normalize `<&'b Func as FnOnce<(_, _, _, _, _, _, _, _, _, _)>>::Output` [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `Func` to implement `into_workload_system::IntoWorkloadSystem<(_, _, _, _, _, _, _, _, _, _), _>` [INFO] [stdout] --> src/scheduler/into_workload_system.rs:95:62 [INFO] [stdout] | [INFO] [stdout] 95 | impl<$($type: WorldBorrow + BorrowInfo,)+ Ret, Func> IntoWorkloadSystem<($($type,)+), Ret> for Func [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ [INFO] [stdout] ... [INFO] [stdout] 102 | Fn($($type),+) -> Ret [INFO] [stdout] | --- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 199 | into_workload_system![(A, 0); (B, 1) (C, 2) (D, 3) (E, 4) (F, 5) (G, 6) (H, 7) (I, 8) (J, 9)]; [INFO] [stdout] | --------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_into_workload_system` which comes from the expansion of the macro `into_workload_system` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `shipyard` (lib) due to 10 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `shipyard` (lib test) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "4655558e275f70b2ed79d631e6436a6fa3b93f78281d132057ea887a47a4574c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4655558e275f70b2ed79d631e6436a6fa3b93f78281d132057ea887a47a4574c", kill_on_drop: false }` [INFO] [stdout] 4655558e275f70b2ed79d631e6436a6fa3b93f78281d132057ea887a47a4574c