Sep 10 14:08:01.002 INFO checking ncollide_transformation-0.8.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 14:08:01.002 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 14:08:01.002 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 14:08:01.183 INFO blam! b0a9e8bd16f5d647daf7cf5350b0c012d90838439193ee66d8951b0c3135774b Sep 10 14:08:01.185 INFO running `"docker" "start" "-a" "b0a9e8bd16f5d647daf7cf5350b0c012d90838439193ee66d8951b0c3135774b"` Sep 10 14:08:02.466 INFO kablam! usermod: no changes Sep 10 14:08:02.559 INFO kablam! Checking ncollide_math v0.8.0 Sep 10 14:08:03.523 INFO kablam! Checking ncollide_utils v0.8.0 Sep 10 14:08:05.080 INFO kablam! Checking ncollide_geometry v0.5.1 Sep 10 14:08:05.082 INFO kablam! Checking ncollide_procedural v0.8.0 Sep 10 14:08:14.472 INFO kablam! Checking ncollide_transformation v0.8.0 (file:///source) Sep 10 14:08:15.527 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 10 14:08:15.527 INFO kablam! --> convex_hull3.rs:605:28 Sep 10 14:08:15.527 INFO kablam! | Sep 10 14:08:15.527 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 10 14:08:15.527 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 10 14:08:15.527 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 14:08:15.527 INFO kablam! | Sep 10 14:08:15.527 INFO kablam! 594 | use convex_hull2::convex_hull2; Sep 10 14:08:15.527 INFO kablam! | Sep 10 14:08:15.528 INFO kablam! Sep 10 14:08:15.528 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 10 14:08:15.528 INFO kablam! --> convex_hull3.rs:613:29 Sep 10 14:08:15.528 INFO kablam! | Sep 10 14:08:15.528 INFO kablam! 613 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 10 14:08:15.528 INFO kablam! | ^^^^^^ not found in `super` Sep 10 14:08:15.529 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 10 14:08:15.529 INFO kablam! | Sep 10 14:08:15.529 INFO kablam! 594 | use procedural::sphere; Sep 10 14:08:15.529 INFO kablam! | Sep 10 14:08:15.529 INFO kablam! Sep 10 14:08:15.538 INFO kablam! warning: unused import: `procedural` Sep 10 14:08:15.538 INFO kablam! --> convex_hull3.rs:595:9 Sep 10 14:08:15.538 INFO kablam! | Sep 10 14:08:15.538 INFO kablam! 595 | use procedural; Sep 10 14:08:15.538 INFO kablam! | ^^^^^^^^^^ Sep 10 14:08:15.542 INFO kablam! | Sep 10 14:08:15.542 INFO kablam! note: lint level defined here Sep 10 14:08:15.542 INFO kablam! --> lib.rs:9:9 Sep 10 14:08:15.542 INFO kablam! | Sep 10 14:08:15.542 INFO kablam! 9 | #![warn(unused_imports)] Sep 10 14:08:15.542 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 14:08:15.543 INFO kablam! Sep 10 14:08:17.159 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 10 14:08:17.159 INFO kablam! --> convex_hull3.rs:605:48 Sep 10 14:08:17.159 INFO kablam! | Sep 10 14:08:17.159 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 10 14:08:17.159 INFO kablam! | ^^^^^^^^ Sep 10 14:08:17.166 INFO kablam! | Sep 10 14:08:17.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 10 14:08:17.166 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 10 14:08:17.166 INFO kablam! `use core::array::FixedSizeArray;` Sep 10 14:08:17.166 INFO kablam! Sep 10 14:08:17.341 INFO kablam! error: aborting due to 3 previous errors Sep 10 14:08:17.342 INFO kablam! Sep 10 14:08:17.342 INFO kablam! Some errors occurred: E0425, E0599. Sep 10 14:08:17.343 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 10 14:08:17.361 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 10 14:08:17.362 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 14:08:17.901 INFO kablam! error: build failed Sep 10 14:08:17.914 INFO kablam! su: No module specific data is present Sep 10 14:08:18.956 INFO running `"docker" "rm" "-f" "b0a9e8bd16f5d647daf7cf5350b0c012d90838439193ee66d8951b0c3135774b"` Sep 10 14:08:19.060 INFO blam! b0a9e8bd16f5d647daf7cf5350b0c012d90838439193ee66d8951b0c3135774b