Oct 10 21:49:38.073 INFO testing iceclam/gfx-test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:49:38.073 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:49:38.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 21:49:38.538 INFO blam! 92b50c6d204bfa7f8192e6c45d3e85850c9eb11e587793285c76d27f67f705b0 Oct 10 21:49:38.540 INFO running `"docker" "start" "-a" "92b50c6d204bfa7f8192e6c45d3e85850c9eb11e587793285c76d27f67f705b0"` Oct 10 21:49:39.649 INFO kablam! usermod: no changes Oct 10 21:49:39.957 INFO kablam! Compiling gl_generator v0.8.0 Oct 10 21:49:39.966 INFO kablam! Compiling gfx_device_gl v0.15.3 Oct 10 21:49:39.972 INFO kablam! Compiling wayland-window v0.13.3 Oct 10 21:49:43.016 INFO kablam! Compiling winit v0.10.0 Oct 10 21:49:45.564 INFO kablam! Compiling glutin v0.12.2 Oct 10 21:50:03.602 INFO kablam! Compiling gfx_window_glutin v0.20.0 Oct 10 21:50:07.092 INFO kablam! Compiling iceclam v0.1.0 (/source) Oct 10 21:50:09.360 INFO kablam! warning: unused `#[macro_use]` import Oct 10 21:50:09.360 INFO kablam! --> src/main.rs:2:1 Oct 10 21:50:09.360 INFO kablam! | Oct 10 21:50:09.360 INFO kablam! 2 | #[macro_use] Oct 10 21:50:09.360 INFO kablam! | ^^^^^^^^^^^^ Oct 10 21:50:09.360 INFO kablam! | Oct 10 21:50:09.360 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:50:09.360 INFO kablam! Oct 10 21:50:09.360 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 10 21:50:09.360 INFO kablam! --> src/main.rs:8:5 Oct 10 21:50:09.360 INFO kablam! | Oct 10 21:50:09.360 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 10 21:50:09.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:50:09.360 INFO kablam! Oct 10 21:50:09.404 INFO kablam! warning: unused variable: `factory` Oct 10 21:50:09.404 INFO kablam! --> src/main.rs:27:34 Oct 10 21:50:09.404 INFO kablam! | Oct 10 21:50:09.404 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:09.404 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 10 21:50:09.404 INFO kablam! | Oct 10 21:50:09.404 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:50:09.404 INFO kablam! Oct 10 21:50:09.404 INFO kablam! warning: unused variable: `color_view` Oct 10 21:50:09.404 INFO kablam! --> src/main.rs:27:43 Oct 10 21:50:09.404 INFO kablam! | Oct 10 21:50:09.404 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:09.404 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 10 21:50:09.404 INFO kablam! Oct 10 21:50:09.404 INFO kablam! warning: unused variable: `depth_view` Oct 10 21:50:09.404 INFO kablam! --> src/main.rs:27:59 Oct 10 21:50:09.405 INFO kablam! | Oct 10 21:50:09.405 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:09.405 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 10 21:50:09.405 INFO kablam! Oct 10 21:50:09.416 INFO kablam! warning: variable does not need to be mutable Oct 10 21:50:09.416 INFO kablam! --> src/main.rs:27:30 Oct 10 21:50:09.416 INFO kablam! | Oct 10 21:50:09.416 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:09.416 INFO kablam! | ----^^^^^^^ Oct 10 21:50:09.416 INFO kablam! | | Oct 10 21:50:09.416 INFO kablam! | help: remove this `mut` Oct 10 21:50:09.416 INFO kablam! | Oct 10 21:50:09.416 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:50:09.416 INFO kablam! Oct 10 21:50:09.416 INFO kablam! warning: variable does not need to be mutable Oct 10 21:50:09.416 INFO kablam! --> src/main.rs:27:55 Oct 10 21:50:09.416 INFO kablam! | Oct 10 21:50:09.416 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:09.416 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:50:09.416 INFO kablam! | | Oct 10 21:50:09.416 INFO kablam! | help: remove this `mut` Oct 10 21:50:09.416 INFO kablam! Oct 10 21:50:09.416 INFO kablam! warning: constant item is never used: `BLACK` Oct 10 21:50:09.416 INFO kablam! --> src/main.rs:17:1 Oct 10 21:50:09.416 INFO kablam! | Oct 10 21:50:09.416 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 10 21:50:09.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:50:09.417 INFO kablam! | Oct 10 21:50:09.417 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:50:09.417 INFO kablam! Oct 10 21:50:11.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.13s Oct 10 21:50:11.823 INFO kablam! su: No module specific data is present Oct 10 21:50:12.273 INFO running `"docker" "rm" "-f" "92b50c6d204bfa7f8192e6c45d3e85850c9eb11e587793285c76d27f67f705b0"` Oct 10 21:50:12.416 INFO blam! 92b50c6d204bfa7f8192e6c45d3e85850c9eb11e587793285c76d27f67f705b0 Oct 10 21:50:12.420 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:50:12.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 21:50:12.671 INFO blam! d36b98a3654c318c4c71203553de06676dfa419054d88a6ca4ff8f2eb451313b Oct 10 21:50:12.672 INFO running `"docker" "start" "-a" "d36b98a3654c318c4c71203553de06676dfa419054d88a6ca4ff8f2eb451313b"` Oct 10 21:50:13.574 INFO kablam! usermod: no changes Oct 10 21:50:13.744 INFO kablam! Compiling iceclam v0.1.0 (/source) Oct 10 21:50:15.847 INFO kablam! warning: unused `#[macro_use]` import Oct 10 21:50:15.847 INFO kablam! --> src/main.rs:2:1 Oct 10 21:50:15.847 INFO kablam! | Oct 10 21:50:15.847 INFO kablam! 2 | #[macro_use] Oct 10 21:50:15.847 INFO kablam! | ^^^^^^^^^^^^ Oct 10 21:50:15.847 INFO kablam! | Oct 10 21:50:15.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:50:15.847 INFO kablam! Oct 10 21:50:15.847 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 10 21:50:15.847 INFO kablam! --> src/main.rs:8:5 Oct 10 21:50:15.847 INFO kablam! | Oct 10 21:50:15.847 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 10 21:50:15.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:50:15.847 INFO kablam! Oct 10 21:50:15.896 INFO kablam! warning: unused variable: `factory` Oct 10 21:50:15.896 INFO kablam! --> src/main.rs:27:34 Oct 10 21:50:15.896 INFO kablam! | Oct 10 21:50:15.896 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:15.896 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 10 21:50:15.896 INFO kablam! | Oct 10 21:50:15.896 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:50:15.896 INFO kablam! Oct 10 21:50:15.896 INFO kablam! warning: unused variable: `color_view` Oct 10 21:50:15.896 INFO kablam! --> src/main.rs:27:43 Oct 10 21:50:15.896 INFO kablam! | Oct 10 21:50:15.896 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:15.896 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 10 21:50:15.896 INFO kablam! Oct 10 21:50:15.896 INFO kablam! warning: unused variable: `depth_view` Oct 10 21:50:15.896 INFO kablam! --> src/main.rs:27:59 Oct 10 21:50:15.896 INFO kablam! | Oct 10 21:50:15.896 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:15.896 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 10 21:50:15.896 INFO kablam! Oct 10 21:50:15.896 INFO kablam! warning: variable does not need to be mutable Oct 10 21:50:15.896 INFO kablam! --> src/main.rs:27:55 Oct 10 21:50:15.896 INFO kablam! | Oct 10 21:50:15.898 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:15.899 INFO kablam! | ----^^^^^^^^^^ Oct 10 21:50:15.899 INFO kablam! | | Oct 10 21:50:15.901 INFO kablam! | help: remove this `mut` Oct 10 21:50:15.901 INFO kablam! | Oct 10 21:50:15.901 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:50:15.901 INFO kablam! Oct 10 21:50:15.901 INFO kablam! warning: variable does not need to be mutable Oct 10 21:50:15.901 INFO kablam! --> src/main.rs:27:30 Oct 10 21:50:15.901 INFO kablam! | Oct 10 21:50:15.901 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 10 21:50:15.901 INFO kablam! | ----^^^^^^^ Oct 10 21:50:15.901 INFO kablam! | | Oct 10 21:50:15.901 INFO kablam! | help: remove this `mut` Oct 10 21:50:15.901 INFO kablam! Oct 10 21:50:15.901 INFO kablam! warning: constant item is never used: `BLACK` Oct 10 21:50:15.901 INFO kablam! --> src/main.rs:17:1 Oct 10 21:50:15.901 INFO kablam! | Oct 10 21:50:15.901 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 10 21:50:15.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:50:15.901 INFO kablam! | Oct 10 21:50:15.901 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:50:15.901 INFO kablam! Oct 10 21:50:16.293 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.68s Oct 10 21:50:16.302 INFO kablam! su: No module specific data is present Oct 10 21:50:16.616 INFO running `"docker" "rm" "-f" "d36b98a3654c318c4c71203553de06676dfa419054d88a6ca4ff8f2eb451313b"` Oct 10 21:50:16.738 INFO blam! d36b98a3654c318c4c71203553de06676dfa419054d88a6ca4ff8f2eb451313b Oct 10 21:50:16.743 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:50:16.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 21:50:17.017 INFO blam! 7f755b17fa297c2a7c02be101d744821b4b7962d4fbeff0a8fa4fc5e58e51b1f Oct 10 21:50:17.018 INFO running `"docker" "start" "-a" "7f755b17fa297c2a7c02be101d744821b4b7962d4fbeff0a8fa4fc5e58e51b1f"` Oct 10 21:50:17.805 INFO kablam! usermod: no changes Oct 10 21:50:17.920 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 21:50:17.935 INFO kablam! Running /target/debug/deps/iceclam-898bfac4a795c1df Oct 10 21:50:17.938 INFO blam! Oct 10 21:50:17.938 INFO blam! running 0 tests Oct 10 21:50:17.938 INFO blam! Oct 10 21:50:17.938 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:50:17.939 INFO blam! Oct 10 21:50:17.939 INFO kablam! su: No module specific data is present Oct 10 21:50:18.270 INFO running `"docker" "rm" "-f" "7f755b17fa297c2a7c02be101d744821b4b7962d4fbeff0a8fa4fc5e58e51b1f"` Oct 10 21:50:18.356 INFO blam! 7f755b17fa297c2a7c02be101d744821b4b7962d4fbeff0a8fa4fc5e58e51b1f