Oct 21 20:05:44.418 INFO checking Zyphicx/ecstest against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:05:44.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 20:05:44.759 INFO blam! 2d53cea0fe1d8d7fec64f116172d3da77aad7a80de67cdcbbc919c9d2d0c1831 Oct 21 20:05:44.787 INFO running `"docker" "start" "-a" "2d53cea0fe1d8d7fec64f116172d3da77aad7a80de67cdcbbc919c9d2d0c1831"` Oct 21 20:05:45.602 INFO kablam! usermod: no changes Oct 21 20:05:45.665 INFO kablam! Checking ecstest v0.1.0 (/source) Oct 21 20:05:46.500 INFO kablam! warning: unused import: `Tag::*` Oct 21 20:05:46.500 INFO kablam! --> src/main.rs:159:5 Oct 21 20:05:46.500 INFO kablam! | Oct 21 20:05:46.500 INFO kablam! 159 | use Tag::*; Oct 21 20:05:46.500 INFO kablam! | ^^^^^^ Oct 21 20:05:46.500 INFO kablam! | Oct 21 20:05:46.500 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:05:46.500 INFO kablam! Oct 21 20:05:46.500 INFO kablam! warning: unused import: `Tag::*` Oct 21 20:05:46.500 INFO kablam! --> src/main.rs:159:5 Oct 21 20:05:46.500 INFO kablam! | Oct 21 20:05:46.500 INFO kablam! 159 | use Tag::*; Oct 21 20:05:46.500 INFO kablam! | ^^^^^^ Oct 21 20:05:46.500 INFO kablam! | Oct 21 20:05:46.500 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:05:46.500 INFO kablam! Oct 21 20:05:46.560 INFO kablam! error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` Oct 21 20:05:46.560 INFO kablam! --> src/main.rs:94:30 Oct 21 20:05:46.560 INFO kablam! | Oct 21 20:05:46.560 INFO kablam! 94 | .collect() Oct 21 20:05:46.561 INFO kablam! | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` Oct 21 20:05:46.561 INFO kablam! ... Oct 21 20:05:46.561 INFO kablam! 357 | read!( Tag::HasGravity: Vel ); Oct 21 20:05:46.561 INFO kablam! | ------------------------------ in this macro invocation Oct 21 20:05:46.561 INFO kablam! | Oct 21 20:05:46.561 INFO kablam! = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` Oct 21 20:05:46.561 INFO kablam! Oct 21 20:05:46.580 INFO kablam! error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` Oct 21 20:05:46.580 INFO kablam! --> src/main.rs:94:30 Oct 21 20:05:46.580 INFO kablam! | Oct 21 20:05:46.580 INFO kablam! 94 | .collect() Oct 21 20:05:46.580 INFO kablam! | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` Oct 21 20:05:46.580 INFO kablam! ... Oct 21 20:05:46.580 INFO kablam! 357 | read!( Tag::HasGravity: Vel ); Oct 21 20:05:46.580 INFO kablam! | ------------------------------ in this macro invocation Oct 21 20:05:46.580 INFO kablam! | Oct 21 20:05:46.580 INFO kablam! = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` Oct 21 20:05:46.580 INFO kablam! Oct 21 20:05:46.632 INFO kablam! error[E0308]: mismatched types Oct 21 20:05:46.632 INFO kablam! --> src/main.rs:133:67 Oct 21 20:05:46.632 INFO kablam! | Oct 21 20:05:46.632 INFO kablam! 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) Oct 21 20:05:46.632 INFO kablam! | ___________________________________________________________________^ Oct 21 20:05:46.632 INFO kablam! 134 | | .unwrap() Oct 21 20:05:46.632 INFO kablam! 135 | | .get_mut(*x) // Get the corresponding component Oct 21 20:05:46.632 INFO kablam! 136 | | .unwrap(); Oct 21 20:05:46.632 INFO kablam! | |______________________________________________________________________________________________^ types differ in mutability Oct 21 20:05:46.632 INFO kablam! ... Oct 21 20:05:46.632 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 21 20:05:46.632 INFO kablam! | ------------------------------- in this macro invocation Oct 21 20:05:46.632 INFO kablam! | Oct 21 20:05:46.632 INFO kablam! = note: expected type `&mut (dyn Component + 'static)` Oct 21 20:05:46.632 INFO kablam! found type `&(dyn Component + 'static)` Oct 21 20:05:46.632 INFO kablam! Oct 21 20:05:46.632 INFO kablam! error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` Oct 21 20:05:46.632 INFO kablam! --> src/main.rs:144:30 Oct 21 20:05:46.632 INFO kablam! | Oct 21 20:05:46.632 INFO kablam! 144 | .collect() Oct 21 20:05:46.632 INFO kablam! | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` Oct 21 20:05:46.632 INFO kablam! ... Oct 21 20:05:46.632 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 21 20:05:46.632 INFO kablam! | ------------------------------- in this macro invocation Oct 21 20:05:46.632 INFO kablam! | Oct 21 20:05:46.632 INFO kablam! = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` Oct 21 20:05:46.632 INFO kablam! Oct 21 20:05:46.648 INFO kablam! error[E0308]: mismatched types Oct 21 20:05:46.648 INFO kablam! --> src/main.rs:133:67 Oct 21 20:05:46.648 INFO kablam! | Oct 21 20:05:46.648 INFO kablam! 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) Oct 21 20:05:46.648 INFO kablam! | ___________________________________________________________________^ Oct 21 20:05:46.648 INFO kablam! 134 | | .unwrap() Oct 21 20:05:46.648 INFO kablam! 135 | | .get_mut(*x) // Get the corresponding component Oct 21 20:05:46.648 INFO kablam! 136 | | .unwrap(); Oct 21 20:05:46.648 INFO kablam! | |______________________________________________________________________________________________^ types differ in mutability Oct 21 20:05:46.648 INFO kablam! ... Oct 21 20:05:46.648 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 21 20:05:46.648 INFO kablam! | ------------------------------- in this macro invocation Oct 21 20:05:46.648 INFO kablam! | Oct 21 20:05:46.648 INFO kablam! = note: expected type `&mut (dyn Component + 'static)` Oct 21 20:05:46.648 INFO kablam! found type `&(dyn Component + 'static)` Oct 21 20:05:46.648 INFO kablam! Oct 21 20:05:46.648 INFO kablam! error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` Oct 21 20:05:46.648 INFO kablam! --> src/main.rs:144:30 Oct 21 20:05:46.648 INFO kablam! | Oct 21 20:05:46.648 INFO kablam! 144 | .collect() Oct 21 20:05:46.648 INFO kablam! | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` Oct 21 20:05:46.648 INFO kablam! ... Oct 21 20:05:46.648 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 21 20:05:46.648 INFO kablam! | ------------------------------- in this macro invocation Oct 21 20:05:46.648 INFO kablam! | Oct 21 20:05:46.648 INFO kablam! = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` Oct 21 20:05:46.648 INFO kablam! Oct 21 20:05:46.676 INFO kablam! error[E0308]: mismatched types Oct 21 20:05:46.676 INFO kablam! --> src/main.rs:191:14 Oct 21 20:05:46.676 INFO kablam! | Oct 21 20:05:46.676 INFO kablam! 191 | Some(&self[id as usize]) Oct 21 20:05:46.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 21 20:05:46.676 INFO kablam! | Oct 21 20:05:46.676 INFO kablam! = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` Oct 21 20:05:46.676 INFO kablam! found type `&std::boxed::Box<(dyn Component + 'static)>` Oct 21 20:05:46.676 INFO kablam! Oct 21 20:05:46.692 INFO kablam! error[E0308]: mismatched types Oct 21 20:05:46.692 INFO kablam! --> src/main.rs:191:14 Oct 21 20:05:46.692 INFO kablam! | Oct 21 20:05:46.692 INFO kablam! 191 | Some(&self[id as usize]) Oct 21 20:05:46.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 21 20:05:46.692 INFO kablam! | Oct 21 20:05:46.692 INFO kablam! = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` Oct 21 20:05:46.692 INFO kablam! found type `&std::boxed::Box<(dyn Component + 'static)>` Oct 21 20:05:46.692 INFO kablam! Oct 21 20:05:46.701 INFO kablam! error: aborting due to 4 previous errors Oct 21 20:05:46.701 INFO kablam! Oct 21 20:05:46.701 INFO kablam! Some errors occurred: E0277, E0308. Oct 21 20:05:46.701 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 21 20:05:46.711 INFO kablam! error: Could not compile `ecstest`. Oct 21 20:05:46.711 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 20:05:46.716 INFO kablam! error: aborting due to 4 previous errors Oct 21 20:05:46.716 INFO kablam! Oct 21 20:05:46.716 INFO kablam! Some errors occurred: E0277, E0308. Oct 21 20:05:46.716 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 21 20:05:46.727 INFO kablam! error: Could not compile `ecstest`. Oct 21 20:05:46.727 INFO kablam! Oct 21 20:05:46.727 INFO kablam! To learn more, run the command again with --verbose. Oct 21 20:05:46.727 INFO kablam! su: No module specific data is present Oct 21 20:05:47.329 INFO running `"docker" "rm" "-f" "2d53cea0fe1d8d7fec64f116172d3da77aad7a80de67cdcbbc919c9d2d0c1831"` Oct 21 20:05:47.495 INFO blam! 2d53cea0fe1d8d7fec64f116172d3da77aad7a80de67cdcbbc919c9d2d0c1831