Oct 22 01:46:44.359 INFO checking linux-api-0.0.5 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:46:44.359 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 01:46:44.588 INFO blam! 051829d0cd9049d432174f156b723cdec7e25905c2c007240addab8c7760b80a Oct 22 01:46:44.591 INFO running `"docker" "start" "-a" "051829d0cd9049d432174f156b723cdec7e25905c2c007240addab8c7760b80a"` Oct 22 01:46:45.243 INFO kablam! usermod: no changes Oct 22 01:46:45.289 INFO kablam! Checking linux-api v0.0.5 Oct 22 01:46:45.289 INFO kablam! Checking linux-api v0.0.5 (/source) Oct 22 01:46:45.739 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:45.741 INFO kablam! --> src/time.rs:237:23 Oct 22 01:46:45.741 INFO kablam! | Oct 22 01:46:45.741 INFO kablam! 237 | pub const TIME_T_MAX: ::time_t = 0b0111111111111111111111111111111111111111111111111111111111111111; Oct 22 01:46:45.741 INFO kablam! | ^^^^^^^^ Oct 22 01:46:45.741 INFO kablam! | Oct 22 01:46:45.741 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:46:45.741 INFO kablam! Oct 22 01:46:45.741 INFO kablam! warning: use of deprecated item 'std::os::linux::raw': 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 Oct 22 01:46:45.742 INFO kablam! --> src/lib.rs:17:9 Oct 22 01:46:45.742 INFO kablam! | Oct 22 01:46:45.742 INFO kablam! 17 | pub use std::os::linux::raw::*; //Needed for time_t, dev_t, etc Oct 22 01:46:45.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:45.742 INFO kablam! Oct 22 01:46:45.742 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:45.742 INFO kablam! --> src/time.rs:12:17 Oct 22 01:46:45.742 INFO kablam! | Oct 22 01:46:45.742 INFO kablam! 12 | pub tv_sec: ::time_t, Oct 22 01:46:45.742 INFO kablam! | ^^^^^^^^ Oct 22 01:46:45.742 INFO kablam! Oct 22 01:46:45.742 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:45.742 INFO kablam! --> src/time.rs:55:17 Oct 22 01:46:45.742 INFO kablam! | Oct 22 01:46:45.742 INFO kablam! 55 | pub tv_sec: ::time_t, Oct 22 01:46:45.742 INFO kablam! | ^^^^^^^^ Oct 22 01:46:45.742 INFO kablam! Oct 22 01:46:45.742 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:45.742 INFO kablam! --> src/time.rs:69:34 Oct 22 01:46:45.742 INFO kablam! | Oct 22 01:46:45.742 INFO kablam! 69 | pub fn from_seconds(seconds: ::time_t) -> timeval { Oct 22 01:46:45.742 INFO kablam! | ^^^^^^^^ Oct 22 01:46:45.742 INFO kablam! Oct 22 01:46:45.825 INFO kablam! Checking linux-api-exit v0.1.1 Oct 22 01:46:45.825 INFO kablam! Checking linux-api-sys v0.0.1 Oct 22 01:46:45.825 INFO kablam! Checking time-sys v0.0.2 Oct 22 01:46:47.041 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:47.041 INFO kablam! --> src/time.rs:237:23 Oct 22 01:46:47.041 INFO kablam! | Oct 22 01:46:47.041 INFO kablam! 237 | pub const TIME_T_MAX: ::time_t = 0b0111111111111111111111111111111111111111111111111111111111111111; Oct 22 01:46:47.041 INFO kablam! | ^^^^^^^^ Oct 22 01:46:47.041 INFO kablam! | Oct 22 01:46:47.041 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:46:47.041 INFO kablam! Oct 22 01:46:47.041 INFO kablam! warning: use of deprecated item 'std::os::linux::raw': 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 Oct 22 01:46:47.041 INFO kablam! --> src/lib.rs:17:9 Oct 22 01:46:47.041 INFO kablam! | Oct 22 01:46:47.041 INFO kablam! 17 | pub use std::os::linux::raw::*; //Needed for time_t, dev_t, etc Oct 22 01:46:47.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 01:46:47.041 INFO kablam! Oct 22 01:46:47.041 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:47.041 INFO kablam! --> src/time.rs:12:17 Oct 22 01:46:47.041 INFO kablam! | Oct 22 01:46:47.041 INFO kablam! 12 | pub tv_sec: ::time_t, Oct 22 01:46:47.041 INFO kablam! | ^^^^^^^^ Oct 22 01:46:47.041 INFO kablam! Oct 22 01:46:47.041 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:47.041 INFO kablam! --> src/time.rs:55:17 Oct 22 01:46:47.041 INFO kablam! | Oct 22 01:46:47.041 INFO kablam! 55 | pub tv_sec: ::time_t, Oct 22 01:46:47.041 INFO kablam! | ^^^^^^^^ Oct 22 01:46:47.041 INFO kablam! Oct 22 01:46:47.044 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::dev_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 Oct 22 01:46:47.044 INFO kablam! --> src/lib.rs:72:18 Oct 22 01:46:47.044 INFO kablam! | Oct 22 01:46:47.044 INFO kablam! 72 | let dev: ::dev_t = 12467; Oct 22 01:46:47.044 INFO kablam! | ^^^^^^^ Oct 22 01:46:47.044 INFO kablam! Oct 22 01:46:47.044 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::mode_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 Oct 22 01:46:47.044 INFO kablam! --> src/lib.rs:73:19 Oct 22 01:46:47.044 INFO kablam! | Oct 22 01:46:47.044 INFO kablam! 73 | let mode: ::mode_t = 1365236; Oct 22 01:46:47.044 INFO kablam! | ^^^^^^^^ Oct 22 01:46:47.044 INFO kablam! Oct 22 01:46:47.044 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:47.044 INFO kablam! --> src/lib.rs:74:19 Oct 22 01:46:47.044 INFO kablam! | Oct 22 01:46:47.044 INFO kablam! 74 | let time: ::time_t = 134062; Oct 22 01:46:47.044 INFO kablam! | ^^^^^^^^ Oct 22 01:46:47.044 INFO kablam! Oct 22 01:46:47.044 INFO kablam! warning: use of deprecated item 'std::os::linux::raw::time_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 Oct 22 01:46:47.045 INFO kablam! --> src/time.rs:69:34 Oct 22 01:46:47.045 INFO kablam! | Oct 22 01:46:47.045 INFO kablam! 69 | pub fn from_seconds(seconds: ::time_t) -> timeval { Oct 22 01:46:47.045 INFO kablam! | ^^^^^^^^ Oct 22 01:46:47.045 INFO kablam! Oct 22 01:46:47.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.93s Oct 22 01:46:47.189 INFO kablam! su: No module specific data is present Oct 22 01:46:47.520 INFO running `"docker" "rm" "-f" "051829d0cd9049d432174f156b723cdec7e25905c2c007240addab8c7760b80a"` Oct 22 01:46:47.647 INFO blam! 051829d0cd9049d432174f156b723cdec7e25905c2c007240addab8c7760b80a