Sep 19 23:46:09.921 INFO checking ncollide_transformation-0.9.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:46:09.921 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:46:09.921 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/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:10.096 INFO blam! 05c3101e32d9fa5f149833f05829ab95818d8ccae5d63276d0d95fab35b7deb5 Sep 19 23:46:10.098 INFO running `"docker" "start" "-a" "05c3101e32d9fa5f149833f05829ab95818d8ccae5d63276d0d95fab35b7deb5"` Sep 19 23:46:11.082 INFO kablam! usermod: no changes Sep 19 23:46:11.182 INFO kablam! Checking alga v0.5.4 Sep 19 23:46:15.748 INFO kablam! Checking nalgebra v0.14.4 Sep 19 23:46:46.390 INFO kablam! Checking ncollide_math v0.9.0 Sep 19 23:46:47.416 INFO kablam! Checking ncollide_utils v0.9.0 Sep 19 23:46:49.155 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 19 23:46:49.155 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 19 23:47:01.740 INFO kablam! Checking ncollide_transformation v0.9.0 (/source) Sep 19 23:47:02.853 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 19 23:47:02.853 INFO kablam! --> convex_hull3.rs:657:28 Sep 19 23:47:02.853 INFO kablam! | Sep 19 23:47:02.853 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 19 23:47:02.853 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 19 23:47:02.853 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 23:47:02.853 INFO kablam! | Sep 19 23:47:02.853 INFO kablam! 646 | use convex_hull2::convex_hull2; Sep 19 23:47:02.853 INFO kablam! | Sep 19 23:47:02.853 INFO kablam! Sep 19 23:47:02.853 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 19 23:47:02.854 INFO kablam! --> convex_hull3.rs:665:29 Sep 19 23:47:02.854 INFO kablam! | Sep 19 23:47:02.854 INFO kablam! 665 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 19 23:47:02.854 INFO kablam! | ^^^^^^ not found in `super` Sep 19 23:47:02.855 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 23:47:02.855 INFO kablam! | Sep 19 23:47:02.855 INFO kablam! 646 | use procedural::sphere; Sep 19 23:47:02.855 INFO kablam! | Sep 19 23:47:02.855 INFO kablam! Sep 19 23:47:02.882 INFO kablam! warning: unused import: `procedural` Sep 19 23:47:02.882 INFO kablam! --> convex_hull3.rs:647:9 Sep 19 23:47:02.882 INFO kablam! | Sep 19 23:47:02.882 INFO kablam! 647 | use procedural; Sep 19 23:47:02.883 INFO kablam! | ^^^^^^^^^^ Sep 19 23:47:02.883 INFO kablam! | Sep 19 23:47:02.883 INFO kablam! note: lint level defined here Sep 19 23:47:02.883 INFO kablam! --> lib.rs:9:9 Sep 19 23:47:02.883 INFO kablam! | Sep 19 23:47:02.883 INFO kablam! 9 | #![warn(unused_imports)] Sep 19 23:47:02.883 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:47:02.884 INFO kablam! Sep 19 23:47:04.591 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 19 23:47:04.591 INFO kablam! --> convex_hull3.rs:657:48 Sep 19 23:47:04.591 INFO kablam! | Sep 19 23:47:04.591 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 19 23:47:04.591 INFO kablam! | ^^^^^^^^ Sep 19 23:47:04.591 INFO kablam! | Sep 19 23:47:04.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 23:47:04.591 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 23:47:04.591 INFO kablam! `use core::array::FixedSizeArray;` Sep 19 23:47:04.591 INFO kablam! Sep 19 23:47:04.824 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:47:04.824 INFO kablam! Sep 19 23:47:04.824 INFO kablam! Some errors occurred: E0425, E0599. Sep 19 23:47:04.824 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 23:47:04.838 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 19 23:47:04.839 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:47:05.545 INFO kablam! error: build failed Sep 19 23:47:05.545 INFO kablam! su: No module specific data is present Sep 19 23:47:06.460 INFO running `"docker" "rm" "-f" "05c3101e32d9fa5f149833f05829ab95818d8ccae5d63276d0d95fab35b7deb5"` Sep 19 23:47:06.574 INFO blam! 05c3101e32d9fa5f149833f05829ab95818d8ccae5d63276d0d95fab35b7deb5