Sep 04 12:57:20.198 INFO checking keyutils-0.2.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:57:20.198 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:57:20.198 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/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 12:57:20.349 INFO blam! a90af4452035c08226d9475f7dda205af6aae4fdf3cf8397259e99fd35fe9ef9 Sep 04 12:57:20.352 INFO running `"docker" "start" "-a" "a90af4452035c08226d9475f7dda205af6aae4fdf3cf8397259e99fd35fe9ef9"` Sep 04 12:57:21.050 INFO kablam! Checking keyutils v0.2.1 (file:///source) Sep 04 12:57:21.853 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 04 12:57:21.853 INFO kablam! --> src/api.rs:10:26 Sep 04 12:57:21.853 INFO kablam! | Sep 04 12:57:21.853 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 04 12:57:21.853 INFO kablam! | ^^^^^ Sep 04 12:57:21.853 INFO kablam! | Sep 04 12:57:21.854 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:57:21.854 INFO kablam! Sep 04 12:57:21.854 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 04 12:57:21.855 INFO kablam! --> src/api.rs:10:33 Sep 04 12:57:21.855 INFO kablam! | Sep 04 12:57:21.855 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 04 12:57:21.855 INFO kablam! | ^^^^^ Sep 04 12:57:21.855 INFO kablam! Sep 04 12:57:21.855 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 04 12:57:21.855 INFO kablam! --> src/api.rs:416:25 Sep 04 12:57:21.855 INFO kablam! | Sep 04 12:57:21.855 INFO kablam! 416 | pub uid: uid_t, Sep 04 12:57:21.855 INFO kablam! | ^^^^^ Sep 04 12:57:21.855 INFO kablam! Sep 04 12:57:21.855 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 04 12:57:21.855 INFO kablam! --> src/api.rs:418:25 Sep 04 12:57:21.855 INFO kablam! | Sep 04 12:57:21.855 INFO kablam! 418 | pub gid: gid_t, Sep 04 12:57:21.855 INFO kablam! | ^^^^^ Sep 04 12:57:21.855 INFO kablam! Sep 04 12:57:21.856 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 04 12:57:21.856 INFO kablam! --> src/api.rs:248:34 Sep 04 12:57:21.856 INFO kablam! | Sep 04 12:57:21.857 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 04 12:57:21.857 INFO kablam! | ^^^^^ Sep 04 12:57:21.857 INFO kablam! Sep 04 12:57:21.857 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 04 12:57:21.857 INFO kablam! --> src/api.rs:255:34 Sep 04 12:57:21.857 INFO kablam! | Sep 04 12:57:21.857 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 04 12:57:21.857 INFO kablam! | ^^^^^ Sep 04 12:57:21.857 INFO kablam! Sep 04 12:57:21.857 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 04 12:57:21.857 INFO kablam! --> src/api.rs:348:34 Sep 04 12:57:21.857 INFO kablam! | Sep 04 12:57:21.857 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 04 12:57:21.857 INFO kablam! | ^^^^^ Sep 04 12:57:21.857 INFO kablam! Sep 04 12:57:21.857 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 04 12:57:21.857 INFO kablam! --> src/api.rs:355:34 Sep 04 12:57:21.857 INFO kablam! | Sep 04 12:57:21.857 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 04 12:57:21.857 INFO kablam! | ^^^^^ Sep 04 12:57:21.857 INFO kablam! Sep 04 12:57:21.857 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 04 12:57:21.857 INFO kablam! --> src/api.rs:441:51 Sep 04 12:57:21.857 INFO kablam! | Sep 04 12:57:21.857 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 04 12:57:21.858 INFO kablam! | ^^^^^ Sep 04 12:57:21.858 INFO kablam! Sep 04 12:57:21.858 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 04 12:57:21.858 INFO kablam! --> src/api.rs:442:51 Sep 04 12:57:21.858 INFO kablam! | Sep 04 12:57:21.858 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 04 12:57:21.858 INFO kablam! | ^^^^^ Sep 04 12:57:21.858 INFO kablam! Sep 04 12:57:22.273 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 04 12:57:22.273 INFO kablam! --> src/api.rs:10:26 Sep 04 12:57:22.273 INFO kablam! | Sep 04 12:57:22.273 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 04 12:57:22.273 INFO kablam! | ^^^^^ Sep 04 12:57:22.273 INFO kablam! | Sep 04 12:57:22.273 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:57:22.273 INFO kablam! Sep 04 12:57:22.273 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 04 12:57:22.273 INFO kablam! --> src/api.rs:10:33 Sep 04 12:57:22.273 INFO kablam! | Sep 04 12:57:22.273 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 04 12:57:22.273 INFO kablam! | ^^^^^ Sep 04 12:57:22.273 INFO kablam! Sep 04 12:57:22.274 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 04 12:57:22.274 INFO kablam! --> src/api.rs:416:25 Sep 04 12:57:22.274 INFO kablam! | Sep 04 12:57:22.274 INFO kablam! 416 | pub uid: uid_t, Sep 04 12:57:22.274 INFO kablam! | ^^^^^ Sep 04 12:57:22.274 INFO kablam! Sep 04 12:57:22.274 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 04 12:57:22.274 INFO kablam! --> src/api.rs:418:25 Sep 04 12:57:22.274 INFO kablam! | Sep 04 12:57:22.274 INFO kablam! 418 | pub gid: gid_t, Sep 04 12:57:22.275 INFO kablam! | ^^^^^ Sep 04 12:57:22.275 INFO kablam! Sep 04 12:57:22.275 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 04 12:57:22.275 INFO kablam! --> src/api.rs:248:34 Sep 04 12:57:22.275 INFO kablam! | Sep 04 12:57:22.275 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 04 12:57:22.275 INFO kablam! | ^^^^^ Sep 04 12:57:22.277 INFO kablam! Sep 04 12:57:22.277 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 04 12:57:22.277 INFO kablam! --> src/api.rs:255:34 Sep 04 12:57:22.277 INFO kablam! | Sep 04 12:57:22.277 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 04 12:57:22.277 INFO kablam! | ^^^^^ Sep 04 12:57:22.277 INFO kablam! Sep 04 12:57:22.277 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 04 12:57:22.277 INFO kablam! --> src/api.rs:348:34 Sep 04 12:57:22.277 INFO kablam! | Sep 04 12:57:22.277 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 04 12:57:22.277 INFO kablam! | ^^^^^ Sep 04 12:57:22.277 INFO kablam! Sep 04 12:57:22.277 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 04 12:57:22.277 INFO kablam! --> src/api.rs:355:34 Sep 04 12:57:22.277 INFO kablam! | Sep 04 12:57:22.277 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 04 12:57:22.277 INFO kablam! | ^^^^^ Sep 04 12:57:22.278 INFO kablam! Sep 04 12:57:22.278 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 04 12:57:22.278 INFO kablam! --> src/api.rs:441:51 Sep 04 12:57:22.278 INFO kablam! | Sep 04 12:57:22.278 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 04 12:57:22.278 INFO kablam! | ^^^^^ Sep 04 12:57:22.278 INFO kablam! Sep 04 12:57:22.278 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 04 12:57:22.278 INFO kablam! --> src/api.rs:442:51 Sep 04 12:57:22.278 INFO kablam! | Sep 04 12:57:22.278 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 04 12:57:22.278 INFO kablam! | ^^^^^ Sep 04 12:57:22.278 INFO kablam! Sep 04 12:57:23.509 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Sep 04 12:57:23.516 INFO kablam! su: No module specific data is present Sep 04 12:57:24.130 INFO running `"docker" "rm" "-f" "a90af4452035c08226d9475f7dda205af6aae4fdf3cf8397259e99fd35fe9ef9"` Sep 04 12:57:24.295 INFO blam! a90af4452035c08226d9475f7dda205af6aae4fdf3cf8397259e99fd35fe9ef9