Oct 12 21:16:52.505 INFO testing tiziano88/xyz against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 21:16:52.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 21:16:52.957 INFO blam! 660cbe1b3b55699e0d8731b870d7ed5ee71cea7bc2d3219f292d39da07c4cd57 Oct 12 21:16:52.967 INFO running `"docker" "start" "-a" "660cbe1b3b55699e0d8731b870d7ed5ee71cea7bc2d3219f292d39da07c4cd57"` Oct 12 21:16:55.259 INFO kablam! usermod: no changes Oct 12 21:16:55.331 INFO kablam! Compiling termion v1.1.4 Oct 12 21:16:57.275 INFO kablam! Compiling xyz v0.1.0 (/source) Oct 12 21:16:57.553 INFO kablam! warning: unused import: `rand::Rng` Oct 12 21:16:57.554 INFO kablam! --> src/main.rs:7:5 Oct 12 21:16:57.554 INFO kablam! | Oct 12 21:16:57.555 INFO kablam! 7 | use rand::Rng; Oct 12 21:16:57.555 INFO kablam! | ^^^^^^^^^ Oct 12 21:16:57.556 INFO kablam! | Oct 12 21:16:57.556 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:16:57.557 INFO kablam! Oct 12 21:16:57.659 INFO kablam! warning: unused variable: `rng` Oct 12 21:16:57.660 INFO kablam! --> src/main.rs:110:13 Oct 12 21:16:57.660 INFO kablam! | Oct 12 21:16:57.661 INFO kablam! 110 | let mut rng = thread_rng(); Oct 12 21:16:57.661 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 12 21:16:57.662 INFO kablam! | Oct 12 21:16:57.662 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:16:57.663 INFO kablam! Oct 12 21:16:57.663 INFO kablam! warning: unused variable: `s` Oct 12 21:16:57.664 INFO kablam! --> src/main.rs:115:17 Oct 12 21:16:57.664 INFO kablam! | Oct 12 21:16:57.665 INFO kablam! 115 | let mut s = "".to_string(); Oct 12 21:16:57.665 INFO kablam! | ^ help: consider using `_s` instead Oct 12 21:16:57.666 INFO kablam! Oct 12 21:16:57.666 INFO kablam! warning: variable `v` is assigned to, but never used Oct 12 21:16:57.667 INFO kablam! --> src/main.rs:61:25 Oct 12 21:16:57.667 INFO kablam! | Oct 12 21:16:57.668 INFO kablam! 61 | let mut v = self.grid[x][y]; Oct 12 21:16:57.668 INFO kablam! | ^ Oct 12 21:16:57.671 INFO kablam! | Oct 12 21:16:57.671 INFO kablam! = note: consider using `_v` instead Oct 12 21:16:57.671 INFO kablam! Oct 12 21:16:57.671 INFO kablam! warning: variable does not need to be mutable Oct 12 21:16:57.671 INFO kablam! --> src/main.rs:45:13 Oct 12 21:16:57.671 INFO kablam! | Oct 12 21:16:57.671 INFO kablam! 45 | let mut g = Grid::default(); Oct 12 21:16:57.671 INFO kablam! | ----^ Oct 12 21:16:57.671 INFO kablam! | | Oct 12 21:16:57.671 INFO kablam! | help: remove this `mut` Oct 12 21:16:57.671 INFO kablam! | Oct 12 21:16:57.671 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:16:57.671 INFO kablam! Oct 12 21:16:57.673 INFO kablam! warning: variable does not need to be mutable Oct 12 21:16:57.673 INFO kablam! --> src/main.rs:110:9 Oct 12 21:16:57.673 INFO kablam! | Oct 12 21:16:57.673 INFO kablam! 110 | let mut rng = thread_rng(); Oct 12 21:16:57.673 INFO kablam! | ----^^^ Oct 12 21:16:57.673 INFO kablam! | | Oct 12 21:16:57.673 INFO kablam! | help: remove this `mut` Oct 12 21:16:57.673 INFO kablam! Oct 12 21:16:57.673 INFO kablam! warning: variable does not need to be mutable Oct 12 21:16:57.673 INFO kablam! --> src/main.rs:115:13 Oct 12 21:16:57.673 INFO kablam! | Oct 12 21:16:57.673 INFO kablam! 115 | let mut s = "".to_string(); Oct 12 21:16:57.673 INFO kablam! | ----^ Oct 12 21:16:57.673 INFO kablam! | | Oct 12 21:16:57.673 INFO kablam! | help: remove this `mut` Oct 12 21:16:57.675 INFO kablam! Oct 12 21:16:57.675 INFO kablam! warning: constant `max` should have an upper case name such as `MAX` Oct 12 21:16:57.675 INFO kablam! --> src/main.rs:9:1 Oct 12 21:16:57.675 INFO kablam! | Oct 12 21:16:57.675 INFO kablam! 9 | const max: u32 = 128; Oct 12 21:16:57.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:16:57.675 INFO kablam! | Oct 12 21:16:57.675 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 21:16:57.675 INFO kablam! Oct 12 21:16:58.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.24s Oct 12 21:16:58.534 INFO kablam! su: No module specific data is present Oct 12 21:16:59.687 INFO running `"docker" "rm" "-f" "660cbe1b3b55699e0d8731b870d7ed5ee71cea7bc2d3219f292d39da07c4cd57"` Oct 12 21:17:00.079 INFO blam! 660cbe1b3b55699e0d8731b870d7ed5ee71cea7bc2d3219f292d39da07c4cd57 Oct 12 21:17:00.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 21:17:00.491 INFO blam! df5999eeb6a7f7c7b09e7b69cc560d6d498efa31b61a121d411f1545750a6d27 Oct 12 21:17:00.492 INFO running `"docker" "start" "-a" "df5999eeb6a7f7c7b09e7b69cc560d6d498efa31b61a121d411f1545750a6d27"` Oct 12 21:17:02.607 INFO kablam! usermod: no changes Oct 12 21:17:02.723 INFO kablam! Compiling xyz v0.1.0 (/source) Oct 12 21:17:03.023 INFO kablam! warning: unused import: `rand::Rng` Oct 12 21:17:03.023 INFO kablam! --> src/main.rs:7:5 Oct 12 21:17:03.023 INFO kablam! | Oct 12 21:17:03.023 INFO kablam! 7 | use rand::Rng; Oct 12 21:17:03.023 INFO kablam! | ^^^^^^^^^ Oct 12 21:17:03.023 INFO kablam! | Oct 12 21:17:03.023 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:17:03.023 INFO kablam! Oct 12 21:17:03.111 INFO kablam! warning: unused variable: `rng` Oct 12 21:17:03.111 INFO kablam! --> src/main.rs:110:13 Oct 12 21:17:03.111 INFO kablam! | Oct 12 21:17:03.111 INFO kablam! 110 | let mut rng = thread_rng(); Oct 12 21:17:03.111 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 12 21:17:03.111 INFO kablam! | Oct 12 21:17:03.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:17:03.111 INFO kablam! Oct 12 21:17:03.111 INFO kablam! warning: unused variable: `s` Oct 12 21:17:03.111 INFO kablam! --> src/main.rs:115:17 Oct 12 21:17:03.111 INFO kablam! | Oct 12 21:17:03.111 INFO kablam! 115 | let mut s = "".to_string(); Oct 12 21:17:03.111 INFO kablam! | ^ help: consider using `_s` instead Oct 12 21:17:03.111 INFO kablam! Oct 12 21:17:03.111 INFO kablam! warning: variable `v` is assigned to, but never used Oct 12 21:17:03.111 INFO kablam! --> src/main.rs:61:25 Oct 12 21:17:03.111 INFO kablam! | Oct 12 21:17:03.111 INFO kablam! 61 | let mut v = self.grid[x][y]; Oct 12 21:17:03.111 INFO kablam! | ^ Oct 12 21:17:03.111 INFO kablam! | Oct 12 21:17:03.111 INFO kablam! = note: consider using `_v` instead Oct 12 21:17:03.111 INFO kablam! Oct 12 21:17:03.111 INFO kablam! warning: variable does not need to be mutable Oct 12 21:17:03.111 INFO kablam! --> src/main.rs:45:13 Oct 12 21:17:03.111 INFO kablam! | Oct 12 21:17:03.111 INFO kablam! 45 | let mut g = Grid::default(); Oct 12 21:17:03.111 INFO kablam! | ----^ Oct 12 21:17:03.111 INFO kablam! | | Oct 12 21:17:03.111 INFO kablam! | help: remove this `mut` Oct 12 21:17:03.111 INFO kablam! | Oct 12 21:17:03.111 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:17:03.111 INFO kablam! Oct 12 21:17:03.131 INFO kablam! warning: variable does not need to be mutable Oct 12 21:17:03.131 INFO kablam! --> src/main.rs:110:9 Oct 12 21:17:03.131 INFO kablam! | Oct 12 21:17:03.131 INFO kablam! 110 | let mut rng = thread_rng(); Oct 12 21:17:03.131 INFO kablam! | ----^^^ Oct 12 21:17:03.131 INFO kablam! | | Oct 12 21:17:03.131 INFO kablam! | help: remove this `mut` Oct 12 21:17:03.131 INFO kablam! Oct 12 21:17:03.131 INFO kablam! warning: variable does not need to be mutable Oct 12 21:17:03.131 INFO kablam! --> src/main.rs:115:13 Oct 12 21:17:03.131 INFO kablam! | Oct 12 21:17:03.131 INFO kablam! 115 | let mut s = "".to_string(); Oct 12 21:17:03.131 INFO kablam! | ----^ Oct 12 21:17:03.131 INFO kablam! | | Oct 12 21:17:03.131 INFO kablam! | help: remove this `mut` Oct 12 21:17:03.131 INFO kablam! Oct 12 21:17:03.131 INFO kablam! warning: constant `max` should have an upper case name such as `MAX` Oct 12 21:17:03.131 INFO kablam! --> src/main.rs:9:1 Oct 12 21:17:03.131 INFO kablam! | Oct 12 21:17:03.131 INFO kablam! 9 | const max: u32 = 128; Oct 12 21:17:03.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:17:03.131 INFO kablam! | Oct 12 21:17:03.131 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 21:17:03.131 INFO kablam! Oct 12 21:17:03.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 12 21:17:03.707 INFO kablam! su: No module specific data is present Oct 12 21:17:04.864 INFO running `"docker" "rm" "-f" "df5999eeb6a7f7c7b09e7b69cc560d6d498efa31b61a121d411f1545750a6d27"` Oct 12 21:17:05.165 INFO blam! df5999eeb6a7f7c7b09e7b69cc560d6d498efa31b61a121d411f1545750a6d27 Oct 12 21:17:05.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 21:17:05.521 INFO blam! f0a1c5c7b38067b6e60ac84321dc511d43c008afccd5216b06eaab8209dd9ade Oct 12 21:17:05.531 INFO running `"docker" "start" "-a" "f0a1c5c7b38067b6e60ac84321dc511d43c008afccd5216b06eaab8209dd9ade"` Oct 12 21:17:07.998 INFO kablam! usermod: no changes Oct 12 21:17:08.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 21:17:08.068 INFO kablam! Running /target/debug/deps/xyz-fccfae51af4ad069 Oct 12 21:17:08.073 INFO blam! Oct 12 21:17:08.073 INFO blam! running 0 tests Oct 12 21:17:08.073 INFO blam! Oct 12 21:17:08.073 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:17:08.073 INFO blam! Oct 12 21:17:08.079 INFO kablam! su: No module specific data is present Oct 12 21:17:09.163 INFO running `"docker" "rm" "-f" "f0a1c5c7b38067b6e60ac84321dc511d43c008afccd5216b06eaab8209dd9ade"` Oct 12 21:17:09.428 INFO blam! f0a1c5c7b38067b6e60ac84321dc511d43c008afccd5216b06eaab8209dd9ade