Oct 27 09:00:20.844 INFO checking Zyphicx/ecstest against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:00:20.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 09:00:21.247 INFO blam! 1144d7fcb488cdcb27d7760a7faa8916bd6842578e79d8019dbc5ae1ddba42a0 Oct 27 09:00:21.247 INFO running `"docker" "start" "-a" "1144d7fcb488cdcb27d7760a7faa8916bd6842578e79d8019dbc5ae1ddba42a0"` Oct 27 09:00:22.346 INFO kablam! usermod: no changes Oct 27 09:00:22.395 INFO kablam! Checking ecstest v0.1.0 (/source) Oct 27 09:00:22.959 INFO kablam! warning: unused import: `Tag::*` Oct 27 09:00:22.959 INFO kablam! --> src/main.rs:159:5 Oct 27 09:00:22.959 INFO kablam! | Oct 27 09:00:22.959 INFO kablam! 159 | use Tag::*; Oct 27 09:00:22.959 INFO kablam! | ^^^^^^ Oct 27 09:00:22.959 INFO kablam! | Oct 27 09:00:22.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:00:22.959 INFO kablam! Oct 27 09:00:23.095 INFO kablam! error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` Oct 27 09:00:23.095 INFO kablam! --> src/main.rs:94:30 Oct 27 09:00:23.095 INFO kablam! | Oct 27 09:00:23.095 INFO kablam! 94 | .collect() Oct 27 09:00:23.095 INFO kablam! | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` Oct 27 09:00:23.095 INFO kablam! ... Oct 27 09:00:23.095 INFO kablam! 357 | read!( Tag::HasGravity: Vel ); Oct 27 09:00:23.095 INFO kablam! | ------------------------------ in this macro invocation Oct 27 09:00:23.095 INFO kablam! | Oct 27 09:00:23.095 INFO kablam! = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` Oct 27 09:00:23.095 INFO kablam! Oct 27 09:00:23.131 INFO kablam! warning: unused import: `Tag::*` Oct 27 09:00:23.131 INFO kablam! --> src/main.rs:159:5 Oct 27 09:00:23.131 INFO kablam! | Oct 27 09:00:23.131 INFO kablam! 159 | use Tag::*; Oct 27 09:00:23.131 INFO kablam! | ^^^^^^ Oct 27 09:00:23.131 INFO kablam! | Oct 27 09:00:23.131 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:00:23.131 INFO kablam! Oct 27 09:00:23.263 INFO kablam! error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` Oct 27 09:00:23.263 INFO kablam! --> src/main.rs:94:30 Oct 27 09:00:23.263 INFO kablam! | Oct 27 09:00:23.263 INFO kablam! 94 | .collect() Oct 27 09:00:23.263 INFO kablam! | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` Oct 27 09:00:23.263 INFO kablam! ... Oct 27 09:00:23.263 INFO kablam! 357 | read!( Tag::HasGravity: Vel ); Oct 27 09:00:23.263 INFO kablam! | ------------------------------ in this macro invocation Oct 27 09:00:23.263 INFO kablam! | Oct 27 09:00:23.263 INFO kablam! = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` Oct 27 09:00:23.263 INFO kablam! Oct 27 09:00:23.263 INFO kablam! error[E0308]: mismatched types Oct 27 09:00:23.263 INFO kablam! --> src/main.rs:133:67 Oct 27 09:00:23.263 INFO kablam! | Oct 27 09:00:23.263 INFO kablam! 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) Oct 27 09:00:23.263 INFO kablam! | ___________________________________________________________________^ Oct 27 09:00:23.263 INFO kablam! 134 | | .unwrap() Oct 27 09:00:23.263 INFO kablam! 135 | | .get_mut(*x) // Get the corresponding component Oct 27 09:00:23.263 INFO kablam! 136 | | .unwrap(); Oct 27 09:00:23.263 INFO kablam! | |______________________________________________________________________________________________^ types differ in mutability Oct 27 09:00:23.263 INFO kablam! ... Oct 27 09:00:23.263 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 27 09:00:23.263 INFO kablam! | ------------------------------- in this macro invocation Oct 27 09:00:23.263 INFO kablam! | Oct 27 09:00:23.263 INFO kablam! = note: expected type `&mut (dyn Component + 'static)` Oct 27 09:00:23.263 INFO kablam! found type `&(dyn Component + 'static)` Oct 27 09:00:23.263 INFO kablam! Oct 27 09:00:23.263 INFO kablam! error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` Oct 27 09:00:23.263 INFO kablam! --> src/main.rs:144:30 Oct 27 09:00:23.263 INFO kablam! | Oct 27 09:00:23.263 INFO kablam! 144 | .collect() Oct 27 09:00:23.263 INFO kablam! | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` Oct 27 09:00:23.263 INFO kablam! ... Oct 27 09:00:23.263 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 27 09:00:23.263 INFO kablam! | ------------------------------- in this macro invocation Oct 27 09:00:23.263 INFO kablam! | Oct 27 09:00:23.263 INFO kablam! = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` Oct 27 09:00:23.263 INFO kablam! Oct 27 09:00:23.370 INFO kablam! error[E0308]: mismatched types Oct 27 09:00:23.371 INFO kablam! --> src/main.rs:191:14 Oct 27 09:00:23.371 INFO kablam! | Oct 27 09:00:23.371 INFO kablam! 191 | Some(&self[id as usize]) Oct 27 09:00:23.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 27 09:00:23.371 INFO kablam! | Oct 27 09:00:23.371 INFO kablam! = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` Oct 27 09:00:23.371 INFO kablam! found type `&std::boxed::Box<(dyn Component + 'static)>` Oct 27 09:00:23.371 INFO kablam! Oct 27 09:00:23.371 INFO kablam! error[E0308]: mismatched types Oct 27 09:00:23.371 INFO kablam! --> src/main.rs:133:67 Oct 27 09:00:23.371 INFO kablam! | Oct 27 09:00:23.371 INFO kablam! 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) Oct 27 09:00:23.371 INFO kablam! | ___________________________________________________________________^ Oct 27 09:00:23.371 INFO kablam! 134 | | .unwrap() Oct 27 09:00:23.371 INFO kablam! 135 | | .get_mut(*x) // Get the corresponding component Oct 27 09:00:23.371 INFO kablam! 136 | | .unwrap(); Oct 27 09:00:23.371 INFO kablam! | |______________________________________________________________________________________________^ types differ in mutability Oct 27 09:00:23.371 INFO kablam! ... Oct 27 09:00:23.371 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 27 09:00:23.371 INFO kablam! | ------------------------------- in this macro invocation Oct 27 09:00:23.371 INFO kablam! | Oct 27 09:00:23.371 INFO kablam! = note: expected type `&mut (dyn Component + 'static)` Oct 27 09:00:23.371 INFO kablam! found type `&(dyn Component + 'static)` Oct 27 09:00:23.371 INFO kablam! Oct 27 09:00:23.371 INFO kablam! error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` Oct 27 09:00:23.371 INFO kablam! --> src/main.rs:144:30 Oct 27 09:00:23.371 INFO kablam! | Oct 27 09:00:23.371 INFO kablam! 144 | .collect() Oct 27 09:00:23.371 INFO kablam! | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` Oct 27 09:00:23.371 INFO kablam! ... Oct 27 09:00:23.371 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 27 09:00:23.371 INFO kablam! | ------------------------------- in this macro invocation Oct 27 09:00:23.371 INFO kablam! | Oct 27 09:00:23.371 INFO kablam! = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` Oct 27 09:00:23.371 INFO kablam! Oct 27 09:00:23.415 INFO kablam! error: aborting due to 4 previous errors Oct 27 09:00:23.415 INFO kablam! Oct 27 09:00:23.415 INFO kablam! Some errors occurred: E0277, E0308. Oct 27 09:00:23.415 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 09:00:23.431 INFO kablam! error[E0308]: mismatched types Oct 27 09:00:23.431 INFO kablam! --> src/main.rs:191:14 Oct 27 09:00:23.431 INFO kablam! | Oct 27 09:00:23.431 INFO kablam! 191 | Some(&self[id as usize]) Oct 27 09:00:23.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 27 09:00:23.431 INFO kablam! | Oct 27 09:00:23.431 INFO kablam! = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` Oct 27 09:00:23.431 INFO kablam! found type `&std::boxed::Box<(dyn Component + 'static)>` Oct 27 09:00:23.431 INFO kablam! Oct 27 09:00:23.435 INFO kablam! error: Could not compile `ecstest`. Oct 27 09:00:23.435 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 09:00:23.447 INFO kablam! error: aborting due to 4 previous errors Oct 27 09:00:23.447 INFO kablam! Oct 27 09:00:23.447 INFO kablam! Some errors occurred: E0277, E0308. Oct 27 09:00:23.447 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 09:00:23.479 INFO kablam! error: Could not compile `ecstest`. Oct 27 09:00:23.479 INFO kablam! Oct 27 09:00:23.479 INFO kablam! To learn more, run the command again with --verbose. Oct 27 09:00:23.479 INFO kablam! su: No module specific data is present Oct 27 09:00:24.511 INFO running `"docker" "rm" "-f" "1144d7fcb488cdcb27d7760a7faa8916bd6842578e79d8019dbc5ae1ddba42a0"` Oct 27 09:00:24.919 INFO blam! 1144d7fcb488cdcb27d7760a7faa8916bd6842578e79d8019dbc5ae1ddba42a0