Sep 04 12:07:18.379 INFO checking libtar-sys-0.1.9 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 12:07:18.379 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 12:07:18.379 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:07:18.599 INFO blam! a1d9906077ae5ca1f4caae05a94773c6dd8906341086e30c6519d9c694ab876a Sep 04 12:07:18.601 INFO running `"docker" "start" "-a" "a1d9906077ae5ca1f4caae05a94773c6dd8906341086e30c6519d9c694ab876a"` Sep 04 12:07:19.339 INFO kablam! Compiling libtar-sys v0.1.9 (file:///source) Sep 04 12:07:25.047 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 04 12:07:25.047 INFO kablam! --> src/lib.rs:50:24 Sep 04 12:07:25.047 INFO kablam! | Sep 04 12:07:25.047 INFO kablam! 50 | pub fn tar_open(t: *mut *mut TAR, pathname: *const c_char, typo: *mut c_void, Sep 04 12:07:25.048 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 12:07:25.048 INFO kablam! | Sep 04 12:07:25.048 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 12:07:25.048 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 04 12:07:25.048 INFO kablam! Sep 04 12:07:25.048 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 04 12:07:25.048 INFO kablam! --> src/lib.rs:53:25 Sep 04 12:07:25.048 INFO kablam! | Sep 04 12:07:25.048 INFO kablam! 53 | pub fn tar_close(t: *mut TAR) -> c_int; Sep 04 12:07:25.048 INFO kablam! | ^^^^^^^^ Sep 04 12:07:25.048 INFO kablam! | Sep 04 12:07:25.048 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 04 12:07:25.048 INFO kablam! Sep 04 12:07:25.048 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 04 12:07:25.048 INFO kablam! --> src/lib.rs:55:31 Sep 04 12:07:25.049 INFO kablam! | Sep 04 12:07:25.049 INFO kablam! 55 | pub fn tar_extract_all(t: *mut TAR, prefix: *const c_char) -> c_int; Sep 04 12:07:25.049 INFO kablam! | ^^^^^^^^ Sep 04 12:07:25.049 INFO kablam! | Sep 04 12:07:25.049 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 04 12:07:25.049 INFO kablam! Sep 04 12:07:25.113 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 04 12:07:25.113 INFO kablam! --> src/lib.rs:50:24 Sep 04 12:07:25.113 INFO kablam! | Sep 04 12:07:25.113 INFO kablam! 50 | pub fn tar_open(t: *mut *mut TAR, pathname: *const c_char, typo: *mut c_void, Sep 04 12:07:25.113 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 12:07:25.113 INFO kablam! | Sep 04 12:07:25.113 INFO kablam! = note: #[warn(improper_ctypes)] on by default Sep 04 12:07:25.113 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 04 12:07:25.113 INFO kablam! Sep 04 12:07:25.113 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 04 12:07:25.113 INFO kablam! --> src/lib.rs:53:25 Sep 04 12:07:25.113 INFO kablam! | Sep 04 12:07:25.113 INFO kablam! 53 | pub fn tar_close(t: *mut TAR) -> c_int; Sep 04 12:07:25.113 INFO kablam! | ^^^^^^^^ Sep 04 12:07:25.113 INFO kablam! | Sep 04 12:07:25.113 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 04 12:07:25.113 INFO kablam! Sep 04 12:07:25.113 INFO kablam! warning: `extern` block uses type `char` which is not FFI-safe: the `char` type has no C equivalent Sep 04 12:07:25.113 INFO kablam! --> src/lib.rs:55:31 Sep 04 12:07:25.113 INFO kablam! | Sep 04 12:07:25.113 INFO kablam! 55 | pub fn tar_extract_all(t: *mut TAR, prefix: *const c_char) -> c_int; Sep 04 12:07:25.113 INFO kablam! | ^^^^^^^^ Sep 04 12:07:25.113 INFO kablam! | Sep 04 12:07:25.113 INFO kablam! = help: consider using `u32` or `libc::wchar_t` instead Sep 04 12:07:25.113 INFO kablam! Sep 04 12:07:25.133 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.81s Sep 04 12:07:25.136 INFO kablam! su: No module specific data is present Sep 04 12:07:25.606 INFO running `"docker" "rm" "-f" "a1d9906077ae5ca1f4caae05a94773c6dd8906341086e30c6519d9c694ab876a"` Sep 04 12:07:25.702 INFO blam! a1d9906077ae5ca1f4caae05a94773c6dd8906341086e30c6519d9c694ab876a