Oct 15 02:19:55.639 INFO testing bluecereal/transform against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:19:55.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19:56.077 INFO blam! 061638aa999d5112ef3090f39a81e0201eded335f1ae7af15cd1d11b5c7bcd45 Oct 15 02:19:56.087 INFO running `"docker" "start" "-a" "061638aa999d5112ef3090f39a81e0201eded335f1ae7af15cd1d11b5c7bcd45"` Oct 15 02:19:57.343 INFO kablam! usermod: no changes Oct 15 02:19:57.585 INFO kablam! Compiling phf_shared v0.7.19 Oct 15 02:19:57.595 INFO kablam! Compiling serde v0.8.18 Oct 15 02:19:57.671 INFO kablam! Compiling rand v0.3.14 Oct 15 02:19:57.672 INFO kablam! Compiling gfx_core v0.4.0 Oct 15 02:19:57.672 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 02:19:59.206 INFO kablam! Compiling phf v0.7.19 Oct 15 02:20:04.976 INFO kablam! Compiling phf_generator v0.7.19 Oct 15 02:20:04.976 INFO kablam! Compiling tempfile v2.1.4 Oct 15 02:20:04.976 INFO kablam! Compiling cgmath v0.12.0 Oct 15 02:20:07.215 INFO kablam! Compiling phf_codegen v0.7.19 Oct 15 02:20:09.195 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 02:20:17.683 INFO kablam! Compiling serde_json v0.8.3 Oct 15 02:20:31.571 INFO kablam! Compiling libloading v0.3.1 Oct 15 02:20:36.427 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:20:37.104 INFO kablam! Compiling wayland-sys v0.5.11 Oct 15 02:20:39.591 INFO kablam! Compiling wayland-client v0.5.12 Oct 15 02:20:43.895 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 15 02:20:43.899 INFO kablam! Compiling gfx v0.12.1 Oct 15 02:20:43.912 INFO kablam! Compiling wayland-window v0.2.3 Oct 15 02:20:43.912 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 15 02:20:49.591 INFO kablam! Compiling glutin v0.6.2 Oct 15 02:21:01.396 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 15 02:21:03.773 INFO kablam! Compiling transform v0.1.0 (/source) Oct 15 02:21:04.859 INFO kablam! warning: `$crate` may not be imported Oct 15 02:21:04.860 INFO kablam! --> src/main.rs:20:1 Oct 15 02:21:04.860 INFO kablam! | Oct 15 02:21:04.860 INFO kablam! 20 | / gfx_defines! { Oct 15 02:21:04.861 INFO kablam! 21 | | vertex Vertex { Oct 15 02:21:04.861 INFO kablam! 22 | | pos: [f32; 2] = "a_Pos", Oct 15 02:21:04.861 INFO kablam! 23 | | color: [f32; 3] = "a_Color", Oct 15 02:21:04.862 INFO kablam! ... | Oct 15 02:21:04.862 INFO kablam! 32 | | } Oct 15 02:21:04.862 INFO kablam! 33 | | } Oct 15 02:21:04.863 INFO kablam! | |_^ Oct 15 02:21:04.863 INFO kablam! | Oct 15 02:21:04.863 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:21:04.863 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:04.864 INFO kablam! Oct 15 02:21:04.876 INFO kablam! warning: unused import: `cgmath::One` Oct 15 02:21:04.876 INFO kablam! --> src/main.rs:11:5 Oct 15 02:21:04.877 INFO kablam! | Oct 15 02:21:04.877 INFO kablam! 11 | use cgmath::One; Oct 15 02:21:04.877 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:21:04.878 INFO kablam! | Oct 15 02:21:04.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:21:04.879 INFO kablam! Oct 15 02:21:05.247 INFO kablam! warning: constant item is never used: `RED` Oct 15 02:21:05.248 INFO kablam! --> src/main.rs:13:1 Oct 15 02:21:05.248 INFO kablam! | Oct 15 02:21:05.248 INFO kablam! 13 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 15 02:21:05.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:05.249 INFO kablam! | Oct 15 02:21:05.249 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:21:05.250 INFO kablam! Oct 15 02:21:05.250 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 02:21:05.250 INFO kablam! --> src/main.rs:14:1 Oct 15 02:21:05.251 INFO kablam! | Oct 15 02:21:05.251 INFO kablam! 14 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 15 02:21:05.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:05.252 INFO kablam! Oct 15 02:21:07.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 15 02:21:07.857 INFO kablam! su: No module specific data is present Oct 15 02:21:08.731 INFO running `"docker" "rm" "-f" "061638aa999d5112ef3090f39a81e0201eded335f1ae7af15cd1d11b5c7bcd45"` Oct 15 02:21:09.066 INFO blam! 061638aa999d5112ef3090f39a81e0201eded335f1ae7af15cd1d11b5c7bcd45 Oct 15 02:21:09.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.549 INFO blam! 4dbefa58eb714992e4b6f03dfcbe337c8b6606242f499ebf9385ac941e8a056e Oct 15 02:21:09.563 INFO running `"docker" "start" "-a" "4dbefa58eb714992e4b6f03dfcbe337c8b6606242f499ebf9385ac941e8a056e"` Oct 15 02:21:10.811 INFO kablam! usermod: no changes Oct 15 02:21:11.011 INFO kablam! Compiling transform v0.1.0 (/source) Oct 15 02:21:12.151 INFO kablam! warning: `$crate` may not be imported Oct 15 02:21:12.151 INFO kablam! --> src/main.rs:20:1 Oct 15 02:21:12.151 INFO kablam! | Oct 15 02:21:12.151 INFO kablam! 20 | / gfx_defines! { Oct 15 02:21:12.151 INFO kablam! 21 | | vertex Vertex { Oct 15 02:21:12.151 INFO kablam! 22 | | pos: [f32; 2] = "a_Pos", Oct 15 02:21:12.151 INFO kablam! 23 | | color: [f32; 3] = "a_Color", Oct 15 02:21:12.151 INFO kablam! ... | Oct 15 02:21:12.151 INFO kablam! 32 | | } Oct 15 02:21:12.151 INFO kablam! 33 | | } Oct 15 02:21:12.151 INFO kablam! | |_^ Oct 15 02:21:12.151 INFO kablam! | Oct 15 02:21:12.151 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:21:12.151 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:12.151 INFO kablam! Oct 15 02:21:12.215 INFO kablam! warning: unused import: `cgmath::One` Oct 15 02:21:12.215 INFO kablam! --> src/main.rs:11:5 Oct 15 02:21:12.215 INFO kablam! | Oct 15 02:21:12.215 INFO kablam! 11 | use cgmath::One; Oct 15 02:21:12.215 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:21:12.215 INFO kablam! | Oct 15 02:21:12.215 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:21:12.215 INFO kablam! Oct 15 02:21:12.591 INFO kablam! warning: constant item is never used: `RED` Oct 15 02:21:12.591 INFO kablam! --> src/main.rs:13:1 Oct 15 02:21:12.591 INFO kablam! | Oct 15 02:21:12.591 INFO kablam! 13 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 15 02:21:12.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:12.591 INFO kablam! | Oct 15 02:21:12.591 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:21:12.591 INFO kablam! Oct 15 02:21:12.591 INFO kablam! warning: constant item is never used: `GREEN` Oct 15 02:21:12.591 INFO kablam! --> src/main.rs:14:1 Oct 15 02:21:12.591 INFO kablam! | Oct 15 02:21:12.591 INFO kablam! 14 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 15 02:21:12.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:21:12.591 INFO kablam! Oct 15 02:21:13.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 15 02:21:13.091 INFO kablam! su: No module specific data is present Oct 15 02:21:13.959 INFO running `"docker" "rm" "-f" "4dbefa58eb714992e4b6f03dfcbe337c8b6606242f499ebf9385ac941e8a056e"` Oct 15 02:21:14.258 INFO blam! 4dbefa58eb714992e4b6f03dfcbe337c8b6606242f499ebf9385ac941e8a056e Oct 15 02:21:14.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:14.657 INFO blam! 2948784463c3685893edc7a282ae91241792aa3f46d0d3b7ef23f8f892bb1856 Oct 15 02:21:14.658 INFO running `"docker" "start" "-a" "2948784463c3685893edc7a282ae91241792aa3f46d0d3b7ef23f8f892bb1856"` Oct 15 02:21:15.579 INFO kablam! usermod: no changes Oct 15 02:21:15.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 02:21:15.724 INFO kablam! Running /target/debug/deps/transform-31d02ed58ddf080d Oct 15 02:21:15.724 INFO blam! Oct 15 02:21:15.724 INFO blam! running 0 tests Oct 15 02:21:15.724 INFO blam! Oct 15 02:21:15.724 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:21:15.724 INFO blam! Oct 15 02:21:15.727 INFO kablam! su: No module specific data is present Oct 15 02:21:16.277 INFO running `"docker" "rm" "-f" "2948784463c3685893edc7a282ae91241792aa3f46d0d3b7ef23f8f892bb1856"` Oct 15 02:21:16.449 INFO blam! 2948784463c3685893edc7a282ae91241792aa3f46d0d3b7ef23f8f892bb1856