[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.38-1/sources/1.37.0/gh/Antiarchitect/httpsloth"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Antiarchitect/httpsloth'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Antiarchitect/httpsloth" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Antiarchitect/httpsloth"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Antiarchitect/httpsloth on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Antiarchitect/httpsloth against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] d1ddf3f1a37181897aa56894c33eb05351d425a6c1bf2cd1856fbf4f1202479f [INFO] running `"docker" "start" "-a" "d1ddf3f1a37181897aa56894c33eb05351d425a6c1bf2cd1856fbf4f1202479f"` [INFO] [stderr] Compiling mio v0.6.18 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [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 15.65s [INFO] running `"docker" "inspect" "d1ddf3f1a37181897aa56894c33eb05351d425a6c1bf2cd1856fbf4f1202479f"` [INFO] running `"docker" "rm" "-f" "d1ddf3f1a37181897aa56894c33eb05351d425a6c1bf2cd1856fbf4f1202479f"` [INFO] [stdout] d1ddf3f1a37181897aa56894c33eb05351d425a6c1bf2cd1856fbf4f1202479f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0770668a06516d23b4f06a9423ca7e241b5b0a7b25245d92c78955956093aff4 [INFO] running `"docker" "start" "-a" "0770668a06516d23b4f06a9423ca7e241b5b0a7b25245d92c78955956093aff4"` [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" "0770668a06516d23b4f06a9423ca7e241b5b0a7b25245d92c78955956093aff4"` [INFO] running `"docker" "rm" "-f" "0770668a06516d23b4f06a9423ca7e241b5b0a7b25245d92c78955956093aff4"` [INFO] [stdout] 0770668a06516d23b4f06a9423ca7e241b5b0a7b25245d92c78955956093aff4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen"` [INFO] [stdout] 3ef8b815d6062a649ab65ea4b84dc8c79e794ffc5accc986e8ff8a737e7b7243 [INFO] running `"docker" "start" "-a" "3ef8b815d6062a649ab65ea4b84dc8c79e794ffc5accc986e8ff8a737e7b7243"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/httpsloth-f1ee5f7cb744a31c [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3ef8b815d6062a649ab65ea4b84dc8c79e794ffc5accc986e8ff8a737e7b7243"` [INFO] running `"docker" "rm" "-f" "3ef8b815d6062a649ab65ea4b84dc8c79e794ffc5accc986e8ff8a737e7b7243"` [INFO] [stdout] 3ef8b815d6062a649ab65ea4b84dc8c79e794ffc5accc986e8ff8a737e7b7243