Oct 14 18:25:05.780 INFO testing iceclam/gfx-test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:25:05.780 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 18:25:06.016 INFO blam! 04c2259a808a67c503695eee6501bbdd5750c450e6e611459870163bb76f35a3 Oct 14 18:25:06.018 INFO running `"docker" "start" "-a" "04c2259a808a67c503695eee6501bbdd5750c450e6e611459870163bb76f35a3"` Oct 14 18:25:06.635 INFO kablam! usermod: no changes Oct 14 18:25:06.859 INFO kablam! Compiling log v0.4.3 Oct 14 18:25:06.859 INFO kablam! Compiling x11-dl v2.18.0 Oct 14 18:25:06.870 INFO kablam! Compiling shared_library v0.1.9 Oct 14 18:25:06.870 INFO kablam! Compiling wayland-sys v0.12.5 Oct 14 18:25:08.087 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 18:25:08.119 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 18:25:08.119 INFO kablam! Compiling log v0.3.9 Oct 14 18:25:08.119 INFO kablam! Compiling gfx_core v0.8.2 Oct 14 18:25:09.156 INFO kablam! Compiling wayland-client v0.12.5 Oct 14 18:25:09.739 INFO kablam! Compiling gl_generator v0.8.0 Oct 14 18:25:13.976 INFO kablam! Compiling gfx_gl v0.5.0 Oct 14 18:25:14.658 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 14 18:25:14.791 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 14 18:25:15.447 INFO kablam! Compiling glutin v0.12.2 Oct 14 18:25:32.922 INFO kablam! Compiling wayland-window v0.13.3 Oct 14 18:25:34.685 INFO kablam! Compiling winit v0.10.0 Oct 14 18:26:07.015 INFO kablam! Compiling gfx_device_gl v0.15.3 Oct 14 18:26:07.016 INFO kablam! Compiling gfx v0.17.1 Oct 14 18:26:12.899 INFO kablam! Compiling gfx_window_glutin v0.20.0 Oct 14 18:26:16.479 INFO kablam! Compiling iceclam v0.1.0 (/source) Oct 14 18:26:17.193 INFO kablam! warning: unused `#[macro_use]` import Oct 14 18:26:17.194 INFO kablam! --> src/main.rs:2:1 Oct 14 18:26:17.194 INFO kablam! | Oct 14 18:26:17.194 INFO kablam! 2 | #[macro_use] Oct 14 18:26:17.194 INFO kablam! | ^^^^^^^^^^^^ Oct 14 18:26:17.195 INFO kablam! | Oct 14 18:26:17.195 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:26:17.195 INFO kablam! Oct 14 18:26:17.195 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 14 18:26:17.196 INFO kablam! --> src/main.rs:8:5 Oct 14 18:26:17.196 INFO kablam! | Oct 14 18:26:17.196 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 14 18:26:17.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:26:17.197 INFO kablam! Oct 14 18:26:17.247 INFO kablam! warning: unused variable: `factory` Oct 14 18:26:17.248 INFO kablam! --> src/main.rs:27:34 Oct 14 18:26:17.248 INFO kablam! | Oct 14 18:26:17.248 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:17.249 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 14 18:26:17.249 INFO kablam! | Oct 14 18:26:17.249 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:26:17.249 INFO kablam! Oct 14 18:26:17.250 INFO kablam! warning: unused variable: `color_view` Oct 14 18:26:17.250 INFO kablam! --> src/main.rs:27:43 Oct 14 18:26:17.250 INFO kablam! | Oct 14 18:26:17.251 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:17.251 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 14 18:26:17.251 INFO kablam! Oct 14 18:26:17.251 INFO kablam! warning: unused variable: `depth_view` Oct 14 18:26:17.252 INFO kablam! --> src/main.rs:27:59 Oct 14 18:26:17.252 INFO kablam! | Oct 14 18:26:17.252 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:17.253 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 14 18:26:17.253 INFO kablam! Oct 14 18:26:17.253 INFO kablam! warning: variable does not need to be mutable Oct 14 18:26:17.253 INFO kablam! --> src/main.rs:27:30 Oct 14 18:26:17.254 INFO kablam! | Oct 14 18:26:17.254 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:17.254 INFO kablam! | ----^^^^^^^ Oct 14 18:26:17.255 INFO kablam! | | Oct 14 18:26:17.255 INFO kablam! | help: remove this `mut` Oct 14 18:26:17.255 INFO kablam! | Oct 14 18:26:17.256 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:26:17.256 INFO kablam! Oct 14 18:26:17.256 INFO kablam! warning: variable does not need to be mutable Oct 14 18:26:17.256 INFO kablam! --> src/main.rs:27:55 Oct 14 18:26:17.257 INFO kablam! | Oct 14 18:26:17.257 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:17.257 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:26:17.257 INFO kablam! | | Oct 14 18:26:17.258 INFO kablam! | help: remove this `mut` Oct 14 18:26:17.258 INFO kablam! Oct 14 18:26:17.258 INFO kablam! warning: constant item is never used: `BLACK` Oct 14 18:26:17.259 INFO kablam! --> src/main.rs:17:1 Oct 14 18:26:17.259 INFO kablam! | Oct 14 18:26:17.259 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 14 18:26:17.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:26:17.260 INFO kablam! | Oct 14 18:26:17.260 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:26:17.260 INFO kablam! Oct 14 18:26:19.516 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 14 18:26:19.527 INFO kablam! su: No module specific data is present Oct 14 18:26:20.072 INFO running `"docker" "rm" "-f" "04c2259a808a67c503695eee6501bbdd5750c450e6e611459870163bb76f35a3"` Oct 14 18:26:20.371 INFO blam! 04c2259a808a67c503695eee6501bbdd5750c450e6e611459870163bb76f35a3 Oct 14 18:26:20.384 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 18:26:20.861 INFO blam! b4646da689694584e8235f45a56f2c744a5a97d11ed9d2f0fa827f57a8f66079 Oct 14 18:26:20.861 INFO running `"docker" "start" "-a" "b4646da689694584e8235f45a56f2c744a5a97d11ed9d2f0fa827f57a8f66079"` Oct 14 18:26:21.764 INFO kablam! usermod: no changes Oct 14 18:26:21.927 INFO kablam! Compiling iceclam v0.1.0 (/source) Oct 14 18:26:22.607 INFO kablam! warning: unused `#[macro_use]` import Oct 14 18:26:22.607 INFO kablam! --> src/main.rs:2:1 Oct 14 18:26:22.607 INFO kablam! | Oct 14 18:26:22.607 INFO kablam! 2 | #[macro_use] Oct 14 18:26:22.607 INFO kablam! | ^^^^^^^^^^^^ Oct 14 18:26:22.607 INFO kablam! | Oct 14 18:26:22.607 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:26:22.607 INFO kablam! Oct 14 18:26:22.607 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 14 18:26:22.607 INFO kablam! --> src/main.rs:8:5 Oct 14 18:26:22.607 INFO kablam! | Oct 14 18:26:22.607 INFO kablam! 8 | use gfx::traits::FactoryExt; Oct 14 18:26:22.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:26:22.607 INFO kablam! Oct 14 18:26:22.667 INFO kablam! warning: unused variable: `factory` Oct 14 18:26:22.667 INFO kablam! --> src/main.rs:27:34 Oct 14 18:26:22.667 INFO kablam! | Oct 14 18:26:22.667 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:22.667 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 14 18:26:22.667 INFO kablam! | Oct 14 18:26:22.667 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:26:22.667 INFO kablam! Oct 14 18:26:22.667 INFO kablam! warning: unused variable: `color_view` Oct 14 18:26:22.667 INFO kablam! --> src/main.rs:27:43 Oct 14 18:26:22.667 INFO kablam! | Oct 14 18:26:22.667 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:22.667 INFO kablam! | ^^^^^^^^^^ help: consider using `_color_view` instead Oct 14 18:26:22.667 INFO kablam! Oct 14 18:26:22.667 INFO kablam! warning: unused variable: `depth_view` Oct 14 18:26:22.667 INFO kablam! --> src/main.rs:27:59 Oct 14 18:26:22.667 INFO kablam! | Oct 14 18:26:22.667 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:22.667 INFO kablam! | ^^^^^^^^^^ help: consider using `_depth_view` instead Oct 14 18:26:22.667 INFO kablam! Oct 14 18:26:22.675 INFO kablam! warning: variable does not need to be mutable Oct 14 18:26:22.675 INFO kablam! --> src/main.rs:27:55 Oct 14 18:26:22.675 INFO kablam! | Oct 14 18:26:22.675 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:22.675 INFO kablam! | ----^^^^^^^^^^ Oct 14 18:26:22.675 INFO kablam! | | Oct 14 18:26:22.675 INFO kablam! | help: remove this `mut` Oct 14 18:26:22.675 INFO kablam! | Oct 14 18:26:22.675 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:26:22.675 INFO kablam! Oct 14 18:26:22.675 INFO kablam! warning: variable does not need to be mutable Oct 14 18:26:22.675 INFO kablam! --> src/main.rs:27:30 Oct 14 18:26:22.675 INFO kablam! | Oct 14 18:26:22.675 INFO kablam! 27 | let (window, mut device, mut factory, color_view, mut depth_view) = Oct 14 18:26:22.675 INFO kablam! | ----^^^^^^^ Oct 14 18:26:22.675 INFO kablam! | | Oct 14 18:26:22.675 INFO kablam! | help: remove this `mut` Oct 14 18:26:22.675 INFO kablam! Oct 14 18:26:22.675 INFO kablam! warning: constant item is never used: `BLACK` Oct 14 18:26:22.675 INFO kablam! --> src/main.rs:17:1 Oct 14 18:26:22.675 INFO kablam! | Oct 14 18:26:22.675 INFO kablam! 17 | const BLACK: [f32; 4] = [0.0, 0.0, 0.0, 1.0]; Oct 14 18:26:22.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:26:22.675 INFO kablam! | Oct 14 18:26:22.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:26:22.675 INFO kablam! Oct 14 18:26:23.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 14 18:26:23.227 INFO kablam! su: No module specific data is present Oct 14 18:26:23.793 INFO running `"docker" "rm" "-f" "b4646da689694584e8235f45a56f2c744a5a97d11ed9d2f0fa827f57a8f66079"` Oct 14 18:26:24.058 INFO blam! b4646da689694584e8235f45a56f2c744a5a97d11ed9d2f0fa827f57a8f66079 Oct 14 18:26:24.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 18:26:24.486 INFO blam! cfc8f7b2f234723bb0c2268d411cdfe6ae51984ea4cbc8b44261883bb55f5b7e Oct 14 18:26:24.489 INFO running `"docker" "start" "-a" "cfc8f7b2f234723bb0c2268d411cdfe6ae51984ea4cbc8b44261883bb55f5b7e"` Oct 14 18:26:25.683 INFO kablam! usermod: no changes Oct 14 18:26:25.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 18:26:25.855 INFO kablam! Running /target/debug/deps/iceclam-898bfac4a795c1df Oct 14 18:26:25.867 INFO blam! Oct 14 18:26:25.867 INFO blam! running 0 tests Oct 14 18:26:25.867 INFO blam! Oct 14 18:26:25.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:26:25.867 INFO blam! Oct 14 18:26:25.867 INFO kablam! su: No module specific data is present Oct 14 18:26:26.560 INFO running `"docker" "rm" "-f" "cfc8f7b2f234723bb0c2268d411cdfe6ae51984ea4cbc8b44261883bb55f5b7e"` Oct 14 18:26:26.787 INFO blam! cfc8f7b2f234723bb0c2268d411cdfe6ae51984ea4cbc8b44261883bb55f5b7e