Sep 04 19:13:23.156 INFO checking durite-0.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 19:13:23.156 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 19:13:23.156 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:13:23.345 INFO blam! e6c4fa527879d054025539e2cdaa9db19abbd85623cde85d7c6c5a06aa65889b Sep 04 19:13:23.347 INFO running `"docker" "start" "-a" "e6c4fa527879d054025539e2cdaa9db19abbd85623cde85d7c6c5a06aa65889b"` Sep 04 19:13:24.120 INFO kablam! Checking durite v0.3.0 (file:///source) Sep 04 19:13:25.970 INFO kablam! warning: unused import: `std::ffi::CString` Sep 04 19:13:25.971 INFO kablam! --> src/main.rs:16:5 Sep 04 19:13:25.971 INFO kablam! | Sep 04 19:13:25.971 INFO kablam! 16 | use std::ffi::CString; Sep 04 19:13:25.971 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 19:13:25.971 INFO kablam! | Sep 04 19:13:25.971 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 19:13:25.971 INFO kablam! Sep 04 19:13:25.986 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 04 19:13:25.986 INFO kablam! --> src/main.rs:170:4 Sep 04 19:13:25.986 INFO kablam! | Sep 04 19:13:25.986 INFO kablam! 170 | std::thread::sleep_ms(10000); Sep 04 19:13:25.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:13:25.986 INFO kablam! | Sep 04 19:13:25.986 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:13:25.986 INFO kablam! Sep 04 19:13:26.097 INFO kablam! warning: unused import: `std::ffi::CString` Sep 04 19:13:26.097 INFO kablam! --> src/main.rs:16:5 Sep 04 19:13:26.097 INFO kablam! | Sep 04 19:13:26.097 INFO kablam! 16 | use std::ffi::CString; Sep 04 19:13:26.097 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 19:13:26.097 INFO kablam! | Sep 04 19:13:26.097 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 19:13:26.097 INFO kablam! Sep 04 19:13:26.120 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Sep 04 19:13:26.121 INFO kablam! --> src/main.rs:170:4 Sep 04 19:13:26.121 INFO kablam! | Sep 04 19:13:26.121 INFO kablam! 170 | std::thread::sleep_ms(10000); Sep 04 19:13:26.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:13:26.121 INFO kablam! | Sep 04 19:13:26.121 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:13:26.121 INFO kablam! Sep 04 19:13:26.125 INFO kablam! warning: foreign function is never used: `statfs` Sep 04 19:13:26.125 INFO kablam! --> src/main.rs:87:2 Sep 04 19:13:26.125 INFO kablam! | Sep 04 19:13:26.125 INFO kablam! 87 | fn statfs(path: *const c_char, stafs: *mut StatFs) -> size_t; Sep 04 19:13:26.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:13:26.126 INFO kablam! | Sep 04 19:13:26.126 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 19:13:26.126 INFO kablam! Sep 04 19:13:26.127 INFO kablam! warning: denote infinite loops with `loop { ... }` Sep 04 19:13:26.127 INFO kablam! --> src/main.rs:131:2 Sep 04 19:13:26.127 INFO kablam! | Sep 04 19:13:26.128 INFO kablam! 131 | while true { Sep 04 19:13:26.128 INFO kablam! | ^^^^^^^^^^ help: use `loop` Sep 04 19:13:26.128 INFO kablam! | Sep 04 19:13:26.128 INFO kablam! = note: #[warn(while_true)] on by default Sep 04 19:13:26.128 INFO kablam! Sep 04 19:13:26.265 INFO kablam! warning: foreign function is never used: `statfs` Sep 04 19:13:26.265 INFO kablam! --> src/main.rs:87:2 Sep 04 19:13:26.265 INFO kablam! | Sep 04 19:13:26.265 INFO kablam! 87 | fn statfs(path: *const c_char, stafs: *mut StatFs) -> size_t; Sep 04 19:13:26.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:13:26.265 INFO kablam! | Sep 04 19:13:26.265 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 19:13:26.265 INFO kablam! Sep 04 19:13:26.267 INFO kablam! warning: denote infinite loops with `loop { ... }` Sep 04 19:13:26.267 INFO kablam! --> src/main.rs:131:2 Sep 04 19:13:26.267 INFO kablam! | Sep 04 19:13:26.268 INFO kablam! 131 | while true { Sep 04 19:13:26.268 INFO kablam! | ^^^^^^^^^^ help: use `loop` Sep 04 19:13:26.268 INFO kablam! | Sep 04 19:13:26.268 INFO kablam! = note: #[warn(while_true)] on by default Sep 04 19:13:26.268 INFO kablam! Sep 04 19:13:26.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.23s Sep 04 19:13:26.288 INFO kablam! su: No module specific data is present Sep 04 19:13:26.757 INFO running `"docker" "rm" "-f" "e6c4fa527879d054025539e2cdaa9db19abbd85623cde85d7c6c5a06aa65889b"` Sep 04 19:13:26.848 INFO blam! e6c4fa527879d054025539e2cdaa9db19abbd85623cde85d7c6c5a06aa65889b