Sep 19 23:46:09.854 INFO checking ncollide_transformation-0.9.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:46:09.854 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:46:09.854 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:46:10.063 INFO blam! a338846b1247ce37395aa527c5420cad1746ab2d0036c54eb1b93ff9a68a63a9 Sep 19 23:46:10.065 INFO running `"docker" "start" "-a" "a338846b1247ce37395aa527c5420cad1746ab2d0036c54eb1b93ff9a68a63a9"` Sep 19 23:46:11.021 INFO kablam! usermod: no changes Sep 19 23:46:11.130 INFO kablam! Checking alga v0.5.4 Sep 19 23:46:15.594 INFO kablam! Checking nalgebra v0.14.4 Sep 19 23:46:46.167 INFO kablam! Checking ncollide_math v0.9.0 Sep 19 23:46:47.305 INFO kablam! Checking ncollide_utils v0.9.0 Sep 19 23:46:48.949 INFO kablam! Checking ncollide_procedural v0.9.0 Sep 19 23:46:48.949 INFO kablam! Checking ncollide_geometry v0.6.3 Sep 19 23:47:01.689 INFO kablam! Checking ncollide_transformation v0.9.0 (/source) Sep 19 23:47:02.686 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 19 23:47:02.686 INFO kablam! --> convex_hull3.rs:657:28 Sep 19 23:47:02.686 INFO kablam! | Sep 19 23:47:02.686 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 19 23:47:02.686 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 19 23:47:02.694 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 23:47:02.694 INFO kablam! | Sep 19 23:47:02.694 INFO kablam! 646 | use convex_hull2::convex_hull2; Sep 19 23:47:02.694 INFO kablam! | Sep 19 23:47:02.694 INFO kablam! Sep 19 23:47:02.694 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 19 23:47:02.694 INFO kablam! --> convex_hull3.rs:665:29 Sep 19 23:47:02.694 INFO kablam! | Sep 19 23:47:02.695 INFO kablam! 665 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 19 23:47:02.695 INFO kablam! | ^^^^^^ not found in `super` Sep 19 23:47:02.695 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 19 23:47:02.695 INFO kablam! | Sep 19 23:47:02.695 INFO kablam! 646 | use procedural::sphere; Sep 19 23:47:02.695 INFO kablam! | Sep 19 23:47:02.695 INFO kablam! Sep 19 23:47:02.711 INFO kablam! warning: unused import: `procedural` Sep 19 23:47:02.712 INFO kablam! --> convex_hull3.rs:647:9 Sep 19 23:47:02.712 INFO kablam! | Sep 19 23:47:02.712 INFO kablam! 647 | use procedural; Sep 19 23:47:02.712 INFO kablam! | ^^^^^^^^^^ Sep 19 23:47:02.712 INFO kablam! | Sep 19 23:47:02.712 INFO kablam! note: lint level defined here Sep 19 23:47:02.712 INFO kablam! --> lib.rs:9:9 Sep 19 23:47:02.712 INFO kablam! | Sep 19 23:47:02.712 INFO kablam! 9 | #![warn(unused_imports)] Sep 19 23:47:02.712 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:47:02.712 INFO kablam! Sep 19 23:47:04.824 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 19 23:47:04.824 INFO kablam! --> convex_hull3.rs:657:48 Sep 19 23:47:04.824 INFO kablam! | Sep 19 23:47:04.824 INFO kablam! 657 | let chull = super::convex_hull2(points.as_slice()); Sep 19 23:47:04.824 INFO kablam! | ^^^^^^^^ Sep 19 23:47:04.824 INFO kablam! | Sep 19 23:47:04.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 19 23:47:04.824 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 19 23:47:04.824 INFO kablam! `use core::array::FixedSizeArray;` Sep 19 23:47:04.824 INFO kablam! Sep 19 23:47:04.993 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:47:04.993 INFO kablam! Sep 19 23:47:04.993 INFO kablam! Some errors occurred: E0425, E0599. Sep 19 23:47:04.993 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 19 23:47:05.006 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 19 23:47:05.006 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:47:05.362 INFO kablam! error: build failed Sep 19 23:47:05.364 INFO kablam! su: No module specific data is present Sep 19 23:47:06.364 INFO running `"docker" "rm" "-f" "a338846b1247ce37395aa527c5420cad1746ab2d0036c54eb1b93ff9a68a63a9"` Sep 19 23:47:06.469 INFO blam! a338846b1247ce37395aa527c5420cad1746ab2d0036c54eb1b93ff9a68a63a9