[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 193926c82f2d7c951c461653e029f22f75c32444332ab34dae0dd67f7572c24e [INFO] running `"docker" "start" "-a" "193926c82f2d7c951c461653e029f22f75c32444332ab34dae0dd67f7572c24e"` [INFO] [stderr] Compiling mio v0.6.18 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-codec v0.1.1 [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-fs v0.1.6 [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 19.85s [INFO] running `"docker" "inspect" "193926c82f2d7c951c461653e029f22f75c32444332ab34dae0dd67f7572c24e"` [INFO] running `"docker" "rm" "-f" "193926c82f2d7c951c461653e029f22f75c32444332ab34dae0dd67f7572c24e"` [INFO] [stdout] 193926c82f2d7c951c461653e029f22f75c32444332ab34dae0dd67f7572c24e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ccb2216eb446b0d09316e66059baa5244b2ed4a2ad3a0e6844496a34d7fe96ed [INFO] running `"docker" "start" "-a" "ccb2216eb446b0d09316e66059baa5244b2ed4a2ad3a0e6844496a34d7fe96ed"` [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.18s [INFO] running `"docker" "inspect" "ccb2216eb446b0d09316e66059baa5244b2ed4a2ad3a0e6844496a34d7fe96ed"` [INFO] running `"docker" "rm" "-f" "ccb2216eb446b0d09316e66059baa5244b2ed4a2ad3a0e6844496a34d7fe96ed"` [INFO] [stdout] ccb2216eb446b0d09316e66059baa5244b2ed4a2ad3a0e6844496a34d7fe96ed [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] d3cc86d6d314df59659156e51b6529c8f047942e4f2905c6e14f08cdd31fc252 [INFO] running `"docker" "start" "-a" "d3cc86d6d314df59659156e51b6529c8f047942e4f2905c6e14f08cdd31fc252"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/httpsloth-ed54110d78f0f3b0 [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" "d3cc86d6d314df59659156e51b6529c8f047942e4f2905c6e14f08cdd31fc252"` [INFO] running `"docker" "rm" "-f" "d3cc86d6d314df59659156e51b6529c8f047942e4f2905c6e14f08cdd31fc252"` [INFO] [stdout] d3cc86d6d314df59659156e51b6529c8f047942e4f2905c6e14f08cdd31fc252