Sep 17 22:22:37.404 INFO checking keyutils-0.2.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 22:22:37.404 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 22:22:37.404 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:22:37.611 INFO blam! 2ae4ca88f81d11b1f918a890a0c65943fa6e943f2f932bc1864b91cf6bd1f9ec Sep 17 22:22:37.621 INFO running `"docker" "start" "-a" "2ae4ca88f81d11b1f918a890a0c65943fa6e943f2f932bc1864b91cf6bd1f9ec"` Sep 17 22:22:38.159 INFO kablam! usermod: no changes Sep 17 22:22:38.204 INFO kablam! Checking keyutils v0.2.1 (/source) Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:10:26 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:38.544 INFO kablam! | ^^^^^ Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 22:22:38.544 INFO kablam! Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:10:33 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:38.544 INFO kablam! | ^^^^^ Sep 17 22:22:38.544 INFO kablam! Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:416:25 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! 416 | pub uid: uid_t, Sep 17 22:22:38.544 INFO kablam! | ^^^^^ Sep 17 22:22:38.544 INFO kablam! Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:418:25 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! 418 | pub gid: gid_t, Sep 17 22:22:38.544 INFO kablam! | ^^^^^ Sep 17 22:22:38.544 INFO kablam! Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:248:34 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:38.544 INFO kablam! | ^^^^^ Sep 17 22:22:38.544 INFO kablam! Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:255:34 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:38.544 INFO kablam! | ^^^^^ Sep 17 22:22:38.544 INFO kablam! Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:348:34 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.544 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:38.544 INFO kablam! | ^^^^^ Sep 17 22:22:38.544 INFO kablam! Sep 17 22:22:38.544 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 17 22:22:38.544 INFO kablam! --> src/api.rs:355:34 Sep 17 22:22:38.544 INFO kablam! | Sep 17 22:22:38.545 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:38.545 INFO kablam! | ^^^^^ Sep 17 22:22:38.545 INFO kablam! Sep 17 22:22:38.545 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 17 22:22:38.545 INFO kablam! --> src/api.rs:441:51 Sep 17 22:22:38.545 INFO kablam! | Sep 17 22:22:38.545 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 17 22:22:38.545 INFO kablam! | ^^^^^ Sep 17 22:22:38.545 INFO kablam! Sep 17 22:22:38.545 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 17 22:22:38.545 INFO kablam! --> src/api.rs:442:51 Sep 17 22:22:38.545 INFO kablam! | Sep 17 22:22:38.545 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 17 22:22:38.545 INFO kablam! | ^^^^^ Sep 17 22:22:38.545 INFO kablam! Sep 17 22:22:38.630 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 17 22:22:38.630 INFO kablam! --> src/api.rs:10:26 Sep 17 22:22:38.631 INFO kablam! | Sep 17 22:22:38.631 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:38.631 INFO kablam! | ^^^^^ Sep 17 22:22:38.631 INFO kablam! | Sep 17 22:22:38.631 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 22:22:38.631 INFO kablam! Sep 17 22:22:38.631 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 17 22:22:38.631 INFO kablam! --> src/api.rs:10:33 Sep 17 22:22:38.631 INFO kablam! | Sep 17 22:22:38.631 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:38.631 INFO kablam! | ^^^^^ Sep 17 22:22:38.631 INFO kablam! Sep 17 22:22:38.631 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 17 22:22:38.631 INFO kablam! --> src/api.rs:416:25 Sep 17 22:22:38.631 INFO kablam! | Sep 17 22:22:38.631 INFO kablam! 416 | pub uid: uid_t, Sep 17 22:22:38.631 INFO kablam! | ^^^^^ Sep 17 22:22:38.631 INFO kablam! Sep 17 22:22:38.634 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 17 22:22:38.634 INFO kablam! --> src/api.rs:418:25 Sep 17 22:22:38.635 INFO kablam! | Sep 17 22:22:38.635 INFO kablam! 418 | pub gid: gid_t, Sep 17 22:22:38.635 INFO kablam! | ^^^^^ Sep 17 22:22:38.635 INFO kablam! Sep 17 22:22:38.635 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 17 22:22:38.635 INFO kablam! --> src/api.rs:248:34 Sep 17 22:22:38.637 INFO kablam! | Sep 17 22:22:38.637 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:38.637 INFO kablam! | ^^^^^ Sep 17 22:22:38.637 INFO kablam! Sep 17 22:22:38.637 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 17 22:22:38.637 INFO kablam! --> src/api.rs:255:34 Sep 17 22:22:38.637 INFO kablam! | Sep 17 22:22:38.637 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:38.637 INFO kablam! | ^^^^^ Sep 17 22:22:38.637 INFO kablam! Sep 17 22:22:38.638 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 17 22:22:38.638 INFO kablam! --> src/api.rs:348:34 Sep 17 22:22:38.638 INFO kablam! | Sep 17 22:22:38.638 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:38.639 INFO kablam! | ^^^^^ Sep 17 22:22:38.639 INFO kablam! Sep 17 22:22:38.642 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 17 22:22:38.642 INFO kablam! --> src/api.rs:355:34 Sep 17 22:22:38.642 INFO kablam! | Sep 17 22:22:38.642 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:38.643 INFO kablam! | ^^^^^ Sep 17 22:22:38.643 INFO kablam! Sep 17 22:22:38.643 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 17 22:22:38.643 INFO kablam! --> src/api.rs:441:51 Sep 17 22:22:38.643 INFO kablam! | Sep 17 22:22:38.643 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 17 22:22:38.643 INFO kablam! | ^^^^^ Sep 17 22:22:38.643 INFO kablam! Sep 17 22:22:38.643 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 17 22:22:38.643 INFO kablam! --> src/api.rs:442:51 Sep 17 22:22:38.643 INFO kablam! | Sep 17 22:22:38.643 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 17 22:22:38.643 INFO kablam! | ^^^^^ Sep 17 22:22:38.643 INFO kablam! Sep 17 22:22:39.083 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Sep 17 22:22:39.085 INFO kablam! su: No module specific data is present Sep 17 22:22:39.697 INFO running `"docker" "rm" "-f" "2ae4ca88f81d11b1f918a890a0c65943fa6e943f2f932bc1864b91cf6bd1f9ec"` Sep 17 22:22:39.910 INFO blam! 2ae4ca88f81d11b1f918a890a0c65943fa6e943f2f932bc1864b91cf6bd1f9ec