Oct 10 21:39:32.816 INFO testing incleaf/cr8cert against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:39:32.816 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:39:32.816 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 10 21:39:33.233 INFO blam! 56afc942b796028ec7b207cecb68810490a65a8f747057902b8ddd891599de99 Oct 10 21:39:33.240 INFO running `"docker" "start" "-a" "56afc942b796028ec7b207cecb68810490a65a8f747057902b8ddd891599de99"` Oct 10 21:39:34.380 INFO kablam! usermod: no changes Oct 10 21:39:34.572 INFO kablam! Compiling pkg-config v0.3.14 Oct 10 21:39:34.584 INFO kablam! Compiling plist v0.3.0 Oct 10 21:39:34.584 INFO kablam! Compiling openssl v0.10.12 Oct 10 21:39:34.584 INFO kablam! Compiling safemem v0.3.0 Oct 10 21:39:34.596 INFO kablam! Compiling openssl-src v110.0.7+1.1.0i Oct 10 21:39:34.620 INFO kablam! Compiling xml-rs v0.7.0 Oct 10 21:39:34.620 INFO kablam! Compiling base64 v0.6.0 Oct 10 21:39:34.632 INFO kablam! Compiling regex v0.2.11 Oct 10 21:39:35.433 INFO kablam! Compiling error-chain v0.10.0 Oct 10 21:39:36.412 INFO kablam! Compiling base64 v0.9.3 Oct 10 21:39:41.016 INFO kablam! Compiling openssl-sys v0.9.36 Oct 10 21:39:54.756 INFO kablam! Compiling pem v0.4.1 Oct 10 21:42:04.316 INFO kablam! Compiling cr8cert v0.1.0 (/source) Oct 10 21:42:04.708 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 21:42:04.708 INFO kablam! --> src/cert.rs:9:5 Oct 10 21:42:04.708 INFO kablam! | Oct 10 21:42:04.708 INFO kablam! 9 | use std::io::prelude::*; Oct 10 21:42:04.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:42:04.708 INFO kablam! | Oct 10 21:42:04.708 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:42:04.708 INFO kablam! Oct 10 21:42:04.708 INFO kablam! warning: unused import: `X509Ref` Oct 10 21:42:04.708 INFO kablam! --> src/cert.rs:16:50 Oct 10 21:42:04.708 INFO kablam! | Oct 10 21:42:04.708 INFO kablam! 16 | use cert::openssl::x509::{X509, X509NameBuilder, X509Ref}; Oct 10 21:42:04.709 INFO kablam! | ^^^^^^^ Oct 10 21:42:04.709 INFO kablam! Oct 10 21:42:04.709 INFO kablam! warning: unused imports: `Asn1BitStringRef`, `Asn1IntegerRef`, `Asn1ObjectRef`, `Asn1StringRef`, `Asn1TimeRef` Oct 10 21:42:04.709 INFO kablam! --> src/cert.rs:17:27 Oct 10 21:42:04.709 INFO kablam! | Oct 10 21:42:04.709 INFO kablam! 17 | use cert::openssl::asn1::{Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1TimeRef}; Oct 10 21:42:04.709 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 10 21:42:04.709 INFO kablam! Oct 10 21:42:04.709 INFO kablam! warning: unused import: `PKeyRef` Oct 10 21:42:04.709 INFO kablam! --> src/cert.rs:22:33 Oct 10 21:42:04.709 INFO kablam! | Oct 10 21:42:04.709 INFO kablam! 22 | use cert::openssl::pkey::{PKey, PKeyRef, Private}; Oct 10 21:42:04.709 INFO kablam! | ^^^^^^^ Oct 10 21:42:04.709 INFO kablam! Oct 10 21:42:04.709 INFO kablam! warning: unused imports: `X509ReqBuilder`, `X509Req` Oct 10 21:42:04.709 INFO kablam! --> src/cert.rs:23:27 Oct 10 21:42:04.709 INFO kablam! | Oct 10 21:42:04.709 INFO kablam! 23 | use cert::openssl::x509::{X509Req, X509ReqBuilder}; Oct 10 21:42:04.709 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^^ Oct 10 21:42:04.709 INFO kablam! Oct 10 21:42:04.709 INFO kablam! warning: unused imports: `Pem`, `encode` Oct 10 21:42:04.709 INFO kablam! --> src/cert.rs:26:17 Oct 10 21:42:04.709 INFO kablam! | Oct 10 21:42:04.709 INFO kablam! 26 | use cert::pem::{Pem, encode}; Oct 10 21:42:04.709 INFO kablam! | ^^^ ^^^^^^ Oct 10 21:42:04.709 INFO kablam! Oct 10 21:42:04.836 INFO kablam! warning: unused variable: `k` Oct 10 21:42:04.836 INFO kablam! --> src/cert.rs:205:14 Oct 10 21:42:04.836 INFO kablam! | Oct 10 21:42:04.836 INFO kablam! 205 | for (k, v) in trustlist { Oct 10 21:42:04.836 INFO kablam! | ^ help: consider using `_k` instead Oct 10 21:42:04.836 INFO kablam! | Oct 10 21:42:04.836 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:42:04.836 INFO kablam! Oct 10 21:42:08.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 34s Oct 10 21:42:08.718 INFO kablam! su: No module specific data is present Oct 10 21:42:09.108 INFO running `"docker" "rm" "-f" "56afc942b796028ec7b207cecb68810490a65a8f747057902b8ddd891599de99"` Oct 10 21:42:09.208 INFO blam! 56afc942b796028ec7b207cecb68810490a65a8f747057902b8ddd891599de99 Oct 10 21:42:09.208 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:42:09.208 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 10 21:42:09.408 INFO blam! 4a29d4c975d0f2878ee09c934b5ee5af95347e267ee5a1f158464952b0ec6898 Oct 10 21:42:09.417 INFO running `"docker" "start" "-a" "4a29d4c975d0f2878ee09c934b5ee5af95347e267ee5a1f158464952b0ec6898"` Oct 10 21:42:10.078 INFO kablam! usermod: no changes Oct 10 21:42:10.220 INFO kablam! Compiling cr8cert v0.1.0 (/source) Oct 10 21:42:10.704 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 21:42:10.704 INFO kablam! --> src/cert.rs:9:5 Oct 10 21:42:10.704 INFO kablam! | Oct 10 21:42:10.704 INFO kablam! 9 | use std::io::prelude::*; Oct 10 21:42:10.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 21:42:10.704 INFO kablam! | Oct 10 21:42:10.704 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:42:10.704 INFO kablam! Oct 10 21:42:10.704 INFO kablam! warning: unused import: `X509Ref` Oct 10 21:42:10.704 INFO kablam! --> src/cert.rs:16:50 Oct 10 21:42:10.704 INFO kablam! | Oct 10 21:42:10.704 INFO kablam! 16 | use cert::openssl::x509::{X509, X509NameBuilder, X509Ref}; Oct 10 21:42:10.704 INFO kablam! | ^^^^^^^ Oct 10 21:42:10.704 INFO kablam! Oct 10 21:42:10.704 INFO kablam! warning: unused imports: `Asn1BitStringRef`, `Asn1IntegerRef`, `Asn1ObjectRef`, `Asn1StringRef`, `Asn1TimeRef` Oct 10 21:42:10.704 INFO kablam! --> src/cert.rs:17:27 Oct 10 21:42:10.704 INFO kablam! | Oct 10 21:42:10.704 INFO kablam! 17 | use cert::openssl::asn1::{Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1TimeRef}; Oct 10 21:42:10.704 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 10 21:42:10.704 INFO kablam! Oct 10 21:42:10.704 INFO kablam! warning: unused import: `PKeyRef` Oct 10 21:42:10.704 INFO kablam! --> src/cert.rs:22:33 Oct 10 21:42:10.704 INFO kablam! | Oct 10 21:42:10.704 INFO kablam! 22 | use cert::openssl::pkey::{PKey, PKeyRef, Private}; Oct 10 21:42:10.704 INFO kablam! | ^^^^^^^ Oct 10 21:42:10.704 INFO kablam! Oct 10 21:42:10.704 INFO kablam! warning: unused imports: `X509ReqBuilder`, `X509Req` Oct 10 21:42:10.704 INFO kablam! --> src/cert.rs:23:27 Oct 10 21:42:10.704 INFO kablam! | Oct 10 21:42:10.704 INFO kablam! 23 | use cert::openssl::x509::{X509Req, X509ReqBuilder}; Oct 10 21:42:10.704 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^^ Oct 10 21:42:10.704 INFO kablam! Oct 10 21:42:10.704 INFO kablam! warning: unused imports: `Pem`, `encode` Oct 10 21:42:10.704 INFO kablam! --> src/cert.rs:26:17 Oct 10 21:42:10.704 INFO kablam! | Oct 10 21:42:10.704 INFO kablam! 26 | use cert::pem::{Pem, encode}; Oct 10 21:42:10.704 INFO kablam! | ^^^ ^^^^^^ Oct 10 21:42:10.704 INFO kablam! Oct 10 21:42:10.839 INFO kablam! warning: unused variable: `k` Oct 10 21:42:10.839 INFO kablam! --> src/cert.rs:205:14 Oct 10 21:42:10.839 INFO kablam! | Oct 10 21:42:10.839 INFO kablam! 205 | for (k, v) in trustlist { Oct 10 21:42:10.839 INFO kablam! | ^ help: consider using `_k` instead Oct 10 21:42:10.839 INFO kablam! | Oct 10 21:42:10.839 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:42:10.839 INFO kablam! Oct 10 21:42:11.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 10 21:42:11.528 INFO kablam! su: No module specific data is present Oct 10 21:42:12.423 INFO running `"docker" "rm" "-f" "4a29d4c975d0f2878ee09c934b5ee5af95347e267ee5a1f158464952b0ec6898"` Oct 10 21:42:12.773 INFO blam! 4a29d4c975d0f2878ee09c934b5ee5af95347e267ee5a1f158464952b0ec6898 Oct 10 21:42:12.778 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:42:12.778 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 10 21:42:13.216 INFO blam! 8cebcfbfc75c2d68aed537db286d688653870c814f79e360c1602238efdc5a1a Oct 10 21:42:13.221 INFO running `"docker" "start" "-a" "8cebcfbfc75c2d68aed537db286d688653870c814f79e360c1602238efdc5a1a"` Oct 10 21:42:14.388 INFO kablam! usermod: no changes Oct 10 21:42:14.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 21:42:14.529 INFO kablam! Running /target/debug/deps/cr8cert-fdf8639e52b33faf Oct 10 21:42:14.538 INFO blam! Oct 10 21:42:14.538 INFO blam! running 0 tests Oct 10 21:42:14.538 INFO blam! Oct 10 21:42:14.538 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:42:14.538 INFO blam! Oct 10 21:42:14.548 INFO kablam! su: No module specific data is present Oct 10 21:42:15.215 INFO running `"docker" "rm" "-f" "8cebcfbfc75c2d68aed537db286d688653870c814f79e360c1602238efdc5a1a"` Oct 10 21:42:15.530 INFO blam! 8cebcfbfc75c2d68aed537db286d688653870c814f79e360c1602238efdc5a1a