[INFO] cloning repository RadicalZephyr/hyper-explicit-setup-ex [INFO] running `"git" "clone" "--bare" "git://github.com/RadicalZephyr/hyper-explicit-setup-ex.git" "work/cache/sources/gh/RadicalZephyr/hyper-explicit-setup-ex"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/RadicalZephyr/hyper-explicit-setup-ex'... [INFO] running `"git" "clone" "work/cache/sources/gh/RadicalZephyr/hyper-explicit-setup-ex" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RadicalZephyr/hyper-explicit-setup-ex"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RadicalZephyr/hyper-explicit-setup-ex'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/RadicalZephyr/hyper-explicit-setup-ex" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RadicalZephyr/hyper-explicit-setup-ex"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RadicalZephyr/hyper-explicit-setup-ex'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 056408e705f89143f32c8b2175918d2df2eb34bd [INFO] sha for GitHub repo RadicalZephyr/hyper-explicit-setup-ex: 056408e705f89143f32c8b2175918d2df2eb34bd [INFO] validating manifest of RadicalZephyr/hyper-explicit-setup-ex 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 RadicalZephyr/hyper-explicit-setup-ex 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 RadicalZephyr/hyper-explicit-setup-ex [INFO] finished frobbing RadicalZephyr/hyper-explicit-setup-ex [INFO] frobbed toml for RadicalZephyr/hyper-explicit-setup-ex written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RadicalZephyr/hyper-explicit-setup-ex/Cargo.toml [INFO] started frobbing RadicalZephyr/hyper-explicit-setup-ex [INFO] finished frobbing RadicalZephyr/hyper-explicit-setup-ex [INFO] frobbed toml for RadicalZephyr/hyper-explicit-setup-ex written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/RadicalZephyr/hyper-explicit-setup-ex/Cargo.toml [INFO] crate RadicalZephyr/hyper-explicit-setup-ex 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-current-thread v0.1.0 [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 RadicalZephyr/hyper-explicit-setup-ex against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RadicalZephyr/hyper-explicit-setup-ex:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 2fad2e53a64bf2a4450068d1e30c1d7d0489b133a41ad5c38e3d7643026194c1 [INFO] running `"docker" "start" "-a" "2fad2e53a64bf2a4450068d1e30c1d7d0489b133a41ad5c38e3d7643026194c1"` [INFO] [stderr] Compiling want v0.0.5 [INFO] [stderr] Compiling tokio-current-thread v0.1.0 [INFO] [stderr] Compiling simple_logger v0.5.0 [INFO] [stderr] Compiling h2 v0.1.10 [INFO] [stderr] Compiling hyper v0.12.5 [INFO] [stderr] Compiling hyper-explicit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:33:32 [INFO] [stderr] | [INFO] [stderr] 33 | fn cause(&self) -> Option<&error::Error> { None } [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/main.rs:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | S::Error: Into>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.55s [INFO] running `"docker" "inspect" "2fad2e53a64bf2a4450068d1e30c1d7d0489b133a41ad5c38e3d7643026194c1"` [INFO] running `"docker" "rm" "-f" "2fad2e53a64bf2a4450068d1e30c1d7d0489b133a41ad5c38e3d7643026194c1"` [INFO] [stdout] 2fad2e53a64bf2a4450068d1e30c1d7d0489b133a41ad5c38e3d7643026194c1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RadicalZephyr/hyper-explicit-setup-ex:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 6c350d14e31db837c4362f3f3da37465ce80f69aeea6b5d8521aae0f367e0e5f [INFO] running `"docker" "start" "-a" "6c350d14e31db837c4362f3f3da37465ce80f69aeea6b5d8521aae0f367e0e5f"` [INFO] [stderr] Compiling hyper-explicit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:33:32 [INFO] [stderr] | [INFO] [stderr] 33 | fn cause(&self) -> Option<&error::Error> { None } [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/main.rs:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | S::Error: Into>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ::std::error::Error + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `"docker" "inspect" "6c350d14e31db837c4362f3f3da37465ce80f69aeea6b5d8521aae0f367e0e5f"` [INFO] running `"docker" "rm" "-f" "6c350d14e31db837c4362f3f3da37465ce80f69aeea6b5d8521aae0f367e0e5f"` [INFO] [stdout] 6c350d14e31db837c4362f3f3da37465ce80f69aeea6b5d8521aae0f367e0e5f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/RadicalZephyr/hyper-explicit-setup-ex:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 8d5d6509226dbd07235b08d1b12ab3ad6e9b4984d6adb62babb0906d12b1ac98 [INFO] running `"docker" "start" "-a" "8d5d6509226dbd07235b08d1b12ab3ad6e9b4984d6adb62babb0906d12b1ac98"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/hyper_explicit-85d162a9a507be17 [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" "8d5d6509226dbd07235b08d1b12ab3ad6e9b4984d6adb62babb0906d12b1ac98"` [INFO] running `"docker" "rm" "-f" "8d5d6509226dbd07235b08d1b12ab3ad6e9b4984d6adb62babb0906d12b1ac98"` [INFO] [stdout] 8d5d6509226dbd07235b08d1b12ab3ad6e9b4984d6adb62babb0906d12b1ac98