[INFO] cloning repository deciduously/lem [INFO] running `"git" "clone" "--bare" "git://github.com/deciduously/lem.git" "work/cache/sources/gh/deciduously/lem"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/deciduously/lem'... [INFO] running `"git" "clone" "work/cache/sources/gh/deciduously/lem" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/deciduously/lem"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/deciduously/lem'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/deciduously/lem" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/deciduously/lem"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/deciduously/lem'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 40e1d8a7639a12932d46d92b70964f6cc760caa0 [INFO] sha for GitHub repo deciduously/lem: 40e1d8a7639a12932d46d92b70964f6cc760caa0 [INFO] validating manifest of deciduously/lem on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of deciduously/lem on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing deciduously/lem [INFO] finished frobbing deciduously/lem [INFO] frobbed toml for deciduously/lem written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/deciduously/lem/Cargo.toml [INFO] started frobbing deciduously/lem [INFO] finished frobbing deciduously/lem [INFO] frobbed toml for deciduously/lem written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/deciduously/lem/Cargo.toml [INFO] crate deciduously/lem already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking deciduously/lem against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-5/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/deciduously/lem:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0f7cb8eb566c2b621a142a524b6f9e4d3849463df634072f839519d40a3a3a8e [INFO] running `"docker" "start" "-a" "0f7cb8eb566c2b621a142a524b6f9e4d3849463df634072f839519d40a3a3a8e"` [INFO] [stderr] Compiling pq-sys v0.4.2 [INFO] [stderr] Compiling serde v0.9.11 [INFO] [stderr] Compiling num-integer v0.1.33 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling syn v0.11.9 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Checking chrono v0.3.0 [INFO] [stderr] Checking hyper v0.10.5 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Checking diesel v0.11.4 [INFO] [stderr] Checking rocket v0.2.2 [INFO] [stderr] error[E0432]: unresolved import `std::net::lookup_host` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/rocket-0.2.2/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] Compiling serde_codegen_internals v0.14.1 [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [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" "0f7cb8eb566c2b621a142a524b6f9e4d3849463df634072f839519d40a3a3a8e"` [INFO] running `"docker" "rm" "-f" "0f7cb8eb566c2b621a142a524b6f9e4d3849463df634072f839519d40a3a3a8e"` [INFO] [stdout] 0f7cb8eb566c2b621a142a524b6f9e4d3849463df634072f839519d40a3a3a8e