[INFO] cloning repository https://github.com/fschutt/osm-proto-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fschutt/osm-proto-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffschutt%2Fosm-proto-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffschutt%2Fosm-proto-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a600e23f496f1c9cd8bd3c233357a4223d7ab9f [INFO] checking fschutt/osm-proto-rs against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffschutt%2Fosm-proto-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fschutt/osm-proto-rs on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/fschutt/osm-proto-rs [INFO] finished tweaking git repo https://github.com/fschutt/osm-proto-rs [INFO] tweaked toml for git repo https://github.com/fschutt/osm-proto-rs written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/fschutt/osm-proto-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=allow" "-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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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] 39651978827b538991798dadf8877de0132eaaf6bc3f63c42a4f1106ba408860 [INFO] running `"docker" "start" "-a" "39651978827b538991798dadf8877de0132eaaf6bc3f63c42a4f1106ba408860"` [INFO] [stderr] Compiling multimap v0.3.0 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Compiling prost v0.1.0 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling prost-derive v0.1.0 [INFO] [stderr] Compiling zip v0.2.8 [INFO] [stderr] Compiling prost-codegen v0.1.0 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Compiling prost-build v0.1.0 [INFO] [stderr] Compiling osm-proto-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `osm-proto-rs v0.2.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/osm-proto-rs-302afb6e8cdb439b/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: Error { description: "Couldn\'t resolve host name", code: 6, extra: None } }', src/libcore/result.rs:1165:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x56261f885cf4 - backtrace::backtrace::libunwind::trace::h34341dd61ff7602e [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x56261f885cf4 - backtrace::backtrace::trace_unsynchronized::h10bcbf5508d231b0 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x56261f885cf4 - std::sys_common::backtrace::_print_fmt::hb87a8922e63799ad [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x56261f885cf4 - ::fmt::hff604fd73142418f [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x56261f8a5e7c - core::fmt::write::hcd468b4bebc0a25c [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x56261f882b87 - std::io::Write::write_fmt::hd4ef0439a8ce5162 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x56261f8886ce - std::sys_common::backtrace::_print::h41544d836ebb2971 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x56261f8886ce - std::sys_common::backtrace::print::hed6b8b83658ed2cc [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x56261f8886ce - std::panicking::default_hook::{{closure}}::h89801ee130ad0fd8 [INFO] [stderr] at src/libstd/panicking.rs:188 [INFO] [stderr] 9: 0x56261f8883c1 - std::panicking::default_hook::hb1f703873593e774 [INFO] [stderr] at src/libstd/panicking.rs:205 [INFO] [stderr] 10: 0x56261f888dcb - std::panicking::rust_panic_with_hook::h0e3fb4ed0a6252f5 [INFO] [stderr] at src/libstd/panicking.rs:464 [INFO] [stderr] 11: 0x56261f88896e - std::panicking::continue_panic_fmt::h2c1e395e4ebf4102 [INFO] [stderr] at src/libstd/panicking.rs:373 [INFO] [stderr] 12: 0x56261f888856 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:302 [INFO] [stderr] 13: 0x56261f8a380e - core::panicking::panic_fmt::h05d55983de5d1d2b [INFO] [stderr] at src/libcore/panicking.rs:139 [INFO] [stderr] 14: 0x56261f8a3907 - core::result::unwrap_failed::h6f1dd1a7611ccb0b [INFO] [stderr] at src/libcore/result.rs:1165 [INFO] [stderr] 15: 0x56261f761f8f - core::result::Result::unwrap::ha1279e8f74a1803a [INFO] [stderr] at /rustc/8810c24b0958114d8dbb32d878444e8956fce80f/src/libcore/result.rs:933 [INFO] [stderr] 16: 0x56261f6def26 - build_script_build::main::h4773f711e1d9d486 [INFO] [stderr] at src/build.rs:4 [INFO] [stderr] 17: 0x56261f6dbec0 - std::rt::lang_start::{{closure}}::hd72512c48e814d51 [INFO] [stderr] at /rustc/8810c24b0958114d8dbb32d878444e8956fce80f/src/libstd/rt.rs:61 [INFO] [stderr] 18: 0x56261f8887f3 - std::rt::lang_start_internal::{{closure}}::h98c778231b79d91a [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 19: 0x56261f8887f3 - std::panicking::try::do_call::h7fa5c614dff1056b [INFO] [stderr] at src/libstd/panicking.rs:287 [INFO] [stderr] 20: 0x56261f88fc6a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:83 [INFO] [stderr] 21: 0x56261f88936d - std::panicking::try::h0486c1f3e2aa45d4 [INFO] [stderr] at src/libstd/panicking.rs:265 [INFO] [stderr] 22: 0x56261f88936d - std::panic::catch_unwind::he81620b75fa7fc20 [INFO] [stderr] at src/libstd/panic.rs:396 [INFO] [stderr] 23: 0x56261f88936d - std::rt::lang_start_internal::hf14c9205eb0a1adf [INFO] [stderr] at src/libstd/rt.rs:47 [INFO] [stderr] 24: 0x56261f6dbe99 - std::rt::lang_start::h26cc68a6acf8ad0f [INFO] [stderr] at /rustc/8810c24b0958114d8dbb32d878444e8956fce80f/src/libstd/rt.rs:61 [INFO] [stderr] 25: 0x56261f6defaa - main [INFO] [stderr] 26: 0x7f6bef92fb97 - __libc_start_main [INFO] [stderr] 27: 0x56261f6ba83a - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "39651978827b538991798dadf8877de0132eaaf6bc3f63c42a4f1106ba408860"` [INFO] running `"docker" "rm" "-f" "39651978827b538991798dadf8877de0132eaaf6bc3f63c42a4f1106ba408860"` [INFO] [stdout] 39651978827b538991798dadf8877de0132eaaf6bc3f63c42a4f1106ba408860