[INFO] crate http-service 0.3.1 is already in cache [INFO] testing http-service-0.3.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate http-service 0.3.1 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate http-service 0.3.1 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 http-service 0.3.1 [INFO] finished tweaking crates.io crate http-service 0.3.1 [INFO] tweaked toml for crates.io crate http-service 0.3.1 written to work/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate http-service 0.3.1 already has a lockfile, it will not be regenerated [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-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 6a02a8c8e5714f78a8d6d1a7c005bc6e4882dd10d83c699dc23b907a0f40b9e1 [INFO] running `"docker" "start" "-a" "6a02a8c8e5714f78a8d6d1a7c005bc6e4882dd10d83c699dc23b907a0f40b9e1"` [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling http-service v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.32s [INFO] running `"docker" "inspect" "6a02a8c8e5714f78a8d6d1a7c005bc6e4882dd10d83c699dc23b907a0f40b9e1"` [INFO] running `"docker" "rm" "-f" "6a02a8c8e5714f78a8d6d1a7c005bc6e4882dd10d83c699dc23b907a0f40b9e1"` [INFO] [stdout] 6a02a8c8e5714f78a8d6d1a7c005bc6e4882dd10d83c699dc23b907a0f40b9e1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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] 4c4f51498f7d7ae78a3b8f4e3a48e2c9704290111a6ca63ba5d369ab677412f7 [INFO] running `"docker" "start" "-a" "4c4f51498f7d7ae78a3b8f4e3a48e2c9704290111a6ca63ba5d369ab677412f7"` [INFO] [stderr] Compiling http-service v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `http_service_hyper` [INFO] [stderr] --> examples/simple_response.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | http_service_hyper::run(s, a); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `http_service_hyper` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:53:45 [INFO] [stderr] | [INFO] [stderr] 53 | #![cfg_attr(any(feature = "nightly", test), feature(external_doc))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `http-service`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `http-service`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4c4f51498f7d7ae78a3b8f4e3a48e2c9704290111a6ca63ba5d369ab677412f7"` [INFO] running `"docker" "rm" "-f" "4c4f51498f7d7ae78a3b8f4e3a48e2c9704290111a6ca63ba5d369ab677412f7"` [INFO] [stdout] 4c4f51498f7d7ae78a3b8f4e3a48e2c9704290111a6ca63ba5d369ab677412f7