Oct 12 19:41:16.963 INFO testing vitvakatu/car against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:41:16.965 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 12 19:41:17.364 INFO blam! d401e4fcd93774aabdb6bc497690af7a6bbf10229bbcc7734f457c9ed72810b2 Oct 12 19:41:17.365 INFO running `"docker" "start" "-a" "d401e4fcd93774aabdb6bc497690af7a6bbf10229bbcc7734f457c9ed72810b2"` Oct 12 19:41:19.755 INFO kablam! usermod: no changes Oct 12 19:41:19.847 INFO kablam! Compiling either v1.4.0 Oct 12 19:41:19.847 INFO kablam! Compiling draw_state v0.8.0 Oct 12 19:41:19.847 INFO kablam! Compiling termion v1.5.1 Oct 12 19:41:19.847 INFO kablam! Compiling rand v0.3.19 Oct 12 19:41:20.789 INFO kablam! Compiling itertools v0.5.10 Oct 12 19:41:27.515 INFO kablam! Compiling derivative v1.0.0 Oct 12 19:41:35.567 INFO kablam! Compiling gfx_core v0.8.0 Oct 12 19:42:05.069 INFO kablam! Compiling gfx v0.17.1 Oct 12 19:42:12.099 INFO kablam! Compiling fuckthiside v0.1.0 (/source) Oct 12 19:42:12.319 INFO kablam! warning: unused imports: `AnsiValue`, `Bg`, `DetectColors` Oct 12 19:42:12.320 INFO kablam! --> src/main.rs:3:22 Oct 12 19:42:12.320 INFO kablam! | Oct 12 19:42:12.320 INFO kablam! 3 | use termion::color::{DetectColors, AnsiValue, Bg}; Oct 12 19:42:12.321 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^ ^^ Oct 12 19:42:12.321 INFO kablam! | Oct 12 19:42:12.321 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:42:12.321 INFO kablam! Oct 12 19:42:12.322 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 12 19:42:12.322 INFO kablam! --> src/main.rs:4:5 Oct 12 19:42:12.322 INFO kablam! | Oct 12 19:42:12.323 INFO kablam! 4 | use termion::raw::IntoRawMode; Oct 12 19:42:12.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:12.323 INFO kablam! Oct 12 19:42:12.323 INFO kablam! warning: unused import: `std::io::stdout` Oct 12 19:42:12.324 INFO kablam! --> src/main.rs:5:5 Oct 12 19:42:12.324 INFO kablam! | Oct 12 19:42:12.324 INFO kablam! 5 | use std::io::stdout; Oct 12 19:42:12.324 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:42:12.325 INFO kablam! Oct 12 19:42:12.357 INFO kablam! warning: unused variable: `car` Oct 12 19:42:12.357 INFO kablam! --> src/main.rs:13:9 Oct 12 19:42:12.358 INFO kablam! | Oct 12 19:42:12.358 INFO kablam! 13 | let car : Car = Car::new(0, 0); Oct 12 19:42:12.358 INFO kablam! | ^^^ help: consider using `_car` instead Oct 12 19:42:12.358 INFO kablam! | Oct 12 19:42:12.359 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:42:12.359 INFO kablam! Oct 12 19:42:12.368 INFO kablam! warning: method is never used: `change_direction` Oct 12 19:42:12.368 INFO kablam! --> src/car.rs:23:5 Oct 12 19:42:12.368 INFO kablam! | Oct 12 19:42:12.368 INFO kablam! 23 | fn change_direction(&mut self, direction : DIR) { Oct 12 19:42:12.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:12.368 INFO kablam! | Oct 12 19:42:12.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:42:12.368 INFO kablam! Oct 12 19:42:12.368 INFO kablam! warning: variant is never constructed: `UR` Oct 12 19:42:12.368 INFO kablam! --> src/support.rs:2:19 Oct 12 19:42:12.368 INFO kablam! | Oct 12 19:42:12.368 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:12.368 INFO kablam! | ^^ Oct 12 19:42:12.368 INFO kablam! Oct 12 19:42:12.372 INFO kablam! warning: variant is never constructed: `R` Oct 12 19:42:12.372 INFO kablam! --> src/support.rs:2:23 Oct 12 19:42:12.372 INFO kablam! | Oct 12 19:42:12.373 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:12.373 INFO kablam! | ^ Oct 12 19:42:12.373 INFO kablam! Oct 12 19:42:12.379 INFO kablam! warning: variant is never constructed: `RD` Oct 12 19:42:12.379 INFO kablam! --> src/support.rs:2:26 Oct 12 19:42:12.380 INFO kablam! | Oct 12 19:42:12.380 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:12.380 INFO kablam! | ^^ Oct 12 19:42:12.380 INFO kablam! Oct 12 19:42:12.381 INFO kablam! warning: variant is never constructed: `D` Oct 12 19:42:12.381 INFO kablam! --> src/support.rs:2:30 Oct 12 19:42:12.381 INFO kablam! | Oct 12 19:42:12.381 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:12.382 INFO kablam! | ^ Oct 12 19:42:12.382 INFO kablam! Oct 12 19:42:12.382 INFO kablam! warning: variant is never constructed: `DL` Oct 12 19:42:12.382 INFO kablam! --> src/support.rs:2:33 Oct 12 19:42:12.383 INFO kablam! | Oct 12 19:42:12.383 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:12.383 INFO kablam! | ^^ Oct 12 19:42:12.384 INFO kablam! Oct 12 19:42:12.384 INFO kablam! warning: variant is never constructed: `L` Oct 12 19:42:12.384 INFO kablam! --> src/support.rs:2:37 Oct 12 19:42:12.385 INFO kablam! | Oct 12 19:42:12.385 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:12.385 INFO kablam! | ^ Oct 12 19:42:12.385 INFO kablam! Oct 12 19:42:12.386 INFO kablam! warning: variant is never constructed: `LU` Oct 12 19:42:12.386 INFO kablam! --> src/support.rs:2:40 Oct 12 19:42:12.386 INFO kablam! | Oct 12 19:42:12.387 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:12.387 INFO kablam! | ^^ Oct 12 19:42:12.387 INFO kablam! Oct 12 19:42:12.834 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.05s Oct 12 19:42:12.838 INFO kablam! su: No module specific data is present Oct 12 19:42:14.247 INFO running `"docker" "rm" "-f" "d401e4fcd93774aabdb6bc497690af7a6bbf10229bbcc7734f457c9ed72810b2"` Oct 12 19:42:14.691 INFO blam! d401e4fcd93774aabdb6bc497690af7a6bbf10229bbcc7734f457c9ed72810b2 Oct 12 19:42:14.703 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 12 19:42:15.175 INFO blam! 03ec1bdef8aa873282acc59c08331579ce055c90a479783432c372fc512b29f0 Oct 12 19:42:15.177 INFO running `"docker" "start" "-a" "03ec1bdef8aa873282acc59c08331579ce055c90a479783432c372fc512b29f0"` Oct 12 19:42:16.955 INFO kablam! usermod: no changes Oct 12 19:42:17.059 INFO kablam! Compiling fuckthiside v0.1.0 (/source) Oct 12 19:42:17.287 INFO kablam! warning: unused imports: `AnsiValue`, `Bg`, `DetectColors` Oct 12 19:42:17.287 INFO kablam! --> src/main.rs:3:22 Oct 12 19:42:17.287 INFO kablam! | Oct 12 19:42:17.287 INFO kablam! 3 | use termion::color::{DetectColors, AnsiValue, Bg}; Oct 12 19:42:17.287 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^ ^^ Oct 12 19:42:17.287 INFO kablam! | Oct 12 19:42:17.287 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 19:42:17.287 INFO kablam! Oct 12 19:42:17.287 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 12 19:42:17.287 INFO kablam! --> src/main.rs:4:5 Oct 12 19:42:17.287 INFO kablam! | Oct 12 19:42:17.287 INFO kablam! 4 | use termion::raw::IntoRawMode; Oct 12 19:42:17.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:17.287 INFO kablam! Oct 12 19:42:17.287 INFO kablam! warning: unused import: `std::io::stdout` Oct 12 19:42:17.287 INFO kablam! --> src/main.rs:5:5 Oct 12 19:42:17.287 INFO kablam! | Oct 12 19:42:17.287 INFO kablam! 5 | use std::io::stdout; Oct 12 19:42:17.287 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:42:17.287 INFO kablam! Oct 12 19:42:17.335 INFO kablam! warning: unused variable: `car` Oct 12 19:42:17.335 INFO kablam! --> src/main.rs:13:9 Oct 12 19:42:17.335 INFO kablam! | Oct 12 19:42:17.335 INFO kablam! 13 | let car : Car = Car::new(0, 0); Oct 12 19:42:17.335 INFO kablam! | ^^^ help: consider using `_car` instead Oct 12 19:42:17.335 INFO kablam! | Oct 12 19:42:17.335 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 19:42:17.335 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: method is never used: `change_direction` Oct 12 19:42:17.343 INFO kablam! --> src/car.rs:23:5 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 23 | fn change_direction(&mut self, direction : DIR) { Oct 12 19:42:17.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: variant is never constructed: `UR` Oct 12 19:42:17.343 INFO kablam! --> src/support.rs:2:19 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:17.343 INFO kablam! | ^^ Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: variant is never constructed: `R` Oct 12 19:42:17.343 INFO kablam! --> src/support.rs:2:23 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:17.343 INFO kablam! | ^ Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: variant is never constructed: `RD` Oct 12 19:42:17.343 INFO kablam! --> src/support.rs:2:26 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:17.343 INFO kablam! | ^^ Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: variant is never constructed: `D` Oct 12 19:42:17.343 INFO kablam! --> src/support.rs:2:30 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:17.343 INFO kablam! | ^ Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: variant is never constructed: `DL` Oct 12 19:42:17.343 INFO kablam! --> src/support.rs:2:33 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:17.343 INFO kablam! | ^^ Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: variant is never constructed: `L` Oct 12 19:42:17.343 INFO kablam! --> src/support.rs:2:37 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:17.343 INFO kablam! | ^ Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.343 INFO kablam! warning: variant is never constructed: `LU` Oct 12 19:42:17.343 INFO kablam! --> src/support.rs:2:40 Oct 12 19:42:17.343 INFO kablam! | Oct 12 19:42:17.343 INFO kablam! 2 | pub enum DIR { U, UR, R, RD, D, DL, L, LU } Oct 12 19:42:17.343 INFO kablam! | ^^ Oct 12 19:42:17.343 INFO kablam! Oct 12 19:42:17.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 12 19:42:17.979 INFO kablam! su: No module specific data is present Oct 12 19:42:19.242 INFO running `"docker" "rm" "-f" "03ec1bdef8aa873282acc59c08331579ce055c90a479783432c372fc512b29f0"` Oct 12 19:42:19.539 INFO blam! 03ec1bdef8aa873282acc59c08331579ce055c90a479783432c372fc512b29f0 Oct 12 19:42:19.542 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 12 19:42:19.944 INFO blam! b02f4bcc8227e4946ece031bf6adc0e2b6135a06d612ab94617dd1494f728ef2 Oct 12 19:42:19.946 INFO running `"docker" "start" "-a" "b02f4bcc8227e4946ece031bf6adc0e2b6135a06d612ab94617dd1494f728ef2"` Oct 12 19:42:21.519 INFO kablam! usermod: no changes Oct 12 19:42:21.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 12 19:42:21.699 INFO kablam! Running /target/debug/deps/fuckthiside-17c295c4fa6f9d05 Oct 12 19:42:21.703 INFO blam! Oct 12 19:42:21.703 INFO blam! running 0 tests Oct 12 19:42:21.703 INFO blam! Oct 12 19:42:21.703 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:42:21.703 INFO blam! Oct 12 19:42:21.715 INFO kablam! su: No module specific data is present Oct 12 19:42:22.536 INFO running `"docker" "rm" "-f" "b02f4bcc8227e4946ece031bf6adc0e2b6135a06d612ab94617dd1494f728ef2"` Oct 12 19:42:22.900 INFO blam! b02f4bcc8227e4946ece031bf6adc0e2b6135a06d612ab94617dd1494f728ef2