Oct 15 10:08:49.790 INFO testing Illthiriel/ecosys against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:08:49.791 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 15 10:08:50.105 INFO blam! 03faf2f15e5296677c588ba5ebe4bb76e313211d649ffb0f6fe97620457fea81 Oct 15 10:08:50.109 INFO running `"docker" "start" "-a" "03faf2f15e5296677c588ba5ebe4bb76e313211d649ffb0f6fe97620457fea81"` Oct 15 10:08:51.195 INFO kablam! usermod: no changes Oct 15 10:08:51.267 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 15 10:08:51.267 INFO kablam! please set bench.path in Cargo.toml Oct 15 10:08:51.495 INFO kablam! Compiling bencher v0.1.2 Oct 15 10:08:51.495 INFO kablam! Compiling option-filter v1.0.1 Oct 15 10:08:51.495 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 10:08:51.505 INFO kablam! Compiling shared_library v0.1.6 Oct 15 10:08:51.509 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 10:08:53.467 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 10:08:55.535 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 10:08:56.596 INFO kablam! Compiling libloading v0.3.4 Oct 15 10:08:59.299 INFO kablam! Compiling rayon v0.8.2 Oct 15 10:09:00.895 INFO kablam! Compiling dlib v0.3.1 Oct 15 10:09:01.342 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 10:09:03.399 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 10:09:04.507 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 10:09:06.527 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 10:09:06.527 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 10:09:10.703 INFO kablam! Compiling image v0.14.0 Oct 15 10:09:11.272 INFO kablam! Compiling winit v0.6.4 Oct 15 10:09:17.627 INFO kablam! Compiling glutin v0.8.1 Oct 15 10:09:21.629 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 15 10:09:28.867 INFO kablam! Compiling ecosys v0.1.0 (/source) Oct 15 10:09:30.787 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 15 10:09:30.787 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 15 10:09:30.787 INFO kablam! | Oct 15 10:09:30.787 INFO kablam! 15 | use gfx_window_glutin; Oct 15 10:09:30.787 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:09:30.787 INFO kablam! | Oct 15 10:09:30.787 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:09:30.787 INFO kablam! Oct 15 10:09:31.455 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 15 10:09:31.456 INFO kablam! --> src/world.rs:5:5 Oct 15 10:09:31.456 INFO kablam! | Oct 15 10:09:31.456 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 15 10:09:31.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:09:31.457 INFO kablam! Oct 15 10:09:31.480 INFO kablam! warning: unused variable: `receiver` Oct 15 10:09:31.480 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 15 10:09:31.480 INFO kablam! | Oct 15 10:09:31.480 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 15 10:09:31.480 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 15 10:09:31.481 INFO kablam! | Oct 15 10:09:31.481 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:09:31.481 INFO kablam! Oct 15 10:09:31.536 INFO kablam! warning: variable does not need to be mutable Oct 15 10:09:31.536 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 15 10:09:31.537 INFO kablam! | Oct 15 10:09:31.537 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 15 10:09:31.537 INFO kablam! | ----^^^^^^^^^^ Oct 15 10:09:31.538 INFO kablam! | | Oct 15 10:09:31.538 INFO kablam! | help: remove this `mut` Oct 15 10:09:31.538 INFO kablam! | Oct 15 10:09:31.540 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:09:31.541 INFO kablam! Oct 15 10:09:31.615 INFO kablam! warning: constant item is never used: `INDICES` Oct 15 10:09:31.615 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 15 10:09:31.615 INFO kablam! | Oct 15 10:09:31.615 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 15 10:09:31.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:09:31.615 INFO kablam! | Oct 15 10:09:31.615 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:09:31.615 INFO kablam! Oct 15 10:09:36.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.61s Oct 15 10:09:36.854 INFO kablam! su: No module specific data is present Oct 15 10:09:38.148 INFO running `"docker" "rm" "-f" "03faf2f15e5296677c588ba5ebe4bb76e313211d649ffb0f6fe97620457fea81"` Oct 15 10:09:38.459 INFO blam! 03faf2f15e5296677c588ba5ebe4bb76e313211d649ffb0f6fe97620457fea81 Oct 15 10:09:38.463 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 15 10:09:38.825 INFO blam! d2b63e6df982afd384b97aba5fc9299b1815f76c9d85fb15c9677bf68d44d455 Oct 15 10:09:38.831 INFO running `"docker" "start" "-a" "d2b63e6df982afd384b97aba5fc9299b1815f76c9d85fb15c9677bf68d44d455"` Oct 15 10:09:39.697 INFO kablam! usermod: no changes Oct 15 10:09:39.740 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 15 10:09:39.740 INFO kablam! please set bench.path in Cargo.toml Oct 15 10:09:39.865 INFO kablam! Compiling ecosys v0.1.0 (/source) Oct 15 10:09:41.764 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 15 10:09:41.764 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 15 10:09:41.764 INFO kablam! | Oct 15 10:09:41.764 INFO kablam! 15 | use gfx_window_glutin; Oct 15 10:09:41.764 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:09:41.764 INFO kablam! | Oct 15 10:09:41.764 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:09:41.764 INFO kablam! Oct 15 10:09:42.462 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 15 10:09:42.462 INFO kablam! --> src/world.rs:5:5 Oct 15 10:09:42.463 INFO kablam! | Oct 15 10:09:42.463 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 15 10:09:42.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:09:42.464 INFO kablam! Oct 15 10:09:42.492 INFO kablam! warning: unused variable: `receiver` Oct 15 10:09:42.493 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 15 10:09:42.494 INFO kablam! | Oct 15 10:09:42.494 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 15 10:09:42.495 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 15 10:09:42.495 INFO kablam! | Oct 15 10:09:42.496 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:09:42.496 INFO kablam! Oct 15 10:09:42.548 INFO kablam! warning: variable does not need to be mutable Oct 15 10:09:42.549 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 15 10:09:42.549 INFO kablam! | Oct 15 10:09:42.550 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 15 10:09:42.550 INFO kablam! | ----^^^^^^^^^^ Oct 15 10:09:42.551 INFO kablam! | | Oct 15 10:09:42.551 INFO kablam! | help: remove this `mut` Oct 15 10:09:42.552 INFO kablam! | Oct 15 10:09:42.552 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:09:42.552 INFO kablam! Oct 15 10:09:42.631 INFO kablam! warning: constant item is never used: `INDICES` Oct 15 10:09:42.631 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 15 10:09:42.631 INFO kablam! | Oct 15 10:09:42.631 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 15 10:09:42.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:09:42.632 INFO kablam! | Oct 15 10:09:42.632 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:09:42.632 INFO kablam! Oct 15 10:09:43.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.40s Oct 15 10:09:43.147 INFO kablam! su: No module specific data is present Oct 15 10:09:43.499 INFO running `"docker" "rm" "-f" "d2b63e6df982afd384b97aba5fc9299b1815f76c9d85fb15c9677bf68d44d455"` Oct 15 10:09:43.626 INFO blam! d2b63e6df982afd384b97aba5fc9299b1815f76c9d85fb15c9677bf68d44d455 Oct 15 10:09:43.628 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 15 10:09:43.827 INFO blam! e12fce0d6623f0de894489d8da468344733c6446254384dc991f8ed56906f0ba Oct 15 10:09:43.833 INFO running `"docker" "start" "-a" "e12fce0d6623f0de894489d8da468344733c6446254384dc991f8ed56906f0ba"` Oct 15 10:09:44.383 INFO kablam! usermod: no changes Oct 15 10:09:44.433 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 15 10:09:44.433 INFO kablam! please set bench.path in Cargo.toml Oct 15 10:09:44.545 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 10:09:44.567 INFO kablam! Running /target/debug/deps/ecosys-a012111e383f3c07 Oct 15 10:09:44.567 INFO blam! Oct 15 10:09:44.567 INFO blam! running 0 tests Oct 15 10:09:44.567 INFO blam! Oct 15 10:09:44.567 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:09:44.567 INFO blam! Oct 15 10:09:44.572 INFO kablam! su: No module specific data is present Oct 15 10:09:44.989 INFO running `"docker" "rm" "-f" "e12fce0d6623f0de894489d8da468344733c6446254384dc991f8ed56906f0ba"` Oct 15 10:09:45.114 INFO blam! e12fce0d6623f0de894489d8da468344733c6446254384dc991f8ed56906f0ba