Sep 14 14:13:09.219 INFO checking keyutils-0.2.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 14:13:09.219 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 14:13:09.219 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:13:09.422 INFO blam! 9ce76b17786854a15ce9c638b519ac30d9fcbe0579545f438cbb10f6e434f8ee Sep 14 14:13:09.427 INFO running `"docker" "start" "-a" "9ce76b17786854a15ce9c638b519ac30d9fcbe0579545f438cbb10f6e434f8ee"` Sep 14 14:13:09.985 INFO kablam! usermod: no changes Sep 14 14:13:10.019 INFO kablam! Checking keyutils v0.2.1 (file:///source) Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:10:26 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 14:13:10.339 INFO kablam! Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:10:33 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.339 INFO kablam! Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:416:25 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 416 | pub uid: uid_t, Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.339 INFO kablam! Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:418:25 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 418 | pub gid: gid_t, Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.339 INFO kablam! Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:248:34 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.339 INFO kablam! Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:255:34 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.339 INFO kablam! Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:348:34 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.339 INFO kablam! Sep 14 14:13:10.339 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.339 INFO kablam! --> src/api.rs:355:34 Sep 14 14:13:10.339 INFO kablam! | Sep 14 14:13:10.339 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 14 14:13:10.339 INFO kablam! | ^^^^^ Sep 14 14:13:10.340 INFO kablam! Sep 14 14:13:10.340 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.340 INFO kablam! --> src/api.rs:441:51 Sep 14 14:13:10.340 INFO kablam! | Sep 14 14:13:10.340 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 14 14:13:10.340 INFO kablam! | ^^^^^ Sep 14 14:13:10.340 INFO kablam! Sep 14 14:13:10.340 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.340 INFO kablam! --> src/api.rs:442:51 Sep 14 14:13:10.340 INFO kablam! | Sep 14 14:13:10.340 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 14 14:13:10.340 INFO kablam! | ^^^^^ Sep 14 14:13:10.340 INFO kablam! Sep 14 14:13:10.348 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.348 INFO kablam! --> src/api.rs:10:26 Sep 14 14:13:10.348 INFO kablam! | Sep 14 14:13:10.348 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 14 14:13:10.348 INFO kablam! | ^^^^^ Sep 14 14:13:10.348 INFO kablam! | Sep 14 14:13:10.348 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 14:13:10.348 INFO kablam! Sep 14 14:13:10.348 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.348 INFO kablam! --> src/api.rs:10:33 Sep 14 14:13:10.348 INFO kablam! | Sep 14 14:13:10.348 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 14 14:13:10.348 INFO kablam! | ^^^^^ Sep 14 14:13:10.348 INFO kablam! Sep 14 14:13:10.348 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.348 INFO kablam! --> src/api.rs:416:25 Sep 14 14:13:10.348 INFO kablam! | Sep 14 14:13:10.348 INFO kablam! 416 | pub uid: uid_t, Sep 14 14:13:10.348 INFO kablam! | ^^^^^ Sep 14 14:13:10.348 INFO kablam! Sep 14 14:13:10.348 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.348 INFO kablam! --> src/api.rs:418:25 Sep 14 14:13:10.348 INFO kablam! | Sep 14 14:13:10.348 INFO kablam! 418 | pub gid: gid_t, Sep 14 14:13:10.348 INFO kablam! | ^^^^^ Sep 14 14:13:10.348 INFO kablam! Sep 14 14:13:10.349 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.349 INFO kablam! --> src/api.rs:248:34 Sep 14 14:13:10.349 INFO kablam! | Sep 14 14:13:10.349 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 14 14:13:10.349 INFO kablam! | ^^^^^ Sep 14 14:13:10.349 INFO kablam! Sep 14 14:13:10.349 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.349 INFO kablam! --> src/api.rs:255:34 Sep 14 14:13:10.349 INFO kablam! | Sep 14 14:13:10.349 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 14 14:13:10.349 INFO kablam! | ^^^^^ Sep 14 14:13:10.351 INFO kablam! Sep 14 14:13:10.351 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.351 INFO kablam! --> src/api.rs:348:34 Sep 14 14:13:10.351 INFO kablam! | Sep 14 14:13:10.351 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 14 14:13:10.351 INFO kablam! | ^^^^^ Sep 14 14:13:10.351 INFO kablam! Sep 14 14:13:10.351 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.351 INFO kablam! --> src/api.rs:355:34 Sep 14 14:13:10.351 INFO kablam! | Sep 14 14:13:10.351 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 14 14:13:10.351 INFO kablam! | ^^^^^ Sep 14 14:13:10.351 INFO kablam! Sep 14 14:13:10.351 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::uid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.351 INFO kablam! --> src/api.rs:441:51 Sep 14 14:13:10.351 INFO kablam! | Sep 14 14:13:10.351 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 14 14:13:10.351 INFO kablam! | ^^^^^ Sep 14 14:13:10.351 INFO kablam! Sep 14 14:13:10.351 INFO kablam! warning: use of deprecated item 'std::os::ext::raw::gid_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Sep 14 14:13:10.351 INFO kablam! --> src/api.rs:442:51 Sep 14 14:13:10.351 INFO kablam! | Sep 14 14:13:10.351 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 14 14:13:10.351 INFO kablam! | ^^^^^ Sep 14 14:13:10.351 INFO kablam! Sep 14 14:13:10.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Sep 14 14:13:10.741 INFO kablam! su: No module specific data is present Sep 14 14:13:11.256 INFO running `"docker" "rm" "-f" "9ce76b17786854a15ce9c638b519ac30d9fcbe0579545f438cbb10f6e434f8ee"` Sep 14 14:13:11.362 INFO blam! 9ce76b17786854a15ce9c638b519ac30d9fcbe0579545f438cbb10f6e434f8ee