Sep 20 01:11:46.173 INFO checking keyutils-0.2.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 01:11:46.173 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 01:11:46.173 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:11:46.407 INFO blam! 6a50f80bf2c7f529ba7ef3778b18dab3c88c96cf73e8439bbea0a647534d58a8 Sep 20 01:11:46.409 INFO running `"docker" "start" "-a" "6a50f80bf2c7f529ba7ef3778b18dab3c88c96cf73e8439bbea0a647534d58a8"` Sep 20 01:11:47.814 INFO kablam! usermod: no changes Sep 20 01:11:47.878 INFO kablam! Checking errno v0.1.8 Sep 20 01:11:48.200 INFO kablam! Checking keyutils v0.2.1 (/source) Sep 20 01:11:48.527 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 20 01:11:48.528 INFO kablam! --> src/api.rs:10:26 Sep 20 01:11:48.528 INFO kablam! | Sep 20 01:11:48.528 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 20 01:11:48.528 INFO kablam! | ^^^^^ Sep 20 01:11:48.529 INFO kablam! | Sep 20 01:11:48.529 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 01:11:48.529 INFO kablam! Sep 20 01:11:48.530 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 20 01:11:48.530 INFO kablam! --> src/api.rs:10:33 Sep 20 01:11:48.530 INFO kablam! | Sep 20 01:11:48.531 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 20 01:11:48.531 INFO kablam! | ^^^^^ Sep 20 01:11:48.531 INFO kablam! Sep 20 01:11:48.532 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 20 01:11:48.532 INFO kablam! --> src/api.rs:416:25 Sep 20 01:11:48.532 INFO kablam! | Sep 20 01:11:48.533 INFO kablam! 416 | pub uid: uid_t, Sep 20 01:11:48.533 INFO kablam! | ^^^^^ Sep 20 01:11:48.533 INFO kablam! Sep 20 01:11:48.533 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 20 01:11:48.534 INFO kablam! --> src/api.rs:418:25 Sep 20 01:11:48.534 INFO kablam! | Sep 20 01:11:48.534 INFO kablam! 418 | pub gid: gid_t, Sep 20 01:11:48.535 INFO kablam! | ^^^^^ Sep 20 01:11:48.535 INFO kablam! Sep 20 01:11:48.536 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 20 01:11:48.537 INFO kablam! --> src/api.rs:248:34 Sep 20 01:11:48.537 INFO kablam! | Sep 20 01:11:48.537 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 20 01:11:48.537 INFO kablam! | ^^^^^ Sep 20 01:11:48.538 INFO kablam! Sep 20 01:11:48.538 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 20 01:11:48.538 INFO kablam! --> src/api.rs:255:34 Sep 20 01:11:48.538 INFO kablam! | Sep 20 01:11:48.539 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 20 01:11:48.539 INFO kablam! | ^^^^^ Sep 20 01:11:48.539 INFO kablam! Sep 20 01:11:48.540 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 20 01:11:48.540 INFO kablam! --> src/api.rs:348:34 Sep 20 01:11:48.540 INFO kablam! | Sep 20 01:11:48.541 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 20 01:11:48.541 INFO kablam! | ^^^^^ Sep 20 01:11:48.541 INFO kablam! Sep 20 01:11:48.542 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 20 01:11:48.542 INFO kablam! --> src/api.rs:355:34 Sep 20 01:11:48.542 INFO kablam! | Sep 20 01:11:48.542 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 20 01:11:48.543 INFO kablam! | ^^^^^ Sep 20 01:11:48.543 INFO kablam! Sep 20 01:11:48.543 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 20 01:11:48.544 INFO kablam! --> src/api.rs:441:51 Sep 20 01:11:48.544 INFO kablam! | Sep 20 01:11:48.544 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 20 01:11:48.545 INFO kablam! | ^^^^^ Sep 20 01:11:48.545 INFO kablam! Sep 20 01:11:48.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 20 01:11:48.545 INFO kablam! --> src/api.rs:442:51 Sep 20 01:11:48.546 INFO kablam! | Sep 20 01:11:48.546 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 20 01:11:48.546 INFO kablam! | ^^^^^ Sep 20 01:11:48.546 INFO kablam! Sep 20 01:11:48.793 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 20 01:11:48.793 INFO kablam! --> src/api.rs:10:26 Sep 20 01:11:48.793 INFO kablam! | Sep 20 01:11:48.793 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 20 01:11:48.793 INFO kablam! | ^^^^^ Sep 20 01:11:48.793 INFO kablam! | Sep 20 01:11:48.793 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 01:11:48.793 INFO kablam! Sep 20 01:11:48.793 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 20 01:11:48.793 INFO kablam! --> src/api.rs:10:33 Sep 20 01:11:48.793 INFO kablam! | Sep 20 01:11:48.793 INFO kablam! 10 | use std::os::unix::raw::{gid_t, uid_t}; Sep 20 01:11:48.793 INFO kablam! | ^^^^^ Sep 20 01:11:48.793 INFO kablam! Sep 20 01:11:48.793 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 20 01:11:48.793 INFO kablam! --> src/api.rs:416:25 Sep 20 01:11:48.793 INFO kablam! | Sep 20 01:11:48.793 INFO kablam! 416 | pub uid: uid_t, Sep 20 01:11:48.793 INFO kablam! | ^^^^^ Sep 20 01:11:48.793 INFO kablam! Sep 20 01:11:48.793 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 20 01:11:48.793 INFO kablam! --> src/api.rs:418:25 Sep 20 01:11:48.793 INFO kablam! | Sep 20 01:11:48.793 INFO kablam! 418 | pub gid: gid_t, Sep 20 01:11:48.793 INFO kablam! | ^^^^^ Sep 20 01:11:48.793 INFO kablam! Sep 20 01:11:48.795 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 20 01:11:48.795 INFO kablam! --> src/api.rs:248:34 Sep 20 01:11:48.795 INFO kablam! | Sep 20 01:11:48.795 INFO kablam! 248 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 20 01:11:48.795 INFO kablam! | ^^^^^ Sep 20 01:11:48.795 INFO kablam! Sep 20 01:11:48.795 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 20 01:11:48.795 INFO kablam! --> src/api.rs:255:34 Sep 20 01:11:48.795 INFO kablam! | Sep 20 01:11:48.795 INFO kablam! 255 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 20 01:11:48.795 INFO kablam! | ^^^^^ Sep 20 01:11:48.795 INFO kablam! Sep 20 01:11:48.795 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 20 01:11:48.795 INFO kablam! --> src/api.rs:348:34 Sep 20 01:11:48.795 INFO kablam! | Sep 20 01:11:48.795 INFO kablam! 348 | pub fn chown(&mut self, uid: uid_t) -> Result<()> { Sep 20 01:11:48.795 INFO kablam! | ^^^^^ Sep 20 01:11:48.795 INFO kablam! Sep 20 01:11:48.795 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 20 01:11:48.795 INFO kablam! --> src/api.rs:355:34 Sep 20 01:11:48.795 INFO kablam! | Sep 20 01:11:48.795 INFO kablam! 355 | pub fn chgrp(&mut self, gid: gid_t) -> Result<()> { Sep 20 01:11:48.795 INFO kablam! | ^^^^^ Sep 20 01:11:48.795 INFO kablam! Sep 20 01:11:48.795 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 20 01:11:48.795 INFO kablam! --> src/api.rs:441:51 Sep 20 01:11:48.795 INFO kablam! | Sep 20 01:11:48.795 INFO kablam! 441 | uid: pieces[3].parse::().unwrap(), Sep 20 01:11:48.795 INFO kablam! | ^^^^^ Sep 20 01:11:48.795 INFO kablam! Sep 20 01:11:48.795 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 20 01:11:48.795 INFO kablam! --> src/api.rs:442:51 Sep 20 01:11:48.795 INFO kablam! | Sep 20 01:11:48.795 INFO kablam! 442 | gid: pieces[2].parse::().unwrap(), Sep 20 01:11:48.795 INFO kablam! | ^^^^^ Sep 20 01:11:48.795 INFO kablam! Sep 20 01:11:49.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Sep 20 01:11:49.260 INFO kablam! su: No module specific data is present Sep 20 01:11:49.766 INFO running `"docker" "rm" "-f" "6a50f80bf2c7f529ba7ef3778b18dab3c88c96cf73e8439bbea0a647534d58a8"` Sep 20 01:11:49.849 INFO blam! 6a50f80bf2c7f529ba7ef3778b18dab3c88c96cf73e8439bbea0a647534d58a8