Sep 19 23:46:17.447 INFO checking ncollide_transformation-0.8.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:46:17.447 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:46:17.447 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/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:46:17.690 INFO blam! 54d0104e234e8e057f5273b116dc60ab63e36887d3083e3491ffde6f5913aa7f Sep 19 23:46:17.692 INFO running `"docker" "start" "-a" "54d0104e234e8e057f5273b116dc60ab63e36887d3083e3491ffde6f5913aa7f"` Sep 19 23:46:19.242 INFO kablam! usermod: no changes Sep 19 23:46:19.389 INFO kablam! Checking nalgebra v0.13.1 Sep 19 23:46:48.066 INFO kablam! Checking ncollide_math v0.8.0 Sep 19 23:46:49.043 INFO kablam! Checking ncollide_utils v0.8.0 Sep 19 23:46:50.660 INFO kablam! Checking ncollide_geometry v0.5.1 Sep 19 23:46:50.661 INFO kablam! Checking ncollide_procedural v0.8.0 Sep 19 23:47:01.410 INFO kablam! Checking ncollide_transformation v0.8.0 (/source) Sep 19 23:47:02.322 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 19 23:47:02.322 INFO kablam! --> convex_hull3.rs:605:28 Sep 19 23:47:02.322 INFO kablam! | Sep 19 23:47:02.323 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 19 23:47:02.323 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 19 23:47:02.323 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 23:47:02.323 INFO kablam! | Sep 19 23:47:02.323 INFO kablam! 594 | use convex_hull2::convex_hull2; Sep 19 23:47:02.324 INFO kablam! | Sep 19 23:47:02.324 INFO kablam! Sep 19 23:47:02.324 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 19 23:47:02.324 INFO kablam! --> convex_hull3.rs:613:29 Sep 19 23:47:02.324 INFO kablam! | Sep 19 23:47:02.324 INFO kablam! 613 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 19 23:47:02.325 INFO kablam! | ^^^^^^ not found in `super` Sep 19 23:47:02.325 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 23:47:02.325 INFO kablam! | Sep 19 23:47:02.325 INFO kablam! 594 | use procedural::sphere; Sep 19 23:47:02.325 INFO kablam! | Sep 19 23:47:02.326 INFO kablam! Sep 19 23:47:02.342 INFO kablam! warning: unused import: `procedural` Sep 19 23:47:02.342 INFO kablam! --> convex_hull3.rs:595:9 Sep 19 23:47:02.342 INFO kablam! | Sep 19 23:47:02.342 INFO kablam! 595 | use procedural; Sep 19 23:47:02.342 INFO kablam! | ^^^^^^^^^^ Sep 19 23:47:02.342 INFO kablam! | Sep 19 23:47:02.343 INFO kablam! note: lint level defined here Sep 19 23:47:02.343 INFO kablam! --> lib.rs:9:9 Sep 19 23:47:02.343 INFO kablam! | Sep 19 23:47:02.343 INFO kablam! 9 | #![warn(unused_imports)] Sep 19 23:47:02.343 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:47:02.343 INFO kablam! Sep 19 23:47:04.306 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 19 23:47:04.306 INFO kablam! --> convex_hull3.rs:605:48 Sep 19 23:47:04.306 INFO kablam! | Sep 19 23:47:04.306 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 19 23:47:04.306 INFO kablam! | ^^^^^^^^ Sep 19 23:47:04.306 INFO kablam! | Sep 19 23:47:04.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 23:47:04.306 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 23:47:04.306 INFO kablam! `use core::array::FixedSizeArray;` Sep 19 23:47:04.306 INFO kablam! Sep 19 23:47:04.536 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:47:04.536 INFO kablam! Sep 19 23:47:04.546 INFO kablam! Some errors occurred: E0425, E0599. Sep 19 23:47:04.546 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 23:47:04.556 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 19 23:47:04.556 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:47:04.954 INFO kablam! error: build failed Sep 19 23:47:04.959 INFO kablam! su: No module specific data is present Sep 19 23:47:06.235 INFO running `"docker" "rm" "-f" "54d0104e234e8e057f5273b116dc60ab63e36887d3083e3491ffde6f5913aa7f"` Sep 19 23:47:06.358 INFO blam! 54d0104e234e8e057f5273b116dc60ab63e36887d3083e3491ffde6f5913aa7f