Sep 17 22:22:35.592 INFO checking keyutils-0.2.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 22:22:35.592 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 22:22:35.592 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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:35.965 INFO blam! c66cd151fa7b312fb1d7473f069270f23fa5d9420669e8d7416ce20da09cf78f Sep 17 22:22:35.967 INFO running `"docker" "start" "-a" "c66cd151fa7b312fb1d7473f069270f23fa5d9420669e8d7416ce20da09cf78f"` Sep 17 22:22:37.114 INFO kablam! usermod: no changes Sep 17 22:22:37.149 INFO kablam! Checking keyutils v0.2.1 (/source) Sep 17 22:22:37.462 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:37.463 INFO kablam! --> src/api.rs:10:26 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:37.463 INFO kablam! | ^^^^^ Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 22:22:37.463 INFO kablam! Sep 17 22:22:37.463 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:37.463 INFO kablam! --> src/api.rs:10:33 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:37.463 INFO kablam! | ^^^^^ Sep 17 22:22:37.463 INFO kablam! Sep 17 22:22:37.463 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:37.463 INFO kablam! --> src/api.rs:416:25 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! 416 | pub uid: uid_t, Sep 17 22:22:37.463 INFO kablam! | ^^^^^ Sep 17 22:22:37.463 INFO kablam! Sep 17 22:22:37.463 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:37.463 INFO kablam! --> src/api.rs:418:25 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! 418 | pub gid: gid_t, Sep 17 22:22:37.463 INFO kablam! | ^^^^^ Sep 17 22:22:37.463 INFO kablam! Sep 17 22:22:37.463 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:37.463 INFO kablam! --> src/api.rs:248:34 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:37.463 INFO kablam! | ^^^^^ Sep 17 22:22:37.463 INFO kablam! Sep 17 22:22:37.463 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:37.463 INFO kablam! --> src/api.rs:255:34 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:37.463 INFO kablam! | ^^^^^ Sep 17 22:22:37.463 INFO kablam! Sep 17 22:22:37.463 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:37.463 INFO kablam! --> src/api.rs:348:34 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.463 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:37.463 INFO kablam! | ^^^^^ Sep 17 22:22:37.463 INFO kablam! Sep 17 22:22:37.463 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:37.463 INFO kablam! --> src/api.rs:355:34 Sep 17 22:22:37.463 INFO kablam! | Sep 17 22:22:37.464 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:37.464 INFO kablam! | ^^^^^ Sep 17 22:22:37.464 INFO kablam! Sep 17 22:22:37.464 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:37.464 INFO kablam! --> src/api.rs:441:51 Sep 17 22:22:37.464 INFO kablam! | Sep 17 22:22:37.464 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 17 22:22:37.464 INFO kablam! | ^^^^^ Sep 17 22:22:37.464 INFO kablam! Sep 17 22:22:37.464 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:37.464 INFO kablam! --> src/api.rs:442:51 Sep 17 22:22:37.464 INFO kablam! | Sep 17 22:22:37.464 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 17 22:22:37.464 INFO kablam! | ^^^^^ Sep 17 22:22:37.464 INFO kablam! Sep 17 22:22:37.543 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:37.543 INFO kablam! --> src/api.rs:10:26 Sep 17 22:22:37.543 INFO kablam! | Sep 17 22:22:37.543 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:37.543 INFO kablam! | ^^^^^ Sep 17 22:22:37.543 INFO kablam! | Sep 17 22:22:37.544 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 22:22:37.544 INFO kablam! Sep 17 22:22:37.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:37.544 INFO kablam! --> src/api.rs:10:33 Sep 17 22:22:37.544 INFO kablam! | Sep 17 22:22:37.545 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 17 22:22:37.545 INFO kablam! | ^^^^^ Sep 17 22:22:37.545 INFO kablam! Sep 17 22:22:37.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:37.545 INFO kablam! --> src/api.rs:416:25 Sep 17 22:22:37.545 INFO kablam! | Sep 17 22:22:37.545 INFO kablam! 416 | pub uid: uid_t, Sep 17 22:22:37.546 INFO kablam! | ^^^^^ Sep 17 22:22:37.546 INFO kablam! Sep 17 22:22:37.546 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:37.546 INFO kablam! --> src/api.rs:418:25 Sep 17 22:22:37.546 INFO kablam! | Sep 17 22:22:37.546 INFO kablam! 418 | pub gid: gid_t, Sep 17 22:22:37.546 INFO kablam! | ^^^^^ Sep 17 22:22:37.546 INFO kablam! Sep 17 22:22:37.553 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:37.555 INFO kablam! --> src/api.rs:248:34 Sep 17 22:22:37.555 INFO kablam! | Sep 17 22:22:37.555 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:37.555 INFO kablam! | ^^^^^ Sep 17 22:22:37.555 INFO kablam! Sep 17 22:22:37.555 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:37.555 INFO kablam! --> src/api.rs:255:34 Sep 17 22:22:37.555 INFO kablam! | Sep 17 22:22:37.555 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:37.555 INFO kablam! | ^^^^^ Sep 17 22:22:37.555 INFO kablam! Sep 17 22:22:37.555 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:37.555 INFO kablam! --> src/api.rs:348:34 Sep 17 22:22:37.555 INFO kablam! | Sep 17 22:22:37.555 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 17 22:22:37.555 INFO kablam! | ^^^^^ Sep 17 22:22:37.555 INFO kablam! Sep 17 22:22:37.555 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:37.555 INFO kablam! --> src/api.rs:355:34 Sep 17 22:22:37.555 INFO kablam! | Sep 17 22:22:37.555 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 17 22:22:37.555 INFO kablam! | ^^^^^ Sep 17 22:22:37.555 INFO kablam! Sep 17 22:22:37.555 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:37.555 INFO kablam! --> src/api.rs:441:51 Sep 17 22:22:37.555 INFO kablam! | Sep 17 22:22:37.555 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 17 22:22:37.555 INFO kablam! | ^^^^^ Sep 17 22:22:37.555 INFO kablam! Sep 17 22:22:37.555 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:37.555 INFO kablam! --> src/api.rs:442:51 Sep 17 22:22:37.555 INFO kablam! | Sep 17 22:22:37.555 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 17 22:22:37.555 INFO kablam! | ^^^^^ Sep 17 22:22:37.555 INFO kablam! Sep 17 22:22:37.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Sep 17 22:22:37.989 INFO kablam! su: No module specific data is present Sep 17 22:22:38.505 INFO running `"docker" "rm" "-f" "c66cd151fa7b312fb1d7473f069270f23fa5d9420669e8d7416ce20da09cf78f"` Sep 17 22:22:38.686 INFO blam! c66cd151fa7b312fb1d7473f069270f23fa5d9420669e8d7416ce20da09cf78f