[INFO] fetching crate g2r 0.1.0...
[INFO] checking g2r-0.1.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate g2r 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate g2r 0.1.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate g2r 0.1.0
[INFO] finished tweaking crates.io crate g2r 0.1.0
[INFO] tweaked toml for crates.io crate g2r 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 82 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bindgen v0.53.3
[INFO] [stderr]   Downloaded libg2c-sys v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 584f9f716eadf2fb5f211e714160b0ed2aadb29e1143fe8b7a1406184e9a809e
[INFO] running `Command { std: "docker" "start" "-a" "584f9f716eadf2fb5f211e714160b0ed2aadb29e1143fe8b7a1406184e9a809e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "584f9f716eadf2fb5f211e714160b0ed2aadb29e1143fe8b7a1406184e9a809e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "584f9f716eadf2fb5f211e714160b0ed2aadb29e1143fe8b7a1406184e9a809e", kill_on_drop: false }`
[INFO] [stdout] 584f9f716eadf2fb5f211e714160b0ed2aadb29e1143fe8b7a1406184e9a809e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd3880f215b1868280e4242e36df67ee94e156dc7c75b514b96a08fb8638b8fb
[INFO] running `Command { std: "docker" "start" "-a" "fd3880f215b1868280e4242e36df67ee94e156dc7c75b514b96a08fb8638b8fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling clang-sys v0.29.3
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling nom v5.1.3
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling bindgen v0.53.3
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]    Compiling g2r v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking text_io v0.1.12
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling libg2c-sys v0.1.0
[INFO] [stderr] error: failed to run custom build command for `libg2c-sys v0.1.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libg2c-sys-94811cd8502782bd/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Cloning into 'NCEPLIBS-g2c'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/NOAA-EMC/NCEPLIBS-g2c.git/': Could not resolve host: github.com
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libg2c-sys-0.1.0/build.rs:19:13:
[INFO] [stderr]   Cloning NCEPLIBS-g2c failed!
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x62efef4b0cba - std::backtrace_rs::backtrace::libunwind::trace::h3d1148b7268e4456
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5
[INFO] [stderr]      1:     0x62efef4b0cba - std::backtrace_rs::backtrace::trace_unsynchronized::hcd8d8263202addd9
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x62efef4b0cba - std::sys::backtrace::_print_fmt::h812e4f55de0da7fc
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x62efef4b0cba - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h906dff65e8b7c000
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x62efef4d8ce3 - core::fmt::rt::Argument::fmt::hb1625b4525552ddc
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/fmt/rt.rs:177:76
[INFO] [stderr]      5:     0x62efef4d8ce3 - core::fmt::write::h44024895ba49323a
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/fmt/mod.rs:1189:21
[INFO] [stderr]      6:     0x62efef4adad3 - std::io::Write::write_fmt::hf3c4d9bb313458e6
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/io/mod.rs:1887:15
[INFO] [stderr]      7:     0x62efef4b0b02 - std::sys::backtrace::BacktraceLock::print::h70dc6513b8f1948d
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      8:     0x62efef4b1acc - std::panicking::default_hook::{{closure}}::h4e46246c986b21f2
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panicking.rs:268:22
[INFO] [stderr]      9:     0x62efef4b1912 - std::panicking::default_hook::h149f583b31249354
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panicking.rs:295:9
[INFO] [stderr]     10:     0x62efef4b2107 - std::panicking::rust_panic_with_hook::h9f77e00b577fb66f
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panicking.rs:801:13
[INFO] [stderr]     11:     0x62efef42661a - std::panicking::begin_panic::{{closure}}::hf44c18c76cfe5de2
[INFO] [stderr]     12:     0x62efef42659a - std::sys::backtrace::__rust_end_short_backtrace::haa118b5c9aaa79a7
[INFO] [stderr]     13:     0x62efef4265c7 - std::panicking::begin_panic::h3933c84e34f8af56
[INFO] [stderr]     14:     0x62efef025dcd - build_script_build::main::hc9feb92c5676cdf9
[INFO] [stderr]     15:     0x62efef0236c3 - core::ops::function::FnOnce::call_once::hafbc17f0d4b1f8d5
[INFO] [stderr]     16:     0x62efef023466 - std::sys::backtrace::__rust_begin_short_backtrace::hd77fcdc3d81e6cba
[INFO] [stderr]     17:     0x62efef0233e9 - std::rt::lang_start::{{closure}}::h69b6858e567fff38
[INFO] [stderr]     18:     0x62efef4a9877 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h9b826323d0f6f52d
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     19:     0x62efef4a9877 - std::panicking::try::do_call::h11b8cb37e889e723
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panicking.rs:557:40
[INFO] [stderr]     20:     0x62efef4a9877 - std::panicking::try::h8c0c35eed4b91402
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panicking.rs:520:19
[INFO] [stderr]     21:     0x62efef4a9877 - std::panic::catch_unwind::hdd9725084aceebb7
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panic.rs:358:14
[INFO] [stderr]     22:     0x62efef4a9877 - std::rt::lang_start_internal::{{closure}}::h70a2b8736f81fb2f
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/rt.rs:174:48
[INFO] [stderr]     23:     0x62efef4a9877 - std::panicking::try::do_call::h9dbefce92b360333
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panicking.rs:557:40
[INFO] [stderr]     24:     0x62efef4a9877 - std::panicking::try::h69f0829c3d3bd7a7
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panicking.rs:520:19
[INFO] [stderr]     25:     0x62efef4a9877 - std::panic::catch_unwind::haf848aa83b38ef16
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/panic.rs:358:14
[INFO] [stderr]     26:     0x62efef4a9877 - std::rt::lang_start_internal::ha915624e2796630d
[INFO] [stderr]                                  at /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/std/src/rt.rs:174:20
[INFO] [stderr]     27:     0x62efef0233c7 - std::rt::lang_start::h1d0aed6187d418b8
[INFO] [stderr]     28:     0x62efef025e05 - main
[INFO] [stderr]     29:     0x7b01e90d9d90 - <unknown>
[INFO] [stderr]     30:     0x7b01e90d9e40 - __libc_start_main
[INFO] [stderr]     31:     0x62efef022a75 - _start
[INFO] [stderr]     32:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "fd3880f215b1868280e4242e36df67ee94e156dc7c75b514b96a08fb8638b8fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd3880f215b1868280e4242e36df67ee94e156dc7c75b514b96a08fb8638b8fb", kill_on_drop: false }`
[INFO] [stdout] fd3880f215b1868280e4242e36df67ee94e156dc7c75b514b96a08fb8638b8fb
