Oct 11 14:57:42.878 INFO testing pkgparse_rs-0.2.111 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:57:42.878 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:57:42.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:57:43.416 INFO blam! 38c1b133f41991d92ce6c0ced5301c61a831a47f406a0b79f0cae42cabfcb9fe Oct 11 14:57:43.420 INFO running `"docker" "start" "-a" "38c1b133f41991d92ce6c0ced5301c61a831a47f406a0b79f0cae42cabfcb9fe"` Oct 11 14:57:44.521 INFO kablam! usermod: no changes Oct 11 14:57:44.568 INFO kablam! Compiling pkgparse_rs v0.2.111 (/source) Oct 11 14:57:50.168 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:50.168 INFO kablam! --> src/lib.rs:8:51 Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 11 14:57:50.168 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 11 14:57:50.168 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:50.168 INFO kablam! note: type defined here Oct 11 14:57:50.168 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:50.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:50.168 INFO kablam! Oct 11 14:57:50.168 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:50.168 INFO kablam! --> src/lib.rs:9:37 Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:50.168 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:50.168 INFO kablam! note: type defined here Oct 11 14:57:50.168 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:50.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:50.168 INFO kablam! Oct 11 14:57:50.168 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:50.168 INFO kablam! --> src/lib.rs:10:39 Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:50.168 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:50.168 INFO kablam! note: type defined here Oct 11 14:57:50.168 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:50.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:50.168 INFO kablam! Oct 11 14:57:50.168 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:50.168 INFO kablam! --> src/lib.rs:11:39 Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:50.168 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:50.168 INFO kablam! | Oct 11 14:57:50.168 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:50.169 INFO kablam! note: type defined here Oct 11 14:57:50.169 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:50.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:50.169 INFO kablam! Oct 11 14:57:50.169 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:50.169 INFO kablam! --> src/lib.rs:12:40 Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:50.169 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:50.169 INFO kablam! note: type defined here Oct 11 14:57:50.169 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:50.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:50.169 INFO kablam! Oct 11 14:57:50.169 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:50.169 INFO kablam! --> src/lib.rs:13:42 Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:50.169 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:50.169 INFO kablam! note: type defined here Oct 11 14:57:50.169 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:50.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:50.169 INFO kablam! Oct 11 14:57:50.169 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:50.169 INFO kablam! --> src/lib.rs:14:42 Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:50.169 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:50.169 INFO kablam! note: type defined here Oct 11 14:57:50.169 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:50.169 INFO kablam! | Oct 11 14:57:50.169 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:50.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:50.169 INFO kablam! Oct 11 14:57:50.206 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.65s Oct 11 14:57:50.212 INFO kablam! su: No module specific data is present Oct 11 14:57:51.070 INFO running `"docker" "rm" "-f" "38c1b133f41991d92ce6c0ced5301c61a831a47f406a0b79f0cae42cabfcb9fe"` Oct 11 14:57:51.372 INFO blam! 38c1b133f41991d92ce6c0ced5301c61a831a47f406a0b79f0cae42cabfcb9fe Oct 11 14:57:51.380 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:57:51.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:57:51.789 INFO blam! 317cabefd8dca75b53b0768fd6ba87d104a1a597b79459a6d6b88e03e7825cbe Oct 11 14:57:51.792 INFO running `"docker" "start" "-a" "317cabefd8dca75b53b0768fd6ba87d104a1a597b79459a6d6b88e03e7825cbe"` Oct 11 14:57:52.793 INFO kablam! usermod: no changes Oct 11 14:57:52.823 INFO kablam! Compiling pkgparse_rs v0.2.111 (/source) Oct 11 14:57:53.512 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:53.512 INFO kablam! --> src/lib.rs:8:51 Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! 8 | pub fn pkgbuild_parse(fp: *mut libc::FILE) -> *mut pkgbuild_t; Oct 11 14:57:53.512 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 11 14:57:53.512 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:53.512 INFO kablam! note: type defined here Oct 11 14:57:53.512 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:53.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:53.512 INFO kablam! Oct 11 14:57:53.512 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:53.512 INFO kablam! --> src/lib.rs:9:37 Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! 9 | pub fn pkgbuild_names(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:53.512 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:53.512 INFO kablam! note: type defined here Oct 11 14:57:53.512 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:53.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:53.512 INFO kablam! Oct 11 14:57:53.512 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:53.512 INFO kablam! --> src/lib.rs:10:39 Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! 10 | pub fn pkgbuild_sources(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:53.512 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:53.512 INFO kablam! note: type defined here Oct 11 14:57:53.512 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:53.512 INFO kablam! | Oct 11 14:57:53.512 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:53.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:53.512 INFO kablam! Oct 11 14:57:53.512 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:11:39 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 11 | pub fn pkgbuild_md5sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:53.513 INFO kablam! note: type defined here Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! Oct 11 14:57:53.513 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:12:40 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 12 | pub fn pkgbuild_sha1sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:53.513 INFO kablam! note: type defined here Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! Oct 11 14:57:53.513 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:13:42 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 13 | pub fn pkgbuild_sha256sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:53.513 INFO kablam! note: type defined here Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! Oct 11 14:57:53.513 INFO kablam! warning: `extern` block uses type `pkgbuild_t` which is not FFI-safe: this struct has no fields Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:14:42 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 14 | pub fn pkgbuild_sha512sums(pkgbuild: *mut pkgbuild_t) -> *const *const ::std::os::raw::c_char; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! = help: consider adding a member to this struct Oct 11 14:57:53.513 INFO kablam! note: type defined here Oct 11 14:57:53.513 INFO kablam! --> src/lib.rs:4:1 Oct 11 14:57:53.513 INFO kablam! | Oct 11 14:57:53.513 INFO kablam! 4 | pub struct pkgbuild_t; Oct 11 14:57:53.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 14:57:53.513 INFO kablam! Oct 11 14:57:54.084 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 11 14:57:54.084 INFO kablam! su: No module specific data is present Oct 11 14:57:54.805 INFO running `"docker" "rm" "-f" "317cabefd8dca75b53b0768fd6ba87d104a1a597b79459a6d6b88e03e7825cbe"` Oct 11 14:57:55.012 INFO blam! 317cabefd8dca75b53b0768fd6ba87d104a1a597b79459a6d6b88e03e7825cbe Oct 11 14:57:55.016 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:57:55.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 14:57:55.392 INFO blam! e341edeea4f4e8dd0d7b8330534eb72a2d4dc3809c8d14d2ca99f2c4ea3df12d Oct 11 14:57:55.397 INFO running `"docker" "start" "-a" "e341edeea4f4e8dd0d7b8330534eb72a2d4dc3809c8d14d2ca99f2c4ea3df12d"` Oct 11 14:57:56.455 INFO kablam! usermod: no changes Oct 11 14:57:56.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 14:57:56.521 INFO kablam! Running /target/debug/deps/pkgparse_rs-98da6a62a5d0221a Oct 11 14:57:56.536 INFO kablam! Doc-tests pkgparse_rs Oct 11 14:57:56.536 INFO blam! Oct 11 14:57:56.536 INFO blam! running 0 tests Oct 11 14:57:56.536 INFO blam! Oct 11 14:57:56.536 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:57:56.536 INFO blam! Oct 11 14:57:57.504 INFO blam! Oct 11 14:57:57.504 INFO blam! running 0 tests Oct 11 14:57:57.504 INFO blam! Oct 11 14:57:57.504 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:57:57.504 INFO blam! Oct 11 14:57:57.507 INFO kablam! su: No module specific data is present Oct 11 14:57:58.092 INFO running `"docker" "rm" "-f" "e341edeea4f4e8dd0d7b8330534eb72a2d4dc3809c8d14d2ca99f2c4ea3df12d"` Oct 11 14:57:58.336 INFO blam! e341edeea4f4e8dd0d7b8330534eb72a2d4dc3809c8d14d2ca99f2c4ea3df12d