Oct 27 18:52:53.099 INFO checking ncollide-0.14.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:52:53.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:52:53.596 INFO blam! d88ec214648e5e2e9288a9c6b8b483b1f0e218c7efee79d44865341511f399e7 Oct 27 18:52:53.599 INFO running `"docker" "start" "-a" "d88ec214648e5e2e9288a9c6b8b483b1f0e218c7efee79d44865341511f399e7"` Oct 27 18:52:55.267 INFO kablam! usermod: no changes Oct 27 18:52:55.415 INFO kablam! Checking alga v0.5.4 Oct 27 18:53:00.141 INFO kablam! Checking nalgebra v0.14.4 Oct 27 18:53:32.026 INFO kablam! Checking ncollide_math v0.9.0 Oct 27 18:53:33.867 INFO kablam! Checking ncollide_utils v0.9.0 Oct 27 18:53:36.263 INFO kablam! Checking ncollide_procedural v0.9.0 Oct 27 18:53:36.263 INFO kablam! Checking ncollide_geometry v0.6.3 Oct 27 18:53:49.923 INFO kablam! Checking ncollide_pipeline v0.13.1 Oct 27 18:53:49.923 INFO kablam! Checking ncollide_transformation v0.9.0 Oct 27 18:53:53.420 INFO kablam! Checking ncollide v0.14.1 (/source) Oct 27 18:53:56.939 INFO kablam! error[E0432]: unresolved import `ncollide::geometry` Oct 27 18:53:56.939 INFO kablam! --> benches/geometry/contacts.rs:6:5 Oct 27 18:53:56.939 INFO kablam! | Oct 27 18:53:56.939 INFO kablam! 6 | use ncollide::geometry; Oct 27 18:53:56.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^ no `geometry` in the root Oct 27 18:53:56.939 INFO kablam! Oct 27 18:53:56.939 INFO kablam! error[E0432]: unresolved imports `na::Mat2`, `na::Mat3`, `na::Mat4`, `na::Vec4` Oct 27 18:53:56.939 INFO kablam! --> benches/common/default_gen.rs:3:36 Oct 27 18:53:56.939 INFO kablam! | Oct 27 18:53:56.939 INFO kablam! 3 | use na::{Id, Isometry2, Isometry3, Mat2, Mat3, Mat4, Point2, Point3, Point4, Vec4, Vector2, Oct 27 18:53:56.939 INFO kablam! | ^^^^ ^^^^ ^^^^ no `Mat4` in the root ^^^^ no `Vec4` in the root Oct 27 18:53:56.939 INFO kablam! | | | Oct 27 18:53:56.939 INFO kablam! | | no `Mat3` in the root Oct 27 18:53:56.939 INFO kablam! | no `Mat2` in the root Oct 27 18:53:56.939 INFO kablam! Oct 27 18:53:56.991 INFO kablam! error[E0432]: unresolved import `ncollide::math::Scalar` Oct 27 18:53:56.991 INFO kablam! --> benches/common/default_gen.rs:7:29 Oct 27 18:53:56.991 INFO kablam! | Oct 27 18:53:56.991 INFO kablam! 7 | use ncollide::math::{Point, Scalar, Vector}; Oct 27 18:53:56.991 INFO kablam! | ^^^^^^ no `Scalar` in `math` Oct 27 18:53:56.991 INFO kablam! Oct 27 18:53:56.991 INFO kablam! error[E0432]: unresolved import `ncollide::ray` Oct 27 18:53:56.991 INFO kablam! --> benches/common/default_gen.rs:8:15 Oct 27 18:53:56.991 INFO kablam! | Oct 27 18:53:56.991 INFO kablam! 8 | use ncollide::ray::Ray; Oct 27 18:53:56.991 INFO kablam! | ^^^ Could not find `ray` in `ncollide` Oct 27 18:53:56.991 INFO kablam! Oct 27 18:53:57.023 INFO kablam! error[E0432]: unresolved import `ncollide::shape::Convex3` Oct 27 18:53:57.023 INFO kablam! --> benches/ray/mod.rs:6:47 Oct 27 18:53:57.023 INFO kablam! | Oct 27 18:53:57.023 INFO kablam! 6 | use ncollide::shape::{Ball3, Capsule3, Cone3, Convex3, Cuboid3, Cylinder3, Segment3, TriMesh3, Oct 27 18:53:57.023 INFO kablam! | ^^^^^^^ no `Convex3` in `shape`. Did you mean to use `convex`? Oct 27 18:53:57.023 INFO kablam! Oct 27 18:53:57.047 INFO kablam! error[E0432]: unresolved import `ncollide::ray` Oct 27 18:53:57.047 INFO kablam! --> benches/ray/mod.rs:8:15 Oct 27 18:53:57.047 INFO kablam! | Oct 27 18:53:57.047 INFO kablam! 8 | use ncollide::ray::{Ray3, RayCast}; Oct 27 18:53:57.047 INFO kablam! | ^^^ Could not find `ray` in `ncollide` Oct 27 18:53:57.047 INFO kablam! Oct 27 18:53:57.047 INFO kablam! error[E0432]: unresolved import `ncollide::shape::Convex3` Oct 27 18:53:57.047 INFO kablam! --> benches/bounding_volume/mod.rs:7:47 Oct 27 18:53:57.047 INFO kablam! | Oct 27 18:53:57.047 INFO kablam! 7 | use ncollide::shape::{Ball3, Capsule3, Cone3, Convex3, Cuboid3, Cylinder3, Segment3, TriMesh3, Oct 27 18:53:57.047 INFO kablam! | ^^^^^^^ no `Convex3` in `shape`. Did you mean to use `convex`? Oct 27 18:53:57.047 INFO kablam! Oct 27 18:53:57.047 INFO kablam! error[E0432]: unresolved import `ncollide::shape::Convex3` Oct 27 18:53:57.047 INFO kablam! --> benches/support_map/mod.rs:5:47 Oct 27 18:53:57.047 INFO kablam! | Oct 27 18:53:57.047 INFO kablam! 5 | use ncollide::shape::{Ball3, Capsule3, Cone3, Convex3, Cuboid3, Cylinder3, Segment3, Triangle3}; Oct 27 18:53:57.047 INFO kablam! | ^^^^^^^ no `Convex3` in `shape`. Did you mean to use `convex`? Oct 27 18:53:57.047 INFO kablam! Oct 27 18:53:57.067 INFO kablam! warning: unused macro definition Oct 27 18:53:57.067 INFO kablam! --> benches/geometry/../common/macros.rs:7:1 Oct 27 18:53:57.067 INFO kablam! | Oct 27 18:53:57.067 INFO kablam! 7 | / macro_rules! bench_method( Oct 27 18:53:57.067 INFO kablam! 8 | | ($name: ident, $method: ident, $arg: ident: $typ: ty, $($args: ident: $types: ty),*) => { Oct 27 18:53:57.067 INFO kablam! 9 | | bench_method_gen!($name, $method, $arg: $typ = generate, $($args: $types = generate),*); Oct 27 18:53:57.067 INFO kablam! 10 | | }; Oct 27 18:53:57.067 INFO kablam! ... | Oct 27 18:53:57.067 INFO kablam! 13 | | }; Oct 27 18:53:57.067 INFO kablam! 14 | | ); Oct 27 18:53:57.067 INFO kablam! | |__^ Oct 27 18:53:57.067 INFO kablam! | Oct 27 18:53:57.067 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 18:53:57.067 INFO kablam! Oct 27 18:53:57.067 INFO kablam! warning: unused macro definition Oct 27 18:53:57.067 INFO kablam! --> benches/geometry/../common/macros.rs:38:1 Oct 27 18:53:57.067 INFO kablam! | Oct 27 18:53:57.067 INFO kablam! 38 | / macro_rules! bench_method_gen( Oct 27 18:53:57.067 INFO kablam! 39 | | ($name: ident, $method: ident, $arg: ident: $typ: ty = $gen: path, $($args: ident: $types: ty = $gens: path),*) => { Oct 27 18:53:57.067 INFO kablam! 40 | | #[bench] Oct 27 18:53:57.067 INFO kablam! 41 | | fn $name(bh: &mut Bencher) { Oct 27 18:53:57.067 INFO kablam! ... | Oct 27 18:53:57.067 INFO kablam! 79 | | } Oct 27 18:53:57.067 INFO kablam! 80 | | ); Oct 27 18:53:57.067 INFO kablam! | |__^ Oct 27 18:53:57.067 INFO kablam! Oct 27 18:53:57.067 INFO kablam! warning: unused import: `RayCast` Oct 27 18:53:57.067 INFO kablam! --> benches/ray/mod.rs:8:27 Oct 27 18:53:57.067 INFO kablam! | Oct 27 18:53:57.067 INFO kablam! 8 | use ncollide::ray::{Ray3, RayCast}; Oct 27 18:53:57.067 INFO kablam! | ^^^^^^^ Oct 27 18:53:57.067 INFO kablam! | Oct 27 18:53:57.068 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:53:57.068 INFO kablam! Oct 27 18:53:57.068 INFO kablam! warning: unused macro definition Oct 27 18:53:57.068 INFO kablam! --> benches/ray/../common/macros.rs:1:1 Oct 27 18:53:57.068 INFO kablam! | Oct 27 18:53:57.068 INFO kablam! 1 | / macro_rules! bench_free_fn( Oct 27 18:53:57.068 INFO kablam! 2 | | ($name: ident, $function: path, $($args: ident: $types: ty),*) => { Oct 27 18:53:57.068 INFO kablam! 3 | | bench_free_fn_gen!($name, $function, $($args: $types = generate),*); Oct 27 18:53:57.068 INFO kablam! 4 | | } Oct 27 18:53:57.068 INFO kablam! 5 | | ); Oct 27 18:53:57.068 INFO kablam! | |__^ Oct 27 18:53:57.068 INFO kablam! Oct 27 18:53:57.068 INFO kablam! warning: unused macro definition Oct 27 18:53:57.068 INFO kablam! --> benches/ray/../common/macros.rs:16:1 Oct 27 18:53:57.068 INFO kablam! | Oct 27 18:53:57.068 INFO kablam! 16 | / macro_rules! bench_free_fn_gen( Oct 27 18:53:57.068 INFO kablam! 17 | | ($name: ident, $function: path, $($args: ident: $types: ty = $gens: path),*) => { Oct 27 18:53:57.068 INFO kablam! 18 | | #[bench] Oct 27 18:53:57.068 INFO kablam! 19 | | fn $name(bh: &mut Bencher) { Oct 27 18:53:57.068 INFO kablam! ... | Oct 27 18:53:57.068 INFO kablam! 35 | | } Oct 27 18:53:57.068 INFO kablam! 36 | | ); Oct 27 18:53:57.068 INFO kablam! | |__^ Oct 27 18:53:57.068 INFO kablam! Oct 27 18:53:57.068 INFO kablam! warning: unused macro definition Oct 27 18:53:57.068 INFO kablam! --> benches/bounding_volume/../common/macros.rs:1:1 Oct 27 18:53:57.068 INFO kablam! | Oct 27 18:53:57.068 INFO kablam! 1 | / macro_rules! bench_free_fn( Oct 27 18:53:57.068 INFO kablam! 2 | | ($name: ident, $function: path, $($args: ident: $types: ty),*) => { Oct 27 18:53:57.068 INFO kablam! 3 | | bench_free_fn_gen!($name, $function, $($args: $types = generate),*); Oct 27 18:53:57.068 INFO kablam! 4 | | } Oct 27 18:53:57.068 INFO kablam! 5 | | ); Oct 27 18:53:57.068 INFO kablam! | |__^ Oct 27 18:53:57.068 INFO kablam! Oct 27 18:53:57.068 INFO kablam! warning: unused macro definition Oct 27 18:53:57.068 INFO kablam! --> benches/bounding_volume/../common/macros.rs:16:1 Oct 27 18:53:57.068 INFO kablam! | Oct 27 18:53:57.068 INFO kablam! 16 | / macro_rules! bench_free_fn_gen( Oct 27 18:53:57.068 INFO kablam! 17 | | ($name: ident, $function: path, $($args: ident: $types: ty = $gens: path),*) => { Oct 27 18:53:57.068 INFO kablam! 18 | | #[bench] Oct 27 18:53:57.068 INFO kablam! 19 | | fn $name(bh: &mut Bencher) { Oct 27 18:53:57.068 INFO kablam! ... | Oct 27 18:53:57.068 INFO kablam! 35 | | } Oct 27 18:53:57.068 INFO kablam! 36 | | ); Oct 27 18:53:57.068 INFO kablam! | |__^ Oct 27 18:53:57.068 INFO kablam! Oct 27 18:53:57.083 INFO kablam! warning: unused macro definition Oct 27 18:53:57.084 INFO kablam! --> benches/support_map/../common/macros.rs:1:1 Oct 27 18:53:57.084 INFO kablam! | Oct 27 18:53:57.084 INFO kablam! 1 | / macro_rules! bench_free_fn( Oct 27 18:53:57.084 INFO kablam! 2 | | ($name: ident, $function: path, $($args: ident: $types: ty),*) => { Oct 27 18:53:57.084 INFO kablam! 3 | | bench_free_fn_gen!($name, $function, $($args: $types = generate),*); Oct 27 18:53:57.084 INFO kablam! 4 | | } Oct 27 18:53:57.084 INFO kablam! 5 | | ); Oct 27 18:53:57.084 INFO kablam! | |__^ Oct 27 18:53:57.084 INFO kablam! Oct 27 18:53:57.084 INFO kablam! warning: unused macro definition Oct 27 18:53:57.084 INFO kablam! --> benches/support_map/../common/macros.rs:16:1 Oct 27 18:53:57.084 INFO kablam! | Oct 27 18:53:57.084 INFO kablam! 16 | / macro_rules! bench_free_fn_gen( Oct 27 18:53:57.084 INFO kablam! 17 | | ($name: ident, $function: path, $($args: ident: $types: ty = $gens: path),*) => { Oct 27 18:53:57.084 INFO kablam! 18 | | #[bench] Oct 27 18:53:57.084 INFO kablam! 19 | | fn $name(bh: &mut Bencher) { Oct 27 18:53:57.084 INFO kablam! ... | Oct 27 18:53:57.084 INFO kablam! 35 | | } Oct 27 18:53:57.084 INFO kablam! 36 | | ); Oct 27 18:53:57.084 INFO kablam! | |__^ Oct 27 18:53:57.084 INFO kablam! Oct 27 18:53:57.106 INFO kablam! error: aborting due to 8 previous errors Oct 27 18:53:57.110 INFO kablam! Oct 27 18:53:57.110 INFO kablam! For more information about this error, try `rustc --explain E0432`. Oct 27 18:53:57.122 INFO kablam! error: Could not compile `ncollide`. Oct 27 18:53:57.123 INFO kablam! Oct 27 18:53:57.123 INFO kablam! To learn more, run the command again with --verbose. Oct 27 18:53:57.123 INFO kablam! su: No module specific data is present Oct 27 18:53:57.812 INFO running `"docker" "rm" "-f" "d88ec214648e5e2e9288a9c6b8b483b1f0e218c7efee79d44865341511f399e7"` Oct 27 18:53:58.083 INFO blam! d88ec214648e5e2e9288a9c6b8b483b1f0e218c7efee79d44865341511f399e7