Oct 11 03:44:26.285 INFO testing Zyphicx/ecstest against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:44:26.285 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:44:26.285 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 03:44:26.780 INFO blam! 1f479976ba519a5db8cd2bc52117d90f343ea382bba738945c9ecbdd8c2d7819 Oct 11 03:44:26.782 INFO running `"docker" "start" "-a" "1f479976ba519a5db8cd2bc52117d90f343ea382bba738945c9ecbdd8c2d7819"` Oct 11 03:44:28.108 INFO kablam! usermod: no changes Oct 11 03:44:28.200 INFO kablam! Compiling ecstest v0.1.0 (/source) Oct 11 03:44:28.860 INFO kablam! warning: unused import: `Tag::*` Oct 11 03:44:28.861 INFO kablam! --> src/main.rs:159:5 Oct 11 03:44:28.861 INFO kablam! | Oct 11 03:44:28.862 INFO kablam! 159 | use Tag::*; Oct 11 03:44:28.862 INFO kablam! | ^^^^^^ Oct 11 03:44:28.862 INFO kablam! | Oct 11 03:44:28.862 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:44:28.862 INFO kablam! Oct 11 03:44:28.913 INFO kablam! error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` Oct 11 03:44:28.913 INFO kablam! --> src/main.rs:94:30 Oct 11 03:44:28.913 INFO kablam! | Oct 11 03:44:28.913 INFO kablam! 94 | .collect() Oct 11 03:44:28.913 INFO kablam! | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` Oct 11 03:44:28.913 INFO kablam! ... Oct 11 03:44:28.913 INFO kablam! 357 | read!( Tag::HasGravity: Vel ); Oct 11 03:44:28.913 INFO kablam! | ------------------------------ in this macro invocation Oct 11 03:44:28.913 INFO kablam! | Oct 11 03:44:28.913 INFO kablam! = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` Oct 11 03:44:28.913 INFO kablam! Oct 11 03:44:28.992 INFO kablam! error[E0308]: mismatched types Oct 11 03:44:28.992 INFO kablam! --> src/main.rs:133:67 Oct 11 03:44:28.993 INFO kablam! | Oct 11 03:44:28.993 INFO kablam! 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) Oct 11 03:44:28.993 INFO kablam! | ___________________________________________________________________^ Oct 11 03:44:28.993 INFO kablam! 134 | | .unwrap() Oct 11 03:44:28.993 INFO kablam! 135 | | .get_mut(*x) // Get the corresponding component Oct 11 03:44:28.993 INFO kablam! 136 | | .unwrap(); Oct 11 03:44:28.993 INFO kablam! | |______________________________________________________________________________________________^ types differ in mutability Oct 11 03:44:28.993 INFO kablam! ... Oct 11 03:44:28.993 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 11 03:44:28.993 INFO kablam! | ------------------------------- in this macro invocation Oct 11 03:44:28.993 INFO kablam! | Oct 11 03:44:28.993 INFO kablam! = note: expected type `&mut (dyn Component + 'static)` Oct 11 03:44:28.993 INFO kablam! found type `&(dyn Component + 'static)` Oct 11 03:44:28.993 INFO kablam! Oct 11 03:44:28.993 INFO kablam! error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` Oct 11 03:44:28.993 INFO kablam! --> src/main.rs:144:30 Oct 11 03:44:28.993 INFO kablam! | Oct 11 03:44:28.993 INFO kablam! 144 | .collect() Oct 11 03:44:28.993 INFO kablam! | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` Oct 11 03:44:28.993 INFO kablam! ... Oct 11 03:44:28.994 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 11 03:44:28.994 INFO kablam! | ------------------------------- in this macro invocation Oct 11 03:44:28.994 INFO kablam! | Oct 11 03:44:28.994 INFO kablam! = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` Oct 11 03:44:28.994 INFO kablam! Oct 11 03:44:29.048 INFO kablam! error[E0308]: mismatched types Oct 11 03:44:29.048 INFO kablam! --> src/main.rs:191:14 Oct 11 03:44:29.048 INFO kablam! | Oct 11 03:44:29.048 INFO kablam! 191 | Some(&self[id as usize]) Oct 11 03:44:29.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 11 03:44:29.048 INFO kablam! | Oct 11 03:44:29.048 INFO kablam! = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` Oct 11 03:44:29.048 INFO kablam! found type `&std::boxed::Box<(dyn Component + 'static)>` Oct 11 03:44:29.048 INFO kablam! Oct 11 03:44:29.084 INFO kablam! error: aborting due to 4 previous errors Oct 11 03:44:29.084 INFO kablam! Oct 11 03:44:29.084 INFO kablam! Some errors occurred: E0277, E0308. Oct 11 03:44:29.084 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 11 03:44:29.084 INFO kablam! error: Could not compile `ecstest`. Oct 11 03:44:29.084 INFO kablam! Oct 11 03:44:29.084 INFO kablam! To learn more, run the command again with --verbose. Oct 11 03:44:29.088 INFO kablam! su: No module specific data is present Oct 11 03:44:30.008 INFO running `"docker" "rm" "-f" "1f479976ba519a5db8cd2bc52117d90f343ea382bba738945c9ecbdd8c2d7819"` Oct 11 03:44:30.260 INFO blam! 1f479976ba519a5db8cd2bc52117d90f343ea382bba738945c9ecbdd8c2d7819