Sep 17 20:40:05.358 INFO checking numer-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:40:05.358 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:40:05.368 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:40:05.577 INFO blam! caabeff527d449e1dbd26247f6a5f99eb744d1d5339619eff6e26fcad1fbdcf6 Sep 17 20:40:05.579 INFO running `"docker" "start" "-a" "caabeff527d449e1dbd26247f6a5f99eb744d1d5339619eff6e26fcad1fbdcf6"` Sep 17 20:40:06.658 INFO kablam! usermod: no changes Sep 17 20:40:06.695 INFO kablam! Checking numer v0.1.0 (/source) Sep 17 20:40:06.755 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 17 20:40:06.755 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:06.755 INFO kablam! | Sep 17 20:40:06.755 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:06.755 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 17 20:40:06.755 INFO kablam! Sep 17 20:40:06.755 INFO kablam! warning: unused import: `core::num::Float` Sep 17 20:40:06.755 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:06.755 INFO kablam! | Sep 17 20:40:06.755 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:06.755 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 20:40:06.755 INFO kablam! | Sep 17 20:40:06.755 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:40:06.755 INFO kablam! Sep 17 20:40:06.781 INFO kablam! error[E0599]: no method named `powi` found for type `f32` in the current scope Sep 17 20:40:06.782 INFO kablam! --> src/lib.rs:22:46 Sep 17 20:40:06.782 INFO kablam! | Sep 17 20:40:06.782 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 17 20:40:06.782 INFO kablam! | ^^^^ Sep 17 20:40:06.782 INFO kablam! ... Sep 17 20:40:06.782 INFO kablam! 26 | impl_Radical_float!(f32); Sep 17 20:40:06.782 INFO kablam! | ------------------------- in this macro invocation Sep 17 20:40:06.782 INFO kablam! | Sep 17 20:40:06.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 20:40:06.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 20:40:06.782 INFO kablam! | Sep 17 20:40:06.782 INFO kablam! 10 | use typenum::Pow; Sep 17 20:40:06.782 INFO kablam! | Sep 17 20:40:06.782 INFO kablam! Sep 17 20:40:06.783 INFO kablam! error[E0599]: no method named `powi` found for type `f64` in the current scope Sep 17 20:40:06.783 INFO kablam! --> src/lib.rs:22:46 Sep 17 20:40:06.783 INFO kablam! | Sep 17 20:40:06.783 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 17 20:40:06.783 INFO kablam! | ^^^^ Sep 17 20:40:06.783 INFO kablam! ... Sep 17 20:40:06.783 INFO kablam! 27 | impl_Radical_float!(f64); Sep 17 20:40:06.783 INFO kablam! | ------------------------- in this macro invocation Sep 17 20:40:06.783 INFO kablam! | Sep 17 20:40:06.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 20:40:06.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 20:40:06.783 INFO kablam! | Sep 17 20:40:06.783 INFO kablam! 10 | use typenum::Pow; Sep 17 20:40:06.783 INFO kablam! | Sep 17 20:40:06.783 INFO kablam! Sep 17 20:40:06.784 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:40:06.784 INFO kablam! Sep 17 20:40:06.784 INFO kablam! Some errors occurred: E0432, E0599. Sep 17 20:40:06.784 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 20:40:06.789 INFO kablam! error: Could not compile `numer`. Sep 17 20:40:06.789 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:40:06.839 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 17 20:40:06.839 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:06.839 INFO kablam! | Sep 17 20:40:06.839 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:06.839 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 17 20:40:06.839 INFO kablam! Sep 17 20:40:06.839 INFO kablam! warning: unused import: `core::num::Float` Sep 17 20:40:06.839 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:06.839 INFO kablam! | Sep 17 20:40:06.839 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:06.839 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 20:40:06.839 INFO kablam! | Sep 17 20:40:06.839 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:40:06.840 INFO kablam! Sep 17 20:40:06.845 INFO kablam! error: aborting due to previous error Sep 17 20:40:06.845 INFO kablam! Sep 17 20:40:06.845 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 17 20:40:06.850 INFO kablam! error: Could not compile `numer`. Sep 17 20:40:06.850 INFO kablam! Sep 17 20:40:06.850 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:40:06.851 INFO kablam! su: No module specific data is present Sep 17 20:40:07.304 INFO running `"docker" "rm" "-f" "caabeff527d449e1dbd26247f6a5f99eb744d1d5339619eff6e26fcad1fbdcf6"` Sep 17 20:40:07.406 INFO blam! caabeff527d449e1dbd26247f6a5f99eb744d1d5339619eff6e26fcad1fbdcf6