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