[INFO] updating cached repository drager/httper [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/drager/httper [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/drager/httper" "work/ex/beta-1.38-1/sources/1.37.0/gh/drager/httper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/drager/httper'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/drager/httper" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/drager/httper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/drager/httper'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 75914c59a3818c0a34c90b2203222819a54fce10 [INFO] sha for GitHub repo drager/httper: 75914c59a3818c0a34c90b2203222819a54fce10 [INFO] validating manifest of drager/httper 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 drager/httper 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 drager/httper [INFO] finished frobbing drager/httper [INFO] frobbed toml for drager/httper written to work/ex/beta-1.38-1/sources/1.37.0/gh/drager/httper/Cargo.toml [INFO] started frobbing drager/httper [INFO] finished frobbing drager/httper [INFO] frobbed toml for drager/httper written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/drager/httper/Cargo.toml [INFO] crate drager/httper 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] [stderr] Blocking waiting for file lock on package cache [INFO] testing drager/httper 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-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/drager/httper:/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] 6819214da31387037c30d2188f32e91ad47022e203ddd0f03e7972babf718d58 [INFO] running `"docker" "start" "-a" "6819214da31387037c30d2188f32e91ad47022e203ddd0f03e7972babf718d58"` [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling futures v0.1.23 [INFO] [stderr] Compiling pkg-config v0.3.12 [INFO] [stderr] Compiling openssl v0.10.10 [INFO] [stderr] Compiling native-tls v0.2.0 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling bytes v0.4.9 [INFO] [stderr] Compiling quote v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.4.3 [INFO] [stderr] Compiling serde_json v1.0.24 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling syn v0.14.5 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling http v0.1.8 [INFO] [stderr] Compiling crossbeam-deque v0.3.1 [INFO] [stderr] Compiling openssl-sys v0.9.33 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling tokio-executor v0.1.2 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.5 [INFO] [stderr] Compiling tokio-timer v0.2.4 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-reactor v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling tokio-fs v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling h2 v0.1.10 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling hyper v0.12.7 [INFO] [stderr] Compiling hyper-tls v0.3.0 [INFO] [stderr] Compiling httper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/response_future.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | pub Box, Error = Error> + Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + 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/client/mod.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | Box, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `"docker" "inspect" "6819214da31387037c30d2188f32e91ad47022e203ddd0f03e7972babf718d58"` [INFO] running `"docker" "rm" "-f" "6819214da31387037c30d2188f32e91ad47022e203ddd0f03e7972babf718d58"` [INFO] [stdout] 6819214da31387037c30d2188f32e91ad47022e203ddd0f03e7972babf718d58 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/drager/httper:/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] e0e3a854105c8ef0e036928b4bb3c0fbc96a6d2bce5740a50168a56fc959137a [INFO] running `"docker" "start" "-a" "e0e3a854105c8ef0e036928b4bb3c0fbc96a6d2bce5740a50168a56fc959137a"` [INFO] [stderr] Compiling httper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/response_future.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | pub Box, Error = Error> + Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Error> + 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/client/mod.rs:262:9 [INFO] [stderr] | [INFO] [stderr] 262 | Box, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.27s [INFO] running `"docker" "inspect" "e0e3a854105c8ef0e036928b4bb3c0fbc96a6d2bce5740a50168a56fc959137a"` [INFO] running `"docker" "rm" "-f" "e0e3a854105c8ef0e036928b4bb3c0fbc96a6d2bce5740a50168a56fc959137a"` [INFO] [stdout] e0e3a854105c8ef0e036928b4bb3c0fbc96a6d2bce5740a50168a56fc959137a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/drager/httper:/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] bdc4ceea664104fc26fa3a1123ea1f0fa1397dbb078a3ea03b048639495e9e61 [INFO] running `"docker" "start" "-a" "bdc4ceea664104fc26fa3a1123ea1f0fa1397dbb078a3ea03b048639495e9e61"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/httper-1ad59b6f67d0b204 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tests::it_should_handle_delete_requests ... ok [INFO] [stdout] test tests::it_should_be_able_to_be_chained_into_json_for_put ... ok [INFO] [stdout] test tests::it_should_handle_patch_requests ... ok [INFO] [stdout] test tests::it_should_handle_get_requests ... ok [INFO] [stdout] test tests::it_should_be_able_to_be_chained_into_json_for_delete ... ok [INFO] [stdout] test tests::it_should_be_able_to_be_chained_into_json_for_post ... ok [INFO] [stdout] test tests::it_should_be_able_to_be_chained_into_json_for_get ... ok [INFO] [stdout] test tests::it_should_be_able_to_be_chained_into_json_for_patch ... ok [INFO] [stdout] test tests::it_should_handle_post_requests ... ok [INFO] [stdout] test tests::it_should_handle_put_requests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests httper [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/client/mod.rs - client::HttperClient::new (line 110) ... ok [INFO] [stdout] test src/client/mod.rs - client::HttperClient::get (line 127) ... ok [INFO] [stdout] test src/client/get.rs - client::get::Get::headers (line 31) ... ok [INFO] [stdout] test src/client/mod.rs - client::HttperClient::post (line 143) ... ok [INFO] [stdout] test src/client/mod.rs - client::HttperClient::patch (line 191) ... ok [INFO] [stdout] test src/client/mod.rs - client::HttperClient::delete (line 159) ... ok [INFO] [stdout] test src/client/mod.rs - client::HttperClient::put (line 175) ... ok [INFO] [stdout] test src/client/mod.rs - client (line 13) ... ok [INFO] [stdout] test src/client/payload_builder.rs - client::payload_builder::PayloadBuilder::headers (line 34) ... ok [INFO] [stdout] test src/client/response_future.rs - client::response_future::ResponseFuture::json (line 35) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "bdc4ceea664104fc26fa3a1123ea1f0fa1397dbb078a3ea03b048639495e9e61"` [INFO] running `"docker" "rm" "-f" "bdc4ceea664104fc26fa3a1123ea1f0fa1397dbb078a3ea03b048639495e9e61"` [INFO] [stdout] bdc4ceea664104fc26fa3a1123ea1f0fa1397dbb078a3ea03b048639495e9e61