Oct 11 02:06:10.638 INFO testing bluecereal/oop_gfx_test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:06:10.638 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:06:10.638 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:06:10.973 INFO blam! f4d3e84fcf729ed94869c9709b89e4bdcfc36dd3093128dd6281b3c58970e27f Oct 11 02:06:10.974 INFO running `"docker" "start" "-a" "f4d3e84fcf729ed94869c9709b89e4bdcfc36dd3093128dd6281b3c58970e27f"` Oct 11 02:06:11.528 INFO kablam! usermod: no changes Oct 11 02:06:11.631 INFO kablam! Compiling oop_learn_gfx v0.1.0 (/source) Oct 11 02:06:13.348 INFO kablam! warning: `$crate` may not be imported Oct 11 02:06:13.348 INFO kablam! --> src/main.rs:22:1 Oct 11 02:06:13.348 INFO kablam! | Oct 11 02:06:13.348 INFO kablam! 22 | / gfx_defines! { Oct 11 02:06:13.348 INFO kablam! 23 | | vertex Vertex { Oct 11 02:06:13.348 INFO kablam! 24 | | pos: [f32; 2] = "a_Pos", Oct 11 02:06:13.348 INFO kablam! 25 | | color: [f32; 3] = "a_Color", Oct 11 02:06:13.348 INFO kablam! ... | Oct 11 02:06:13.348 INFO kablam! 30 | | } Oct 11 02:06:13.348 INFO kablam! 31 | | } Oct 11 02:06:13.348 INFO kablam! | |_^ Oct 11 02:06:13.348 INFO kablam! | Oct 11 02:06:13.348 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 11 02:06:13.348 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:13.348 INFO kablam! Oct 11 02:06:13.660 INFO kablam! warning: constant item is never used: `BLUE` Oct 11 02:06:13.660 INFO kablam! --> src/main.rs:20:1 Oct 11 02:06:13.660 INFO kablam! | Oct 11 02:06:13.660 INFO kablam! 20 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 11 02:06:13.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:13.660 INFO kablam! | Oct 11 02:06:13.660 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:06:13.660 INFO kablam! Oct 11 02:06:14.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.37s Oct 11 02:06:14.925 INFO kablam! su: No module specific data is present Oct 11 02:06:15.366 INFO running `"docker" "rm" "-f" "f4d3e84fcf729ed94869c9709b89e4bdcfc36dd3093128dd6281b3c58970e27f"` Oct 11 02:06:15.644 INFO blam! f4d3e84fcf729ed94869c9709b89e4bdcfc36dd3093128dd6281b3c58970e27f Oct 11 02:06:15.649 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:06:15.649 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:15.984 INFO blam! 18fe68e1033c71208e856ef2440640314ed78408bd9910255266ef2091959ead Oct 11 02:06:15.985 INFO running `"docker" "start" "-a" "18fe68e1033c71208e856ef2440640314ed78408bd9910255266ef2091959ead"` Oct 11 02:06:16.531 INFO kablam! usermod: no changes Oct 11 02:06:16.660 INFO kablam! Compiling oop_learn_gfx v0.1.0 (/source) Oct 11 02:06:18.644 INFO kablam! warning: `$crate` may not be imported Oct 11 02:06:18.644 INFO kablam! --> src/main.rs:22:1 Oct 11 02:06:18.644 INFO kablam! | Oct 11 02:06:18.644 INFO kablam! 22 | / gfx_defines! { Oct 11 02:06:18.644 INFO kablam! 23 | | vertex Vertex { Oct 11 02:06:18.644 INFO kablam! 24 | | pos: [f32; 2] = "a_Pos", Oct 11 02:06:18.644 INFO kablam! 25 | | color: [f32; 3] = "a_Color", Oct 11 02:06:18.644 INFO kablam! ... | Oct 11 02:06:18.644 INFO kablam! 30 | | } Oct 11 02:06:18.644 INFO kablam! 31 | | } Oct 11 02:06:18.644 INFO kablam! | |_^ Oct 11 02:06:18.644 INFO kablam! | Oct 11 02:06:18.644 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 11 02:06:18.644 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:18.644 INFO kablam! Oct 11 02:06:19.128 INFO kablam! warning: constant item is never used: `BLUE` Oct 11 02:06:19.128 INFO kablam! --> src/main.rs:20:1 Oct 11 02:06:19.128 INFO kablam! | Oct 11 02:06:19.128 INFO kablam! 20 | const BLUE: [f32; 3] = [0.0, 0.0, 1.0]; Oct 11 02:06:19.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:19.128 INFO kablam! | Oct 11 02:06:19.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:06:19.128 INFO kablam! Oct 11 02:06:19.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.98s Oct 11 02:06:19.540 INFO kablam! su: No module specific data is present Oct 11 02:06:19.815 INFO running `"docker" "rm" "-f" "18fe68e1033c71208e856ef2440640314ed78408bd9910255266ef2091959ead"` Oct 11 02:06:19.933 INFO blam! 18fe68e1033c71208e856ef2440640314ed78408bd9910255266ef2091959ead Oct 11 02:06:19.935 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:06:19.935 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:20.256 INFO blam! 44c346a283a71adc6da15a2bc86a03926b60454a05f25e7cab51c66583fac06b Oct 11 02:06:20.260 INFO running `"docker" "start" "-a" "44c346a283a71adc6da15a2bc86a03926b60454a05f25e7cab51c66583fac06b"` Oct 11 02:06:20.756 INFO kablam! usermod: no changes Oct 11 02:06:20.846 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 02:06:20.860 INFO kablam! Running /target/debug/deps/oop_learn_gfx-9049f4017013243e Oct 11 02:06:20.863 INFO blam! Oct 11 02:06:20.863 INFO blam! running 0 tests Oct 11 02:06:20.863 INFO blam! Oct 11 02:06:20.863 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:06:20.863 INFO blam! Oct 11 02:06:20.865 INFO kablam! su: No module specific data is present Oct 11 02:06:21.143 INFO running `"docker" "rm" "-f" "44c346a283a71adc6da15a2bc86a03926b60454a05f25e7cab51c66583fac06b"` Oct 11 02:06:21.231 INFO blam! 44c346a283a71adc6da15a2bc86a03926b60454a05f25e7cab51c66583fac06b