Oct 11 06:18:30.571 INFO testing Illthiriel/ecosys against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:18:30.571 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:18:30.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:18:31.045 INFO blam! 773cb1294459f8c40b2b3195aabbff39f023c11237491fe49a8fdff22b420eb1 Oct 11 06:18:31.060 INFO running `"docker" "start" "-a" "773cb1294459f8c40b2b3195aabbff39f023c11237491fe49a8fdff22b420eb1"` Oct 11 06:18:32.176 INFO kablam! usermod: no changes Oct 11 06:18:32.213 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 11 06:18:32.213 INFO kablam! please set bench.path in Cargo.toml Oct 11 06:18:32.477 INFO kablam! Compiling option-filter v1.0.1 Oct 11 06:18:32.477 INFO kablam! Compiling bencher v0.1.2 Oct 11 06:18:32.477 INFO kablam! Compiling num_cpus v1.6.2 Oct 11 06:18:32.488 INFO kablam! Compiling shared_library v0.1.6 Oct 11 06:18:32.492 INFO kablam! Compiling png v0.8.0 Oct 11 06:18:32.492 INFO kablam! Compiling gfx_core v0.7.1 Oct 11 06:18:32.496 INFO kablam! Compiling target_build_utils v0.3.1 Oct 11 06:18:37.427 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 06:18:37.580 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 06:18:42.825 INFO kablam! Compiling libloading v0.3.4 Oct 11 06:18:43.169 INFO kablam! Compiling rayon v0.8.2 Oct 11 06:18:48.312 INFO kablam! Compiling dlib v0.3.1 Oct 11 06:18:49.933 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 06:18:49.949 INFO kablam! Compiling wayland-sys v0.8.7 Oct 11 06:18:52.269 INFO kablam! Compiling wayland-client v0.8.7 Oct 11 06:18:54.232 INFO kablam! Compiling image v0.14.0 Oct 11 06:18:56.139 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 11 06:18:56.139 INFO kablam! Compiling wayland-window v0.5.0 Oct 11 06:18:59.367 INFO kablam! Compiling winit v0.6.4 Oct 11 06:19:08.964 INFO kablam! Compiling glutin v0.8.1 Oct 11 06:19:21.913 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 11 06:19:21.914 INFO kablam! Compiling gfx v0.16.0 Oct 11 06:19:25.870 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 11 06:19:28.995 INFO kablam! Compiling ecosys v0.1.0 (/source) Oct 11 06:19:32.471 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 11 06:19:32.471 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 11 06:19:32.471 INFO kablam! | Oct 11 06:19:32.471 INFO kablam! 15 | use gfx_window_glutin; Oct 11 06:19:32.471 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:19:32.471 INFO kablam! | Oct 11 06:19:32.471 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:19:32.471 INFO kablam! Oct 11 06:19:33.064 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 11 06:19:33.064 INFO kablam! --> src/world.rs:5:5 Oct 11 06:19:33.064 INFO kablam! | Oct 11 06:19:33.064 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 11 06:19:33.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:19:33.064 INFO kablam! Oct 11 06:19:33.086 INFO kablam! warning: unused variable: `receiver` Oct 11 06:19:33.086 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 11 06:19:33.086 INFO kablam! | Oct 11 06:19:33.086 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 11 06:19:33.086 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 11 06:19:33.086 INFO kablam! | Oct 11 06:19:33.086 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:19:33.086 INFO kablam! Oct 11 06:19:33.147 INFO kablam! warning: variable does not need to be mutable Oct 11 06:19:33.147 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 11 06:19:33.147 INFO kablam! | Oct 11 06:19:33.148 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 11 06:19:33.148 INFO kablam! | ----^^^^^^^^^^ Oct 11 06:19:33.148 INFO kablam! | | Oct 11 06:19:33.148 INFO kablam! | help: remove this `mut` Oct 11 06:19:33.148 INFO kablam! | Oct 11 06:19:33.148 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:19:33.148 INFO kablam! Oct 11 06:19:33.222 INFO kablam! warning: constant item is never used: `INDICES` Oct 11 06:19:33.222 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 11 06:19:33.222 INFO kablam! | Oct 11 06:19:33.223 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 11 06:19:33.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:19:33.223 INFO kablam! | Oct 11 06:19:33.223 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:19:33.223 INFO kablam! Oct 11 06:19:36.350 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 04s Oct 11 06:19:36.365 INFO kablam! su: No module specific data is present Oct 11 06:19:36.680 INFO running `"docker" "rm" "-f" "773cb1294459f8c40b2b3195aabbff39f023c11237491fe49a8fdff22b420eb1"` Oct 11 06:19:36.813 INFO blam! 773cb1294459f8c40b2b3195aabbff39f023c11237491fe49a8fdff22b420eb1 Oct 11 06:19:36.828 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:19:36.830 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:19:37.136 INFO blam! d79211cf91930425bf0c8f74d9ccf8fe9bbc8ae25bf873091a41652b2b5e7293 Oct 11 06:19:37.136 INFO running `"docker" "start" "-a" "d79211cf91930425bf0c8f74d9ccf8fe9bbc8ae25bf873091a41652b2b5e7293"` Oct 11 06:19:38.012 INFO kablam! usermod: no changes Oct 11 06:19:38.068 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 11 06:19:38.069 INFO kablam! please set bench.path in Cargo.toml Oct 11 06:19:38.235 INFO kablam! Compiling ecosys v0.1.0 (/source) Oct 11 06:19:42.532 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 11 06:19:42.532 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 11 06:19:42.532 INFO kablam! | Oct 11 06:19:42.532 INFO kablam! 15 | use gfx_window_glutin; Oct 11 06:19:42.532 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:19:42.532 INFO kablam! | Oct 11 06:19:42.532 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:19:42.532 INFO kablam! Oct 11 06:19:43.168 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 11 06:19:43.168 INFO kablam! --> src/world.rs:5:5 Oct 11 06:19:43.168 INFO kablam! | Oct 11 06:19:43.168 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 11 06:19:43.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:19:43.168 INFO kablam! Oct 11 06:19:43.204 INFO kablam! warning: unused variable: `receiver` Oct 11 06:19:43.204 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 11 06:19:43.205 INFO kablam! | Oct 11 06:19:43.205 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 11 06:19:43.205 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 11 06:19:43.205 INFO kablam! | Oct 11 06:19:43.206 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:19:43.206 INFO kablam! Oct 11 06:19:43.267 INFO kablam! warning: variable does not need to be mutable Oct 11 06:19:43.267 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 11 06:19:43.268 INFO kablam! | Oct 11 06:19:43.268 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 11 06:19:43.269 INFO kablam! | ----^^^^^^^^^^ Oct 11 06:19:43.269 INFO kablam! | | Oct 11 06:19:43.269 INFO kablam! | help: remove this `mut` Oct 11 06:19:43.270 INFO kablam! | Oct 11 06:19:43.270 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:19:43.271 INFO kablam! Oct 11 06:19:43.342 INFO kablam! warning: constant item is never used: `INDICES` Oct 11 06:19:43.342 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 11 06:19:43.342 INFO kablam! | Oct 11 06:19:43.342 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 11 06:19:43.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:19:43.343 INFO kablam! | Oct 11 06:19:43.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:19:43.343 INFO kablam! Oct 11 06:19:44.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.98s Oct 11 06:19:44.024 INFO kablam! su: No module specific data is present Oct 11 06:19:44.697 INFO running `"docker" "rm" "-f" "d79211cf91930425bf0c8f74d9ccf8fe9bbc8ae25bf873091a41652b2b5e7293"` Oct 11 06:19:44.933 INFO blam! d79211cf91930425bf0c8f74d9ccf8fe9bbc8ae25bf873091a41652b2b5e7293 Oct 11 06:19:44.940 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:19:44.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:19:45.206 INFO blam! e5f7d4ec3c310e1647af0c182cc66019ab57b5a1a325a7446fa36943d70e518d Oct 11 06:19:45.220 INFO running `"docker" "start" "-a" "e5f7d4ec3c310e1647af0c182cc66019ab57b5a1a325a7446fa36943d70e518d"` Oct 11 06:19:46.236 INFO kablam! usermod: no changes Oct 11 06:19:46.276 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 11 06:19:46.276 INFO kablam! please set bench.path in Cargo.toml Oct 11 06:19:46.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 11 06:19:46.436 INFO kablam! Running /target/debug/deps/ecosys-a012111e383f3c07 Oct 11 06:19:46.441 INFO blam! Oct 11 06:19:46.441 INFO blam! running 0 tests Oct 11 06:19:46.441 INFO blam! Oct 11 06:19:46.441 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:19:46.441 INFO blam! Oct 11 06:19:46.442 INFO kablam! su: No module specific data is present Oct 11 06:19:47.121 INFO running `"docker" "rm" "-f" "e5f7d4ec3c310e1647af0c182cc66019ab57b5a1a325a7446fa36943d70e518d"` Oct 11 06:19:47.332 INFO blam! e5f7d4ec3c310e1647af0c182cc66019ab57b5a1a325a7446fa36943d70e518d