Oct 15 05:23:55.056 INFO testing Zyphicx/ecstest against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:23:55.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 05:23:55.509 INFO blam! dba52d34338104bb32418bd6ac3df98c3f326ac876084f2283800db787d5f173 Oct 15 05:23:55.509 INFO running `"docker" "start" "-a" "dba52d34338104bb32418bd6ac3df98c3f326ac876084f2283800db787d5f173"` Oct 15 05:23:56.619 INFO kablam! usermod: no changes Oct 15 05:23:56.647 INFO kablam! Compiling ecstest v0.1.0 (/source) Oct 15 05:23:56.931 INFO kablam! warning: unused import: `Tag::*` Oct 15 05:23:56.931 INFO kablam! --> src/main.rs:159:5 Oct 15 05:23:56.931 INFO kablam! | Oct 15 05:23:56.932 INFO kablam! 159 | use Tag::*; Oct 15 05:23:56.932 INFO kablam! | ^^^^^^ Oct 15 05:23:56.932 INFO kablam! | Oct 15 05:23:56.932 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:23:56.933 INFO kablam! Oct 15 05:23:56.990 INFO kablam! error[E0277]: a collection of type `&Vel` cannot be built from an iterator over elements of type `&Vel` Oct 15 05:23:56.990 INFO kablam! --> src/main.rs:94:30 Oct 15 05:23:56.990 INFO kablam! | Oct 15 05:23:56.990 INFO kablam! 94 | .collect() Oct 15 05:23:56.990 INFO kablam! | ^^^^^^^ a collection of type `&Vel` cannot be built from `std::iter::Iterator` Oct 15 05:23:56.990 INFO kablam! ... Oct 15 05:23:56.990 INFO kablam! 357 | read!( Tag::HasGravity: Vel ); Oct 15 05:23:56.990 INFO kablam! | ------------------------------ in this macro invocation Oct 15 05:23:56.990 INFO kablam! | Oct 15 05:23:56.990 INFO kablam! = help: the trait `std::iter::FromIterator<&Vel>` is not implemented for `&Vel` Oct 15 05:23:56.990 INFO kablam! Oct 15 05:23:57.058 INFO kablam! error[E0308]: mismatched types Oct 15 05:23:57.058 INFO kablam! --> src/main.rs:133:67 Oct 15 05:23:57.059 INFO kablam! | Oct 15 05:23:57.059 INFO kablam! 133 | .map(|x| { let comp: &mut Component = &**world.components.get_mut(&TypeId::of::<$components>()) Oct 15 05:23:57.059 INFO kablam! | ___________________________________________________________________^ Oct 15 05:23:57.059 INFO kablam! 134 | | .unwrap() Oct 15 05:23:57.059 INFO kablam! 135 | | .get_mut(*x) // Get the corresponding component Oct 15 05:23:57.060 INFO kablam! 136 | | .unwrap(); Oct 15 05:23:57.060 INFO kablam! | |______________________________________________________________________________________________^ types differ in mutability Oct 15 05:23:57.060 INFO kablam! ... Oct 15 05:23:57.060 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 15 05:23:57.060 INFO kablam! | ------------------------------- in this macro invocation Oct 15 05:23:57.061 INFO kablam! | Oct 15 05:23:57.061 INFO kablam! = note: expected type `&mut (dyn Component + 'static)` Oct 15 05:23:57.061 INFO kablam! found type `&(dyn Component + 'static)` Oct 15 05:23:57.061 INFO kablam! Oct 15 05:23:57.061 INFO kablam! error[E0277]: a collection of type `&mut Pos` cannot be built from an iterator over elements of type `&mut Pos` Oct 15 05:23:57.062 INFO kablam! --> src/main.rs:144:30 Oct 15 05:23:57.062 INFO kablam! | Oct 15 05:23:57.062 INFO kablam! 144 | .collect() Oct 15 05:23:57.062 INFO kablam! | ^^^^^^^ a collection of type `&mut Pos` cannot be built from `std::iter::Iterator` Oct 15 05:23:57.062 INFO kablam! ... Oct 15 05:23:57.063 INFO kablam! 358 | write!( Tag::HasGravity: Pos ); Oct 15 05:23:57.063 INFO kablam! | ------------------------------- in this macro invocation Oct 15 05:23:57.063 INFO kablam! | Oct 15 05:23:57.063 INFO kablam! = help: the trait `std::iter::FromIterator<&mut Pos>` is not implemented for `&mut Pos` Oct 15 05:23:57.063 INFO kablam! Oct 15 05:23:57.099 INFO kablam! error[E0308]: mismatched types Oct 15 05:23:57.099 INFO kablam! --> src/main.rs:191:14 Oct 15 05:23:57.099 INFO kablam! | Oct 15 05:23:57.099 INFO kablam! 191 | Some(&self[id as usize]) Oct 15 05:23:57.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^ types differ in mutability Oct 15 05:23:57.099 INFO kablam! | Oct 15 05:23:57.099 INFO kablam! = note: expected type `&mut std::boxed::Box<(dyn Component + 'static)>` Oct 15 05:23:57.099 INFO kablam! found type `&std::boxed::Box<(dyn Component + 'static)>` Oct 15 05:23:57.099 INFO kablam! Oct 15 05:23:57.115 INFO kablam! error: aborting due to 4 previous errors Oct 15 05:23:57.115 INFO kablam! Oct 15 05:23:57.115 INFO kablam! Some errors occurred: E0277, E0308. Oct 15 05:23:57.115 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 15 05:23:57.122 INFO kablam! error: Could not compile `ecstest`. Oct 15 05:23:57.123 INFO kablam! Oct 15 05:23:57.123 INFO kablam! To learn more, run the command again with --verbose. Oct 15 05:23:57.123 INFO kablam! su: No module specific data is present Oct 15 05:23:57.472 INFO running `"docker" "rm" "-f" "dba52d34338104bb32418bd6ac3df98c3f326ac876084f2283800db787d5f173"` Oct 15 05:23:57.643 INFO blam! dba52d34338104bb32418bd6ac3df98c3f326ac876084f2283800db787d5f173