[INFO] crate geoshaper 0.2.0 is already in cache [INFO] checking geoshaper-0.2.0 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate geoshaper 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate geoshaper 0.2.0 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate geoshaper 0.2.0 [INFO] finished tweaking crates.io crate geoshaper 0.2.0 [INFO] tweaked toml for crates.io crate geoshaper 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] d279b7a3625b8c8cdd85a154287f598c11306d65613bb461c92ce1a707ef785b [INFO] running `"docker" "start" "-a" "d279b7a3625b8c8cdd85a154287f598c11306d65613bb461c92ce1a707ef785b"` [INFO] [stderr] Compiling yansi v0.3.4 [INFO] [stderr] Compiling smallvec v1.0.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Checking bitflags v0.5.0 [INFO] [stderr] Compiling state v0.2.2 [INFO] [stderr] Checking deque v0.3.2 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Checking quicksort v1.1.0 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling bincode v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling term-painter v0.2.4 [INFO] [stderr] Compiling unicode-normalization v0.1.11 [INFO] [stderr] Compiling rocket v0.2.11 [INFO] [stderr] Compiling rocket_codegen v0.2.11 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Checking cl-sys v0.2.1 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Checking miniz-sys v0.1.12 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Checking cookie v0.6.2 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking rayon v0.6.0 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking imagefmt v4.0.0 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking geo v0.3.2 [INFO] [stderr] Checking ocl-core v0.3.2 [INFO] [stderr] Checking stopwatch v0.0.7 [INFO] [stderr] Checking geojson v0.5.0 [INFO] [stderr] error[E0432]: unresolved import `std::net::lookup_host` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rocket-0.2.11/src/config/config.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | use std::net::{IpAddr, lookup_host}; [INFO] [stderr] | ^^^^^^^^^^^ no `lookup_host` in `net` [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed: cannot resolve `std::borrow::Cow<'_, str>: std::borrow::Borrow<_>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rocket-0.2.11/src/http/header.rs:480:47 [INFO] [stderr] | [INFO] [stderr] 480 | Header::new(key.as_str(), val.borrow()) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0283, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0283`. [INFO] [stderr] Checking ocl v0.12.0 [INFO] [stderr] error: could not compile `rocket`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d279b7a3625b8c8cdd85a154287f598c11306d65613bb461c92ce1a707ef785b"` [INFO] running `"docker" "rm" "-f" "d279b7a3625b8c8cdd85a154287f598c11306d65613bb461c92ce1a707ef785b"` [INFO] [stdout] d279b7a3625b8c8cdd85a154287f598c11306d65613bb461c92ce1a707ef785b