[INFO] fetching crate fibers_http_client 0.1.2... [INFO] extracting crate fibers_http_client 0.1.2 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/fibers_http_client/0.1.2 [INFO] extracting crate fibers_http_client 0.1.2 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/fibers_http_client/0.1.2 [INFO] validating manifest of fibers_http_client-0.1.2 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 fibers_http_client-0.1.2 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 fibers_http_client-0.1.2 [INFO] finished frobbing fibers_http_client-0.1.2 [INFO] frobbed toml for fibers_http_client-0.1.2 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/fibers_http_client/0.1.2/Cargo.toml [INFO] started frobbing fibers_http_client-0.1.2 [INFO] finished frobbing fibers_http_client-0.1.2 [INFO] frobbed toml for fibers_http_client-0.1.2 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/fibers_http_client/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] testing fibers_http_client-0.1.2 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/reg/fibers_http_client/0.1.2:/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] dbfe3b833d20ab887c1448cc5badb9d654d27a393a0d492589bf7fcbb5116dc2 [INFO] running `"docker" "start" "-a" "dbfe3b833d20ab887c1448cc5badb9d654d27a393a0d492589bf7fcbb5116dc2"` [INFO] [stderr] Compiling atomic_immut v0.1.4 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling procinfo v0.4.2 [INFO] [stderr] Compiling trackable v0.2.22 [INFO] [stderr] Compiling bytecodec v0.4.11 [INFO] [stderr] Compiling httpcodec v0.2.2 [INFO] [stderr] Compiling prometrics v0.1.11 [INFO] [stderr] Compiling fibers_http_client v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection_pool.rs:265:23 [INFO] [stderr] | [INFO] [stderr] 265 | type Future = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [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/connection_pool.rs:331:17 [INFO] [stderr] | [INFO] [stderr] 331 | future: Box + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection.rs:35:23 [INFO] [stderr] | [INFO] [stderr] 35 | type Future = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.33s [INFO] running `"docker" "inspect" "dbfe3b833d20ab887c1448cc5badb9d654d27a393a0d492589bf7fcbb5116dc2"` [INFO] running `"docker" "rm" "-f" "dbfe3b833d20ab887c1448cc5badb9d654d27a393a0d492589bf7fcbb5116dc2"` [INFO] [stdout] dbfe3b833d20ab887c1448cc5badb9d654d27a393a0d492589bf7fcbb5116dc2 [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/reg/fibers_http_client/0.1.2:/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] 35fd7630f261a2998a87b3b297e753ec3492463a8c495930669dd65233c7cd22 [INFO] running `"docker" "start" "-a" "35fd7630f261a2998a87b3b297e753ec3492463a8c495930669dd65233c7cd22"` [INFO] [stderr] Compiling factory v0.1.2 [INFO] [stderr] Compiling fibers_global v0.1.2 [INFO] [stderr] Compiling fibers_http_server v0.1.10 [INFO] [stderr] Compiling fibers_http_client v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection_pool.rs:265:23 [INFO] [stderr] | [INFO] [stderr] 265 | type Future = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [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/connection_pool.rs:331:17 [INFO] [stderr] | [INFO] [stderr] 331 | future: Box + Send + 'static>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/connection.rs:35:23 [INFO] [stderr] | [INFO] [stderr] 35 | type Future = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.72s [INFO] running `"docker" "inspect" "35fd7630f261a2998a87b3b297e753ec3492463a8c495930669dd65233c7cd22"` [INFO] running `"docker" "rm" "-f" "35fd7630f261a2998a87b3b297e753ec3492463a8c495930669dd65233c7cd22"` [INFO] [stdout] 35fd7630f261a2998a87b3b297e753ec3492463a8c495930669dd65233c7cd22 [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/reg/fibers_http_client/0.1.2:/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] ce1a3e8b1e79b2c94ef294ba0e7bf50e29e92965eed543c888e2c8e82d4db8ca [INFO] running `"docker" "start" "-a" "ce1a3e8b1e79b2c94ef294ba0e7bf50e29e92965eed543c888e2c8e82d4db8ca"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/fibers_http_client-d80e7c177e6aa7c1 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test connection_pool::tests::allocate_and_release_works ... ok [INFO] [stdout] test connection_pool::tests::tick_works ... ok [INFO] [stdout] test connection_pool::tests::discard_oldest_pooled_connection_works ... ok [INFO] [stdout] test connection_pool::tests::lend_works ... ok [INFO] [stdout] test test::oneshot_connection_works ... ok [INFO] [stdout] test test::connection_pool_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests fibers_http_client [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] test src/connection_pool.rs - connection_pool::ConnectionPool (line 108) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ce1a3e8b1e79b2c94ef294ba0e7bf50e29e92965eed543c888e2c8e82d4db8ca"` [INFO] running `"docker" "rm" "-f" "ce1a3e8b1e79b2c94ef294ba0e7bf50e29e92965eed543c888e2c8e82d4db8ca"` [INFO] [stdout] ce1a3e8b1e79b2c94ef294ba0e7bf50e29e92965eed543c888e2c8e82d4db8ca