Jul 12 03:36:15.512 INFO checking ncollide_transformation-0.8.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 03:36:15.512 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:36:15.512 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:36:15.512 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-4/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 03:36:15.783 INFO blam! 0c25d7842db6f255cd2068166329929d02a394ee5c56775f04884f0a3e5e9e6a Jul 12 03:36:15.785 INFO running `"docker" "start" "-a" "0c25d7842db6f255cd2068166329929d02a394ee5c56775f04884f0a3e5e9e6a"` Jul 12 03:36:16.775 INFO kablam! Checking nalgebra v0.13.1 Jul 12 03:37:21.758 INFO kablam! Checking ncollide_math v0.8.0 Jul 12 03:37:23.652 INFO kablam! Checking ncollide_utils v0.8.0 Jul 12 03:37:26.580 INFO kablam! Checking ncollide_procedural v0.8.0 Jul 12 03:37:26.582 INFO kablam! Checking ncollide_geometry v0.5.1 Jul 12 03:37:46.939 INFO kablam! Checking ncollide_transformation v0.8.0 (file:///source) Jul 12 03:37:48.385 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Jul 12 03:37:48.385 INFO kablam! --> convex_hull3.rs:605:28 Jul 12 03:37:48.385 INFO kablam! | Jul 12 03:37:48.385 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Jul 12 03:37:48.385 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Jul 12 03:37:48.385 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 03:37:48.385 INFO kablam! | Jul 12 03:37:48.385 INFO kablam! 594 | use convex_hull2::convex_hull2; Jul 12 03:37:48.385 INFO kablam! | Jul 12 03:37:48.385 INFO kablam! Jul 12 03:37:48.386 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Jul 12 03:37:48.386 INFO kablam! --> convex_hull3.rs:613:29 Jul 12 03:37:48.386 INFO kablam! | Jul 12 03:37:48.386 INFO kablam! 613 | let sphere = super::sphere(0.4f32, 20, 20, true); Jul 12 03:37:48.386 INFO kablam! | ^^^^^^ not found in `super` Jul 12 03:37:48.386 INFO kablam! help: possible candidate is found in another module, you can import it into scope Jul 12 03:37:48.386 INFO kablam! | Jul 12 03:37:48.386 INFO kablam! 594 | use procedural::sphere; Jul 12 03:37:48.386 INFO kablam! | Jul 12 03:37:48.386 INFO kablam! Jul 12 03:37:48.413 INFO kablam! warning: unused import: `procedural` Jul 12 03:37:48.414 INFO kablam! --> convex_hull3.rs:595:9 Jul 12 03:37:48.414 INFO kablam! | Jul 12 03:37:48.414 INFO kablam! 595 | use procedural; Jul 12 03:37:48.414 INFO kablam! | ^^^^^^^^^^ Jul 12 03:37:48.414 INFO kablam! | Jul 12 03:37:48.414 INFO kablam! note: lint level defined here Jul 12 03:37:48.414 INFO kablam! --> lib.rs:9:9 Jul 12 03:37:48.414 INFO kablam! | Jul 12 03:37:48.414 INFO kablam! 9 | #![warn(unused_imports)] Jul 12 03:37:48.414 INFO kablam! | ^^^^^^^^^^^^^^ Jul 12 03:37:48.414 INFO kablam! Jul 12 03:37:52.981 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Jul 12 03:37:52.981 INFO kablam! --> convex_hull3.rs:605:48 Jul 12 03:37:52.981 INFO kablam! | Jul 12 03:37:52.981 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Jul 12 03:37:52.981 INFO kablam! | ^^^^^^^^ Jul 12 03:37:52.981 INFO kablam! | Jul 12 03:37:52.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Jul 12 03:37:52.981 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Jul 12 03:37:52.981 INFO kablam! `use core::array::FixedSizeArray;` Jul 12 03:37:52.981 INFO kablam! Jul 12 03:37:53.456 INFO kablam! error: aborting due to 3 previous errors Jul 12 03:37:53.456 INFO kablam! Jul 12 03:37:53.456 INFO kablam! Some errors occurred: E0425, E0599. Jul 12 03:37:53.456 INFO kablam! For more information about an error, try `rustc --explain E0425`. Jul 12 03:37:53.479 INFO kablam! error: Could not compile `ncollide_transformation`. Jul 12 03:37:53.481 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 03:37:54.080 INFO kablam! error: build failed Jul 12 03:37:54.082 INFO kablam! su: No module specific data is present Jul 12 03:37:54.566 INFO running `"docker" "rm" "-f" "0c25d7842db6f255cd2068166329929d02a394ee5c56775f04884f0a3e5e9e6a"` Jul 12 03:37:54.731 INFO blam! 0c25d7842db6f255cd2068166329929d02a394ee5c56775f04884f0a3e5e9e6a