Sep 14 12:44:03.807 INFO checking ncollide_transformation-0.8.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 12:44:03.807 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 12:44:03.807 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:44:04.311 INFO blam! e773253c322b11697f780c192b7fc6212ea4cf23e932687a9b7d42c14afb771b Sep 14 12:44:04.313 INFO running `"docker" "start" "-a" "e773253c322b11697f780c192b7fc6212ea4cf23e932687a9b7d42c14afb771b"` Sep 14 12:44:05.990 INFO kablam! usermod: no changes Sep 14 12:44:06.074 INFO kablam! Checking ncollide_math v0.8.0 Sep 14 12:44:07.093 INFO kablam! Checking ncollide_utils v0.8.0 Sep 14 12:44:08.775 INFO kablam! Checking ncollide_procedural v0.8.0 Sep 14 12:44:08.775 INFO kablam! Checking ncollide_geometry v0.5.1 Sep 14 12:44:19.860 INFO kablam! Checking ncollide_transformation v0.8.0 (file:///source) Sep 14 12:44:20.914 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 14 12:44:20.914 INFO kablam! --> convex_hull3.rs:605:28 Sep 14 12:44:20.914 INFO kablam! | Sep 14 12:44:20.914 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 14 12:44:20.914 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 14 12:44:20.922 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 12:44:20.923 INFO kablam! | Sep 14 12:44:20.923 INFO kablam! 594 | use convex_hull2::convex_hull2; Sep 14 12:44:20.923 INFO kablam! | Sep 14 12:44:20.923 INFO kablam! Sep 14 12:44:20.923 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 14 12:44:20.923 INFO kablam! --> convex_hull3.rs:613:29 Sep 14 12:44:20.923 INFO kablam! | Sep 14 12:44:20.923 INFO kablam! 613 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 14 12:44:20.923 INFO kablam! | ^^^^^^ not found in `super` Sep 14 12:44:20.923 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 12:44:20.923 INFO kablam! | Sep 14 12:44:20.923 INFO kablam! 594 | use procedural::sphere; Sep 14 12:44:20.923 INFO kablam! | Sep 14 12:44:20.923 INFO kablam! Sep 14 12:44:20.935 INFO kablam! warning: unused import: `procedural` Sep 14 12:44:20.935 INFO kablam! --> convex_hull3.rs:595:9 Sep 14 12:44:20.935 INFO kablam! | Sep 14 12:44:20.935 INFO kablam! 595 | use procedural; Sep 14 12:44:20.935 INFO kablam! | ^^^^^^^^^^ Sep 14 12:44:20.935 INFO kablam! | Sep 14 12:44:20.935 INFO kablam! note: lint level defined here Sep 14 12:44:20.935 INFO kablam! --> lib.rs:9:9 Sep 14 12:44:20.935 INFO kablam! | Sep 14 12:44:20.935 INFO kablam! 9 | #![warn(unused_imports)] Sep 14 12:44:20.935 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 12:44:20.935 INFO kablam! Sep 14 12:44:22.468 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 14 12:44:22.468 INFO kablam! --> convex_hull3.rs:605:48 Sep 14 12:44:22.468 INFO kablam! | Sep 14 12:44:22.468 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 14 12:44:22.468 INFO kablam! | ^^^^^^^^ Sep 14 12:44:22.469 INFO kablam! | Sep 14 12:44:22.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 12:44:22.469 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 12:44:22.469 INFO kablam! `use core::array::FixedSizeArray;` Sep 14 12:44:22.470 INFO kablam! Sep 14 12:44:22.635 INFO kablam! error: aborting due to 3 previous errors Sep 14 12:44:22.635 INFO kablam! Sep 14 12:44:22.643 INFO kablam! Some errors occurred: E0425, E0599. Sep 14 12:44:22.643 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 12:44:22.647 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 14 12:44:22.647 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:44:23.256 INFO kablam! error: build failed Sep 14 12:44:23.258 INFO kablam! su: No module specific data is present Sep 14 12:44:24.810 INFO running `"docker" "rm" "-f" "e773253c322b11697f780c192b7fc6212ea4cf23e932687a9b7d42c14afb771b"` Sep 14 12:44:25.043 INFO blam! e773253c322b11697f780c192b7fc6212ea4cf23e932687a9b7d42c14afb771b