Oct 13 10:52:26.622 INFO checking pkgparse_rs-0.2.111 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 10:52:26.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 10:52:27.229 INFO blam! 0ff9c0fbf0f9d579dc70787b8254a9a96cf9e32c9440905658a31d84ba757d78 Oct 13 10:52:27.233 INFO running `"docker" "start" "-a" "0ff9c0fbf0f9d579dc70787b8254a9a96cf9e32c9440905658a31d84ba757d78"` Oct 13 10:52:28.456 INFO kablam! usermod: no changes Oct 13 10:52:28.524 INFO kablam! Compiling pkgparse_rs v0.2.111 (/source) Oct 13 10:52:34.556 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:8:51 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 13 10:52:34.557 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.557 INFO kablam! note: type defined here Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! Oct 13 10:52:34.557 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:9:37 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.557 INFO kablam! note: type defined here Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! Oct 13 10:52:34.557 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:10:39 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.557 INFO kablam! note: type defined here Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! Oct 13 10:52:34.557 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:11:39 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.557 INFO kablam! note: type defined here Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! Oct 13 10:52:34.557 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:12:40 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.557 INFO kablam! note: type defined here Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! Oct 13 10:52:34.557 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:13:42 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.557 INFO kablam! note: type defined here Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! Oct 13 10:52:34.557 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:14:42 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.557 INFO kablam! note: type defined here Oct 13 10:52:34.557 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.557 INFO kablam! | Oct 13 10:52:34.557 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.558 INFO kablam! Oct 13 10:52:34.680 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:8:51 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 13 10:52:34.681 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.681 INFO kablam! note: type defined here Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! Oct 13 10:52:34.681 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:9:37 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.681 INFO kablam! note: type defined here Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! Oct 13 10:52:34.681 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:10:39 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.681 INFO kablam! note: type defined here Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! Oct 13 10:52:34.681 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:11:39 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.681 INFO kablam! note: type defined here Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! Oct 13 10:52:34.681 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:12:40 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.681 INFO kablam! note: type defined here Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! Oct 13 10:52:34.681 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:13:42 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.681 INFO kablam! note: type defined here Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! Oct 13 10:52:34.681 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:14:42 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! = help: consider adding a member to this struct Oct 13 10:52:34.681 INFO kablam! note: type defined here Oct 13 10:52:34.681 INFO kablam! --> src/lib.rs:4:1 Oct 13 10:52:34.681 INFO kablam! | Oct 13 10:52:34.681 INFO kablam! 4 | pub struct pkgbuild_t; Oct 13 10:52:34.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:52:34.682 INFO kablam! Oct 13 10:52:34.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.23s Oct 13 10:52:34.720 INFO kablam! su: No module specific data is present Oct 13 10:52:35.234 INFO running `"docker" "rm" "-f" "0ff9c0fbf0f9d579dc70787b8254a9a96cf9e32c9440905658a31d84ba757d78"` Oct 13 10:52:35.716 INFO blam! 0ff9c0fbf0f9d579dc70787b8254a9a96cf9e32c9440905658a31d84ba757d78