[INFO] updating cached repository avadacatavra/trytls-openssl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/avadacatavra/trytls-openssl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/avadacatavra/trytls-openssl" "work/ex/beta-1.37-6/sources/1.36.0/gh/avadacatavra/trytls-openssl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/avadacatavra/trytls-openssl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/avadacatavra/trytls-openssl" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/avadacatavra/trytls-openssl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/avadacatavra/trytls-openssl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4c2b69692ba5c6893fa39cd934a9b58d89db488f [INFO] sha for GitHub repo avadacatavra/trytls-openssl: 4c2b69692ba5c6893fa39cd934a9b58d89db488f [INFO] validating manifest of avadacatavra/trytls-openssl on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of avadacatavra/trytls-openssl on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing avadacatavra/trytls-openssl [INFO] finished frobbing avadacatavra/trytls-openssl [INFO] frobbed toml for avadacatavra/trytls-openssl written to work/ex/beta-1.37-6/sources/1.36.0/gh/avadacatavra/trytls-openssl/Cargo.toml [INFO] started frobbing avadacatavra/trytls-openssl [INFO] finished frobbing avadacatavra/trytls-openssl [INFO] frobbed toml for avadacatavra/trytls-openssl written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/avadacatavra/trytls-openssl/Cargo.toml [INFO] crate avadacatavra/trytls-openssl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing avadacatavra/trytls-openssl against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/avadacatavra/trytls-openssl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 797e6d48065ec6599ca465baae52a47620e14e36b2e0b5542b27804296dc3b26 [INFO] running `"docker" "start" "-a" "797e6d48065ec6599ca465baae52a47620e14e36b2e0b5542b27804296dc3b26"` [INFO] [stderr] Compiling gcc v0.3.43 [INFO] [stderr] Compiling openssl v0.9.7 [INFO] [stderr] Compiling rustc-serialize v0.3.22 [INFO] [stderr] Compiling traitobject v0.0.1 [INFO] [stderr] Compiling num_cpus v1.2.1 [INFO] [stderr] Compiling mime v0.2.2 [INFO] [stderr] Compiling hyper v0.10.4 [INFO] [stderr] Compiling openssl-sys v0.9.7 [INFO] [stderr] Compiling hyper-openssl v0.2.2 [INFO] [stderr] Compiling trytls-openssl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `BufReader`, `Read`, `Write` [INFO] [stderr] --> src/main.rs:5:15 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::{Read, Write, BufReader}; [INFO] [stderr] | ^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::Arc` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::net::TcpStream` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::net::TcpStream; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::Client` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::Client; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.71s [INFO] running `"docker" "inspect" "797e6d48065ec6599ca465baae52a47620e14e36b2e0b5542b27804296dc3b26"` [INFO] running `"docker" "rm" "-f" "797e6d48065ec6599ca465baae52a47620e14e36b2e0b5542b27804296dc3b26"` [INFO] [stdout] 797e6d48065ec6599ca465baae52a47620e14e36b2e0b5542b27804296dc3b26 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/avadacatavra/trytls-openssl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2e611fb2260ec26f736b3599ab507ad8188a9864ec0cd925984478c8aa2dd62f [INFO] running `"docker" "start" "-a" "2e611fb2260ec26f736b3599ab507ad8188a9864ec0cd925984478c8aa2dd62f"` [INFO] [stderr] Compiling trytls-openssl v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `BufReader`, `Read`, `Write` [INFO] [stderr] --> src/main.rs:5:15 [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::{Read, Write, BufReader}; [INFO] [stderr] | ^^^^ ^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::sync::Arc` [INFO] [stderr] --> src/main.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::sync::Arc; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::net::TcpStream` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::net::TcpStream; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `hyper::Client` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use hyper::Client; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `"docker" "inspect" "2e611fb2260ec26f736b3599ab507ad8188a9864ec0cd925984478c8aa2dd62f"` [INFO] running `"docker" "rm" "-f" "2e611fb2260ec26f736b3599ab507ad8188a9864ec0cd925984478c8aa2dd62f"` [INFO] [stdout] 2e611fb2260ec26f736b3599ab507ad8188a9864ec0cd925984478c8aa2dd62f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/avadacatavra/trytls-openssl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 047bee500776c571245e6f1d9da64cbde7e4ce7f6abf9e0f875c3d2738f0909f [INFO] running `"docker" "start" "-a" "047bee500776c571245e6f1d9da64cbde7e4ce7f6abf9e0f875c3d2738f0909f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/trytls_openssl-581498f850d4f6d9 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "047bee500776c571245e6f1d9da64cbde7e4ce7f6abf9e0f875c3d2738f0909f"` [INFO] running `"docker" "rm" "-f" "047bee500776c571245e6f1d9da64cbde7e4ce7f6abf9e0f875c3d2738f0909f"` [INFO] [stdout] 047bee500776c571245e6f1d9da64cbde7e4ce7f6abf9e0f875c3d2738f0909f