[INFO] crate hyper-openssl 0.8.0 is already in cache [INFO] checking hyper-openssl-0.8.0 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate hyper-openssl 0.8.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate hyper-openssl 0.8.0 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hyper-openssl 0.8.0 [INFO] finished tweaking crates.io crate hyper-openssl 0.8.0 [INFO] tweaked toml for crates.io crate hyper-openssl 0.8.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e5bc9fd9a185420d4e3fbfcd3e155ba0f1997e6a5833e605779f822cbe421403 [INFO] running `"docker" "start" "-a" "e5bc9fd9a185420d4e3fbfcd3e155ba0f1997e6a5833e605779f822cbe421403"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Compiling hyper-openssl v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking antidote v1.0.0 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking linked_hash_set v0.1.3 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking tokio v0.2.20 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tokio-openssl v0.4.0 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking hyper v0.13.5 [INFO] [stderr] warning: use of deprecated item 'hyper::client::Builder::keep_alive': name is confusing, to disable the connection pool, call pool_max_idle_per_host(0) [INFO] [stderr] --> src/test.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | let client = Client::builder().keep_alive(false).build::<_, Body>(ssl); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hyper::server::conn::Http::::keep_alive': renamed to `http1_keep_alive` [INFO] [stderr] --> src/test.rs:51:18 [INFO] [stderr] | [INFO] [stderr] 51 | .keep_alive(false) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.74s [INFO] running `"docker" "inspect" "e5bc9fd9a185420d4e3fbfcd3e155ba0f1997e6a5833e605779f822cbe421403"` [INFO] running `"docker" "rm" "-f" "e5bc9fd9a185420d4e3fbfcd3e155ba0f1997e6a5833e605779f822cbe421403"` [INFO] [stdout] e5bc9fd9a185420d4e3fbfcd3e155ba0f1997e6a5833e605779f822cbe421403