Sep 17 20:40:06.458 INFO checking numer-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 20:40:06.458 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 20:40:06.458 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:06.592 INFO blam! 340cef5ac2677cec456542d83b103c955d2d5f494f1f91b705f46b6862e93c58 Sep 17 20:40:06.593 INFO running `"docker" "start" "-a" "340cef5ac2677cec456542d83b103c955d2d5f494f1f91b705f46b6862e93c58"` Sep 17 20:40:07.339 INFO kablam! usermod: no changes Sep 17 20:40:07.370 INFO kablam! Checking numer v0.1.0 (/source) Sep 17 20:40:07.429 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 17 20:40:07.429 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:07.429 INFO kablam! | Sep 17 20:40:07.429 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:07.429 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 17 20:40:07.429 INFO kablam! Sep 17 20:40:07.430 INFO kablam! warning: unused import: `core::num::Float` Sep 17 20:40:07.430 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:07.430 INFO kablam! | Sep 17 20:40:07.430 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:07.430 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 20:40:07.430 INFO kablam! | Sep 17 20:40:07.430 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:40:07.430 INFO kablam! Sep 17 20:40:07.454 INFO kablam! error[E0599]: no method named `powi` found for type `f32` in the current scope Sep 17 20:40:07.454 INFO kablam! --> src/lib.rs:22:46 Sep 17 20:40:07.454 INFO kablam! | Sep 17 20:40:07.454 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 17 20:40:07.454 INFO kablam! | ^^^^ Sep 17 20:40:07.454 INFO kablam! ... Sep 17 20:40:07.454 INFO kablam! 26 | impl_Radical_float!(f32); Sep 17 20:40:07.454 INFO kablam! | ------------------------- in this macro invocation Sep 17 20:40:07.454 INFO kablam! | Sep 17 20:40:07.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 20:40:07.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 20:40:07.454 INFO kablam! | Sep 17 20:40:07.454 INFO kablam! 10 | use typenum::Pow; Sep 17 20:40:07.454 INFO kablam! | Sep 17 20:40:07.454 INFO kablam! Sep 17 20:40:07.455 INFO kablam! error[E0599]: no method named `powi` found for type `f64` in the current scope Sep 17 20:40:07.455 INFO kablam! --> src/lib.rs:22:46 Sep 17 20:40:07.455 INFO kablam! | Sep 17 20:40:07.455 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 17 20:40:07.455 INFO kablam! | ^^^^ Sep 17 20:40:07.455 INFO kablam! ... Sep 17 20:40:07.455 INFO kablam! 27 | impl_Radical_float!(f64); Sep 17 20:40:07.455 INFO kablam! | ------------------------- in this macro invocation Sep 17 20:40:07.455 INFO kablam! | Sep 17 20:40:07.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 20:40:07.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 20:40:07.455 INFO kablam! | Sep 17 20:40:07.455 INFO kablam! 10 | use typenum::Pow; Sep 17 20:40:07.455 INFO kablam! | Sep 17 20:40:07.455 INFO kablam! Sep 17 20:40:07.456 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:40:07.456 INFO kablam! Sep 17 20:40:07.456 INFO kablam! Some errors occurred: E0432, E0599. Sep 17 20:40:07.456 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 17 20:40:07.461 INFO kablam! error: Could not compile `numer`. Sep 17 20:40:07.461 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:40:07.544 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 17 20:40:07.544 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:07.544 INFO kablam! | Sep 17 20:40:07.544 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:07.544 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 17 20:40:07.544 INFO kablam! Sep 17 20:40:07.544 INFO kablam! warning: unused import: `core::num::Float` Sep 17 20:40:07.544 INFO kablam! --> src/lib.rs:11:5 Sep 17 20:40:07.544 INFO kablam! | Sep 17 20:40:07.544 INFO kablam! 11 | use core::num::Float; Sep 17 20:40:07.544 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 17 20:40:07.544 INFO kablam! | Sep 17 20:40:07.544 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:40:07.544 INFO kablam! Sep 17 20:40:07.551 INFO kablam! error: aborting due to previous error Sep 17 20:40:07.551 INFO kablam! Sep 17 20:40:07.551 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 17 20:40:07.557 INFO kablam! error: Could not compile `numer`. Sep 17 20:40:07.557 INFO kablam! Sep 17 20:40:07.557 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:40:07.558 INFO kablam! su: No module specific data is present Sep 17 20:40:08.580 INFO running `"docker" "rm" "-f" "340cef5ac2677cec456542d83b103c955d2d5f494f1f91b705f46b6862e93c58"` Sep 17 20:40:08.795 INFO blam! 340cef5ac2677cec456542d83b103c955d2d5f494f1f91b705f46b6862e93c58