[INFO] updating cached repository Zyphicx/ecstest [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Zyphicx/ecstest [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Zyphicx/ecstest" "work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/Zyphicx/ecstest"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/Zyphicx/ecstest'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Zyphicx/ecstest" "work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Zyphicx/ecstest"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Zyphicx/ecstest'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cf3d0dc4be347e92edc1a5dcc010a3d92f090d44 [INFO] sha for GitHub repo Zyphicx/ecstest: cf3d0dc4be347e92edc1a5dcc010a3d92f090d44 [INFO] validating manifest of Zyphicx/ecstest on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Zyphicx/ecstest on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Zyphicx/ecstest [INFO] finished frobbing Zyphicx/ecstest [INFO] frobbed toml for Zyphicx/ecstest written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/Zyphicx/ecstest/Cargo.toml [INFO] started frobbing Zyphicx/ecstest [INFO] finished frobbing Zyphicx/ecstest [INFO] frobbed toml for Zyphicx/ecstest written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Zyphicx/ecstest/Cargo.toml [INFO] crate Zyphicx/ecstest already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Zyphicx/ecstest against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-1/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/Zyphicx/ecstest:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 44d7bb3276017a3df2e4dd7fcb734a86f9474929e27528cb6166e972c83c37d9 [INFO] running `"docker" "start" "-a" "44d7bb3276017a3df2e4dd7fcb734a86f9474929e27528cb6166e972c83c37d9"` [INFO] [stderr] Checking ecstest v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Tag::*` [INFO] [stderr] --> src/main.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | use Tag::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` [INFO] [stderr] --> src/main.rs:94:30 [INFO] [stderr] | [INFO] [stderr] 94 | .collect() [INFO] [stderr] | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` [INFO] [stderr] ... [INFO] [stderr] 357 | read!( Tag::HasGravity: Vel ); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Tag::*` [INFO] [stderr] --> src/main.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | use Tag::*; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:133:67 [INFO] [stderr] | [INFO] [stderr] 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) [INFO] [stderr] | ___________________________________________________________________^ [INFO] [stderr] 134 | | .unwrap() [INFO] [stderr] 135 | | .get_mut(*x) // Get the corresponding component [INFO] [stderr] 136 | | .unwrap(); [INFO] [stderr] | |______________________________________________________________________________________________^ types differ in mutability [INFO] [stderr] ... [INFO] [stderr] 358 | write!( Tag::HasGravity: Pos ); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut (dyn Component + 'static)` [INFO] [stderr] found type `&(dyn Component + 'static)` [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` [INFO] [stderr] --> src/main.rs:144:30 [INFO] [stderr] | [INFO] [stderr] 144 | .collect() [INFO] [stderr] | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` [INFO] [stderr] ... [INFO] [stderr] 358 | write!( Tag::HasGravity: Pos ); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` [INFO] [stderr] --> src/main.rs:94:30 [INFO] [stderr] | [INFO] [stderr] 94 | .collect() [INFO] [stderr] | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` [INFO] [stderr] ... [INFO] [stderr] 357 | read!( Tag::HasGravity: Vel ); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:191:14 [INFO] [stderr] | [INFO] [stderr] 191 | Some(&self[id as usize]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` [INFO] [stderr] found type `&std::boxed::Box<(dyn Component + 'static)>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:133:67 [INFO] [stderr] | [INFO] [stderr] 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) [INFO] [stderr] | ___________________________________________________________________^ [INFO] [stderr] 134 | | .unwrap() [INFO] [stderr] 135 | | .get_mut(*x) // Get the corresponding component [INFO] [stderr] 136 | | .unwrap(); [INFO] [stderr] | |______________________________________________________________________________________________^ types differ in mutability [INFO] [stderr] ... [INFO] [stderr] 358 | write!( Tag::HasGravity: Pos ); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut (dyn Component + 'static)` [INFO] [stderr] found type `&(dyn Component + 'static)` [INFO] [stderr] [INFO] [stderr] error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` [INFO] [stderr] --> src/main.rs:144:30 [INFO] [stderr] | [INFO] [stderr] 144 | .collect() [INFO] [stderr] | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` [INFO] [stderr] ... [INFO] [stderr] 358 | write!( Tag::HasGravity: Pos ); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` [INFO] [stderr] [INFO] [stderr] error: Could not compile `ecstest`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:191:14 [INFO] [stderr] | [INFO] [stderr] 191 | Some(&self[id as usize]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` [INFO] [stderr] found type `&std::boxed::Box<(dyn Component + 'static)>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `ecstest`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "44d7bb3276017a3df2e4dd7fcb734a86f9474929e27528cb6166e972c83c37d9"` [INFO] running `"docker" "rm" "-f" "44d7bb3276017a3df2e4dd7fcb734a86f9474929e27528cb6166e972c83c37d9"` [INFO] [stdout] 44d7bb3276017a3df2e4dd7fcb734a86f9474929e27528cb6166e972c83c37d9