Sep 17 20:55:41.365 INFO checking ncollide_transformation-0.9.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 20:55:41.365 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 20:55:41.366 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:55:41.742 INFO blam! 37330daaeafced5971af3c4b131be995cc3388f50a3c8f2bd122c28a9530412c Sep 17 20:55:41.747 INFO running `"docker" "start" "-a" "37330daaeafced5971af3c4b131be995cc3388f50a3c8f2bd122c28a9530412c"` Sep 17 20:55:43.217 INFO kablam! usermod: no changes Sep 17 20:55:43.320 INFO kablam! Checking alga v0.5.4 Sep 17 20:55:47.720 INFO kablam! Checking nalgebra v0.14.4 Sep 17 20:56:20.315 INFO kablam! Checking ncollide_math v0.9.0 Sep 17 20:56:21.523 INFO kablam! Checking ncollide_utils v0.9.0 Sep 17 20:56:23.315 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 17 20:56:23.315 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 17 20:56:36.939 INFO kablam! Checking ncollide_transformation v0.9.0 (/source) Sep 17 20:56:37.870 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 17 20:56:37.871 INFO kablam! --> convex_hull3.rs:657:28 Sep 17 20:56:37.871 INFO kablam! | Sep 17 20:56:37.871 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 17 20:56:37.871 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 17 20:56:37.871 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 17 20:56:37.871 INFO kablam! | Sep 17 20:56:37.871 INFO kablam! 646 | use convex_hull2::convex_hull2; Sep 17 20:56:37.871 INFO kablam! | Sep 17 20:56:37.871 INFO kablam! Sep 17 20:56:37.871 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 17 20:56:37.871 INFO kablam! --> convex_hull3.rs:665:29 Sep 17 20:56:37.871 INFO kablam! | Sep 17 20:56:37.871 INFO kablam! 665 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 17 20:56:37.871 INFO kablam! | ^^^^^^ not found in `super` Sep 17 20:56:37.871 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 17 20:56:37.871 INFO kablam! | Sep 17 20:56:37.871 INFO kablam! 646 | use procedural::sphere; Sep 17 20:56:37.871 INFO kablam! | Sep 17 20:56:37.871 INFO kablam! Sep 17 20:56:37.891 INFO kablam! warning: unused import: `procedural` Sep 17 20:56:37.891 INFO kablam! --> convex_hull3.rs:647:9 Sep 17 20:56:37.891 INFO kablam! | Sep 17 20:56:37.891 INFO kablam! 647 | use procedural; Sep 17 20:56:37.891 INFO kablam! | ^^^^^^^^^^ Sep 17 20:56:37.891 INFO kablam! | Sep 17 20:56:37.891 INFO kablam! note: lint level defined here Sep 17 20:56:37.891 INFO kablam! --> lib.rs:9:9 Sep 17 20:56:37.891 INFO kablam! | Sep 17 20:56:37.891 INFO kablam! 9 | #![warn(unused_imports)] Sep 17 20:56:37.891 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 20:56:37.891 INFO kablam! Sep 17 20:56:39.643 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 17 20:56:39.643 INFO kablam! --> convex_hull3.rs:657:48 Sep 17 20:56:39.643 INFO kablam! | Sep 17 20:56:39.643 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 17 20:56:39.643 INFO kablam! | ^^^^^^^^ Sep 17 20:56:39.643 INFO kablam! | Sep 17 20:56:39.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 17 20:56:39.643 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 17 20:56:39.643 INFO kablam! `use core::array::FixedSizeArray;` Sep 17 20:56:39.643 INFO kablam! Sep 17 20:56:39.781 INFO kablam! error: aborting due to 3 previous errors Sep 17 20:56:39.781 INFO kablam! Sep 17 20:56:39.787 INFO kablam! Some errors occurred: E0425, E0599. Sep 17 20:56:39.787 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 17 20:56:39.795 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 17 20:56:39.795 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:56:39.975 INFO kablam! error: build failed Sep 17 20:56:39.983 INFO kablam! su: No module specific data is present Sep 17 20:56:41.261 INFO running `"docker" "rm" "-f" "37330daaeafced5971af3c4b131be995cc3388f50a3c8f2bd122c28a9530412c"` Sep 17 20:56:41.573 INFO blam! 37330daaeafced5971af3c4b131be995cc3388f50a3c8f2bd122c28a9530412c