Sep 14 12:43:57.783 INFO checking ncollide_transformation-0.9.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:43:57.783 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:43:57.783 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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:43:58.143 INFO blam! 1216f1b792359591f8047c453b736fd189668da807a9d80ea8517b07689e1dae Sep 14 12:43:58.147 INFO running `"docker" "start" "-a" "1216f1b792359591f8047c453b736fd189668da807a9d80ea8517b07689e1dae"` Sep 14 12:43:59.028 INFO kablam! usermod: no changes Sep 14 12:43:59.162 INFO kablam! Checking ncollide_utils v0.9.0 Sep 14 12:44:00.911 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 14 12:44:00.911 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 14 12:44:13.245 INFO kablam! Checking ncollide_transformation v0.9.0 (file:///source) Sep 14 12:44:14.366 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 14 12:44:14.366 INFO kablam! --> convex_hull3.rs:657:28 Sep 14 12:44:14.366 INFO kablam! | Sep 14 12:44:14.366 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 14 12:44:14.366 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 14 12:44:14.366 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 12:44:14.366 INFO kablam! | Sep 14 12:44:14.366 INFO kablam! 646 | use convex_hull2::convex_hull2; Sep 14 12:44:14.366 INFO kablam! | Sep 14 12:44:14.366 INFO kablam! Sep 14 12:44:14.366 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 14 12:44:14.366 INFO kablam! --> convex_hull3.rs:665:29 Sep 14 12:44:14.366 INFO kablam! | Sep 14 12:44:14.366 INFO kablam! 665 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 14 12:44:14.366 INFO kablam! | ^^^^^^ not found in `super` Sep 14 12:44:14.367 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 14 12:44:14.367 INFO kablam! | Sep 14 12:44:14.367 INFO kablam! 646 | use procedural::sphere; Sep 14 12:44:14.367 INFO kablam! | Sep 14 12:44:14.367 INFO kablam! Sep 14 12:44:14.388 INFO kablam! warning: unused import: `procedural` Sep 14 12:44:14.388 INFO kablam! --> convex_hull3.rs:647:9 Sep 14 12:44:14.388 INFO kablam! | Sep 14 12:44:14.388 INFO kablam! 647 | use procedural; Sep 14 12:44:14.388 INFO kablam! | ^^^^^^^^^^ Sep 14 12:44:14.388 INFO kablam! | Sep 14 12:44:14.388 INFO kablam! note: lint level defined here Sep 14 12:44:14.388 INFO kablam! --> lib.rs:9:9 Sep 14 12:44:14.388 INFO kablam! | Sep 14 12:44:14.388 INFO kablam! 9 | #![warn(unused_imports)] Sep 14 12:44:14.388 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 12:44:14.388 INFO kablam! Sep 14 12:44:16.650 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 14 12:44:16.650 INFO kablam! --> convex_hull3.rs:657:48 Sep 14 12:44:16.650 INFO kablam! | Sep 14 12:44:16.650 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 14 12:44:16.650 INFO kablam! | ^^^^^^^^ Sep 14 12:44:16.650 INFO kablam! | Sep 14 12:44:16.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 14 12:44:16.650 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 14 12:44:16.650 INFO kablam! `use core::array::FixedSizeArray;` Sep 14 12:44:16.651 INFO kablam! Sep 14 12:44:16.902 INFO kablam! error: aborting due to 3 previous errors Sep 14 12:44:16.902 INFO kablam! Sep 14 12:44:16.902 INFO kablam! Some errors occurred: E0425, E0599. Sep 14 12:44:16.902 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 14 12:44:16.927 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 14 12:44:16.927 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:44:17.249 INFO kablam! error: build failed Sep 14 12:44:17.251 INFO kablam! su: No module specific data is present Sep 14 12:44:19.112 INFO running `"docker" "rm" "-f" "1216f1b792359591f8047c453b736fd189668da807a9d80ea8517b07689e1dae"` Sep 14 12:44:19.352 INFO blam! 1216f1b792359591f8047c453b736fd189668da807a9d80ea8517b07689e1dae