[INFO] crate chttp 0.5.5 is already in cache [INFO] testing chttp-0.5.5 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate chttp 0.5.5 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate chttp 0.5.5 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate chttp 0.5.5 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate chttp 0.5.5 [INFO] tweaked toml for crates.io crate chttp 0.5.5 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9f772e352353626c4a66907ced62c5e44bc9a8fead8f051a61d008f560230b41 [INFO] running `"docker" "start" "-a" "9f772e352353626c4a66907ced62c5e44bc9a8fead8f051a61d008f560230b41"` [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling chttp v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling sluice v0.4.1 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.17 [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:731:15 [INFO] [stderr] | [INFO] [stderr] 731 | (&http::Method::GET, false) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | future_incompatible, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(indirect_structural_match)]` implied by `#[warn(future_incompatible)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:735:15 [INFO] [stderr] | [INFO] [stderr] 735 | (&http::Method::HEAD, has_body) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:741:15 [INFO] [stderr] | [INFO] [stderr] 741 | (&http::Method::POST, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:745:15 [INFO] [stderr] | [INFO] [stderr] 745 | (&http::Method::PUT, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.22s [INFO] running `"docker" "inspect" "9f772e352353626c4a66907ced62c5e44bc9a8fead8f051a61d008f560230b41"` [INFO] running `"docker" "rm" "-f" "9f772e352353626c4a66907ced62c5e44bc9a8fead8f051a61d008f560230b41"` [INFO] [stdout] 9f772e352353626c4a66907ced62c5e44bc9a8fead8f051a61d008f560230b41 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 6a470b282aa34e88ff1a51220ddf04408dcd068181f8430ef4343ac53204cd35 [INFO] running `"docker" "start" "-a" "6a470b282aa34e88ff1a51220ddf04408dcd068181f8430ef4343ac53204cd35"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling speculate v0.1.2 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.17 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling mockito v0.20.0 [INFO] [stderr] Compiling chttp v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0601]: `main` function not found in crate `async` [INFO] [stderr] --> examples/async.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / //! This example demonstrates the use of `send_async()` to make a request [INFO] [stderr] 2 | | //! asynchronously using the futures-based API. [INFO] [stderr] 3 | | #![cfg(feature = "nightly")] [INFO] [stderr] 4 | | #![feature(async_await)] [INFO] [stderr] ... | [INFO] [stderr] 20 | | }) [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/async.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `chttp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:731:15 [INFO] [stderr] | [INFO] [stderr] 731 | (&http::Method::GET, false) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | future_incompatible, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(indirect_structural_match)]` implied by `#[warn(future_incompatible)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:735:15 [INFO] [stderr] | [INFO] [stderr] 735 | (&http::Method::HEAD, has_body) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:741:15 [INFO] [stderr] | [INFO] [stderr] 741 | (&http::Method::POST, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] warning: to use a constant of type `std::boxed::Box` in a pattern, `std::boxed::Box` must be annotated with `#[derive(PartialEq, Eq)]` [INFO] [stderr] --> src/client.rs:745:15 [INFO] [stderr] | [INFO] [stderr] 745 | (&http::Method::PUT, _) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #62411 [INFO] [stderr] [INFO] [stderr] error: could not compile `chttp`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name status tests/status.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="chrono"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="static-curl"' -C metadata=57e8000a8e282b1b -C extra-filename=-57e8000a8e282b1b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c90bcdb7b13ec730.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9a581b0f049ae81d.rlib --extern chttp=/opt/rustwide/target/debug/deps/libchttp-466bbf6607b643a5.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-4d4db8207f2ffbf6.rlib --extern curl=/opt/rustwide/target/debug/deps/libcurl-983f610e5d5c3fef.rlib --extern curl_sys=/opt/rustwide/target/debug/deps/libcurl_sys-602cfc467c73552c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b5c930eea7e6a6f.rlib --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-6e6e7be358ae6b3a.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-f0b6d157199068a9.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-8aff4f92f641d138.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-3a2046c5d5c21bd2.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-822377a76b851d9b.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-3f016fc1e8cb690b.rlib --extern slab=/opt/rustwide/target/debug/deps/libslab-48da5e5bfb95471c.rlib --extern sluice=/opt/rustwide/target/debug/deps/libsluice-6e0655783ccc583a.rlib --extern speculate=/opt/rustwide/target/debug/deps/libspeculate-aab432d56026ba4f.so --cap-lints=warn -L native=/opt/rustwide/target/debug/build/curl-sys-648d33f7f4af745e/out/build -L native=/opt/rustwide/target/debug/build/libnghttp2-sys-b9386618d346ad4e/out/i/lib -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `chttp`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name headers tests/headers.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="chrono"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="static-curl"' -C metadata=30a2eaf1a8ec2858 -C extra-filename=-30a2eaf1a8ec2858 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c90bcdb7b13ec730.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9a581b0f049ae81d.rlib --extern chttp=/opt/rustwide/target/debug/deps/libchttp-466bbf6607b643a5.rlib --extern crossbeam_channel=/opt/rustwide/target/debug/deps/libcrossbeam_channel-4d4db8207f2ffbf6.rlib --extern curl=/opt/rustwide/target/debug/deps/libcurl-983f610e5d5c3fef.rlib --extern curl_sys=/opt/rustwide/target/debug/deps/libcurl_sys-602cfc467c73552c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-8b5c930eea7e6a6f.rlib --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-6e6e7be358ae6b3a.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-f0b6d157199068a9.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-8aff4f92f641d138.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-3a2046c5d5c21bd2.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-5513cb556299afcf.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-822377a76b851d9b.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-3f016fc1e8cb690b.rlib --extern slab=/opt/rustwide/target/debug/deps/libslab-48da5e5bfb95471c.rlib --extern sluice=/opt/rustwide/target/debug/deps/libsluice-6e0655783ccc583a.rlib --extern speculate=/opt/rustwide/target/debug/deps/libspeculate-aab432d56026ba4f.so --cap-lints=warn -L native=/opt/rustwide/target/debug/build/curl-sys-648d33f7f4af745e/out/build -L native=/opt/rustwide/target/debug/build/libnghttp2-sys-b9386618d346ad4e/out/i/lib -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6a470b282aa34e88ff1a51220ddf04408dcd068181f8430ef4343ac53204cd35"` [INFO] running `"docker" "rm" "-f" "6a470b282aa34e88ff1a51220ddf04408dcd068181f8430ef4343ac53204cd35"` [INFO] [stdout] 6a470b282aa34e88ff1a51220ddf04408dcd068181f8430ef4343ac53204cd35