Oct 14 20:28:49.240 INFO testing foeb/nicerl against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:28:49.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 20:28:49.403 INFO blam! 96925792587a4e16ad3a72ca1ba841a087183c1f739da0fe18377bbeefd48037 Oct 14 20:28:49.405 INFO running `"docker" "start" "-a" "96925792587a4e16ad3a72ca1ba841a087183c1f739da0fe18377bbeefd48037"` Oct 14 20:28:49.784 INFO kablam! usermod: no changes Oct 14 20:28:49.888 INFO kablam! Compiling log v0.4.3 Oct 14 20:28:49.889 INFO kablam! Compiling termion v1.5.1 Oct 14 20:28:49.894 INFO kablam! Compiling smallvec v0.6.4 Oct 14 20:28:49.894 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 20:28:50.647 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 14 20:28:50.911 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 20:28:51.519 INFO kablam! Compiling rayon-core v1.4.1 Oct 14 20:28:51.987 INFO kablam! Compiling parking_lot v0.5.5 Oct 14 20:28:53.306 INFO kablam! Compiling shrev v1.0.1 Oct 14 20:28:53.719 INFO kablam! Compiling rayon v1.0.2 Oct 14 20:28:58.623 INFO kablam! Compiling shred v0.7.0 Oct 14 20:28:58.623 INFO kablam! Compiling hibitset v0.5.1 Oct 14 20:29:03.431 INFO kablam! Compiling specs v0.12.1 Oct 14 20:29:07.595 INFO kablam! Compiling nicerl v0.1.0 (/source) Oct 14 20:29:08.447 INFO kablam! warning: unused import: `Stdout` Oct 14 20:29:08.448 INFO kablam! --> src/display.rs:1:28 Oct 14 20:29:08.448 INFO kablam! | Oct 14 20:29:08.449 INFO kablam! 1 | use std::io::{Read, Stdin, Stdout, Write}; Oct 14 20:29:08.450 INFO kablam! | ^^^^^^ Oct 14 20:29:08.450 INFO kablam! | Oct 14 20:29:08.451 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:29:08.451 INFO kablam! Oct 14 20:29:08.452 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 14 20:29:08.453 INFO kablam! --> src/display.rs:2:5 Oct 14 20:29:08.453 INFO kablam! | Oct 14 20:29:08.454 INFO kablam! 2 | use termion::raw::IntoRawMode; Oct 14 20:29:08.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:29:08.458 INFO kablam! Oct 14 20:29:08.561 INFO kablam! warning: variant is never constructed: `Red` Oct 14 20:29:08.561 INFO kablam! --> src/display.rs:8:5 Oct 14 20:29:08.561 INFO kablam! | Oct 14 20:29:08.561 INFO kablam! 8 | Red, Oct 14 20:29:08.561 INFO kablam! | ^^^ Oct 14 20:29:08.561 INFO kablam! | Oct 14 20:29:08.561 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:29:08.561 INFO kablam! Oct 14 20:29:08.561 INFO kablam! warning: variant is never constructed: `Green` Oct 14 20:29:08.561 INFO kablam! --> src/display.rs:9:5 Oct 14 20:29:08.561 INFO kablam! | Oct 14 20:29:08.561 INFO kablam! 9 | Green, Oct 14 20:29:08.561 INFO kablam! | ^^^^^ Oct 14 20:29:08.561 INFO kablam! Oct 14 20:29:08.561 INFO kablam! warning: variant is never constructed: `Blue` Oct 14 20:29:08.561 INFO kablam! --> src/display.rs:11:5 Oct 14 20:29:08.561 INFO kablam! | Oct 14 20:29:08.561 INFO kablam! 11 | Blue, Oct 14 20:29:08.561 INFO kablam! | ^^^^ Oct 14 20:29:08.561 INFO kablam! Oct 14 20:29:08.561 INFO kablam! warning: variant is never constructed: `Magenta` Oct 14 20:29:08.561 INFO kablam! --> src/display.rs:12:5 Oct 14 20:29:08.561 INFO kablam! | Oct 14 20:29:08.561 INFO kablam! 12 | Magenta, Oct 14 20:29:08.561 INFO kablam! | ^^^^^^^ Oct 14 20:29:08.561 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `Cyan` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:13:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 13 | Cyan, Oct 14 20:29:08.567 INFO kablam! | ^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `LightBlack` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:15:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 15 | LightBlack, Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `LightRed` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:16:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 16 | LightRed, Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `LightGreen` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:17:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 17 | LightGreen, Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `LightYellow` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:18:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 18 | LightYellow, Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `LightMagenta` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:20:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 20 | LightMagenta, Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `LightCyan` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:21:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 21 | LightCyan, Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: variant is never constructed: `LightWhite` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:22:5 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 22 | LightWhite, Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:08.567 INFO kablam! warning: function is never used: `print` Oct 14 20:29:08.567 INFO kablam! --> src/display.rs:46:1 Oct 14 20:29:08.567 INFO kablam! | Oct 14 20:29:08.567 INFO kablam! 46 | pub fn print(stdout: &mut Write, x: i32, y: i32, s: &str, fg: Option, bg: Option) { Oct 14 20:29:08.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:29:08.567 INFO kablam! Oct 14 20:29:09.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.10s Oct 14 20:29:09.903 INFO kablam! su: No module specific data is present Oct 14 20:29:10.219 INFO running `"docker" "rm" "-f" "96925792587a4e16ad3a72ca1ba841a087183c1f739da0fe18377bbeefd48037"` Oct 14 20:29:10.326 INFO blam! 96925792587a4e16ad3a72ca1ba841a087183c1f739da0fe18377bbeefd48037 Oct 14 20:29:10.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 20:29:10.719 INFO blam! bde8cc4c47e62ef9e368ef6fcbf5c2969e83b4ffad33c7f44f080d0413846fbc Oct 14 20:29:10.719 INFO running `"docker" "start" "-a" "bde8cc4c47e62ef9e368ef6fcbf5c2969e83b4ffad33c7f44f080d0413846fbc"` Oct 14 20:29:11.680 INFO kablam! usermod: no changes Oct 14 20:29:11.760 INFO kablam! Compiling nicerl v0.1.0 (/source) Oct 14 20:29:12.543 INFO kablam! warning: unused import: `Stdout` Oct 14 20:29:12.544 INFO kablam! --> src/display.rs:1:28 Oct 14 20:29:12.544 INFO kablam! | Oct 14 20:29:12.545 INFO kablam! 1 | use std::io::{Read, Stdin, Stdout, Write}; Oct 14 20:29:12.545 INFO kablam! | ^^^^^^ Oct 14 20:29:12.545 INFO kablam! | Oct 14 20:29:12.545 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:29:12.546 INFO kablam! Oct 14 20:29:12.546 INFO kablam! warning: unused import: `termion::raw::IntoRawMode` Oct 14 20:29:12.546 INFO kablam! --> src/display.rs:2:5 Oct 14 20:29:12.547 INFO kablam! | Oct 14 20:29:12.547 INFO kablam! 2 | use termion::raw::IntoRawMode; Oct 14 20:29:12.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:29:12.548 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `Red` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:8:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 8 | Red, Oct 14 20:29:12.638 INFO kablam! | ^^^ Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:29:12.638 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `Green` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:9:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 9 | Green, Oct 14 20:29:12.638 INFO kablam! | ^^^^^ Oct 14 20:29:12.638 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `Blue` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:11:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 11 | Blue, Oct 14 20:29:12.638 INFO kablam! | ^^^^ Oct 14 20:29:12.638 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `Magenta` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:12:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 12 | Magenta, Oct 14 20:29:12.638 INFO kablam! | ^^^^^^^ Oct 14 20:29:12.638 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `Cyan` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:13:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 13 | Cyan, Oct 14 20:29:12.638 INFO kablam! | ^^^^ Oct 14 20:29:12.638 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `LightBlack` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:15:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 15 | LightBlack, Oct 14 20:29:12.638 INFO kablam! | ^^^^^^^^^^ Oct 14 20:29:12.638 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `LightRed` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:16:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 16 | LightRed, Oct 14 20:29:12.638 INFO kablam! | ^^^^^^^^ Oct 14 20:29:12.638 INFO kablam! Oct 14 20:29:12.638 INFO kablam! warning: variant is never constructed: `LightGreen` Oct 14 20:29:12.638 INFO kablam! --> src/display.rs:17:5 Oct 14 20:29:12.638 INFO kablam! | Oct 14 20:29:12.638 INFO kablam! 17 | LightGreen, Oct 14 20:29:12.639 INFO kablam! | ^^^^^^^^^^ Oct 14 20:29:12.639 INFO kablam! Oct 14 20:29:12.639 INFO kablam! warning: variant is never constructed: `LightYellow` Oct 14 20:29:12.639 INFO kablam! --> src/display.rs:18:5 Oct 14 20:29:12.639 INFO kablam! | Oct 14 20:29:12.639 INFO kablam! 18 | LightYellow, Oct 14 20:29:12.639 INFO kablam! | ^^^^^^^^^^^ Oct 14 20:29:12.639 INFO kablam! Oct 14 20:29:12.639 INFO kablam! warning: variant is never constructed: `LightMagenta` Oct 14 20:29:12.639 INFO kablam! --> src/display.rs:20:5 Oct 14 20:29:12.639 INFO kablam! | Oct 14 20:29:12.639 INFO kablam! 20 | LightMagenta, Oct 14 20:29:12.639 INFO kablam! | ^^^^^^^^^^^^ Oct 14 20:29:12.639 INFO kablam! Oct 14 20:29:12.639 INFO kablam! warning: variant is never constructed: `LightCyan` Oct 14 20:29:12.639 INFO kablam! --> src/display.rs:21:5 Oct 14 20:29:12.639 INFO kablam! | Oct 14 20:29:12.639 INFO kablam! 21 | LightCyan, Oct 14 20:29:12.639 INFO kablam! | ^^^^^^^^^ Oct 14 20:29:12.639 INFO kablam! Oct 14 20:29:12.639 INFO kablam! warning: variant is never constructed: `LightWhite` Oct 14 20:29:12.639 INFO kablam! --> src/display.rs:22:5 Oct 14 20:29:12.639 INFO kablam! | Oct 14 20:29:12.639 INFO kablam! 22 | LightWhite, Oct 14 20:29:12.639 INFO kablam! | ^^^^^^^^^^ Oct 14 20:29:12.639 INFO kablam! Oct 14 20:29:12.639 INFO kablam! warning: function is never used: `print` Oct 14 20:29:12.639 INFO kablam! --> src/display.rs:46:1 Oct 14 20:29:12.639 INFO kablam! | Oct 14 20:29:12.639 INFO kablam! 46 | pub fn print(stdout: &mut Write, x: i32, y: i32, s: &str, fg: Option, bg: Option) { Oct 14 20:29:12.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:29:12.639 INFO kablam! Oct 14 20:29:13.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 14 20:29:13.100 INFO kablam! su: No module specific data is present Oct 14 20:29:13.589 INFO running `"docker" "rm" "-f" "bde8cc4c47e62ef9e368ef6fcbf5c2969e83b4ffad33c7f44f080d0413846fbc"` Oct 14 20:29:13.670 INFO blam! bde8cc4c47e62ef9e368ef6fcbf5c2969e83b4ffad33c7f44f080d0413846fbc Oct 14 20:29:13.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 20:29:13.880 INFO blam! 6f1bcbc1b5c2c952d7f0848622f49008d6d0d439f3c8c432764916f2bb0c6312 Oct 14 20:29:13.882 INFO running `"docker" "start" "-a" "6f1bcbc1b5c2c952d7f0848622f49008d6d0d439f3c8c432764916f2bb0c6312"` Oct 14 20:29:14.416 INFO kablam! usermod: no changes Oct 14 20:29:14.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 20:29:14.509 INFO kablam! Running /target/debug/deps/nicerl-c6c4dd417cd1400b Oct 14 20:29:14.511 INFO kablam! su: No module specific data is present Oct 14 20:29:14.511 INFO blam! Oct 14 20:29:14.511 INFO blam! running 0 tests Oct 14 20:29:14.511 INFO blam! Oct 14 20:29:14.511 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:29:14.511 INFO blam! Oct 14 20:29:14.869 INFO running `"docker" "rm" "-f" "6f1bcbc1b5c2c952d7f0848622f49008d6d0d439f3c8c432764916f2bb0c6312"` Oct 14 20:29:15.035 INFO blam! 6f1bcbc1b5c2c952d7f0848622f49008d6d0d439f3c8c432764916f2bb0c6312