Oct 15 12:28:39.323 INFO testing Arzte/xbps-updater against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:28:39.324 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 12:28:39.794 INFO blam! 11c3a0c8fcb74281efec366f9f91b4b66a0be6fdb41b2433d6d64a7db278b7b2 Oct 15 12:28:39.807 INFO running `"docker" "start" "-a" "11c3a0c8fcb74281efec366f9f91b4b66a0be6fdb41b2433d6d64a7db278b7b2"` Oct 15 12:28:40.811 INFO kablam! usermod: no changes Oct 15 12:28:41.103 INFO kablam! Compiling num-traits v0.2.0 Oct 15 12:28:41.103 INFO kablam! Compiling openssl v0.9.24 Oct 15 12:28:41.103 INFO kablam! Compiling openssl-sys v0.9.26 Oct 15 12:28:41.111 INFO kablam! Compiling libz-sys v1.0.18 Oct 15 12:28:41.113 INFO kablam! Compiling backtrace v0.3.5 Oct 15 12:28:41.113 INFO kablam! Compiling hyper v0.11.20 Oct 15 12:28:44.191 INFO kablam! Compiling serde_json v1.0.10 Oct 15 12:28:44.227 INFO kablam! Compiling error-chain v0.11.0 Oct 15 12:28:44.227 INFO kablam! Compiling failure v0.1.1 Oct 15 12:28:44.261 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 15 12:28:44.261 INFO kablam! Compiling curl-sys v0.4.1 Oct 15 12:28:47.323 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 15 12:28:51.145 INFO kablam! Compiling git2 v0.6.11 Oct 15 12:29:03.398 INFO kablam! Compiling native-tls v0.1.5 Oct 15 12:29:05.615 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 12:29:12.879 INFO kablam! Compiling hyper-tls v0.1.2 Oct 15 12:29:15.353 INFO kablam! Compiling hubcaps v0.4.3 Oct 15 12:29:28.047 INFO kablam! Compiling xbps-updater v0.1.0 (/source) Oct 15 12:29:32.064 INFO kablam! warning: unused `#[macro_use]` import Oct 15 12:29:32.064 INFO kablam! --> src/main.rs:1:1 Oct 15 12:29:32.064 INFO kablam! | Oct 15 12:29:32.064 INFO kablam! 1 | #[macro_use] Oct 15 12:29:32.064 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:32.067 INFO kablam! warning: unused `#[macro_use]` import Oct 15 12:29:32.067 INFO kablam! --> src/main.rs:8:1 Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! 8 | #[macro_use] Oct 15 12:29:32.067 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:32.067 INFO kablam! warning: unused imports: `Credentials`, `Github` Oct 15 12:29:32.067 INFO kablam! --> src/main.rs:15:15 Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! 15 | use hubcaps::{Credentials, Github}; Oct 15 12:29:32.067 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:32.067 INFO kablam! warning: unused import: `hubcaps::issues::IssueOptions` Oct 15 12:29:32.067 INFO kablam! --> src/main.rs:16:5 Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! 16 | use hubcaps::issues::IssueOptions; Oct 15 12:29:32.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:32.067 INFO kablam! warning: unused import: `failure::Error` Oct 15 12:29:32.067 INFO kablam! --> src/github.rs:1:5 Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! 1 | use failure::Error; Oct 15 12:29:32.067 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:32.067 INFO kablam! warning: unused import: `hyper::client::Connect` Oct 15 12:29:32.067 INFO kablam! --> src/github.rs:4:5 Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! 4 | use hyper::client::Connect; Oct 15 12:29:32.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:32.067 INFO kablam! warning: unused import: `tokio_core::reactor::Core` Oct 15 12:29:32.067 INFO kablam! --> src/github.rs:8:5 Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! 8 | use tokio_core::reactor::Core; Oct 15 12:29:32.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:32.067 INFO kablam! warning: unused import: `failure::Error` Oct 15 12:29:32.067 INFO kablam! --> src/update.rs:1:5 Oct 15 12:29:32.067 INFO kablam! | Oct 15 12:29:32.067 INFO kablam! 1 | use failure::Error; Oct 15 12:29:32.067 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:29:32.067 INFO kablam! Oct 15 12:29:39.762 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.92s Oct 15 12:29:39.775 INFO kablam! su: No module specific data is present Oct 15 12:29:41.549 INFO running `"docker" "rm" "-f" "11c3a0c8fcb74281efec366f9f91b4b66a0be6fdb41b2433d6d64a7db278b7b2"` Oct 15 12:29:41.879 INFO blam! 11c3a0c8fcb74281efec366f9f91b4b66a0be6fdb41b2433d6d64a7db278b7b2 Oct 15 12:29:41.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 12:29:42.367 INFO blam! 8f8665b28a2612f3b2b022a6faef3426eed5e8e5ad06432cfd3a204ef49f3a36 Oct 15 12:29:42.369 INFO running `"docker" "start" "-a" "8f8665b28a2612f3b2b022a6faef3426eed5e8e5ad06432cfd3a204ef49f3a36"` Oct 15 12:29:43.903 INFO kablam! usermod: no changes Oct 15 12:29:44.182 INFO kablam! Compiling xbps-updater v0.1.0 (/source) Oct 15 12:29:47.395 INFO kablam! warning: unused `#[macro_use]` import Oct 15 12:29:47.395 INFO kablam! --> src/main.rs:1:1 Oct 15 12:29:47.395 INFO kablam! | Oct 15 12:29:47.395 INFO kablam! 1 | #[macro_use] Oct 15 12:29:47.395 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:29:47.395 INFO kablam! | Oct 15 12:29:47.395 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:29:47.395 INFO kablam! Oct 15 12:29:47.395 INFO kablam! warning: unused `#[macro_use]` import Oct 15 12:29:47.395 INFO kablam! --> src/main.rs:8:1 Oct 15 12:29:47.395 INFO kablam! | Oct 15 12:29:47.395 INFO kablam! 8 | #[macro_use] Oct 15 12:29:47.395 INFO kablam! | ^^^^^^^^^^^^ Oct 15 12:29:47.395 INFO kablam! Oct 15 12:29:47.395 INFO kablam! warning: unused imports: `Credentials`, `Github` Oct 15 12:29:47.395 INFO kablam! --> src/main.rs:15:15 Oct 15 12:29:47.395 INFO kablam! | Oct 15 12:29:47.395 INFO kablam! 15 | use hubcaps::{Credentials, Github}; Oct 15 12:29:47.395 INFO kablam! | ^^^^^^^^^^^ ^^^^^^ Oct 15 12:29:47.395 INFO kablam! Oct 15 12:29:47.395 INFO kablam! warning: unused import: `hubcaps::issues::IssueOptions` Oct 15 12:29:47.395 INFO kablam! --> src/main.rs:16:5 Oct 15 12:29:47.395 INFO kablam! | Oct 15 12:29:47.395 INFO kablam! 16 | use hubcaps::issues::IssueOptions; Oct 15 12:29:47.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:29:47.395 INFO kablam! Oct 15 12:29:47.395 INFO kablam! warning: unused import: `failure::Error` Oct 15 12:29:47.396 INFO kablam! --> src/github.rs:1:5 Oct 15 12:29:47.396 INFO kablam! | Oct 15 12:29:47.396 INFO kablam! 1 | use failure::Error; Oct 15 12:29:47.396 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:29:47.396 INFO kablam! Oct 15 12:29:47.396 INFO kablam! warning: unused import: `hyper::client::Connect` Oct 15 12:29:47.396 INFO kablam! --> src/github.rs:4:5 Oct 15 12:29:47.396 INFO kablam! | Oct 15 12:29:47.396 INFO kablam! 4 | use hyper::client::Connect; Oct 15 12:29:47.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:29:47.396 INFO kablam! Oct 15 12:29:47.396 INFO kablam! warning: unused import: `tokio_core::reactor::Core` Oct 15 12:29:47.396 INFO kablam! --> src/github.rs:8:5 Oct 15 12:29:47.396 INFO kablam! | Oct 15 12:29:47.396 INFO kablam! 8 | use tokio_core::reactor::Core; Oct 15 12:29:47.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:29:47.396 INFO kablam! Oct 15 12:29:47.396 INFO kablam! warning: unused import: `failure::Error` Oct 15 12:29:47.396 INFO kablam! --> src/update.rs:1:5 Oct 15 12:29:47.396 INFO kablam! | Oct 15 12:29:47.397 INFO kablam! 1 | use failure::Error; Oct 15 12:29:47.397 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 12:29:47.397 INFO kablam! Oct 15 12:29:48.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.22s Oct 15 12:29:48.159 INFO kablam! su: No module specific data is present Oct 15 12:29:49.143 INFO running `"docker" "rm" "-f" "8f8665b28a2612f3b2b022a6faef3426eed5e8e5ad06432cfd3a204ef49f3a36"` Oct 15 12:29:49.455 INFO blam! 8f8665b28a2612f3b2b022a6faef3426eed5e8e5ad06432cfd3a204ef49f3a36 Oct 15 12:29:49.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 12:29:49.903 INFO blam! 60ff277bfce0cd0a7eb94e03b36cd253b6563c3bad451884bd770614de6c65da Oct 15 12:29:49.905 INFO running `"docker" "start" "-a" "60ff277bfce0cd0a7eb94e03b36cd253b6563c3bad451884bd770614de6c65da"` Oct 15 12:29:51.151 INFO kablam! usermod: no changes Oct 15 12:29:51.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 12:29:51.403 INFO kablam! Running /target/debug/deps/xbps_updater-4be52283b0834948 Oct 15 12:29:51.423 INFO blam! Oct 15 12:29:51.423 INFO blam! running 0 tests Oct 15 12:29:51.423 INFO blam! Oct 15 12:29:51.423 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:29:51.423 INFO blam! Oct 15 12:29:51.423 INFO kablam! su: No module specific data is present Oct 15 12:29:52.648 INFO running `"docker" "rm" "-f" "60ff277bfce0cd0a7eb94e03b36cd253b6563c3bad451884bd770614de6c65da"` Oct 15 12:29:52.951 INFO blam! 60ff277bfce0cd0a7eb94e03b36cd253b6563c3bad451884bd770614de6c65da