[INFO] cloning repository Antiarchitect/httpsloth [INFO] running `"git" "clone" "--bare" "git://github.com/Antiarchitect/httpsloth.git" "work/cache/sources/gh/Antiarchitect/httpsloth"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Antiarchitect/httpsloth'... [INFO] running `"git" "clone" "work/cache/sources/gh/Antiarchitect/httpsloth" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Antiarchitect/httpsloth"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Antiarchitect/httpsloth'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Antiarchitect/httpsloth" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Antiarchitect/httpsloth"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Antiarchitect/httpsloth on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing Antiarchitect/httpsloth against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] ec90ed8bc73407eff4e25ec76940396619b836d18d1f124b5a0e1462b87a8975 [INFO] running `"docker" "start" "-a" "ec90ed8bc73407eff4e25ec76940396619b836d18d1f124b5a0e1462b87a8975"` [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.20 [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 16.30s [INFO] running `"docker" "inspect" "ec90ed8bc73407eff4e25ec76940396619b836d18d1f124b5a0e1462b87a8975"` [INFO] running `"docker" "rm" "-f" "ec90ed8bc73407eff4e25ec76940396619b836d18d1f124b5a0e1462b87a8975"` [INFO] [stdout] ec90ed8bc73407eff4e25ec76940396619b836d18d1f124b5a0e1462b87a8975 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 5a92b7c8890badb972d87936617e9161e3a88e9a7cf5b55305cedc1f72ab4b09 [INFO] running `"docker" "start" "-a" "5a92b7c8890badb972d87936617e9161e3a88e9a7cf5b55305cedc1f72ab4b09"` [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.10s [INFO] running `"docker" "inspect" "5a92b7c8890badb972d87936617e9161e3a88e9a7cf5b55305cedc1f72ab4b09"` [INFO] running `"docker" "rm" "-f" "5a92b7c8890badb972d87936617e9161e3a88e9a7cf5b55305cedc1f72ab4b09"` [INFO] [stdout] 5a92b7c8890badb972d87936617e9161e3a88e9a7cf5b55305cedc1f72ab4b09 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 0209ee19c0c18532cc0ae137f1f6a74b2a4a1a14c5a81b601f642a9ff5fc65b0 [INFO] running `"docker" "start" "-a" "0209ee19c0c18532cc0ae137f1f6a74b2a4a1a14c5a81b601f642a9ff5fc65b0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/httpsloth-08fec310d5865076 [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" "0209ee19c0c18532cc0ae137f1f6a74b2a4a1a14c5a81b601f642a9ff5fc65b0"` [INFO] running `"docker" "rm" "-f" "0209ee19c0c18532cc0ae137f1f6a74b2a4a1a14c5a81b601f642a9ff5fc65b0"` [INFO] [stdout] 0209ee19c0c18532cc0ae137f1f6a74b2a4a1a14c5a81b601f642a9ff5fc65b0