[INFO] updating cached repository Antiarchitect/httpsloth [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Antiarchitect/httpsloth [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Antiarchitect/httpsloth" "work/ex/beta-1.37-6/sources/1.36.0/gh/Antiarchitect/httpsloth"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Antiarchitect/httpsloth'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Antiarchitect/httpsloth" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Antiarchitect/httpsloth"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Antiarchitect/httpsloth'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 44216abb189cfab7aee81f072d46f4389d026d04 [INFO] sha for GitHub repo Antiarchitect/httpsloth: 44216abb189cfab7aee81f072d46f4389d026d04 [INFO] validating manifest of Antiarchitect/httpsloth 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 Antiarchitect/httpsloth 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 Antiarchitect/httpsloth [INFO] finished frobbing Antiarchitect/httpsloth [INFO] frobbed toml for Antiarchitect/httpsloth written to work/ex/beta-1.37-6/sources/1.36.0/gh/Antiarchitect/httpsloth/Cargo.toml [INFO] started frobbing Antiarchitect/httpsloth [INFO] finished frobbing Antiarchitect/httpsloth [INFO] frobbed toml for Antiarchitect/httpsloth written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Antiarchitect/httpsloth/Cargo.toml [INFO] crate Antiarchitect/httpsloth 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] testing Antiarchitect/httpsloth against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Antiarchitect/httpsloth:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 463c4c30fbb81d85cdcdcdbf35a1a93c38ef00a499c985163212190de7193018 [INFO] running `"docker" "start" "-a" "463c4c30fbb81d85cdcdcdbf35a1a93c38ef00a499c985163212190de7193018"` [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling mio v0.6.18 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.20 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling httpsloth v0.10.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:34:28 [INFO] [stderr] | [INFO] [stderr] 34 | type BoxedMaybeHttps = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:35:27 [INFO] [stderr] | [INFO] [stderr] 35 | type BoxedConnector = Box BoxedMaybeHttps + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(ConnectFuture) -> BoxedMaybeHttps + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.11s [INFO] running `"docker" "inspect" "463c4c30fbb81d85cdcdcdbf35a1a93c38ef00a499c985163212190de7193018"` [INFO] running `"docker" "rm" "-f" "463c4c30fbb81d85cdcdcdbf35a1a93c38ef00a499c985163212190de7193018"` [INFO] [stdout] 463c4c30fbb81d85cdcdcdbf35a1a93c38ef00a499c985163212190de7193018 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Antiarchitect/httpsloth:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 91ab0b88fe651aa3e0eeb04f712d7501622cc24fef3c56a2fea507eff7c6a4c9 [INFO] running `"docker" "start" "-a" "91ab0b88fe651aa3e0eeb04f712d7501622cc24fef3c56a2fea507eff7c6a4c9"` [INFO] [stderr] Compiling httpsloth v0.10.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:34:28 [INFO] [stderr] | [INFO] [stderr] 34 | type BoxedMaybeHttps = Box + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connector.rs:35:27 [INFO] [stderr] | [INFO] [stderr] 35 | type BoxedConnector = Box BoxedMaybeHttps + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(ConnectFuture) -> BoxedMaybeHttps + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `"docker" "inspect" "91ab0b88fe651aa3e0eeb04f712d7501622cc24fef3c56a2fea507eff7c6a4c9"` [INFO] running `"docker" "rm" "-f" "91ab0b88fe651aa3e0eeb04f712d7501622cc24fef3c56a2fea507eff7c6a4c9"` [INFO] [stdout] 91ab0b88fe651aa3e0eeb04f712d7501622cc24fef3c56a2fea507eff7c6a4c9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Antiarchitect/httpsloth:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] cb1b56d8c87016bce6d8b9d948cc0797926173b17868e2d4511ad9c8239e2a5b [INFO] running `"docker" "start" "-a" "cb1b56d8c87016bce6d8b9d948cc0797926173b17868e2d4511ad9c8239e2a5b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/httpsloth-29b70af6914a335e [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" "cb1b56d8c87016bce6d8b9d948cc0797926173b17868e2d4511ad9c8239e2a5b"` [INFO] running `"docker" "rm" "-f" "cb1b56d8c87016bce6d8b9d948cc0797926173b17868e2d4511ad9c8239e2a5b"` [INFO] [stdout] cb1b56d8c87016bce6d8b9d948cc0797926173b17868e2d4511ad9c8239e2a5b