Sep 02 03:38:44.021 INFO checking alga-0.5.4 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 02 03:38:44.021 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 02 03:38:44.021 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:38:44.184 INFO blam! 390c2901fa9301bda7e81280f5e9545978875bd145daa1fde168fe5e75ca6a07 Sep 02 03:38:44.186 INFO running `"docker" "start" "-a" "390c2901fa9301bda7e81280f5e9545978875bd145daa1fde168fe5e75ca6a07"` Sep 02 03:38:45.161 INFO kablam! Compiling edit-distance v1.0.0 Sep 02 03:38:45.163 INFO kablam! Checking alga v0.5.4 (file:///source) Sep 02 03:38:46.049 INFO kablam! warning: unused macro definition Sep 02 03:38:46.049 INFO kablam! --> src/macros.rs:143:1 Sep 02 03:38:46.049 INFO kablam! | Sep 02 03:38:46.049 INFO kablam! 143 | / macro_rules! impl_approx_eq { Sep 02 03:38:46.050 INFO kablam! 144 | | ($V:expr; $($T:ty),* $(,)*) => { Sep 02 03:38:46.050 INFO kablam! 145 | | $(impl ApproxEq for $T { Sep 02 03:38:46.050 INFO kablam! 146 | | type Eps = $T; Sep 02 03:38:46.050 INFO kablam! ... | Sep 02 03:38:46.050 INFO kablam! 158 | | } Sep 02 03:38:46.050 INFO kablam! 159 | | } Sep 02 03:38:46.050 INFO kablam! | |_^ Sep 02 03:38:46.050 INFO kablam! | Sep 02 03:38:46.050 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 03:38:46.050 INFO kablam! Sep 02 03:38:46.050 INFO kablam! warning: unused macro definition Sep 02 03:38:46.050 INFO kablam! --> src/general/one_operator.rs:84:1 Sep 02 03:38:46.051 INFO kablam! | Sep 02 03:38:46.051 INFO kablam! 84 | / macro_rules! impl_quasigroup( Sep 02 03:38:46.051 INFO kablam! 85 | | (<$M:ty> for $($T:tt)+) => { Sep 02 03:38:46.051 INFO kablam! 86 | | impl_marker!($crate::general::AbstractQuasigroup<$M>; $($T)+); Sep 02 03:38:46.051 INFO kablam! 87 | | } Sep 02 03:38:46.051 INFO kablam! 88 | | ); Sep 02 03:38:46.051 INFO kablam! | |__^ Sep 02 03:38:46.051 INFO kablam! Sep 02 03:38:46.051 INFO kablam! warning: unused macro definition Sep 02 03:38:46.051 INFO kablam! --> src/general/one_operator.rs:182:1 Sep 02 03:38:46.051 INFO kablam! | Sep 02 03:38:46.051 INFO kablam! 182 | / macro_rules! impl_loop( Sep 02 03:38:46.051 INFO kablam! 183 | | (<$M:ty> for $($T:tt)+) => { Sep 02 03:38:46.051 INFO kablam! 184 | | impl_quasigroup!(<$M> for $($T)+); Sep 02 03:38:46.051 INFO kablam! 185 | | impl_marker!($crate::general::AbstractLoop<$M>; $($T)+); Sep 02 03:38:46.051 INFO kablam! 186 | | } Sep 02 03:38:46.051 INFO kablam! 187 | | ); Sep 02 03:38:46.051 INFO kablam! | |__^ Sep 02 03:38:46.051 INFO kablam! Sep 02 03:38:46.230 INFO kablam! Compiling alga_derive v0.5.1 Sep 02 03:38:58.297 INFO kablam! warning: unused macro definition Sep 02 03:38:58.297 INFO kablam! --> src/macros.rs:143:1 Sep 02 03:38:58.298 INFO kablam! | Sep 02 03:38:58.298 INFO kablam! 143 | / macro_rules! impl_approx_eq { Sep 02 03:38:58.298 INFO kablam! 144 | | ($V:expr; $($T:ty),* $(,)*) => { Sep 02 03:38:58.298 INFO kablam! 145 | | $(impl ApproxEq for $T { Sep 02 03:38:58.298 INFO kablam! 146 | | type Eps = $T; Sep 02 03:38:58.298 INFO kablam! ... | Sep 02 03:38:58.298 INFO kablam! 158 | | } Sep 02 03:38:58.298 INFO kablam! 159 | | } Sep 02 03:38:58.298 INFO kablam! | |_^ Sep 02 03:38:58.304 INFO kablam! | Sep 02 03:38:58.304 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 02 03:38:58.304 INFO kablam! Sep 02 03:38:58.305 INFO kablam! warning: unused macro definition Sep 02 03:38:58.305 INFO kablam! --> src/general/one_operator.rs:84:1 Sep 02 03:38:58.305 INFO kablam! | Sep 02 03:38:58.305 INFO kablam! 84 | / macro_rules! impl_quasigroup( Sep 02 03:38:58.305 INFO kablam! 85 | | (<$M:ty> for $($T:tt)+) => { Sep 02 03:38:58.305 INFO kablam! 86 | | impl_marker!($crate::general::AbstractQuasigroup<$M>; $($T)+); Sep 02 03:38:58.305 INFO kablam! 87 | | } Sep 02 03:38:58.305 INFO kablam! 88 | | ); Sep 02 03:38:58.305 INFO kablam! | |__^ Sep 02 03:38:58.305 INFO kablam! Sep 02 03:38:58.305 INFO kablam! warning: unused macro definition Sep 02 03:38:58.306 INFO kablam! --> src/general/one_operator.rs:182:1 Sep 02 03:38:58.306 INFO kablam! | Sep 02 03:38:58.306 INFO kablam! 182 | / macro_rules! impl_loop( Sep 02 03:38:58.306 INFO kablam! 183 | | (<$M:ty> for $($T:tt)+) => { Sep 02 03:38:58.306 INFO kablam! 184 | | impl_quasigroup!(<$M> for $($T)+); Sep 02 03:38:58.306 INFO kablam! 185 | | impl_marker!($crate::general::AbstractLoop<$M>; $($T)+); Sep 02 03:38:58.306 INFO kablam! 186 | | } Sep 02 03:38:58.306 INFO kablam! 187 | | ); Sep 02 03:38:58.306 INFO kablam! | |__^ Sep 02 03:38:58.306 INFO kablam! Sep 02 03:39:04.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.55s Sep 02 03:39:04.622 INFO kablam! su: No module specific data is present Sep 02 03:39:05.089 INFO running `"docker" "rm" "-f" "390c2901fa9301bda7e81280f5e9545978875bd145daa1fde168fe5e75ca6a07"` Sep 02 03:39:05.173 INFO blam! 390c2901fa9301bda7e81280f5e9545978875bd145daa1fde168fe5e75ca6a07