[INFO] crate geoshaper 0.2.0 is already in cache [INFO] checking geoshaper-0.2.0 against try#e6563ac70cbfd3196492061900e9e9793e065e4d for pr-69410 [INFO] extracting crate geoshaper 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate geoshaper 0.2.0 on toolchain e6563ac70cbfd3196492061900e9e9793e065e4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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] f985fbd17ec69fa23a6b7b67a8ce040b46532766a8bbc664f1c182888b20a377 [INFO] running `"docker" "start" "-a" "f985fbd17ec69fa23a6b7b67a8ce040b46532766a8bbc664f1c182888b20a377"` [INFO] [stderr] Compiling yansi v0.3.4 [INFO] [stderr] Compiling smallvec v1.2.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 traitobject v0.1.0 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Checking deque v0.3.2 [INFO] [stderr] Compiling state v0.2.2 [INFO] [stderr] Checking toml v0.2.1 [INFO] [stderr] Checking quicksort v1.1.0 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling term-painter v0.2.4 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling rocket v0.2.11 [INFO] [stderr] Compiling rocket_codegen v0.2.11 [INFO] [stderr] Checking cl-sys v0.2.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking miniz-sys v0.1.12 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Checking flate2 v0.2.20 [INFO] [stderr] Checking cookie v0.6.2 [INFO] [stderr] Checking rayon v0.6.0 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling idna v0.1.5 [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 [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] | ^^^^^^ cannot infer type for enum `std::borrow::Cow<'_, str>` [INFO] [stderr] | [INFO] [stderr] = note: cannot resolve `std::borrow::Cow<'_, str>: std::borrow::Borrow<_>` [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] error: could not compile `rocket`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f985fbd17ec69fa23a6b7b67a8ce040b46532766a8bbc664f1c182888b20a377"` [INFO] running `"docker" "rm" "-f" "f985fbd17ec69fa23a6b7b67a8ce040b46532766a8bbc664f1c182888b20a377"` [INFO] [stdout] f985fbd17ec69fa23a6b7b67a8ce040b46532766a8bbc664f1c182888b20a377