Oct 11 02:05:50.331 INFO testing bluecereal/using_math_lib against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:05:50.331 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:05:50.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:05:50.508 INFO blam! 2cc79ea6ce8a71a8521d0e2f18ba9bf6daf6de8321cf087835c4c34b3b4001c2 Oct 11 02:05:50.510 INFO running `"docker" "start" "-a" "2cc79ea6ce8a71a8521d0e2f18ba9bf6daf6de8321cf087835c4c34b3b4001c2"` Oct 11 02:05:50.980 INFO kablam! usermod: no changes Oct 11 02:05:51.158 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 11 02:05:54.587 INFO kablam! Compiling using_math_lib v0.1.0 (/source) Oct 11 02:05:56.784 INFO kablam! warning: `$crate` may not be imported Oct 11 02:05:56.784 INFO kablam! --> src/main.rs:17:1 Oct 11 02:05:56.784 INFO kablam! | Oct 11 02:05:56.784 INFO kablam! 17 | / gfx_defines! { Oct 11 02:05:56.784 INFO kablam! 18 | | vertex Vertex { Oct 11 02:05:56.784 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 11 02:05:56.784 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 11 02:05:56.784 INFO kablam! ... | Oct 11 02:05:56.784 INFO kablam! 29 | | } Oct 11 02:05:56.784 INFO kablam! 30 | | } Oct 11 02:05:56.784 INFO kablam! | |_^ Oct 11 02:05:56.784 INFO kablam! | Oct 11 02:05:56.784 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 11 02:05:56.784 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 11 02:05:56.784 INFO kablam! Oct 11 02:05:57.252 INFO kablam! warning: constant item is never used: `RED` Oct 11 02:05:57.252 INFO kablam! --> src/main.rs:10:1 Oct 11 02:05:57.252 INFO kablam! | Oct 11 02:05:57.252 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 11 02:05:57.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:05:57.252 INFO kablam! | Oct 11 02:05:57.252 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:05:57.252 INFO kablam! Oct 11 02:05:57.252 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 02:05:57.252 INFO kablam! --> src/main.rs:11:1 Oct 11 02:05:57.252 INFO kablam! | Oct 11 02:05:57.252 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 11 02:05:57.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:05:57.252 INFO kablam! Oct 11 02:05:59.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.42s Oct 11 02:05:59.436 INFO kablam! su: No module specific data is present Oct 11 02:05:59.759 INFO running `"docker" "rm" "-f" "2cc79ea6ce8a71a8521d0e2f18ba9bf6daf6de8321cf087835c4c34b3b4001c2"` Oct 11 02:05:59.876 INFO blam! 2cc79ea6ce8a71a8521d0e2f18ba9bf6daf6de8321cf087835c4c34b3b4001c2 Oct 11 02:05:59.880 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:05:59.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:06:00.096 INFO blam! 7b25d3ea7e3ca8b0a702633dbc16aa26db0066b1c21679373360a1f485d0dd14 Oct 11 02:06:00.098 INFO running `"docker" "start" "-a" "7b25d3ea7e3ca8b0a702633dbc16aa26db0066b1c21679373360a1f485d0dd14"` Oct 11 02:06:00.652 INFO kablam! usermod: no changes Oct 11 02:06:00.754 INFO kablam! Compiling using_math_lib v0.1.0 (/source) Oct 11 02:06:02.808 INFO kablam! warning: `$crate` may not be imported Oct 11 02:06:02.808 INFO kablam! --> src/main.rs:17:1 Oct 11 02:06:02.808 INFO kablam! | Oct 11 02:06:02.808 INFO kablam! 17 | / gfx_defines! { Oct 11 02:06:02.808 INFO kablam! 18 | | vertex Vertex { Oct 11 02:06:02.808 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 11 02:06:02.808 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 11 02:06:02.808 INFO kablam! ... | Oct 11 02:06:02.808 INFO kablam! 29 | | } Oct 11 02:06:02.808 INFO kablam! 30 | | } Oct 11 02:06:02.808 INFO kablam! | |_^ Oct 11 02:06:02.808 INFO kablam! | Oct 11 02:06:02.808 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 11 02:06:02.808 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 11 02:06:02.808 INFO kablam! Oct 11 02:06:03.260 INFO kablam! warning: constant item is never used: `RED` Oct 11 02:06:03.260 INFO kablam! --> src/main.rs:10:1 Oct 11 02:06:03.260 INFO kablam! | Oct 11 02:06:03.260 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 11 02:06:03.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:03.260 INFO kablam! | Oct 11 02:06:03.260 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:06:03.260 INFO kablam! Oct 11 02:06:03.260 INFO kablam! warning: constant item is never used: `GREEN` Oct 11 02:06:03.260 INFO kablam! --> src/main.rs:11:1 Oct 11 02:06:03.260 INFO kablam! | Oct 11 02:06:03.260 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 11 02:06:03.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:03.260 INFO kablam! Oct 11 02:06:03.674 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Oct 11 02:06:03.680 INFO kablam! su: No module specific data is present Oct 11 02:06:04.234 INFO running `"docker" "rm" "-f" "7b25d3ea7e3ca8b0a702633dbc16aa26db0066b1c21679373360a1f485d0dd14"` Oct 11 02:06:04.376 INFO blam! 7b25d3ea7e3ca8b0a702633dbc16aa26db0066b1c21679373360a1f485d0dd14 Oct 11 02:06:04.377 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:06:04.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:06:04.656 INFO blam! bd1540705430fc6b3f6b939c103b7c3e4118f9daf5e274add4c561cccc121938 Oct 11 02:06:04.658 INFO running `"docker" "start" "-a" "bd1540705430fc6b3f6b939c103b7c3e4118f9daf5e274add4c561cccc121938"` Oct 11 02:06:05.069 INFO kablam! usermod: no changes Oct 11 02:06:05.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 02:06:05.175 INFO kablam! Running /target/debug/deps/using_math_lib-010c19be8cde8386 Oct 11 02:06:05.176 INFO blam! Oct 11 02:06:05.176 INFO blam! running 0 tests Oct 11 02:06:05.176 INFO blam! Oct 11 02:06:05.176 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:06:05.176 INFO blam! Oct 11 02:06:05.179 INFO kablam! su: No module specific data is present Oct 11 02:06:05.537 INFO running `"docker" "rm" "-f" "bd1540705430fc6b3f6b939c103b7c3e4118f9daf5e274add4c561cccc121938"` Oct 11 02:06:05.620 INFO blam! bd1540705430fc6b3f6b939c103b7c3e4118f9daf5e274add4c561cccc121938