Sep 19 23:29:59.288 INFO checking numer-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:29:59.288 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:29:59.288 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:29:59.497 INFO blam! 04ace6f78c0cc4536e43792c2b4f001ee554ee73896fe3ea5adbfdee44705655 Sep 19 23:29:59.508 INFO running `"docker" "start" "-a" "04ace6f78c0cc4536e43792c2b4f001ee554ee73896fe3ea5adbfdee44705655"` Sep 19 23:30:00.430 INFO kablam! usermod: no changes Sep 19 23:30:00.490 INFO kablam! Checking numer v0.1.0 (/source) Sep 19 23:30:00.554 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 19 23:30:00.554 INFO kablam! --> src/lib.rs:11:5 Sep 19 23:30:00.554 INFO kablam! | Sep 19 23:30:00.554 INFO kablam! 11 | use core::num::Float; Sep 19 23:30:00.554 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 19 23:30:00.554 INFO kablam! Sep 19 23:30:00.554 INFO kablam! warning: unused import: `core::num::Float` Sep 19 23:30:00.554 INFO kablam! --> src/lib.rs:11:5 Sep 19 23:30:00.554 INFO kablam! | Sep 19 23:30:00.554 INFO kablam! 11 | use core::num::Float; Sep 19 23:30:00.554 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:30:00.554 INFO kablam! | Sep 19 23:30:00.554 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:30:00.554 INFO kablam! Sep 19 23:30:00.590 INFO kablam! error[E0599]: no method named `powi` found for type `f32` in the current scope Sep 19 23:30:00.590 INFO kablam! --> src/lib.rs:22:46 Sep 19 23:30:00.590 INFO kablam! | Sep 19 23:30:00.590 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 19 23:30:00.590 INFO kablam! | ^^^^ Sep 19 23:30:00.590 INFO kablam! ... Sep 19 23:30:00.590 INFO kablam! 26 | impl_Radical_float!(f32); Sep 19 23:30:00.590 INFO kablam! | ------------------------- in this macro invocation Sep 19 23:30:00.590 INFO kablam! | Sep 19 23:30:00.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 23:30:00.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 23:30:00.590 INFO kablam! | Sep 19 23:30:00.590 INFO kablam! 10 | use typenum::Pow; Sep 19 23:30:00.590 INFO kablam! | Sep 19 23:30:00.590 INFO kablam! Sep 19 23:30:00.594 INFO kablam! error[E0599]: no method named `powi` found for type `f64` in the current scope Sep 19 23:30:00.594 INFO kablam! --> src/lib.rs:22:46 Sep 19 23:30:00.594 INFO kablam! | Sep 19 23:30:00.594 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 19 23:30:00.594 INFO kablam! | ^^^^ Sep 19 23:30:00.594 INFO kablam! ... Sep 19 23:30:00.594 INFO kablam! 27 | impl_Radical_float!(f64); Sep 19 23:30:00.594 INFO kablam! | ------------------------- in this macro invocation Sep 19 23:30:00.594 INFO kablam! | Sep 19 23:30:00.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 23:30:00.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 23:30:00.594 INFO kablam! | Sep 19 23:30:00.594 INFO kablam! 10 | use typenum::Pow; Sep 19 23:30:00.594 INFO kablam! | Sep 19 23:30:00.594 INFO kablam! Sep 19 23:30:00.594 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:30:00.594 INFO kablam! Sep 19 23:30:00.594 INFO kablam! Some errors occurred: E0432, E0599. Sep 19 23:30:00.594 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 19 23:30:00.599 INFO kablam! error: Could not compile `numer`. Sep 19 23:30:00.599 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:30:00.702 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 19 23:30:00.702 INFO kablam! --> src/lib.rs:11:5 Sep 19 23:30:00.702 INFO kablam! | Sep 19 23:30:00.702 INFO kablam! 11 | use core::num::Float; Sep 19 23:30:00.702 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 19 23:30:00.702 INFO kablam! Sep 19 23:30:00.702 INFO kablam! warning: unused import: `core::num::Float` Sep 19 23:30:00.702 INFO kablam! --> src/lib.rs:11:5 Sep 19 23:30:00.702 INFO kablam! | Sep 19 23:30:00.702 INFO kablam! 11 | use core::num::Float; Sep 19 23:30:00.702 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 19 23:30:00.702 INFO kablam! | Sep 19 23:30:00.702 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:30:00.702 INFO kablam! Sep 19 23:30:00.707 INFO kablam! error: aborting due to previous error Sep 19 23:30:00.707 INFO kablam! Sep 19 23:30:00.707 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 23:30:00.716 INFO kablam! error: Could not compile `numer`. Sep 19 23:30:00.716 INFO kablam! Sep 19 23:30:00.716 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:30:00.717 INFO kablam! su: No module specific data is present Sep 19 23:30:01.400 INFO running `"docker" "rm" "-f" "04ace6f78c0cc4536e43792c2b4f001ee554ee73896fe3ea5adbfdee44705655"` Sep 19 23:30:01.505 INFO blam! 04ace6f78c0cc4536e43792c2b4f001ee554ee73896fe3ea5adbfdee44705655