[INFO] fetching crate shipyard 0.11.5...
[INFO] checking shipyard-0.11.5 against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] extracting crate shipyard 0.11.5 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate shipyard 0.11.5
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate shipyard 0.11.5
[INFO] tweaked toml for crates.io crate shipyard 0.11.5 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate shipyard 0.11.5 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 crates.io crate shipyard 0.11.5 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61
[INFO] running `Command { std: "docker" "start" "65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61", 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" "65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61", 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" "65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling shipyard_proc v0.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking shipyard v0.11.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]    --> 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]    --> 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]    --> 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]    --> 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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-5490560665890219054.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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-4963445316684829024.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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-9210383215707077443.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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-14144091264823221638.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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-13692655338138622419.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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-1736445708674738081.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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-8750078650346584257.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]    --> 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]    --> 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-70e4e1afbde08feb.long-type-8786074672777440433.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]    --> 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 `into_workload_system::IntoWorkloadSystem<(<A as WorldBorrow>::WorldView<'_>,), _>`
[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[E0283]: type annotations needed
[INFO] [stdout]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-2807859318214655934.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-6170588885145139629.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-5184504589425680100.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-733160004471285875.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-10501125034758849334.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-1316528802506686419.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-1425279654707386733.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-9930616755950418151.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]    --> 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]    --> 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-d3c1a116a9e65d6d.long-type-12461577875026888998.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] [stdout] For more information about this error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shipyard` (lib test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61", kill_on_drop: false }`
[INFO] [stdout] 65a04b9ff1072515a8589afcb13ee3d2a5d118ffd41ad3c71fa8484cb9060b61
