Sep 17 21:56:39.366 INFO checking libtar-sys-0.1.9 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:56:39.367 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:56:39.367 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 21:56:39.687 INFO blam! cf1882b003e3e6749a2a4fa07a5809b9d52a2bc4bb0b90a7181b7c128a796b08 Sep 17 21:56:39.689 INFO running `"docker" "start" "-a" "cf1882b003e3e6749a2a4fa07a5809b9d52a2bc4bb0b90a7181b7c128a796b08"` Sep 17 21:56:41.686 INFO kablam! usermod: no changes Sep 17 21:56:41.795 INFO kablam! Compiling libtar-sys v0.1.9 (/source) Sep 17 21:56:52.259 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 17 21:56:52.259 INFO kablam! --> src/lib.rs:50:24 Sep 17 21:56:52.259 INFO kablam! | Sep 17 21:56:52.259 INFO kablam! 50 | pub fn tar_open(t: *mut *mut TAR, pathname: *const c_char, typo: *mut c_void, Sep 17 21:56:52.259 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 21:56:52.259 INFO kablam! | Sep 17 21:56:52.259 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 17 21:56:52.259 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 17 21:56:52.259 INFO kablam! Sep 17 21:56:52.259 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 17 21:56:52.259 INFO kablam! --> src/lib.rs:53:25 Sep 17 21:56:52.259 INFO kablam! | Sep 17 21:56:52.259 INFO kablam! 53 | pub fn tar_close(t: *mut TAR) -> c_int; Sep 17 21:56:52.259 INFO kablam! | ^^^^^^^^ Sep 17 21:56:52.259 INFO kablam! | Sep 17 21:56:52.259 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 17 21:56:52.259 INFO kablam! Sep 17 21:56:52.260 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 17 21:56:52.260 INFO kablam! --> src/lib.rs:55:31 Sep 17 21:56:52.260 INFO kablam! | Sep 17 21:56:52.260 INFO kablam! 55 | pub fn tar_extract_all(t: *mut TAR, prefix: *const c_char) -> c_int; Sep 17 21:56:52.260 INFO kablam! | ^^^^^^^^ Sep 17 21:56:52.260 INFO kablam! | Sep 17 21:56:52.260 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 17 21:56:52.260 INFO kablam! Sep 17 21:56:52.327 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 17 21:56:52.327 INFO kablam! --> src/lib.rs:50:24 Sep 17 21:56:52.327 INFO kablam! | Sep 17 21:56:52.327 INFO kablam! 50 | pub fn tar_open(t: *mut *mut TAR, pathname: *const c_char, typo: *mut c_void, Sep 17 21:56:52.327 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 21:56:52.327 INFO kablam! | Sep 17 21:56:52.327 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 17 21:56:52.327 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 17 21:56:52.327 INFO kablam! Sep 17 21:56:52.327 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 17 21:56:52.327 INFO kablam! --> src/lib.rs:53:25 Sep 17 21:56:52.327 INFO kablam! | Sep 17 21:56:52.327 INFO kablam! 53 | pub fn tar_close(t: *mut TAR) -> c_int; Sep 17 21:56:52.327 INFO kablam! | ^^^^^^^^ Sep 17 21:56:52.327 INFO kablam! | Sep 17 21:56:52.327 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 17 21:56:52.327 INFO kablam! Sep 17 21:56:52.327 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 17 21:56:52.327 INFO kablam! --> src/lib.rs:55:31 Sep 17 21:56:52.328 INFO kablam! | Sep 17 21:56:52.328 INFO kablam! 55 | pub fn tar_extract_all(t: *mut TAR, prefix: *const c_char) -> c_int; Sep 17 21:56:52.328 INFO kablam! | ^^^^^^^^ Sep 17 21:56:52.328 INFO kablam! | Sep 17 21:56:52.328 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 17 21:56:52.328 INFO kablam! Sep 17 21:56:52.362 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.62s Sep 17 21:56:52.365 INFO kablam! su: No module specific data is present Sep 17 21:56:53.334 INFO running `"docker" "rm" "-f" "cf1882b003e3e6749a2a4fa07a5809b9d52a2bc4bb0b90a7181b7c128a796b08"` Sep 17 21:56:53.574 INFO blam! cf1882b003e3e6749a2a4fa07a5809b9d52a2bc4bb0b90a7181b7c128a796b08