Sep 06 03:24:07.577 INFO checking ncollide_transformation-0.9.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 03:24:07.577 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 03:24:07.577 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:24:07.766 INFO blam! fa3826b458d38fe3c3766e138da4c0ca0ea8822cc84847c51f2191ff329c95e2 Sep 06 03:24:07.767 INFO running `"docker" "start" "-a" "fa3826b458d38fe3c3766e138da4c0ca0ea8822cc84847c51f2191ff329c95e2"` Sep 06 03:24:09.021 INFO kablam! usermod: no changes Sep 06 03:24:09.131 INFO kablam! Checking alga v0.5.4 Sep 06 03:24:13.610 INFO kablam! Checking nalgebra v0.14.4 Sep 06 03:24:43.845 INFO kablam! Checking ncollide_math v0.9.0 Sep 06 03:24:44.958 INFO kablam! Checking ncollide_utils v0.9.0 Sep 06 03:24:46.521 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 06 03:24:46.527 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 06 03:24:58.265 INFO kablam! Checking ncollide_transformation v0.9.0 (file:///source) Sep 06 03:24:59.224 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 06 03:24:59.224 INFO kablam! --> convex_hull3.rs:657:28 Sep 06 03:24:59.224 INFO kablam! | Sep 06 03:24:59.224 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 06 03:24:59.224 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 06 03:24:59.230 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 03:24:59.230 INFO kablam! | Sep 06 03:24:59.230 INFO kablam! 646 | use convex_hull2::convex_hull2; Sep 06 03:24:59.230 INFO kablam! | Sep 06 03:24:59.230 INFO kablam! Sep 06 03:24:59.231 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 06 03:24:59.231 INFO kablam! --> convex_hull3.rs:665:29 Sep 06 03:24:59.231 INFO kablam! | Sep 06 03:24:59.231 INFO kablam! 665 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 06 03:24:59.231 INFO kablam! | ^^^^^^ not found in `super` Sep 06 03:24:59.231 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 06 03:24:59.231 INFO kablam! | Sep 06 03:24:59.231 INFO kablam! 646 | use procedural::sphere; Sep 06 03:24:59.231 INFO kablam! | Sep 06 03:24:59.232 INFO kablam! Sep 06 03:24:59.240 INFO kablam! warning: unused import: `procedural` Sep 06 03:24:59.240 INFO kablam! --> convex_hull3.rs:647:9 Sep 06 03:24:59.240 INFO kablam! | Sep 06 03:24:59.240 INFO kablam! 647 | use procedural; Sep 06 03:24:59.240 INFO kablam! | ^^^^^^^^^^ Sep 06 03:24:59.242 INFO kablam! | Sep 06 03:24:59.242 INFO kablam! note: lint level defined here Sep 06 03:24:59.242 INFO kablam! --> lib.rs:9:9 Sep 06 03:24:59.242 INFO kablam! | Sep 06 03:24:59.242 INFO kablam! 9 | #![warn(unused_imports)] Sep 06 03:24:59.242 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 03:24:59.242 INFO kablam! Sep 06 03:25:00.784 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 06 03:25:00.784 INFO kablam! --> convex_hull3.rs:657:48 Sep 06 03:25:00.784 INFO kablam! | Sep 06 03:25:00.784 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 06 03:25:00.784 INFO kablam! | ^^^^^^^^ Sep 06 03:25:00.784 INFO kablam! | Sep 06 03:25:00.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 06 03:25:00.784 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 06 03:25:00.784 INFO kablam! `use core::array::FixedSizeArray;` Sep 06 03:25:00.784 INFO kablam! Sep 06 03:25:00.988 INFO kablam! error: aborting due to 3 previous errors Sep 06 03:25:00.998 INFO kablam! Sep 06 03:25:00.998 INFO kablam! Some errors occurred: E0425, E0599. Sep 06 03:25:00.998 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 06 03:25:01.014 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 06 03:25:01.014 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:25:01.866 INFO kablam! error: build failed Sep 06 03:25:01.868 INFO kablam! su: No module specific data is present Sep 06 03:25:03.310 INFO running `"docker" "rm" "-f" "fa3826b458d38fe3c3766e138da4c0ca0ea8822cc84847c51f2191ff329c95e2"` Sep 06 03:25:03.412 INFO blam! fa3826b458d38fe3c3766e138da4c0ca0ea8822cc84847c51f2191ff329c95e2