Sep 01 12:38:18.288 INFO checking numer-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 12:38:18.288 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 12:38:18.289 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/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 01 12:38:18.431 INFO blam! 741ff3fe017d3492c6e9398aeff84b6cd01795724ec1a49ea9f0fdc748ed2124 Sep 01 12:38:18.433 INFO running `"docker" "start" "-a" "741ff3fe017d3492c6e9398aeff84b6cd01795724ec1a49ea9f0fdc748ed2124"` Sep 01 12:38:19.014 INFO kablam! Checking numer v0.1.0 (file:///source) Sep 01 12:38:19.102 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 01 12:38:19.102 INFO kablam! --> src/lib.rs:11:5 Sep 01 12:38:19.102 INFO kablam! | Sep 01 12:38:19.102 INFO kablam! 11 | use core::num::Float; Sep 01 12:38:19.102 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 01 12:38:19.102 INFO kablam! Sep 01 12:38:19.102 INFO kablam! warning: unused import: `core::num::Float` Sep 01 12:38:19.102 INFO kablam! --> src/lib.rs:11:5 Sep 01 12:38:19.102 INFO kablam! | Sep 01 12:38:19.102 INFO kablam! 11 | use core::num::Float; Sep 01 12:38:19.102 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 12:38:19.102 INFO kablam! | Sep 01 12:38:19.102 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 12:38:19.102 INFO kablam! Sep 01 12:38:19.147 INFO kablam! error[E0599]: no method named `powi` found for type `f32` in the current scope Sep 01 12:38:19.147 INFO kablam! --> src/lib.rs:22:46 Sep 01 12:38:19.147 INFO kablam! | Sep 01 12:38:19.147 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 01 12:38:19.147 INFO kablam! | ^^^^ Sep 01 12:38:19.147 INFO kablam! ... Sep 01 12:38:19.147 INFO kablam! 26 | impl_Radical_float!(f32); Sep 01 12:38:19.147 INFO kablam! | ------------------------- in this macro invocation Sep 01 12:38:19.147 INFO kablam! | Sep 01 12:38:19.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 12:38:19.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 12:38:19.147 INFO kablam! | Sep 01 12:38:19.147 INFO kablam! 10 | use typenum::Pow; Sep 01 12:38:19.147 INFO kablam! | Sep 01 12:38:19.147 INFO kablam! Sep 01 12:38:19.150 INFO kablam! error[E0599]: no method named `powi` found for type `f64` in the current scope Sep 01 12:38:19.150 INFO kablam! --> src/lib.rs:22:46 Sep 01 12:38:19.150 INFO kablam! | Sep 01 12:38:19.150 INFO kablam! 22 | #[inline] fn root(self) -> $T { self.powi(N::to_usize() as i32).recip() } Sep 01 12:38:19.150 INFO kablam! | ^^^^ Sep 01 12:38:19.151 INFO kablam! ... Sep 01 12:38:19.151 INFO kablam! 27 | impl_Radical_float!(f64); Sep 01 12:38:19.151 INFO kablam! | ------------------------- in this macro invocation Sep 01 12:38:19.151 INFO kablam! | Sep 01 12:38:19.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 01 12:38:19.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 01 12:38:19.151 INFO kablam! | Sep 01 12:38:19.151 INFO kablam! 10 | use typenum::Pow; Sep 01 12:38:19.151 INFO kablam! | Sep 01 12:38:19.151 INFO kablam! Sep 01 12:38:19.152 INFO kablam! error: aborting due to 3 previous errors Sep 01 12:38:19.152 INFO kablam! Sep 01 12:38:19.152 INFO kablam! Some errors occurred: E0432, E0599. Sep 01 12:38:19.152 INFO kablam! For more information about an error, try `rustc --explain E0432`. Sep 01 12:38:19.159 INFO kablam! error: Could not compile `numer`. Sep 01 12:38:19.159 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:38:19.364 INFO kablam! error[E0432]: unresolved import `core::num::Float` Sep 01 12:38:19.364 INFO kablam! --> src/lib.rs:11:5 Sep 01 12:38:19.364 INFO kablam! | Sep 01 12:38:19.364 INFO kablam! 11 | use core::num::Float; Sep 01 12:38:19.364 INFO kablam! | ^^^^^^^^^^^^^^^^ no `Float` in `num` Sep 01 12:38:19.364 INFO kablam! Sep 01 12:38:19.365 INFO kablam! warning: unused import: `core::num::Float` Sep 01 12:38:19.365 INFO kablam! --> src/lib.rs:11:5 Sep 01 12:38:19.365 INFO kablam! | Sep 01 12:38:19.365 INFO kablam! 11 | use core::num::Float; Sep 01 12:38:19.365 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 01 12:38:19.365 INFO kablam! | Sep 01 12:38:19.365 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 12:38:19.365 INFO kablam! Sep 01 12:38:19.375 INFO kablam! error: aborting due to previous error Sep 01 12:38:19.375 INFO kablam! Sep 01 12:38:19.375 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 12:38:19.381 INFO kablam! error: Could not compile `numer`. Sep 01 12:38:19.381 INFO kablam! Sep 01 12:38:19.381 INFO kablam! To learn more, run the command again with --verbose. Sep 01 12:38:19.382 INFO kablam! su: No module specific data is present Sep 01 12:38:19.854 INFO running `"docker" "rm" "-f" "741ff3fe017d3492c6e9398aeff84b6cd01795724ec1a49ea9f0fdc748ed2124"` Sep 01 12:38:19.950 INFO blam! 741ff3fe017d3492c6e9398aeff84b6cd01795724ec1a49ea9f0fdc748ed2124