Oct 27 12:55:48.305 INFO checking 9999years/gcc-emu against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:55:48.305 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 12:55:48.646 INFO blam! 3ab7f0c2c5cd0bbcb831ae1d7c14bddf899534c3330acce8e6887e6142630ca5 Oct 27 12:55:48.648 INFO running `"docker" "start" "-a" "3ab7f0c2c5cd0bbcb831ae1d7c14bddf899534c3330acce8e6887e6142630ca5"` Oct 27 12:55:49.926 INFO kablam! usermod: no changes Oct 27 12:55:50.055 INFO kablam! Checking gcc-emu v0.1.0 (/source) Oct 27 12:55:51.703 INFO kablam! warning: unused import: `std::thread` Oct 27 12:55:51.703 INFO kablam! --> src/main.rs:9:5 Oct 27 12:55:51.703 INFO kablam! | Oct 27 12:55:51.703 INFO kablam! 9 | use std::thread; Oct 27 12:55:51.703 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:55:51.703 INFO kablam! | Oct 27 12:55:51.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:55:51.703 INFO kablam! Oct 27 12:55:51.807 INFO kablam! warning: unused import: `std::thread` Oct 27 12:55:51.807 INFO kablam! --> src/main.rs:9:5 Oct 27 12:55:51.807 INFO kablam! | Oct 27 12:55:51.807 INFO kablam! 9 | use std::thread; Oct 27 12:55:51.807 INFO kablam! | ^^^^^^^^^^^ Oct 27 12:55:51.807 INFO kablam! | Oct 27 12:55:51.807 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:55:51.807 INFO kablam! Oct 27 12:55:51.860 INFO kablam! warning: function is never used: `fread` Oct 27 12:55:51.860 INFO kablam! --> src/main.rs:18:1 Oct 27 12:55:51.860 INFO kablam! | Oct 27 12:55:51.860 INFO kablam! 18 | fn fread(fname: &str) -> String { Oct 27 12:55:51.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.860 INFO kablam! | Oct 27 12:55:51.860 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:55:51.860 INFO kablam! Oct 27 12:55:51.860 INFO kablam! warning: function is never used: `man` Oct 27 12:55:51.860 INFO kablam! --> src/main.rs:48:1 Oct 27 12:55:51.860 INFO kablam! | Oct 27 12:55:51.860 INFO kablam! 48 | fn man(cmd: &str) -> String { Oct 27 12:55:51.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.860 INFO kablam! Oct 27 12:55:51.860 INFO kablam! warning: function is never used: `args` Oct 27 12:55:51.860 INFO kablam! --> src/main.rs:57:1 Oct 27 12:55:51.860 INFO kablam! | Oct 27 12:55:51.860 INFO kablam! 57 | fn args(cmd: &str) -> Vec { Oct 27 12:55:51.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.860 INFO kablam! Oct 27 12:55:51.860 INFO kablam! warning: function is never used: `gcc_invocation` Oct 27 12:55:51.860 INFO kablam! --> src/main.rs:72:1 Oct 27 12:55:51.860 INFO kablam! | Oct 27 12:55:51.860 INFO kablam! 72 | fn gcc_invocation() -> String { Oct 27 12:55:51.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.861 INFO kablam! Oct 27 12:55:51.861 INFO kablam! warning: function is never used: `invocation` Oct 27 12:55:51.861 INFO kablam! --> src/main.rs:77:1 Oct 27 12:55:51.861 INFO kablam! | Oct 27 12:55:51.861 INFO kablam! 77 | fn invocation(cmd: &str, count: Range) -> String { Oct 27 12:55:51.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.861 INFO kablam! Oct 27 12:55:51.861 INFO kablam! warning: function is never used: `compilation_time` Oct 27 12:55:51.861 INFO kablam! --> src/main.rs:95:1 Oct 27 12:55:51.861 INFO kablam! | Oct 27 12:55:51.861 INFO kablam! 95 | fn compilation_time() -> Duration { Oct 27 12:55:51.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.861 INFO kablam! Oct 27 12:55:51.940 INFO kablam! warning: function is never used: `fread` Oct 27 12:55:51.940 INFO kablam! --> src/main.rs:18:1 Oct 27 12:55:51.940 INFO kablam! | Oct 27 12:55:51.940 INFO kablam! 18 | fn fread(fname: &str) -> String { Oct 27 12:55:51.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.940 INFO kablam! | Oct 27 12:55:51.940 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:55:51.940 INFO kablam! Oct 27 12:55:51.940 INFO kablam! warning: function is never used: `man` Oct 27 12:55:51.940 INFO kablam! --> src/main.rs:48:1 Oct 27 12:55:51.940 INFO kablam! | Oct 27 12:55:51.940 INFO kablam! 48 | fn man(cmd: &str) -> String { Oct 27 12:55:51.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.940 INFO kablam! Oct 27 12:55:51.940 INFO kablam! warning: function is never used: `args` Oct 27 12:55:51.940 INFO kablam! --> src/main.rs:57:1 Oct 27 12:55:51.940 INFO kablam! | Oct 27 12:55:51.940 INFO kablam! 57 | fn args(cmd: &str) -> Vec { Oct 27 12:55:51.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.940 INFO kablam! Oct 27 12:55:51.941 INFO kablam! warning: function is never used: `gcc_invocation` Oct 27 12:55:51.941 INFO kablam! --> src/main.rs:72:1 Oct 27 12:55:51.941 INFO kablam! | Oct 27 12:55:51.941 INFO kablam! 72 | fn gcc_invocation() -> String { Oct 27 12:55:51.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.941 INFO kablam! Oct 27 12:55:51.941 INFO kablam! warning: function is never used: `invocation` Oct 27 12:55:51.941 INFO kablam! --> src/main.rs:77:1 Oct 27 12:55:51.941 INFO kablam! | Oct 27 12:55:51.941 INFO kablam! 77 | fn invocation(cmd: &str, count: Range) -> String { Oct 27 12:55:51.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.941 INFO kablam! Oct 27 12:55:51.941 INFO kablam! warning: function is never used: `compilation_time` Oct 27 12:55:51.941 INFO kablam! --> src/main.rs:95:1 Oct 27 12:55:51.941 INFO kablam! | Oct 27 12:55:51.941 INFO kablam! 95 | fn compilation_time() -> Duration { Oct 27 12:55:51.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:51.941 INFO kablam! Oct 27 12:55:51.962 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 27 12:55:51.968 INFO kablam! su: No module specific data is present Oct 27 12:55:52.409 INFO running `"docker" "rm" "-f" "3ab7f0c2c5cd0bbcb831ae1d7c14bddf899534c3330acce8e6887e6142630ca5"` Oct 27 12:55:52.655 INFO blam! 3ab7f0c2c5cd0bbcb831ae1d7c14bddf899534c3330acce8e6887e6142630ca5