Oct 27 18:01:33.489 INFO checking pkgparse_rs-0.2.111 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:01:33.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 18:01:33.809 INFO blam! 664d1edd3f27eda8b73266e8bd7dab5335ba1cac6d18cd9572285bd42bc47c12 Oct 27 18:01:33.812 INFO running `"docker" "start" "-a" "664d1edd3f27eda8b73266e8bd7dab5335ba1cac6d18cd9572285bd42bc47c12"` Oct 27 18:01:34.962 INFO kablam! usermod: no changes Oct 27 18:01:35.059 INFO kablam! Compiling pkgparse_rs v0.2.111 (/source) Oct 27 18:01:40.539 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.539 INFO kablam! --> src/lib.rs:8:51 Oct 27 18:01:40.539 INFO kablam! | Oct 27 18:01:40.539 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 27 18:01:40.539 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.539 INFO kablam! | Oct 27 18:01:40.539 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 27 18:01:40.539 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.539 INFO kablam! note: type defined here Oct 27 18:01:40.539 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.539 INFO kablam! | Oct 27 18:01:40.539 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.539 INFO kablam! Oct 27 18:01:40.539 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.539 INFO kablam! --> src/lib.rs:9:37 Oct 27 18:01:40.539 INFO kablam! | Oct 27 18:01:40.539 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.539 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.539 INFO kablam! | Oct 27 18:01:40.539 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.539 INFO kablam! note: type defined here Oct 27 18:01:40.539 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.539 INFO kablam! | Oct 27 18:01:40.539 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! Oct 27 18:01:40.540 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:10:39 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.540 INFO kablam! note: type defined here Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! Oct 27 18:01:40.540 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:11:39 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.540 INFO kablam! note: type defined here Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! Oct 27 18:01:40.540 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.540 INFO kablam! note: type defined here Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! Oct 27 18:01:40.540 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:13:42 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.540 INFO kablam! note: type defined here Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! Oct 27 18:01:40.540 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:14:42 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.540 INFO kablam! note: type defined here Oct 27 18:01:40.540 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.540 INFO kablam! | Oct 27 18:01:40.540 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.540 INFO kablam! Oct 27 18:01:40.819 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.819 INFO kablam! --> src/lib.rs:8:51 Oct 27 18:01:40.819 INFO kablam! | Oct 27 18:01:40.820 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 27 18:01:40.820 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.820 INFO kablam! | Oct 27 18:01:40.820 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 27 18:01:40.821 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.821 INFO kablam! note: type defined here Oct 27 18:01:40.821 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.821 INFO kablam! | Oct 27 18:01:40.822 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.822 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.822 INFO kablam! Oct 27 18:01:40.822 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.823 INFO kablam! --> src/lib.rs:9:37 Oct 27 18:01:40.823 INFO kablam! | Oct 27 18:01:40.823 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.823 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.824 INFO kablam! | Oct 27 18:01:40.824 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.824 INFO kablam! note: type defined here Oct 27 18:01:40.824 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.825 INFO kablam! | Oct 27 18:01:40.825 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.825 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.825 INFO kablam! Oct 27 18:01:40.826 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.826 INFO kablam! --> src/lib.rs:10:39 Oct 27 18:01:40.826 INFO kablam! | Oct 27 18:01:40.826 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.827 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.827 INFO kablam! | Oct 27 18:01:40.831 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.835 INFO kablam! note: type defined here Oct 27 18:01:40.835 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.835 INFO kablam! | Oct 27 18:01:40.836 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.836 INFO kablam! Oct 27 18:01:40.836 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.836 INFO kablam! --> src/lib.rs:11:39 Oct 27 18:01:40.837 INFO kablam! | Oct 27 18:01:40.837 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.837 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.837 INFO kablam! | Oct 27 18:01:40.838 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.838 INFO kablam! note: type defined here Oct 27 18:01:40.838 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.838 INFO kablam! | Oct 27 18:01:40.839 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.839 INFO kablam! Oct 27 18:01:40.839 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.840 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:01:40.840 INFO kablam! | Oct 27 18:01:40.843 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.845 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.845 INFO kablam! | Oct 27 18:01:40.845 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.845 INFO kablam! note: type defined here Oct 27 18:01:40.846 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.846 INFO kablam! | Oct 27 18:01:40.846 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.847 INFO kablam! Oct 27 18:01:40.847 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.847 INFO kablam! --> src/lib.rs:13:42 Oct 27 18:01:40.847 INFO kablam! | Oct 27 18:01:40.847 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.848 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.848 INFO kablam! | Oct 27 18:01:40.848 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.848 INFO kablam! note: type defined here Oct 27 18:01:40.849 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.849 INFO kablam! | Oct 27 18:01:40.849 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.849 INFO kablam! Oct 27 18:01:40.850 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:40.850 INFO kablam! --> src/lib.rs:14:42 Oct 27 18:01:40.850 INFO kablam! | Oct 27 18:01:40.850 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:40.851 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:40.851 INFO kablam! | Oct 27 18:01:40.851 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:40.851 INFO kablam! note: type defined here Oct 27 18:01:40.852 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:40.852 INFO kablam! | Oct 27 18:01:40.852 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:40.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:40.852 INFO kablam! Oct 27 18:01:40.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.86s Oct 27 18:01:40.862 INFO kablam! su: No module specific data is present Oct 27 18:01:41.761 INFO running `"docker" "rm" "-f" "664d1edd3f27eda8b73266e8bd7dab5335ba1cac6d18cd9572285bd42bc47c12"` Oct 27 18:01:42.069 INFO blam! 664d1edd3f27eda8b73266e8bd7dab5335ba1cac6d18cd9572285bd42bc47c12