Sep 21 06:38:05.149 INFO checking ncollide_transformation-0.8.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 06:38:05.149 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 06:38:05.149 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:38:05.327 INFO blam! 9ae5ecf10c58f67f4b1472d582c3175a7583bbf745ea18a5923873f59326d959 Sep 21 06:38:05.329 INFO running `"docker" "start" "-a" "9ae5ecf10c58f67f4b1472d582c3175a7583bbf745ea18a5923873f59326d959"` Sep 21 06:38:06.630 INFO kablam! usermod: no changes Sep 21 06:38:06.793 INFO kablam! Checking ncollide_geometry v0.5.1 Sep 21 06:38:15.992 INFO kablam! Checking ncollide_transformation v0.8.0 (/source) Sep 21 06:38:16.762 INFO kablam! error[E0425]: cannot find function `convex_hull2` in module `super` Sep 21 06:38:16.762 INFO kablam! --> convex_hull3.rs:605:28 Sep 21 06:38:16.762 INFO kablam! | Sep 21 06:38:16.763 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 21 06:38:16.763 INFO kablam! | ^^^^^^^^^^^^ did you mean `convex_hull3`? Sep 21 06:38:16.763 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 06:38:16.763 INFO kablam! | Sep 21 06:38:16.764 INFO kablam! 594 | use convex_hull2::convex_hull2; Sep 21 06:38:16.764 INFO kablam! | Sep 21 06:38:16.764 INFO kablam! Sep 21 06:38:16.765 INFO kablam! error[E0425]: cannot find function `sphere` in module `super` Sep 21 06:38:16.765 INFO kablam! --> convex_hull3.rs:613:29 Sep 21 06:38:16.765 INFO kablam! | Sep 21 06:38:16.765 INFO kablam! 613 | let sphere = super::sphere(0.4f32, 20, 20, true); Sep 21 06:38:16.765 INFO kablam! | ^^^^^^ not found in `super` Sep 21 06:38:16.765 INFO kablam! help: possible candidate is found in another module, you can import it into scope Sep 21 06:38:16.765 INFO kablam! | Sep 21 06:38:16.765 INFO kablam! 594 | use procedural::sphere; Sep 21 06:38:16.765 INFO kablam! | Sep 21 06:38:16.765 INFO kablam! Sep 21 06:38:16.782 INFO kablam! warning: unused import: `procedural` Sep 21 06:38:16.782 INFO kablam! --> convex_hull3.rs:595:9 Sep 21 06:38:16.782 INFO kablam! | Sep 21 06:38:16.782 INFO kablam! 595 | use procedural; Sep 21 06:38:16.782 INFO kablam! | ^^^^^^^^^^ Sep 21 06:38:16.782 INFO kablam! | Sep 21 06:38:16.782 INFO kablam! note: lint level defined here Sep 21 06:38:16.782 INFO kablam! --> lib.rs:9:9 Sep 21 06:38:16.782 INFO kablam! | Sep 21 06:38:16.782 INFO kablam! 9 | #![warn(unused_imports)] Sep 21 06:38:16.782 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 06:38:16.782 INFO kablam! Sep 21 06:38:18.391 INFO kablam! error[E0599]: no method named `as_slice` found for type `[na::Point; 3]` in the current scope Sep 21 06:38:18.391 INFO kablam! --> convex_hull3.rs:605:48 Sep 21 06:38:18.391 INFO kablam! | Sep 21 06:38:18.391 INFO kablam! 605 | let chull = super::convex_hull2(points.as_slice()); Sep 21 06:38:18.391 INFO kablam! | ^^^^^^^^ Sep 21 06:38:18.391 INFO kablam! | Sep 21 06:38:18.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Sep 21 06:38:18.395 INFO kablam! = note: the following trait is implemented but not in scope, perhaps add a `use` for it: Sep 21 06:38:18.395 INFO kablam! `use core::array::FixedSizeArray;` Sep 21 06:38:18.395 INFO kablam! Sep 21 06:38:18.526 INFO kablam! error: aborting due to 3 previous errors Sep 21 06:38:18.526 INFO kablam! Sep 21 06:38:18.526 INFO kablam! Some errors occurred: E0425, E0599. Sep 21 06:38:18.526 INFO kablam! For more information about an error, try `rustc --explain E0425`. Sep 21 06:38:18.552 INFO kablam! error: Could not compile `ncollide_transformation`. Sep 21 06:38:18.552 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:38:18.801 INFO kablam! error: build failed Sep 21 06:38:18.802 INFO kablam! su: No module specific data is present Sep 21 06:38:19.980 INFO running `"docker" "rm" "-f" "9ae5ecf10c58f67f4b1472d582c3175a7583bbf745ea18a5923873f59326d959"` Sep 21 06:38:20.110 INFO blam! 9ae5ecf10c58f67f4b1472d582c3175a7583bbf745ea18a5923873f59326d959