Oct 22 03:32:07.375 INFO checking durite-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:32:07.375 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 22 03:32:07.768 INFO blam! a0a7751574e40662cd81cdc17b4808ca4f684893377de9b0061039c75d504c9a Oct 22 03:32:07.768 INFO running `"docker" "start" "-a" "a0a7751574e40662cd81cdc17b4808ca4f684893377de9b0061039c75d504c9a"` Oct 22 03:32:08.607 INFO kablam! usermod: no changes Oct 22 03:32:08.741 INFO kablam! Checking docopt v1.0.1 Oct 22 03:32:10.712 INFO kablam! Checking durite v0.3.0 (/source) Oct 22 03:32:12.764 INFO kablam! warning: unused import: `std::ffi::CString` Oct 22 03:32:12.764 INFO kablam! --> src/main.rs:16:5 Oct 22 03:32:12.764 INFO kablam! | Oct 22 03:32:12.764 INFO kablam! 16 | use std::ffi::CString; Oct 22 03:32:12.764 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 22 03:32:12.764 INFO kablam! | Oct 22 03:32:12.764 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:32:12.764 INFO kablam! Oct 22 03:32:12.778 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 03:32:12.778 INFO kablam! --> src/main.rs:170:4 Oct 22 03:32:12.778 INFO kablam! | Oct 22 03:32:12.778 INFO kablam! 170 | std::thread::sleep_ms(10000); Oct 22 03:32:12.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:32:12.778 INFO kablam! | Oct 22 03:32:12.778 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:32:12.778 INFO kablam! Oct 22 03:32:12.867 INFO kablam! warning: foreign function is never used: `statfs` Oct 22 03:32:12.867 INFO kablam! --> src/main.rs:87:2 Oct 22 03:32:12.867 INFO kablam! | Oct 22 03:32:12.867 INFO kablam! 87 | fn statfs(path: *const c_char, stafs: *mut StatFs) -> size_t; Oct 22 03:32:12.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:32:12.868 INFO kablam! | Oct 22 03:32:12.868 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 03:32:12.868 INFO kablam! Oct 22 03:32:12.868 INFO kablam! warning: denote infinite loops with `loop { ... }` Oct 22 03:32:12.868 INFO kablam! --> src/main.rs:131:2 Oct 22 03:32:12.868 INFO kablam! | Oct 22 03:32:12.868 INFO kablam! 131 | while true { Oct 22 03:32:12.868 INFO kablam! | ^^^^^^^^^^ help: use `loop` Oct 22 03:32:12.868 INFO kablam! | Oct 22 03:32:12.868 INFO kablam! = note: #[warn(while_true)] on by default Oct 22 03:32:12.868 INFO kablam! Oct 22 03:32:13.030 INFO kablam! warning: unused import: `std::ffi::CString` Oct 22 03:32:13.030 INFO kablam! --> src/main.rs:16:5 Oct 22 03:32:13.030 INFO kablam! | Oct 22 03:32:13.030 INFO kablam! 16 | use std::ffi::CString; Oct 22 03:32:13.030 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 22 03:32:13.030 INFO kablam! | Oct 22 03:32:13.030 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 03:32:13.030 INFO kablam! Oct 22 03:32:13.041 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 22 03:32:13.041 INFO kablam! --> src/main.rs:170:4 Oct 22 03:32:13.041 INFO kablam! | Oct 22 03:32:13.041 INFO kablam! 170 | std::thread::sleep_ms(10000); Oct 22 03:32:13.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:32:13.041 INFO kablam! | Oct 22 03:32:13.041 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:32:13.041 INFO kablam! Oct 22 03:32:13.111 INFO kablam! warning: foreign function is never used: `statfs` Oct 22 03:32:13.111 INFO kablam! --> src/main.rs:87:2 Oct 22 03:32:13.111 INFO kablam! | Oct 22 03:32:13.112 INFO kablam! 87 | fn statfs(path: *const c_char, stafs: *mut StatFs) -> size_t; Oct 22 03:32:13.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:32:13.112 INFO kablam! | Oct 22 03:32:13.112 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 03:32:13.112 INFO kablam! Oct 22 03:32:13.112 INFO kablam! warning: denote infinite loops with `loop { ... }` Oct 22 03:32:13.112 INFO kablam! --> src/main.rs:131:2 Oct 22 03:32:13.112 INFO kablam! | Oct 22 03:32:13.112 INFO kablam! 131 | while true { Oct 22 03:32:13.112 INFO kablam! | ^^^^^^^^^^ help: use `loop` Oct 22 03:32:13.112 INFO kablam! | Oct 22 03:32:13.112 INFO kablam! = note: #[warn(while_true)] on by default Oct 22 03:32:13.112 INFO kablam! Oct 22 03:32:13.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.51s Oct 22 03:32:13.141 INFO kablam! su: No module specific data is present Oct 22 03:32:13.396 INFO running `"docker" "rm" "-f" "a0a7751574e40662cd81cdc17b4808ca4f684893377de9b0061039c75d504c9a"` Oct 22 03:32:13.528 INFO blam! a0a7751574e40662cd81cdc17b4808ca4f684893377de9b0061039c75d504c9a