Oct 27 18:01:34.100 INFO checking pkgparse_rs-0.2.111 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:01:34.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 18:01:34.567 INFO blam! 29e895f5f959401184f3d42298cd985445e3316d6da01849342fa6d812f785b6 Oct 27 18:01:34.569 INFO running `"docker" "start" "-a" "29e895f5f959401184f3d42298cd985445e3316d6da01849342fa6d812f785b6"` Oct 27 18:01:35.918 INFO kablam! usermod: no changes Oct 27 18:01:35.971 INFO kablam! Compiling pkgparse_rs v0.2.111 (/source) Oct 27 18:01:41.743 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.743 INFO kablam! --> src/lib.rs:8:51 Oct 27 18:01:41.743 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 27 18:01:41.744 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.744 INFO kablam! note: type defined here Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! Oct 27 18:01:41.744 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:9:37 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.744 INFO kablam! note: type defined here Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! Oct 27 18:01:41.744 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:10:39 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.744 INFO kablam! note: type defined here Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! Oct 27 18:01:41.744 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:11:39 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.744 INFO kablam! note: type defined here Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! Oct 27 18:01:41.744 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.744 INFO kablam! note: type defined here Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! Oct 27 18:01:41.744 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:13:42 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.744 INFO kablam! note: type defined here Oct 27 18:01:41.744 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.744 INFO kablam! | Oct 27 18:01:41.744 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.744 INFO kablam! Oct 27 18:01:41.747 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.747 INFO kablam! --> src/lib.rs:14:42 Oct 27 18:01:41.747 INFO kablam! | Oct 27 18:01:41.747 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.747 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.747 INFO kablam! | Oct 27 18:01:41.747 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.747 INFO kablam! note: type defined here Oct 27 18:01:41.747 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.747 INFO kablam! | Oct 27 18:01:41.747 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.747 INFO kablam! Oct 27 18:01:41.971 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:8:51 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 27 18:01:41.971 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.971 INFO kablam! note: type defined here Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! Oct 27 18:01:41.971 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:9:37 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.971 INFO kablam! note: type defined here Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! Oct 27 18:01:41.971 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:10:39 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.971 INFO kablam! note: type defined here Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! Oct 27 18:01:41.971 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:11:39 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.971 INFO kablam! note: type defined here Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! Oct 27 18:01:41.971 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:12:40 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.971 INFO kablam! note: type defined here Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.971 INFO kablam! Oct 27 18:01:41.971 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.971 INFO kablam! --> src/lib.rs:13:42 Oct 27 18:01:41.971 INFO kablam! | Oct 27 18:01:41.971 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.972 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.972 INFO kablam! | Oct 27 18:01:41.972 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.972 INFO kablam! note: type defined here Oct 27 18:01:41.972 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.972 INFO kablam! | Oct 27 18:01:41.972 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.972 INFO kablam! Oct 27 18:01:41.972 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 27 18:01:41.972 INFO kablam! --> src/lib.rs:14:42 Oct 27 18:01:41.972 INFO kablam! | Oct 27 18:01:41.972 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 27 18:01:41.972 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 18:01:41.972 INFO kablam! | Oct 27 18:01:41.972 INFO kablam! = help: consider adding a member to this struct Oct 27 18:01:41.972 INFO kablam! note: type defined here Oct 27 18:01:41.972 INFO kablam! --> src/lib.rs:4:1 Oct 27 18:01:41.972 INFO kablam! | Oct 27 18:01:41.972 INFO kablam! 4 | pub struct pkgbuild_t; Oct 27 18:01:41.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:01:41.972 INFO kablam! Oct 27 18:01:41.997 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.05s Oct 27 18:01:42.011 INFO kablam! su: No module specific data is present Oct 27 18:01:42.687 INFO running `"docker" "rm" "-f" "29e895f5f959401184f3d42298cd985445e3316d6da01849342fa6d812f785b6"` Oct 27 18:01:43.011 INFO blam! 29e895f5f959401184f3d42298cd985445e3316d6da01849342fa6d812f785b6