Oct 11 04:11:12.313 INFO testing Thinkofname/rust-quake against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:11:12.313 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:11:12.313 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 04:11:12.820 INFO blam! 2e8d6e2bafee1c1fb1d0acb3c497439f1685be586d62d6d32e4506e7f255a6c5 Oct 11 04:11:12.840 INFO running `"docker" "start" "-a" "2e8d6e2bafee1c1fb1d0acb3c497439f1685be586d62d6d32e4506e7f255a6c5"` Oct 11 04:11:14.301 INFO kablam! usermod: no changes Oct 11 04:11:14.628 INFO kablam! Compiling memchr v1.0.1 Oct 11 04:11:14.629 INFO kablam! Compiling cgmath v0.15.0 Oct 11 04:11:14.629 INFO kablam! Compiling derivative v1.0.0 Oct 11 04:11:14.638 INFO kablam! Compiling backtrace v0.3.2 Oct 11 04:11:17.456 INFO kablam! Compiling aho-corasick v0.6.3 Oct 11 04:11:18.660 INFO kablam! Compiling error-chain v0.10.0 Oct 11 04:11:20.964 INFO kablam! Compiling regex v0.2.2 Oct 11 04:11:31.308 INFO kablam! Compiling gfx_core v0.7.1 Oct 11 04:11:31.652 INFO kablam! Compiling env_logger v0.4.3 Oct 11 04:11:59.725 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 11 04:11:59.725 INFO kablam! Compiling gfx v0.16.1 Oct 11 04:12:04.176 INFO kablam! Compiling gfx_window_glutin v0.17.0 Oct 11 04:12:07.501 INFO kablam! Compiling quake v0.1.0 (/source) Oct 11 04:12:10.327 INFO kablam! warning: unused import: `gfx::memory` Oct 11 04:12:10.327 INFO kablam! --> src/render/qmap.rs:16:5 Oct 11 04:12:10.327 INFO kablam! | Oct 11 04:12:10.327 INFO kablam! 16 | use gfx::memory; Oct 11 04:12:10.327 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:12:10.327 INFO kablam! | Oct 11 04:12:10.327 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:12:10.328 INFO kablam! Oct 11 04:12:10.329 INFO kablam! warning: unused import: `Texture` Oct 11 04:12:10.329 INFO kablam! --> src/render/qmap.rs:18:5 Oct 11 04:12:10.329 INFO kablam! | Oct 11 04:12:10.329 INFO kablam! 18 | Texture, Oct 11 04:12:10.329 INFO kablam! | ^^^^^^^ Oct 11 04:12:10.329 INFO kablam! Oct 11 04:12:10.329 INFO kablam! warning: unused import: `gfx::memory` Oct 11 04:12:10.329 INFO kablam! --> src/render/mod.rs:19:5 Oct 11 04:12:10.329 INFO kablam! | Oct 11 04:12:10.329 INFO kablam! 19 | use gfx::memory; Oct 11 04:12:10.329 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:12:10.329 INFO kablam! Oct 11 04:12:10.329 INFO kablam! warning: unused import: `Texture` Oct 11 04:12:10.329 INFO kablam! --> src/render/mod.rs:21:5 Oct 11 04:12:10.329 INFO kablam! | Oct 11 04:12:10.329 INFO kablam! 21 | Texture, Oct 11 04:12:10.329 INFO kablam! | ^^^^^^^ Oct 11 04:12:10.329 INFO kablam! Oct 11 04:12:10.336 INFO kablam! warning: unused import: `DeviceEvent` Oct 11 04:12:10.336 INFO kablam! --> src/main.rs:25:5 Oct 11 04:12:10.336 INFO kablam! | Oct 11 04:12:10.336 INFO kablam! 25 | DeviceEvent, Oct 11 04:12:10.336 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:12:10.336 INFO kablam! Oct 11 04:12:12.061 INFO kablam! warning: unused variable: `device` Oct 11 04:12:12.062 INFO kablam! --> src/render/qmap.rs:48:9 Oct 11 04:12:12.062 INFO kablam! | Oct 11 04:12:12.062 INFO kablam! 48 | device: &mut D, factory: &mut F, Oct 11 04:12:12.063 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 11 04:12:12.063 INFO kablam! | Oct 11 04:12:12.065 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:12:12.065 INFO kablam! Oct 11 04:12:12.065 INFO kablam! warning: unused variable: `device` Oct 11 04:12:12.066 INFO kablam! --> src/render/qmap.rs:423:9 Oct 11 04:12:12.066 INFO kablam! | Oct 11 04:12:12.066 INFO kablam! 423 | device: &mut D, factory: &mut F, encoder: &mut gfx::Encoder, Oct 11 04:12:12.067 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 11 04:12:12.067 INFO kablam! Oct 11 04:12:12.067 INFO kablam! warning: unused variable: `factory` Oct 11 04:12:12.067 INFO kablam! --> src/render/qmap.rs:423:25 Oct 11 04:12:12.068 INFO kablam! | Oct 11 04:12:12.068 INFO kablam! 423 | device: &mut D, factory: &mut F, encoder: &mut gfx::Encoder, Oct 11 04:12:12.068 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 11 04:12:12.069 INFO kablam! Oct 11 04:12:12.436 INFO kablam! warning: field is never used: `pak` Oct 11 04:12:12.436 INFO kablam! --> src/render/mod.rs:104:5 Oct 11 04:12:12.436 INFO kablam! | Oct 11 04:12:12.436 INFO kablam! 104 | pak: Rc, Oct 11 04:12:12.436 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 04:12:12.436 INFO kablam! | Oct 11 04:12:12.436 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:12:12.436 INFO kablam! Oct 11 04:12:17.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 11 04:12:17.192 INFO kablam! su: No module specific data is present Oct 11 04:12:18.121 INFO running `"docker" "rm" "-f" "2e8d6e2bafee1c1fb1d0acb3c497439f1685be586d62d6d32e4506e7f255a6c5"` Oct 11 04:12:18.421 INFO blam! 2e8d6e2bafee1c1fb1d0acb3c497439f1685be586d62d6d32e4506e7f255a6c5 Oct 11 04:12:18.424 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:12:18.424 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 04:12:18.866 INFO blam! d16c071ea867b44184bba193b7bb3de769c9472e2000125cad724c758611a14a Oct 11 04:12:18.868 INFO running `"docker" "start" "-a" "d16c071ea867b44184bba193b7bb3de769c9472e2000125cad724c758611a14a"` Oct 11 04:12:20.052 INFO kablam! usermod: no changes Oct 11 04:12:20.228 INFO kablam! Compiling quake v0.1.0 (/source) Oct 11 04:12:23.952 INFO kablam! warning: unused import: `gfx::memory` Oct 11 04:12:23.953 INFO kablam! --> src/render/qmap.rs:16:5 Oct 11 04:12:23.953 INFO kablam! | Oct 11 04:12:23.953 INFO kablam! 16 | use gfx::memory; Oct 11 04:12:23.954 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:12:23.954 INFO kablam! | Oct 11 04:12:23.954 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:12:23.954 INFO kablam! Oct 11 04:12:23.955 INFO kablam! warning: unused import: `Texture` Oct 11 04:12:23.955 INFO kablam! --> src/render/qmap.rs:18:5 Oct 11 04:12:23.955 INFO kablam! | Oct 11 04:12:23.955 INFO kablam! 18 | Texture, Oct 11 04:12:23.956 INFO kablam! | ^^^^^^^ Oct 11 04:12:23.956 INFO kablam! Oct 11 04:12:23.956 INFO kablam! warning: unused import: `gfx::memory` Oct 11 04:12:23.956 INFO kablam! --> src/render/mod.rs:19:5 Oct 11 04:12:23.957 INFO kablam! | Oct 11 04:12:23.957 INFO kablam! 19 | use gfx::memory; Oct 11 04:12:23.957 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:12:23.957 INFO kablam! Oct 11 04:12:23.958 INFO kablam! warning: unused import: `Texture` Oct 11 04:12:23.958 INFO kablam! --> src/render/mod.rs:21:5 Oct 11 04:12:23.958 INFO kablam! | Oct 11 04:12:23.958 INFO kablam! 21 | Texture, Oct 11 04:12:23.959 INFO kablam! | ^^^^^^^ Oct 11 04:12:23.959 INFO kablam! Oct 11 04:12:23.959 INFO kablam! warning: unused import: `DeviceEvent` Oct 11 04:12:23.959 INFO kablam! --> src/main.rs:25:5 Oct 11 04:12:23.960 INFO kablam! | Oct 11 04:12:23.960 INFO kablam! 25 | DeviceEvent, Oct 11 04:12:23.960 INFO kablam! | ^^^^^^^^^^^ Oct 11 04:12:23.961 INFO kablam! Oct 11 04:12:26.092 INFO kablam! warning: unused variable: `device` Oct 11 04:12:26.092 INFO kablam! --> src/render/qmap.rs:48:9 Oct 11 04:12:26.092 INFO kablam! | Oct 11 04:12:26.092 INFO kablam! 48 | device: &mut D, factory: &mut F, Oct 11 04:12:26.092 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 11 04:12:26.092 INFO kablam! | Oct 11 04:12:26.092 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:12:26.092 INFO kablam! Oct 11 04:12:26.092 INFO kablam! warning: unused variable: `device` Oct 11 04:12:26.092 INFO kablam! --> src/render/qmap.rs:423:9 Oct 11 04:12:26.092 INFO kablam! | Oct 11 04:12:26.092 INFO kablam! 423 | device: &mut D, factory: &mut F, encoder: &mut gfx::Encoder, Oct 11 04:12:26.092 INFO kablam! | ^^^^^^ help: consider using `_device` instead Oct 11 04:12:26.092 INFO kablam! Oct 11 04:12:26.092 INFO kablam! warning: unused variable: `factory` Oct 11 04:12:26.092 INFO kablam! --> src/render/qmap.rs:423:25 Oct 11 04:12:26.092 INFO kablam! | Oct 11 04:12:26.092 INFO kablam! 423 | device: &mut D, factory: &mut F, encoder: &mut gfx::Encoder, Oct 11 04:12:26.092 INFO kablam! | ^^^^^^^ help: consider using `_factory` instead Oct 11 04:12:26.092 INFO kablam! Oct 11 04:12:26.447 INFO kablam! warning: field is never used: `pak` Oct 11 04:12:26.447 INFO kablam! --> src/render/mod.rs:104:5 Oct 11 04:12:26.447 INFO kablam! | Oct 11 04:12:26.447 INFO kablam! 104 | pak: Rc, Oct 11 04:12:26.447 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 04:12:26.447 INFO kablam! | Oct 11 04:12:26.447 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:12:26.447 INFO kablam! Oct 11 04:12:27.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.00s Oct 11 04:12:27.095 INFO kablam! su: No module specific data is present Oct 11 04:12:27.704 INFO running `"docker" "rm" "-f" "d16c071ea867b44184bba193b7bb3de769c9472e2000125cad724c758611a14a"` Oct 11 04:12:27.936 INFO blam! d16c071ea867b44184bba193b7bb3de769c9472e2000125cad724c758611a14a Oct 11 04:12:27.946 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:12:27.946 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 04:12:28.185 INFO blam! bd7a2ac38a732ddd53919fd4bcd403fcfb3fed5d3586e97ae275ad42dde6b512 Oct 11 04:12:28.190 INFO running `"docker" "start" "-a" "bd7a2ac38a732ddd53919fd4bcd403fcfb3fed5d3586e97ae275ad42dde6b512"` Oct 11 04:12:28.907 INFO kablam! usermod: no changes Oct 11 04:12:29.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 11 04:12:29.089 INFO kablam! Running /target/debug/deps/quake-dcdc3b8fb360a6bf Oct 11 04:12:29.091 INFO blam! Oct 11 04:12:29.091 INFO blam! running 0 tests Oct 11 04:12:29.091 INFO blam! Oct 11 04:12:29.091 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:12:29.091 INFO blam! Oct 11 04:12:29.093 INFO kablam! su: No module specific data is present Oct 11 04:12:29.403 INFO running `"docker" "rm" "-f" "bd7a2ac38a732ddd53919fd4bcd403fcfb3fed5d3586e97ae275ad42dde6b512"` Oct 11 04:12:29.499 INFO blam! bd7a2ac38a732ddd53919fd4bcd403fcfb3fed5d3586e97ae275ad42dde6b512