[INFO] cloning repository https://github.com/jz315/SkyECS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jz315/SkyECS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjz315%2FSkyECS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjz315%2FSkyECS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e2327366de5c4e51aff735d5c4ae9fc50527a72
[INFO] checking jz315/SkyECS against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjz315%2FSkyECS" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/jz315/SkyECS
[INFO] finished tweaking git repo https://github.com/jz315/SkyECS
[INFO] tweaked toml for git repo https://github.com/jz315/SkyECS written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jz315/SkyECS on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jz315/SkyECS 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35
[INFO] running `Command { std: "docker" "start" "d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling zmij v1.0.22
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking sky_type v0.1.2 (/opt/rustwide/workdir/crates/sky_type)
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking disqualified v1.0.0
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking bevy_ptr v0.19.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking proc-macro2 v1.0.106
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling sky_ecs_comparison v0.1.0 (/opt/rustwide/workdir/tools/ecs-comparison)
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking regex v1.13.0
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking freecs v3.13.0
[INFO] [stderr]     Checking hecs v0.11.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.19.0
[INFO] [stderr]    Compiling bevy_ecs_macro_logic v0.19.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]    Compiling sky_ecs_derive v0.1.1 (/opt/rustwide/workdir/crates/sky_ecs_derive)
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.19.0
[INFO] [stderr]    Compiling shipyard_proc v0.6.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.19.0
[INFO] [stderr]     Checking sky_ecs v0.2.0 (/opt/rustwide/workdir/crates/sky_ecs)
[INFO] [stderr]     Checking shipyard v0.11.5
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking bevy_platform v0.19.0
[INFO] [stderr]     Checking bevy_utils v0.19.0
[INFO] [stderr]     Checking bevy_tasks v0.19.0
[INFO] [stderr]     Checking bevy_reflect v0.19.0
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_,)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(<A as WorldBorrow>::WorldView<'_>,), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(<A as WorldBorrow>::WorldView<'_>, <B as WorldBorrow>::WorldView<'_>), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(<A as WorldBorrow>::WorldView<'_>, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-606611788286302525.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(<A as WorldBorrow>::WorldView<'_>, _, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-7049493450578798584.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(<A as WorldBorrow>::WorldView<'_>, _, _, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-12526896484286677877.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-12601036655975329638.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-6396492468616667226.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-1438704495601117526.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-6401579821566756892.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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[E0283]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/src/scheduler/into_workload_system.rs:149:40
[INFO] [stdout]     |
[INFO] [stdout] 149 |                     display_name: self.label(),
[INFO] [stdout]     |                                        ^^^^^ cannot infer type for tuple `(_, _, _, _, _, _, _, _, _, _)`
[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: cannot satisfy `for<'b> &'b Func: FnOnce(_, _, _, _, _, _, _, _, _, _)`
[INFO] [stdout] help: the following types implement trait `FnOnce<Args>`
[INFO] [stdout]    --> /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:280:4
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&F`
[INFO] [stdout]    ::: /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:306:28
[INFO] [stdout]     |
[INFO] [stdout]     = note: `&mut F`
[INFO] [stdout] note: required for `Func` to implement `IntoWorkloadSystem<(_, _, _, _, _, _, _, _, _, _), _>`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/shipyard-0.11.5/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: the full name for the type has been written to '/opt/rustwide/target/debug/deps/shipyard-3211440afeefeb62.long-type-18443817380524728850.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[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 E0283`.
[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] running `Command { std: "docker" "inspect" "d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35", kill_on_drop: false }`
[INFO] [stdout] d2b034b9b8b8e23bf1d025525140f71185130305534c690c018040383d875a35
