[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-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/Zyphicx/ecstest"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/gh/Zyphicx/ecstest'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Zyphicx/ecstest" "work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/Zyphicx/ecstest"` [INFO] [stderr] Cloning into 'work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/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#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Zyphicx/ecstest on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-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-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/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-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/gh/Zyphicx/ecstest/Cargo.toml [INFO] crate Zyphicx/ecstest has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Zyphicx/ecstest against try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-3/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/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" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c0bae9b374b6e8fb1be8e06d760e016e654a609528cf8b72499318f1e63021ed [INFO] running `"docker" "start" "-a" "c0bae9b374b6e8fb1be8e06d760e016e654a609528cf8b72499318f1e63021ed"` [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] 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] 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: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[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[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 occurred: 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: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: Could not compile `ecstest`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: 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" "c0bae9b374b6e8fb1be8e06d760e016e654a609528cf8b72499318f1e63021ed"` [INFO] running `"docker" "rm" "-f" "c0bae9b374b6e8fb1be8e06d760e016e654a609528cf8b72499318f1e63021ed"` [INFO] [stdout] c0bae9b374b6e8fb1be8e06d760e016e654a609528cf8b72499318f1e63021ed