Sep 04 13:01:20.305 INFO checking ncollide_transformation-0.9.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:01:20.305 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:01:20.305 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:01:20.457 INFO blam! 10e3f08ba5618df30eccb48d32b54a9fb3ee39a3c8459f3c0631ba0ac7da182f Sep 04 13:01:20.459 INFO running `"docker" "start" "-a" "10e3f08ba5618df30eccb48d32b54a9fb3ee39a3c8459f3c0631ba0ac7da182f"` Sep 04 13:01:21.146 INFO kablam! Checking nalgebra v0.14.4 Sep 04 13:01:57.705 INFO kablam! Checking ncollide_math v0.9.0 Sep 04 13:01:58.923 INFO kablam! Checking ncollide_utils v0.9.0 Sep 04 13:02:00.772 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 04 13:02:00.772 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 04 13:02:12.609 INFO kablam! Checking ncollide_transformation v0.9.0 (file:///source) Sep 04 13:02:14.023 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 04 13:02:14.023 INFO kablam! --> convex_hull3.rs:657:28 Sep 04 13:02:14.023 INFO kablam! | Sep 04 13:02:14.023 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 04 13:02:14.023 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 04 13:02:14.024 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 13:02:14.024 INFO kablam! | Sep 04 13:02:14.024 INFO kablam! 646 | use convex_hull2::convex_hull2; Sep 04 13:02:14.024 INFO kablam! | Sep 04 13:02:14.024 INFO kablam! Sep 04 13:02:14.024 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 04 13:02:14.024 INFO kablam! --> convex_hull3.rs:665:29 Sep 04 13:02:14.024 INFO kablam! | Sep 04 13:02:14.024 INFO kablam! 665 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 04 13:02:14.024 INFO kablam! | ^^^^^^ not found in `super` Sep 04 13:02:14.024 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 04 13:02:14.024 INFO kablam! | Sep 04 13:02:14.024 INFO kablam! 646 | use procedural::sphere; Sep 04 13:02:14.024 INFO kablam! | Sep 04 13:02:14.024 INFO kablam! Sep 04 13:02:14.037 INFO kablam! warning: unused import: `procedural` Sep 04 13:02:14.037 INFO kablam! --> convex_hull3.rs:647:9 Sep 04 13:02:14.037 INFO kablam! | Sep 04 13:02:14.037 INFO kablam! 647 | use procedural; Sep 04 13:02:14.037 INFO kablam! | ^^^^^^^^^^ Sep 04 13:02:14.038 INFO kablam! | Sep 04 13:02:14.038 INFO kablam! note: lint level defined here Sep 04 13:02:14.038 INFO kablam! --> lib.rs:9:9 Sep 04 13:02:14.038 INFO kablam! | Sep 04 13:02:14.038 INFO kablam! 9 | #![warn(unused_imports)] Sep 04 13:02:14.038 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 13:02:14.038 INFO kablam! Sep 04 13:02:15.751 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 04 13:02:15.751 INFO kablam! --> convex_hull3.rs:657:48 Sep 04 13:02:15.751 INFO kablam! | Sep 04 13:02:15.751 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 04 13:02:15.751 INFO kablam! | ^^^^^^^^ Sep 04 13:02:15.751 INFO kablam! | Sep 04 13:02:15.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 04 13:02:15.751 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 04 13:02:15.751 INFO kablam! `use core::array::FixedSizeArray;` Sep 04 13:02:15.751 INFO kablam! Sep 04 13:02:15.906 INFO kablam! error: aborting due to 3 previous errors Sep 04 13:02:15.906 INFO kablam! Sep 04 13:02:15.906 INFO kablam! Some errors occurred: E0425, E0599. Sep 04 13:02:15.906 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 04 13:02:15.913 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 04 13:02:15.913 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 13:02:16.310 INFO kablam! error: build failed Sep 04 13:02:16.311 INFO kablam! su: No module specific data is present Sep 04 13:02:16.805 INFO running `"docker" "rm" "-f" "10e3f08ba5618df30eccb48d32b54a9fb3ee39a3c8459f3c0631ba0ac7da182f"` Sep 04 13:02:16.889 INFO blam! 10e3f08ba5618df30eccb48d32b54a9fb3ee39a3c8459f3c0631ba0ac7da182f