Sep 02 09:35:04.374 INFO checking keyutils-0.2.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 09:35:04.374 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 09:35:04.374 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 09:35:04.530 INFO blam! 3760b6e8dbdc048c4e1dd02810c9b5f99c7bf07b2d237525d5c6f09b1bf6455f Sep 02 09:35:04.531 INFO running `"docker" "start" "-a" "3760b6e8dbdc048c4e1dd02810c9b5f99c7bf07b2d237525d5c6f09b1bf6455f"` Sep 02 09:35:05.126 INFO kablam! Checking keyutils v0.2.1 (file:///source) Sep 02 09:35:05.721 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 02 09:35:05.721 INFO kablam! --> src/api.rs:10:26 Sep 02 09:35:05.721 INFO kablam! | Sep 02 09:35:05.721 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 02 09:35:05.721 INFO kablam! | ^^^^^ Sep 02 09:35:05.721 INFO kablam! | Sep 02 09:35:05.721 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 09:35:05.721 INFO kablam! Sep 02 09:35:05.721 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 02 09:35:05.721 INFO kablam! --> src/api.rs:10:33 Sep 02 09:35:05.721 INFO kablam! | Sep 02 09:35:05.721 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 02 09:35:05.721 INFO kablam! | ^^^^^ Sep 02 09:35:05.721 INFO kablam! Sep 02 09:35:05.722 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 02 09:35:05.722 INFO kablam! --> src/api.rs:416:25 Sep 02 09:35:05.722 INFO kablam! | Sep 02 09:35:05.722 INFO kablam! 416 | pub uid: uid_t, Sep 02 09:35:05.722 INFO kablam! | ^^^^^ Sep 02 09:35:05.722 INFO kablam! Sep 02 09:35:05.722 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 02 09:35:05.722 INFO kablam! --> src/api.rs:418:25 Sep 02 09:35:05.722 INFO kablam! | Sep 02 09:35:05.722 INFO kablam! 418 | pub gid: gid_t, Sep 02 09:35:05.722 INFO kablam! | ^^^^^ Sep 02 09:35:05.722 INFO kablam! Sep 02 09:35:05.723 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 02 09:35:05.723 INFO kablam! --> src/api.rs:248:34 Sep 02 09:35:05.723 INFO kablam! | Sep 02 09:35:05.723 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 02 09:35:05.723 INFO kablam! | ^^^^^ Sep 02 09:35:05.723 INFO kablam! Sep 02 09:35:05.723 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 02 09:35:05.723 INFO kablam! --> src/api.rs:255:34 Sep 02 09:35:05.723 INFO kablam! | Sep 02 09:35:05.723 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 02 09:35:05.723 INFO kablam! | ^^^^^ Sep 02 09:35:05.723 INFO kablam! Sep 02 09:35:05.723 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 02 09:35:05.724 INFO kablam! --> src/api.rs:348:34 Sep 02 09:35:05.724 INFO kablam! | Sep 02 09:35:05.724 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 02 09:35:05.724 INFO kablam! | ^^^^^ Sep 02 09:35:05.724 INFO kablam! Sep 02 09:35:05.724 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 02 09:35:05.724 INFO kablam! --> src/api.rs:355:34 Sep 02 09:35:05.724 INFO kablam! | Sep 02 09:35:05.724 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 02 09:35:05.724 INFO kablam! | ^^^^^ Sep 02 09:35:05.724 INFO kablam! Sep 02 09:35:05.724 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 02 09:35:05.724 INFO kablam! --> src/api.rs:441:51 Sep 02 09:35:05.724 INFO kablam! | Sep 02 09:35:05.724 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 02 09:35:05.724 INFO kablam! | ^^^^^ Sep 02 09:35:05.724 INFO kablam! Sep 02 09:35:05.724 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 02 09:35:05.724 INFO kablam! --> src/api.rs:442:51 Sep 02 09:35:05.724 INFO kablam! | Sep 02 09:35:05.724 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 02 09:35:05.724 INFO kablam! | ^^^^^ Sep 02 09:35:05.724 INFO kablam! Sep 02 09:35:05.923 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 02 09:35:05.923 INFO kablam! --> src/api.rs:10:26 Sep 02 09:35:05.923 INFO kablam! | Sep 02 09:35:05.923 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 02 09:35:05.923 INFO kablam! | ^^^^^ Sep 02 09:35:05.923 INFO kablam! | Sep 02 09:35:05.923 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 09:35:05.923 INFO kablam! Sep 02 09:35:05.924 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 02 09:35:05.924 INFO kablam! --> src/api.rs:10:33 Sep 02 09:35:05.924 INFO kablam! | Sep 02 09:35:05.924 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 02 09:35:05.924 INFO kablam! | ^^^^^ Sep 02 09:35:05.924 INFO kablam! Sep 02 09:35:05.924 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 02 09:35:05.924 INFO kablam! --> src/api.rs:416:25 Sep 02 09:35:05.924 INFO kablam! | Sep 02 09:35:05.924 INFO kablam! 416 | pub uid: uid_t, Sep 02 09:35:05.924 INFO kablam! | ^^^^^ Sep 02 09:35:05.924 INFO kablam! Sep 02 09:35:05.924 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 02 09:35:05.924 INFO kablam! --> src/api.rs:418:25 Sep 02 09:35:05.924 INFO kablam! | Sep 02 09:35:05.925 INFO kablam! 418 | pub gid: gid_t, Sep 02 09:35:05.925 INFO kablam! | ^^^^^ Sep 02 09:35:05.925 INFO kablam! Sep 02 09:35:05.927 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 02 09:35:05.927 INFO kablam! --> src/api.rs:248:34 Sep 02 09:35:05.927 INFO kablam! | Sep 02 09:35:05.927 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 02 09:35:05.927 INFO kablam! | ^^^^^ Sep 02 09:35:05.927 INFO kablam! Sep 02 09:35:05.927 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 02 09:35:05.927 INFO kablam! --> src/api.rs:255:34 Sep 02 09:35:05.927 INFO kablam! | Sep 02 09:35:05.927 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 02 09:35:05.927 INFO kablam! | ^^^^^ Sep 02 09:35:05.927 INFO kablam! Sep 02 09:35:05.928 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 02 09:35:05.928 INFO kablam! --> src/api.rs:348:34 Sep 02 09:35:05.928 INFO kablam! | Sep 02 09:35:05.928 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 02 09:35:05.928 INFO kablam! | ^^^^^ Sep 02 09:35:05.928 INFO kablam! Sep 02 09:35:05.928 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 02 09:35:05.928 INFO kablam! --> src/api.rs:355:34 Sep 02 09:35:05.928 INFO kablam! | Sep 02 09:35:05.928 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 02 09:35:05.928 INFO kablam! | ^^^^^ Sep 02 09:35:05.928 INFO kablam! Sep 02 09:35:05.928 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 02 09:35:05.928 INFO kablam! --> src/api.rs:441:51 Sep 02 09:35:05.928 INFO kablam! | Sep 02 09:35:05.928 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 02 09:35:05.928 INFO kablam! | ^^^^^ Sep 02 09:35:05.928 INFO kablam! Sep 02 09:35:05.928 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 02 09:35:05.928 INFO kablam! --> src/api.rs:442:51 Sep 02 09:35:05.928 INFO kablam! | Sep 02 09:35:05.928 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 02 09:35:05.929 INFO kablam! | ^^^^^ Sep 02 09:35:05.929 INFO kablam! Sep 02 09:35:06.633 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.53s Sep 02 09:35:06.637 INFO kablam! su: No module specific data is present Sep 02 09:35:07.076 INFO running `"docker" "rm" "-f" "3760b6e8dbdc048c4e1dd02810c9b5f99c7bf07b2d237525d5c6f09b1bf6455f"` Sep 02 09:35:07.171 INFO blam! 3760b6e8dbdc048c4e1dd02810c9b5f99c7bf07b2d237525d5c6f09b1bf6455f