[INFO] cloning repository https://github.com/quittle/wowser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quittle/wowser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquittle%2Fwowser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquittle%2Fwowser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 830261cda39615264450beb487b0d2b3da83ce17 [INFO] building quittle/wowser against master#c2804e6ec2c29a5c7368600ea173b890e2655c3d for pr-97334-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquittle%2Fwowser" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quittle/wowser on toolchain c2804e6ec2c29a5c7368600ea173b890e2655c3d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/rust-toolchain [INFO] started tweaking git repo https://github.com/quittle/wowser [INFO] finished tweaking git repo https://github.com/quittle/wowser [INFO] tweaked toml for git repo https://github.com/quittle/wowser written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/quittle/wowser already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clap v3.2.19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9932f34f64930b1a889a3f2c4e446f8aea3a78b16cb3e1d9fbbe9ad84d351a1a [INFO] running `Command { std: "docker" "start" "-a" "9932f34f64930b1a889a3f2c4e446f8aea3a78b16cb3e1d9fbbe9ad84d351a1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9932f34f64930b1a889a3f2c4e446f8aea3a78b16cb3e1d9fbbe9ad84d351a1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9932f34f64930b1a889a3f2c4e446f8aea3a78b16cb3e1d9fbbe9ad84d351a1a", kill_on_drop: false }` [INFO] [stdout] 9932f34f64930b1a889a3f2c4e446f8aea3a78b16cb3e1d9fbbe9ad84d351a1a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+c2804e6ec2c29a5c7368600ea173b890e2655c3d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ffa76a55790281d49c5cfc56914fa0c4634c3a19ba66b799b29cf69120ad56d [INFO] running `Command { std: "docker" "start" "-a" "5ffa76a55790281d49c5cfc56914fa0c4634c3a19ba66b799b29cf69120ad56d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling bindgen v0.60.1 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling clang-sys v1.3.3 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v4.3.0 [INFO] [stderr] Compiling clap v3.2.19 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling libgit2-sys v0.14.0+1.5.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling fancy-regex v0.10.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling wowser-macros v0.0.1 (/opt/rustwide/workdir/wowser-macros) [INFO] [stderr] Compiling wowser-gl-sys v0.0.1 (/opt/rustwide/workdir/wowser-gl-sys) [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling futures v0.3.24 [INFO] [stderr] Compiling git2 v0.15.0 [INFO] [stderr] Compiling wowser-gl v0.0.1 (/opt/rustwide/workdir/wowser-gl) [INFO] [stderr] Compiling wowser-glfw-sys v0.0.1 (/opt/rustwide/workdir/wowser-glfw-sys) [INFO] [stderr] error: failed to run custom build command for `wowser-glfw-sys v0.0.1 (/opt/rustwide/workdir/wowser-glfw-sys)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/wowser-glfw-sys-b46dc8cc0078347e/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'Failed to clone: Error { code: -1, klass: 12, message: "failed to resolve address for github.com: Temporary failure in name resolution" }', wowser-glfw-sys/build.rs:10:37 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559ed1586710 - std::backtrace_rs::backtrace::libunwind::trace::hddd5e6b1b5e0cf84 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x559ed1586710 - std::backtrace_rs::backtrace::trace_unsynchronized::h1e30619f2b1dfc7e [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x559ed1586710 - std::sys_common::backtrace::_print_fmt::h1c57dbed6b9e39aa [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x559ed1586710 - ::fmt::h81e97128ef1d32f9 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x559ed15ac2fe - core::fmt::write::h05bb200d128bd301 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x559ed1582c35 - std::io::Write::write_fmt::hc8d8769ac02ad98c [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x559ed1588093 - std::sys_common::backtrace::_print::h7f10095fdc95f046 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x559ed1588093 - std::sys_common::backtrace::print::hff7966088cd7ef66 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x559ed1588093 - std::panicking::default_hook::{{closure}}::h5cfa206e6d48c088 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x559ed1587d7f - std::panicking::default_hook::h75a6d8252dff2ced [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x559ed158873a - std::panicking::rust_panic_with_hook::h119231c709fbe31a [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x559ed1588637 - std::panicking::begin_panic_handler::{{closure}}::h083ef6e4476762af [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x559ed1586bec - std::sys_common::backtrace::__rust_end_short_backtrace::hb3e328d2d1937fed [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x559ed1588352 - rust_begin_unwind [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x559ed0edace3 - core::panicking::panic_fmt::ha39fa3cf4b8f4003 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/core/src/panicking.rs:142:14 [INFO] [stderr] 15: 0x559ed0edae33 - core::result::unwrap_failed::hfdbd1e3e4ee94b49 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/core/src/result.rs:1785:5 [INFO] [stderr] 16: 0x559ed0ee00db - core::result::Result::expect::h635d9db2bc790772 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/core/src/result.rs:1064:23 [INFO] [stderr] 17: 0x559ed0edea37 - build_script_build::checkout_glfw::ha5cd0072b0f3fd66 [INFO] [stderr] at /opt/rustwide/workdir/wowser-glfw-sys/build.rs:10:9 [INFO] [stderr] 18: 0x559ed0edf262 - build_script_build::main::h2f0a57b35ee3bb65 [INFO] [stderr] at /opt/rustwide/workdir/wowser-glfw-sys/build.rs:57:5 [INFO] [stderr] 19: 0x559ed0edcb4b - core::ops::function::FnOnce::call_once::h343926f736d3fe54 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/core/src/ops/function.rs:248:5 [INFO] [stderr] 20: 0x559ed0edfabe - std::sys_common::backtrace::__rust_begin_short_backtrace::hc9697dcf2470eee5 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 21: 0x559ed0eddbb1 - std::rt::lang_start::{{closure}}::hb8b311bc8b1bbd04 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/rt.rs:166:18 [INFO] [stderr] 22: 0x559ed157e79f - core::ops::function::impls:: for &F>::call_once::hfac60dd36084cfc4 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/core/src/ops/function.rs:280:13 [INFO] [stderr] 23: 0x559ed157e79f - std::panicking::try::do_call::h109f53777d81512a [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:492:40 [INFO] [stderr] 24: 0x559ed157e79f - std::panicking::try::h83616999c927c93a [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:456:19 [INFO] [stderr] 25: 0x559ed157e79f - std::panic::catch_unwind::hd865bec1e26036ba [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panic.rs:137:14 [INFO] [stderr] 26: 0x559ed157e79f - std::rt::lang_start_internal::{{closure}}::hcf2184a069207b04 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/rt.rs:148:48 [INFO] [stderr] 27: 0x559ed157e79f - std::panicking::try::do_call::h7ec6111b191c5514 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:492:40 [INFO] [stderr] 28: 0x559ed157e79f - std::panicking::try::hd54795006e476e54 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panicking.rs:456:19 [INFO] [stderr] 29: 0x559ed157e79f - std::panic::catch_unwind::h8316c930761bb537 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x559ed157e79f - std::rt::lang_start_internal::hc2c3426560e35853 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/rt.rs:148:20 [INFO] [stderr] 31: 0x559ed0eddb8a - std::rt::lang_start::hc13cb925aed1bff0 [INFO] [stderr] at /rustc/c2804e6ec2c29a5c7368600ea173b890e2655c3d/library/std/src/rt.rs:165:17 [INFO] [stderr] 32: 0x559ed0edf401 - main [INFO] [stderr] 33: 0x7f1cc6f45083 - __libc_start_main [INFO] [stderr] 34: 0x559ed0edb01e - _start [INFO] [stderr] 35: 0x0 - [INFO] running `Command { std: "docker" "inspect" "5ffa76a55790281d49c5cfc56914fa0c4634c3a19ba66b799b29cf69120ad56d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ffa76a55790281d49c5cfc56914fa0c4634c3a19ba66b799b29cf69120ad56d", kill_on_drop: false }` [INFO] [stdout] 5ffa76a55790281d49c5cfc56914fa0c4634c3a19ba66b799b29cf69120ad56d