Oct 15 02:20:31.350 INFO testing bluecereal/mvp_transform against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:20:31.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 02:20:31.839 INFO blam! 5ccc63eb2191a5e23105970df8ccc1c88c50bd13af2192914bf751c68d8461ee Oct 15 02:20:31.841 INFO running `"docker" "start" "-a" "5ccc63eb2191a5e23105970df8ccc1c88c50bd13af2192914bf751c68d8461ee"` Oct 15 02:20:33.758 INFO kablam! usermod: no changes Oct 15 02:20:34.050 INFO kablam! Compiling libc v0.2.17 Oct 15 02:20:34.051 INFO kablam! Compiling phf_shared v0.7.19 Oct 15 02:20:34.059 INFO kablam! Compiling serde v0.8.18 Oct 15 02:20:34.083 INFO kablam! Compiling xml-rs v0.3.4 Oct 15 02:20:34.099 INFO kablam! Compiling x11-dl v2.11.0 Oct 15 02:20:34.119 INFO kablam! Compiling gfx v0.12.1 Oct 15 02:20:36.407 INFO kablam! Compiling phf v0.7.19 Oct 15 02:20:39.155 INFO kablam! Compiling rand v0.3.14 Oct 15 02:20:39.155 INFO kablam! Compiling fs2 v0.2.5 Oct 15 02:20:39.155 INFO kablam! Compiling shared_library v0.1.5 Oct 15 02:20:42.687 INFO kablam! Compiling memmap v0.2.3 Oct 15 02:20:46.299 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 02:20:47.805 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 15 02:20:47.805 INFO kablam! Compiling gl_generator v0.5.2 Oct 15 02:20:50.435 INFO kablam! Compiling phf_generator v0.7.19 Oct 15 02:20:50.435 INFO kablam! Compiling tempfile v2.1.4 Oct 15 02:20:50.435 INFO kablam! Compiling cgmath v0.12.0 Oct 15 02:20:53.771 INFO kablam! Compiling phf_codegen v0.7.19 Oct 15 02:20:55.981 INFO kablam! Compiling wayland-client v0.5.12 Oct 15 02:20:56.655 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 02:21:01.617 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 02:21:01.623 INFO kablam! Compiling glutin v0.6.2 Oct 15 02:21:09.107 INFO kablam! Compiling serde_json v0.8.3 Oct 15 02:21:19.390 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 15 02:21:20.098 INFO kablam! Compiling libloading v0.3.1 Oct 15 02:21:22.346 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:21:22.606 INFO kablam! Compiling wayland-sys v0.5.11 Oct 15 02:21:25.346 INFO kablam! Compiling wayland-window v0.2.3 Oct 15 02:21:25.346 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 15 02:21:33.067 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 15 02:21:35.006 INFO kablam! Compiling mvp_transform v0.1.0 (/source) Oct 15 02:21:36.071 INFO kablam! warning: `$crate` may not be imported Oct 15 02:21:36.071 INFO kablam! --> src/main.rs:24:1 Oct 15 02:21:36.071 INFO kablam! | Oct 15 02:21:36.071 INFO kablam! 24 | / gfx_defines! { Oct 15 02:21:36.071 INFO kablam! 25 | | vertex Vertex { Oct 15 02:21:36.071 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 15 02:21:36.071 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 15 02:21:36.071 INFO kablam! ... | Oct 15 02:21:36.071 INFO kablam! 38 | | } Oct 15 02:21:36.071 INFO kablam! 39 | | } Oct 15 02:21:36.071 INFO kablam! | |_^ Oct 15 02:21:36.071 INFO kablam! | Oct 15 02:21:36.071 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:21:36.071 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 15 02:21:36.071 INFO kablam! Oct 15 02:21:36.555 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 02:21:36.555 INFO kablam! --> src/main.rs:13:1 Oct 15 02:21:36.555 INFO kablam! | Oct 15 02:21:36.555 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 15 02:21:36.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:36.555 INFO kablam! | Oct 15 02:21:36.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:21:36.555 INFO kablam! Oct 15 02:21:36.555 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 02:21:36.555 INFO kablam! --> src/main.rs:14:1 Oct 15 02:21:36.555 INFO kablam! | Oct 15 02:21:36.555 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 15 02:21:36.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:36.555 INFO kablam! Oct 15 02:21:38.835 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 15 02:21:38.843 INFO kablam! su: No module specific data is present Oct 15 02:21:39.472 INFO running `"docker" "rm" "-f" "5ccc63eb2191a5e23105970df8ccc1c88c50bd13af2192914bf751c68d8461ee"` Oct 15 02:21:39.794 INFO blam! 5ccc63eb2191a5e23105970df8ccc1c88c50bd13af2192914bf751c68d8461ee Oct 15 02:21:39.812 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 02:21:40.331 INFO blam! 5ec512a77567412e241d8abe158b36101718d866ad2e13b66a6e7f8b125bbe07 Oct 15 02:21:40.337 INFO running `"docker" "start" "-a" "5ec512a77567412e241d8abe158b36101718d866ad2e13b66a6e7f8b125bbe07"` Oct 15 02:21:41.491 INFO kablam! usermod: no changes Oct 15 02:21:41.682 INFO kablam! Compiling mvp_transform v0.1.0 (/source) Oct 15 02:21:42.799 INFO kablam! warning: `$crate` may not be imported Oct 15 02:21:42.799 INFO kablam! --> src/main.rs:24:1 Oct 15 02:21:42.799 INFO kablam! | Oct 15 02:21:42.799 INFO kablam! 24 | / gfx_defines! { Oct 15 02:21:42.799 INFO kablam! 25 | | vertex Vertex { Oct 15 02:21:42.799 INFO kablam! 26 | | pos: [f32; 2] = "a_Pos", Oct 15 02:21:42.799 INFO kablam! 27 | | color: [f32; 3] = "a_Color", Oct 15 02:21:42.799 INFO kablam! ... | Oct 15 02:21:42.799 INFO kablam! 38 | | } Oct 15 02:21:42.799 INFO kablam! 39 | | } Oct 15 02:21:42.799 INFO kablam! | |_^ Oct 15 02:21:42.799 INFO kablam! | Oct 15 02:21:42.803 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:21:42.803 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 15 02:21:42.803 INFO kablam! Oct 15 02:21:43.236 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 02:21:43.237 INFO kablam! --> src/main.rs:13:1 Oct 15 02:21:43.238 INFO kablam! | Oct 15 02:21:43.238 INFO kablam! 13 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 15 02:21:43.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:43.238 INFO kablam! | Oct 15 02:21:43.238 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:21:43.238 INFO kablam! Oct 15 02:21:43.238 INFO kablam! warning: constant item is never used: `BLUE` Oct 15 02:21:43.238 INFO kablam! --> src/main.rs:14:1 Oct 15 02:21:43.238 INFO kablam! | Oct 15 02:21:43.238 INFO kablam! 14 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 15 02:21:43.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:43.238 INFO kablam! Oct 15 02:21:43.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.25s Oct 15 02:21:43.787 INFO kablam! su: No module specific data is present Oct 15 02:21:44.471 INFO running `"docker" "rm" "-f" "5ec512a77567412e241d8abe158b36101718d866ad2e13b66a6e7f8b125bbe07"` Oct 15 02:21:44.791 INFO blam! 5ec512a77567412e241d8abe158b36101718d866ad2e13b66a6e7f8b125bbe07 Oct 15 02:21:44.793 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 02:21:45.175 INFO blam! b9d94859eb6de0fd2673f9e3a966737868a1ff46e89db475e84f63ee053cbc8e Oct 15 02:21:45.191 INFO running `"docker" "start" "-a" "b9d94859eb6de0fd2673f9e3a966737868a1ff46e89db475e84f63ee053cbc8e"` Oct 15 02:21:47.693 INFO kablam! usermod: no changes Oct 15 02:21:47.938 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 02:21:47.959 INFO kablam! Running /target/debug/deps/mvp_transform-25a9927ec93c00b6 Oct 15 02:21:47.959 INFO blam! Oct 15 02:21:47.959 INFO blam! running 0 tests Oct 15 02:21:47.959 INFO blam! Oct 15 02:21:47.959 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:21:47.959 INFO blam! Oct 15 02:21:47.964 INFO kablam! su: No module specific data is present Oct 15 02:21:48.704 INFO running `"docker" "rm" "-f" "b9d94859eb6de0fd2673f9e3a966737868a1ff46e89db475e84f63ee053cbc8e"` Oct 15 02:21:49.027 INFO blam! b9d94859eb6de0fd2673f9e3a966737868a1ff46e89db475e84f63ee053cbc8e