[INFO] crate hyper 0.13.0-alpha.4 is already in cache [INFO] checking hyper-0.13.0-alpha.4 against try#bcff76bad586cfb6874f179a4b66448e6b8a832c for pr-66919 [INFO] extracting crate hyper 0.13.0-alpha.4 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate hyper 0.13.0-alpha.4 on toolchain bcff76bad586cfb6874f179a4b66448e6b8a832c [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hyper 0.13.0-alpha.4 [INFO] removed 14 missing examples [INFO] removed 3 missing tests [INFO] finished tweaking crates.io crate hyper 0.13.0-alpha.4 [INFO] tweaked toml for crates.io crate hyper 0.13.0-alpha.4 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate hyper 0.13.0-alpha.4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+bcff76bad586cfb6874f179a4b66448e6b8a832c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 87e9fdb5aa46b783e1840a322cdee094ba3c2f11057c118c69141168a270d4b3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "87e9fdb5aa46b783e1840a322cdee094ba3c2f11057c118c69141168a270d4b3"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling pin-project-internal v0.4.2 [INFO] [stderr] Checking pin-convert v0.1.0 [INFO] [stderr] Checking spmc v0.3.0 [INFO] [stderr] Checking tracing-core v0.1.6 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Checking http-body v0.2.0-alpha.3 [INFO] [stderr] Compiling tracing-attributes v0.1.4 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking tracing v0.1.9 [INFO] [stderr] Checking tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Checking pin-project v0.4.2 [INFO] [stderr] Checking tokio-io v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Checking tower-make v0.3.0-alpha.2a [INFO] [stderr] Checking tokio-fs v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-timer v0.3.0-alpha.6 [INFO] [stderr] Checking tokio-net v0.2.0-alpha.6 [INFO] [stderr] Checking h2 v0.2.0-alpha.3 [INFO] [stderr] Checking tokio v0.2.0-alpha.6 [INFO] [stderr] Checking tokio-test v0.2.0-alpha.6 [INFO] [stderr] Checking hyper v0.13.0-alpha.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/connect/http.rs:342:26 [INFO] [stderr] | [INFO] [stderr] 342 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:307:38 [INFO] [stderr] | [INFO] [stderr] 307 | write!(f, "{}: {}", self.description(), cause) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:309:30 [INFO] [stderr] | [INFO] [stderr] 309 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/proto/h1/decode.rs:317:26 [INFO] [stderr] | [INFO] [stderr] 317 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/upgrade.rs:227:26 [INFO] [stderr] | [INFO] [stderr] 227 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/connect/http.rs:342:26 [INFO] [stderr] | [INFO] [stderr] 342 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:307:38 [INFO] [stderr] | [INFO] [stderr] 307 | write!(f, "{}: {}", self.description(), cause) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:309:30 [INFO] [stderr] | [INFO] [stderr] 309 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/proto/h1/decode.rs:317:26 [INFO] [stderr] | [INFO] [stderr] 317 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/upgrade.rs:227:26 [INFO] [stderr] | [INFO] [stderr] 227 | f.write_str(self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `hyper`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "87e9fdb5aa46b783e1840a322cdee094ba3c2f11057c118c69141168a270d4b3"` [INFO] running `"docker" "rm" "-f" "87e9fdb5aa46b783e1840a322cdee094ba3c2f11057c118c69141168a270d4b3"` [INFO] [stdout] 87e9fdb5aa46b783e1840a322cdee094ba3c2f11057c118c69141168a270d4b3