Oct 11 07:35:51.774 INFO testing Arzte/xbps-updater against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:35:51.774 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:35:51.774 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 07:35:52.111 INFO blam! 38e73b2acd150bd1619a4e0916596b441a34d79425681b3f45be4f751f24382e Oct 11 07:35:52.120 INFO running `"docker" "start" "-a" "38e73b2acd150bd1619a4e0916596b441a34d79425681b3f45be4f751f24382e"` Oct 11 07:35:53.097 INFO kablam! usermod: no changes Oct 11 07:35:53.380 INFO kablam! Compiling serde_json v1.0.10 Oct 11 07:35:53.382 INFO kablam! Compiling openssl-sys v0.9.26 Oct 11 07:35:53.383 INFO kablam! Compiling backtrace v0.3.5 Oct 11 07:35:53.383 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 11 07:35:53.389 INFO kablam! Compiling hyper v0.11.20 Oct 11 07:35:55.804 INFO kablam! Compiling openssl v0.9.24 Oct 11 07:35:55.804 INFO kablam! Compiling curl-sys v0.4.1 Oct 11 07:35:55.804 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 11 07:35:59.464 INFO kablam! Compiling error-chain v0.11.0 Oct 11 07:35:59.464 INFO kablam! Compiling failure v0.1.1 Oct 11 07:36:16.724 INFO kablam! Compiling native-tls v0.1.5 Oct 11 07:36:22.854 INFO kablam! Compiling tokio-tls v0.1.4 Oct 11 07:36:35.248 INFO kablam! Compiling hyper-tls v0.1.2 Oct 11 07:36:36.990 INFO kablam! Compiling git2 v0.6.11 Oct 11 07:36:41.204 INFO kablam! Compiling hubcaps v0.4.3 Oct 11 07:36:57.911 INFO kablam! Compiling xbps-updater v0.1.0 (/source) Oct 11 07:37:06.020 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:37:06.020 INFO kablam! --> src/main.rs:1:1 Oct 11 07:37:06.020 INFO kablam! | Oct 11 07:37:06.020 INFO kablam! 1 | #[macro_use] Oct 11 07:37:06.020 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:37:06.020 INFO kablam! | Oct 11 07:37:06.020 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:37:06.020 INFO kablam! Oct 11 07:37:06.020 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:37:06.020 INFO kablam! --> src/main.rs:8:1 Oct 11 07:37:06.020 INFO kablam! | Oct 11 07:37:06.021 INFO kablam! 8 | #[macro_use] Oct 11 07:37:06.021 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:37:06.021 INFO kablam! Oct 11 07:37:06.021 INFO kablam! warning: unused imports: `Credentials`, `Github` Oct 11 07:37:06.021 INFO kablam! --> src/main.rs:15:15 Oct 11 07:37:06.021 INFO kablam! | Oct 11 07:37:06.021 INFO kablam! 15 | use hubcaps::{Credentials, Github}; Oct 11 07:37:06.021 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Oct 11 07:37:06.021 INFO kablam! Oct 11 07:37:06.021 INFO kablam! warning: unused import: `hubcaps::issues::IssueOptions` Oct 11 07:37:06.021 INFO kablam! --> src/main.rs:16:5 Oct 11 07:37:06.021 INFO kablam! | Oct 11 07:37:06.021 INFO kablam! 16 | use hubcaps::issues::IssueOptions; Oct 11 07:37:06.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:06.021 INFO kablam! Oct 11 07:37:06.021 INFO kablam! warning: unused import: `failure::Error` Oct 11 07:37:06.021 INFO kablam! --> src/github.rs:1:5 Oct 11 07:37:06.021 INFO kablam! | Oct 11 07:37:06.021 INFO kablam! 1 | use failure::Error; Oct 11 07:37:06.021 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:06.021 INFO kablam! Oct 11 07:37:06.021 INFO kablam! warning: unused import: `hyper::client::Connect` Oct 11 07:37:06.021 INFO kablam! --> src/github.rs:4:5 Oct 11 07:37:06.021 INFO kablam! | Oct 11 07:37:06.021 INFO kablam! 4 | use hyper::client::Connect; Oct 11 07:37:06.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:06.021 INFO kablam! Oct 11 07:37:06.021 INFO kablam! warning: unused import: `tokio_core::reactor::Core` Oct 11 07:37:06.021 INFO kablam! --> src/github.rs:8:5 Oct 11 07:37:06.021 INFO kablam! | Oct 11 07:37:06.021 INFO kablam! 8 | use tokio_core::reactor::Core; Oct 11 07:37:06.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:06.021 INFO kablam! Oct 11 07:37:06.021 INFO kablam! warning: unused import: `failure::Error` Oct 11 07:37:06.021 INFO kablam! --> src/update.rs:1:5 Oct 11 07:37:06.021 INFO kablam! | Oct 11 07:37:06.021 INFO kablam! 1 | use failure::Error; Oct 11 07:37:06.021 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:06.021 INFO kablam! Oct 11 07:37:12.757 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 11 07:37:12.768 INFO kablam! su: No module specific data is present Oct 11 07:37:13.656 INFO running `"docker" "rm" "-f" "38e73b2acd150bd1619a4e0916596b441a34d79425681b3f45be4f751f24382e"` Oct 11 07:37:14.020 INFO blam! 38e73b2acd150bd1619a4e0916596b441a34d79425681b3f45be4f751f24382e Oct 11 07:37:14.029 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:37:14.030 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 07:37:14.605 INFO blam! ea0d9e87d9852ffdfccd584512ebbecd3cde707251dbe68ef2b5a1fd3cc7dbf0 Oct 11 07:37:14.607 INFO running `"docker" "start" "-a" "ea0d9e87d9852ffdfccd584512ebbecd3cde707251dbe68ef2b5a1fd3cc7dbf0"` Oct 11 07:37:15.610 INFO kablam! usermod: no changes Oct 11 07:37:15.795 INFO kablam! Compiling xbps-updater v0.1.0 (/source) Oct 11 07:37:21.725 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:37:21.725 INFO kablam! --> src/main.rs:1:1 Oct 11 07:37:21.725 INFO kablam! | Oct 11 07:37:21.725 INFO kablam! 1 | #[macro_use] Oct 11 07:37:21.726 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:37:21.726 INFO kablam! | Oct 11 07:37:21.726 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:37:21.726 INFO kablam! Oct 11 07:37:21.727 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:37:21.727 INFO kablam! --> src/main.rs:8:1 Oct 11 07:37:21.727 INFO kablam! | Oct 11 07:37:21.728 INFO kablam! 8 | #[macro_use] Oct 11 07:37:21.728 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:37:21.728 INFO kablam! Oct 11 07:37:21.728 INFO kablam! warning: unused imports: `Credentials`, `Github` Oct 11 07:37:21.729 INFO kablam! --> src/main.rs:15:15 Oct 11 07:37:21.729 INFO kablam! | Oct 11 07:37:21.729 INFO kablam! 15 | use hubcaps::{Credentials, Github}; Oct 11 07:37:21.729 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Oct 11 07:37:21.729 INFO kablam! Oct 11 07:37:21.730 INFO kablam! warning: unused import: `hubcaps::issues::IssueOptions` Oct 11 07:37:21.730 INFO kablam! --> src/main.rs:16:5 Oct 11 07:37:21.730 INFO kablam! | Oct 11 07:37:21.730 INFO kablam! 16 | use hubcaps::issues::IssueOptions; Oct 11 07:37:21.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:21.731 INFO kablam! Oct 11 07:37:21.731 INFO kablam! warning: unused import: `failure::Error` Oct 11 07:37:21.731 INFO kablam! --> src/github.rs:1:5 Oct 11 07:37:21.731 INFO kablam! | Oct 11 07:37:21.732 INFO kablam! 1 | use failure::Error; Oct 11 07:37:21.732 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:21.732 INFO kablam! Oct 11 07:37:21.732 INFO kablam! warning: unused import: `hyper::client::Connect` Oct 11 07:37:21.733 INFO kablam! --> src/github.rs:4:5 Oct 11 07:37:21.733 INFO kablam! | Oct 11 07:37:21.733 INFO kablam! 4 | use hyper::client::Connect; Oct 11 07:37:21.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:21.734 INFO kablam! Oct 11 07:37:21.734 INFO kablam! warning: unused import: `tokio_core::reactor::Core` Oct 11 07:37:21.734 INFO kablam! --> src/github.rs:8:5 Oct 11 07:37:21.735 INFO kablam! | Oct 11 07:37:21.735 INFO kablam! 8 | use tokio_core::reactor::Core; Oct 11 07:37:21.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:21.735 INFO kablam! Oct 11 07:37:21.736 INFO kablam! warning: unused import: `failure::Error` Oct 11 07:37:21.736 INFO kablam! --> src/update.rs:1:5 Oct 11 07:37:21.736 INFO kablam! | Oct 11 07:37:21.736 INFO kablam! 1 | use failure::Error; Oct 11 07:37:21.737 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:21.737 INFO kablam! Oct 11 07:37:22.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.85s Oct 11 07:37:22.495 INFO kablam! su: No module specific data is present Oct 11 07:37:23.122 INFO running `"docker" "rm" "-f" "ea0d9e87d9852ffdfccd584512ebbecd3cde707251dbe68ef2b5a1fd3cc7dbf0"` Oct 11 07:37:23.348 INFO blam! ea0d9e87d9852ffdfccd584512ebbecd3cde707251dbe68ef2b5a1fd3cc7dbf0 Oct 11 07:37:23.352 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:37:23.352 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 07:37:23.760 INFO blam! aed782c067f39dafb0e3db11bfda209a43d958e4d2a99370063f6977457aa46f Oct 11 07:37:23.772 INFO running `"docker" "start" "-a" "aed782c067f39dafb0e3db11bfda209a43d958e4d2a99370063f6977457aa46f"` Oct 11 07:37:24.721 INFO kablam! usermod: no changes Oct 11 07:37:24.884 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 11 07:37:24.904 INFO kablam! Running /target/debug/deps/xbps_updater-524f796c046908fa Oct 11 07:37:24.906 INFO blam! Oct 11 07:37:24.907 INFO blam! running 0 tests Oct 11 07:37:24.907 INFO blam! Oct 11 07:37:24.907 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:37:24.908 INFO blam! Oct 11 07:37:24.908 INFO kablam! su: No module specific data is present Oct 11 07:37:25.252 INFO running `"docker" "rm" "-f" "aed782c067f39dafb0e3db11bfda209a43d958e4d2a99370063f6977457aa46f"` Oct 11 07:37:25.426 INFO blam! aed782c067f39dafb0e3db11bfda209a43d958e4d2a99370063f6977457aa46f