[INFO] cloning repository https://github.com/just-chillin/rusty-game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/just-chillin/rusty-game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjust-chillin%2Frusty-game", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjust-chillin%2Frusty-game'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 44a14e85a8e6f28c37235fe2e935cd354a5ecd00
[INFO] testing just-chillin/rusty-game against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjust-chillin%2Frusty-game" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/just-chillin/rusty-game
[INFO] finished tweaking git repo https://github.com/just-chillin/rusty-game
[INFO] tweaked toml for git repo https://github.com/just-chillin/rusty-game written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/just-chillin/rusty-game on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/just-chillin/rusty-game already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unidiff v0.3.3
[INFO] [stderr]   Downloaded thread_local v1.1.0
[INFO] [stderr]   Downloaded cmake v0.1.45
[INFO] [stderr]   Downloaded filetime v0.2.13
[INFO] [stderr]   Downloaded xattr v0.2.2
[INFO] [stderr]   Downloaded tar v0.4.30
[INFO] [stderr]   Downloaded cc v1.0.66
[INFO] [stderr]   Downloaded flate2 v1.0.19
[INFO] [stderr]   Downloaded sdl2 v0.33.0
[INFO] [stderr]   Downloaded sdl2-sys v0.33.0
[INFO] [stderr]   Downloaded libc v0.2.82
[INFO] [stderr]   Downloaded encoding_rs v0.8.26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc
[INFO] running `Command { std: "docker" "start" "421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.82
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling encoding_rs v0.8.26
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling regex-syntax v0.6.22
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling sdl2 v0.33.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling thread_local v1.1.0
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling cmake v0.1.45
[INFO] [stderr]    Compiling filetime v0.2.13
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling flate2 v1.0.19
[INFO] [stderr]    Compiling tar v0.4.30
[INFO] [stderr]    Compiling regex v1.4.3
[INFO] [stderr]    Compiling unidiff v0.3.3
[INFO] [stderr]    Compiling sdl2-sys v0.33.0
[INFO] [stderr] error: failed to run custom build command for `sdl2-sys v0.33.0`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_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/release/build/sdl2-sys-3eb44eeab93b53ca/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (512) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdl2-sys-0.33.0/build.rs:46:17:
[INFO] [stderr]   Command 'curl' failed:   % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
[INFO] [stderr]                                    Dload  Upload  Total   Spent   Left   Speed
[INFO] [stderr]   
  0      0   0      0   0      0      0      0                              0curl: (6) Could not resolve host: libsdl.org
[INFO] [stderr] 
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x556003330531 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stderr]      1:     0x556003345e6a - core[832e9a552fc17241]::fmt::write
[INFO] [stderr]      2:     0x55600333687c - <std[97b98282bc616a66]::sys::stdio::unix::Stderr as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stderr]      3:     0x55600330ef86 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stderr]      4:     0x556003329321 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stderr]      5:     0x5560033294db - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stderr]      6:     0x55600330f032 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stderr]      7:     0x556003306709 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]      8:     0x55600330fbbd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stderr]      9:     0x55600334660c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stderr]     10:     0x55600318009d - build_script_build[984549ab4f7dc0c2]::run_command
[INFO] [stderr]     11:     0x55600317fd88 - build_script_build[984549ab4f7dc0c2]::download_to
[INFO] [stderr]     12:     0x5560031808dd - build_script_build[984549ab4f7dc0c2]::download_sdl2
[INFO] [stderr]     13:     0x556003181bf6 - build_script_build[984549ab4f7dc0c2]::main
[INFO] [stderr]     14:     0x55600317bbe3 - <fn() as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     15:     0x556003178156 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     16:     0x556003178749 - std[97b98282bc616a66]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     17:     0x556003328647 - std[97b98282bc616a66]::rt::lang_start_internal
[INFO] [stderr]     18:     0x556003177f01 - std[97b98282bc616a66]::rt::lang_start::<()>
[INFO] [stderr]     19:     0x556003184a65 - main
[INFO] [stderr]     20:     0x7a76fb704601 - <unknown>
[INFO] [stderr]     21:     0x7a76fb704718 - __libc_start_main
[INFO] [stderr]     22:     0x556003174e45 - _start
[INFO] [stderr]     23:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc", kill_on_drop: false }`
[INFO] [stdout] 421da8c2ef57c3879f60d65bbdcb5f5eb122fdf5ecba2e3331bc1382b29690dc
