Oct 12 19:41:14.387 INFO testing vitvakatu/car against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 19:41:14.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 19:41:14.911 INFO blam! 808184f025eb2293ee5ab2f312b6bce2f62acd977f5ffa97195e7ee3e843b253 Oct 12 19:41:14.912 INFO running `"docker" "start" "-a" "808184f025eb2293ee5ab2f312b6bce2f62acd977f5ffa97195e7ee3e843b253"` Oct 12 19:41:17.040 INFO kablam! usermod: no changes Oct 12 19:41:17.243 INFO kablam! Compiling either v1.4.0 Oct 12 19:41:17.243 INFO kablam! Compiling log v0.4.1 Oct 12 19:41:17.244 INFO kablam! Compiling draw_state v0.8.0 Oct 12 19:41:17.244 INFO kablam! Compiling rand v0.3.19 Oct 12 19:41:17.244 INFO kablam! Compiling termion v1.5.1 Oct 12 19:41:18.419 INFO kablam! Compiling itertools v0.5.10 Oct 12 19:41:24.959 INFO kablam! Compiling derivative v1.0.0 Oct 12 19:41:33.115 INFO kablam! Compiling gfx_core v0.8.0 Oct 12 19:42:02.367 INFO kablam! Compiling gfx v0.17.1 Oct 12 19:42:09.058 INFO kablam! Compiling fuckthiside v0.1.0 (/source) Oct 12 19:42:09.314 INFO kablam! warning: unused imports: `AnsiValue`, `Bg`, `DetectColors` Oct 12 19:42:09.315 INFO kablam! --> src/main.rs:3:22 Oct 12 19:42:09.315 INFO kablam! | Oct 12 19:42:09.315 INFO kablam! 3 | use termion::color::{DetectColors, AnsiValue, Bg}; Oct 12 19:42:09.316 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^ ^^ Oct 12 19:42:09.316 INFO kablam! | Oct 12 19:42:09.316 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:42:09.316 INFO kablam! Oct 12 19:42:09.317 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 12 19:42:09.317 INFO kablam! --> src/main.rs:4:5 Oct 12 19:42:09.317 INFO kablam! | Oct 12 19:42:09.318 INFO kablam! 4 | use termion::raw::IntoRawMode; Oct 12 19:42:09.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:09.318 INFO kablam! Oct 12 19:42:09.318 INFO kablam! warning: unused import: `std::io::stdout` Oct 12 19:42:09.319 INFO kablam! --> src/main.rs:5:5 Oct 12 19:42:09.319 INFO kablam! | Oct 12 19:42:09.319 INFO kablam! 5 | use std::io::stdout; Oct 12 19:42:09.320 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:42:09.320 INFO kablam! Oct 12 19:42:09.395 INFO kablam! warning: unused variable: `car` Oct 12 19:42:09.396 INFO kablam! --> src/main.rs:13:9 Oct 12 19:42:09.396 INFO kablam! | Oct 12 19:42:09.396 INFO kablam! 13 | let car : Car = Car::new(0, 0); Oct 12 19:42:09.397 INFO kablam! | ^^^ help: consider using `_car` instead Oct 12 19:42:09.397 INFO kablam! | Oct 12 19:42:09.397 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:42:09.398 INFO kablam! Oct 12 19:42:09.398 INFO kablam! warning: method is never used: `change_direction` Oct 12 19:42:09.398 INFO kablam! --> src/car.rs:23:5 Oct 12 19:42:09.398 INFO kablam! | Oct 12 19:42:09.399 INFO kablam! 23 | fn change_direction(&mut self, direction : DIR) { Oct 12 19:42:09.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:09.399 INFO kablam! | Oct 12 19:42:09.400 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:42:09.400 INFO kablam! Oct 12 19:42:09.400 INFO kablam! warning: variant is never constructed: `UR` Oct 12 19:42:09.400 INFO kablam! --> src/support.rs:2:19 Oct 12 19:42:09.400 INFO kablam! | Oct 12 19:42:09.400 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:09.400 INFO kablam! | ^^ Oct 12 19:42:09.400 INFO kablam! Oct 12 19:42:09.400 INFO kablam! warning: variant is never constructed: `R` Oct 12 19:42:09.400 INFO kablam! --> src/support.rs:2:23 Oct 12 19:42:09.400 INFO kablam! | Oct 12 19:42:09.400 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:09.400 INFO kablam! | ^ Oct 12 19:42:09.400 INFO kablam! Oct 12 19:42:09.400 INFO kablam! warning: variant is never constructed: `RD` Oct 12 19:42:09.400 INFO kablam! --> src/support.rs:2:26 Oct 12 19:42:09.400 INFO kablam! | Oct 12 19:42:09.400 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:09.400 INFO kablam! | ^^ Oct 12 19:42:09.400 INFO kablam! Oct 12 19:42:09.403 INFO kablam! warning: variant is never constructed: `D` Oct 12 19:42:09.403 INFO kablam! --> src/support.rs:2:30 Oct 12 19:42:09.403 INFO kablam! | Oct 12 19:42:09.403 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:09.403 INFO kablam! | ^ Oct 12 19:42:09.403 INFO kablam! Oct 12 19:42:09.403 INFO kablam! warning: variant is never constructed: `DL` Oct 12 19:42:09.403 INFO kablam! --> src/support.rs:2:33 Oct 12 19:42:09.403 INFO kablam! | Oct 12 19:42:09.403 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:09.403 INFO kablam! | ^^ Oct 12 19:42:09.403 INFO kablam! Oct 12 19:42:09.403 INFO kablam! warning: variant is never constructed: `L` Oct 12 19:42:09.403 INFO kablam! --> src/support.rs:2:37 Oct 12 19:42:09.403 INFO kablam! | Oct 12 19:42:09.403 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:09.403 INFO kablam! | ^ Oct 12 19:42:09.403 INFO kablam! Oct 12 19:42:09.403 INFO kablam! warning: variant is never constructed: `LU` Oct 12 19:42:09.403 INFO kablam! --> src/support.rs:2:40 Oct 12 19:42:09.403 INFO kablam! | Oct 12 19:42:09.403 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:09.403 INFO kablam! | ^^ Oct 12 19:42:09.403 INFO kablam! Oct 12 19:42:09.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.68s Oct 12 19:42:09.761 INFO kablam! su: No module specific data is present Oct 12 19:42:11.435 INFO running `"docker" "rm" "-f" "808184f025eb2293ee5ab2f312b6bce2f62acd977f5ffa97195e7ee3e843b253"` Oct 12 19:42:11.823 INFO blam! 808184f025eb2293ee5ab2f312b6bce2f62acd977f5ffa97195e7ee3e843b253 Oct 12 19:42:11.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 19:42:12.347 INFO blam! 127432d72d642c7118f0fca2d159a3e0574a58f6485baa08dad536bbbeaab251 Oct 12 19:42:12.349 INFO running `"docker" "start" "-a" "127432d72d642c7118f0fca2d159a3e0574a58f6485baa08dad536bbbeaab251"` Oct 12 19:42:14.031 INFO kablam! usermod: no changes Oct 12 19:42:14.107 INFO kablam! Compiling fuckthiside v0.1.0 (/source) Oct 12 19:42:14.419 INFO kablam! warning: unused imports: `AnsiValue`, `Bg`, `DetectColors` Oct 12 19:42:14.419 INFO kablam! --> src/main.rs:3:22 Oct 12 19:42:14.419 INFO kablam! | Oct 12 19:42:14.419 INFO kablam! 3 | use termion::color::{DetectColors, AnsiValue, Bg}; Oct 12 19:42:14.419 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^ ^^ Oct 12 19:42:14.419 INFO kablam! | Oct 12 19:42:14.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:42:14.419 INFO kablam! Oct 12 19:42:14.419 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 12 19:42:14.419 INFO kablam! --> src/main.rs:4:5 Oct 12 19:42:14.419 INFO kablam! | Oct 12 19:42:14.419 INFO kablam! 4 | use termion::raw::IntoRawMode; Oct 12 19:42:14.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:14.419 INFO kablam! Oct 12 19:42:14.419 INFO kablam! warning: unused import: `std::io::stdout` Oct 12 19:42:14.419 INFO kablam! --> src/main.rs:5:5 Oct 12 19:42:14.419 INFO kablam! | Oct 12 19:42:14.419 INFO kablam! 5 | use std::io::stdout; Oct 12 19:42:14.419 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:42:14.419 INFO kablam! Oct 12 19:42:14.483 INFO kablam! warning: unused variable: `car` Oct 12 19:42:14.483 INFO kablam! --> src/main.rs:13:9 Oct 12 19:42:14.483 INFO kablam! | Oct 12 19:42:14.483 INFO kablam! 13 | let car : Car = Car::new(0, 0); Oct 12 19:42:14.483 INFO kablam! | ^^^ help: consider using `_car` instead Oct 12 19:42:14.483 INFO kablam! | Oct 12 19:42:14.483 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:42:14.483 INFO kablam! Oct 12 19:42:14.486 INFO kablam! warning: method is never used: `change_direction` Oct 12 19:42:14.487 INFO kablam! --> src/car.rs:23:5 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 23 | fn change_direction(&mut self, direction : DIR) { Oct 12 19:42:14.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:14.487 INFO kablam! warning: variant is never constructed: `UR` Oct 12 19:42:14.487 INFO kablam! --> src/support.rs:2:19 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:14.487 INFO kablam! | ^^ Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:14.487 INFO kablam! warning: variant is never constructed: `R` Oct 12 19:42:14.487 INFO kablam! --> src/support.rs:2:23 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:14.487 INFO kablam! | ^ Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:14.487 INFO kablam! warning: variant is never constructed: `RD` Oct 12 19:42:14.487 INFO kablam! --> src/support.rs:2:26 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:14.487 INFO kablam! | ^^ Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:14.487 INFO kablam! warning: variant is never constructed: `D` Oct 12 19:42:14.487 INFO kablam! --> src/support.rs:2:30 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:14.487 INFO kablam! | ^ Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:14.487 INFO kablam! warning: variant is never constructed: `DL` Oct 12 19:42:14.487 INFO kablam! --> src/support.rs:2:33 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:14.487 INFO kablam! | ^^ Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:14.487 INFO kablam! warning: variant is never constructed: `L` Oct 12 19:42:14.487 INFO kablam! --> src/support.rs:2:37 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:14.487 INFO kablam! | ^ Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:14.487 INFO kablam! warning: variant is never constructed: `LU` Oct 12 19:42:14.487 INFO kablam! --> src/support.rs:2:40 Oct 12 19:42:14.487 INFO kablam! | Oct 12 19:42:14.487 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:14.487 INFO kablam! | ^^ Oct 12 19:42:14.487 INFO kablam! Oct 12 19:42:15.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 12 19:42:15.124 INFO kablam! su: No module specific data is present Oct 12 19:42:16.047 INFO running `"docker" "rm" "-f" "127432d72d642c7118f0fca2d159a3e0574a58f6485baa08dad536bbbeaab251"` Oct 12 19:42:16.298 INFO blam! 127432d72d642c7118f0fca2d159a3e0574a58f6485baa08dad536bbbeaab251 Oct 12 19:42:16.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 19:42:16.836 INFO blam! 4ce278281ac974df440c51b40aae2dc532905a264b29867ab60e854dbd5408fc Oct 12 19:42:16.838 INFO running `"docker" "start" "-a" "4ce278281ac974df440c51b40aae2dc532905a264b29867ab60e854dbd5408fc"` Oct 12 19:42:18.871 INFO kablam! usermod: no changes Oct 12 19:42:18.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 19:42:18.991 INFO kablam! Running /target/debug/deps/fuckthiside-5863b34315ad8ad3 Oct 12 19:42:18.991 INFO blam! Oct 12 19:42:18.991 INFO blam! running 0 tests Oct 12 19:42:18.991 INFO blam! Oct 12 19:42:18.991 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:42:18.991 INFO blam! Oct 12 19:42:18.993 INFO kablam! su: No module specific data is present Oct 12 19:42:20.240 INFO running `"docker" "rm" "-f" "4ce278281ac974df440c51b40aae2dc532905a264b29867ab60e854dbd5408fc"` Oct 12 19:42:20.500 INFO blam! 4ce278281ac974df440c51b40aae2dc532905a264b29867ab60e854dbd5408fc