[INFO] cloning repository https://github.com/zanesterling/shooter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zanesterling/shooter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzanesterling%2Fshooter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzanesterling%2Fshooter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 740b125476aea45403b6c8f4027f52df6dbbbe52 [INFO] checking zanesterling/shooter against master#336209eef13882bd1e211b24779584cb7ef911eb for pr-129249 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzanesterling%2Fshooter" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zanesterling/shooter on toolchain 336209eef13882bd1e211b24779584cb7ef911eb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zanesterling/shooter [INFO] finished tweaking git repo https://github.com/zanesterling/shooter [INFO] tweaked toml for git repo https://github.com/zanesterling/shooter written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/zanesterling/shooter 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" "+336209eef13882bd1e211b24779584cb7ef911eb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 95e7a386674fde3320b712ebafdfc43c927845a384327474e43c8260b4d7a8b4 [INFO] running `Command { std: "docker" "start" "-a" "95e7a386674fde3320b712ebafdfc43c927845a384327474e43c8260b4d7a8b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95e7a386674fde3320b712ebafdfc43c927845a384327474e43c8260b4d7a8b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95e7a386674fde3320b712ebafdfc43c927845a384327474e43c8260b4d7a8b4", kill_on_drop: false }` [INFO] [stdout] 95e7a386674fde3320b712ebafdfc43c927845a384327474e43c8260b4d7a8b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 766b89526a5d8e4bd52c870190b213b4d7b509186b6ff6e11864d9a6847a9765 [INFO] running `Command { std: "docker" "start" "-a" "766b89526a5d8e4bd52c870190b213b4d7b509186b6ff6e11864d9a6847a9765", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling sdl2 v0.36.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling shooter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling sdl2-sys v0.36.0 [INFO] [stderr] error: failed to run custom build command for `sdl2-sys v0.36.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/sdl2-sys-13bdffaee2c0c222/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE = None [INFO] [stderr] CMAKE = None [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sdl2-sys-0.36.0/SDL" "-DCMAKE_CONFIGURATION_TYPES=Release" "-DSDL_SHARED=ON" "-DSDL_STATIC=OFF" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out" "-DCMAKE_C_FLAGS= -fcommon -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Release" [INFO] [stderr] -- The C compiler identification is GNU 11.4.0 [INFO] [stderr] -- The CXX compiler identification is GNU 11.4.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - failed [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ - broken [INFO] [stderr] -- Configuring incomplete, errors occurred! [INFO] [stderr] See also "/opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out/build/CMakeFiles/CMakeOutput.log". [INFO] [stderr] See also "/opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out/build/CMakeFiles/CMakeError.log". [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message): [INFO] [stderr] The C++ compiler [INFO] [stderr] [INFO] [stderr] "/usr/bin/c++" [INFO] [stderr] [INFO] [stderr] is not able to compile a simple test program. [INFO] [stderr] [INFO] [stderr] It fails with the following output: [INFO] [stderr] [INFO] [stderr] Change Dir: /opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out/build/CMakeFiles/CMakeTmp [INFO] [stderr] [INFO] [stderr] Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_4c2f1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_4c2f1.dir/build.make CMakeFiles/cmTC_4c2f1.dir/build [INFO] [stderr] gmake[1]: Entering directory '/opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out/build/CMakeFiles/CMakeTmp' [INFO] [stderr] Building CXX object CMakeFiles/cmTC_4c2f1.dir/testCXXCompiler.cxx.o [INFO] [stderr] /usr/bin/c++ -ffunction-sections -fdata-sections -fPIC -m64 -o CMakeFiles/cmTC_4c2f1.dir/testCXXCompiler.cxx.o -c /opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx [INFO] [stderr] /tmp/ccPBKzPj.s: Assembler messages: [INFO] [stderr] /tmp/ccPBKzPj.s: Fatal error: can't write 15 bytes to section .text.main of CMakeFiles/cmTC_4c2f1.dir/testCXXCompiler.cxx.o: 'No space left on device' [INFO] [stderr] /tmp/ccPBKzPj.s: Fatal error: CMakeFiles/cmTC_4c2f1.dir/testCXXCompiler.cxx.o: No space left on device [INFO] [stderr] gmake[1]: *** [CMakeFiles/cmTC_4c2f1.dir/build.make:78: CMakeFiles/cmTC_4c2f1.dir/testCXXCompiler.cxx.o] Error 1 [INFO] [stderr] gmake[1]: Leaving directory '/opt/rustwide/target/debug/build/sdl2-sys-3015bb57503e4091/out/build/CMakeFiles/CMakeTmp' [INFO] [stderr] gmake: *** [Makefile:127: cmTC_4c2f1/fast] Error 2 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake will not be able to correctly generate this project. [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] CMakeLists.txt:6 (project) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.50/src/lib.rs:1098:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5fb5dcb4318a - std::backtrace_rs::backtrace::libunwind::trace::h71ee8fa147086d13 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5fb5dcb4318a - std::backtrace_rs::backtrace::trace_unsynchronized::h7af3fd44c7ec3272 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5fb5dcb4318a - std::sys::backtrace::_print_fmt::hc692ce0ccb282507 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5fb5dcb4318a - ::fmt::h9e0e132f9b226ecb [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5fb5dcb696c3 - core::fmt::rt::Argument::fmt::h887584144058832a [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5fb5dcb696c3 - core::fmt::write::h21dcc258670bc84a [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/fmt/mod.rs:1440:21 [INFO] [stderr] 6: 0x5fb5dcb3f8a3 - std::io::Write::write_fmt::h8dddd224eba17c9a [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x5fb5dcb42fd2 - std::sys::backtrace::BacktraceLock::print::h74bb0c83790fe932 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5fb5dcb44270 - std::panicking::default_hook::{{closure}}::h6c669ccb103537d3 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x5fb5dcb44050 - std::panicking::default_hook::hc44a73b0e344e454 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:322:9 [INFO] [stderr] 10: 0x5fb5dcb44a52 - std::panicking::rust_panic_with_hook::hf37a9c81542e266e [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:828:13 [INFO] [stderr] 11: 0x5fb5dcb447da - std::panicking::begin_panic_handler::{{closure}}::hc44a502ce86a9bf9 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:701:13 [INFO] [stderr] 12: 0x5fb5dcb43699 - std::sys::backtrace::__rust_end_short_backtrace::h4c1c34384dd8c315 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5fb5dcb4446d - rust_begin_unwind [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:692:5 [INFO] [stderr] 14: 0x5fb5dcb68530 - core::panicking::panic_fmt::h884ad9d841f9207f [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5fb5dcad900f - cmake::fail::hfc2d70435a01ef7a [INFO] [stderr] 16: 0x5fb5dcad888a - cmake::run::hf94814539f71702f [INFO] [stderr] 17: 0x5fb5dcad4c7c - cmake::Config::build::h875de17efd0ad8f1 [INFO] [stderr] 18: 0x5fb5dcabc3f1 - build_script_build::compile_sdl2::h384455fd4cf25934 [INFO] [stderr] 19: 0x5fb5dcabe491 - build_script_build::main::hf2bb111b9c00a668 [INFO] [stderr] 20: 0x5fb5dcab80b3 - core::ops::function::FnOnce::call_once::h93088681ca2c2432 [INFO] [stderr] 21: 0x5fb5dcab7bb6 - std::sys::backtrace::__rust_begin_short_backtrace::ha6de070e73c8bad1 [INFO] [stderr] 22: 0x5fb5dcab7a69 - std::rt::lang_start::{{closure}}::hd10fa85458a1e30d [INFO] [stderr] 23: 0x5fb5dcb3afa7 - core::ops::function::impls:: for &F>::call_once::h2d0b91e90121792d [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x5fb5dcb3afa7 - std::panicking::try::do_call::h71b76b5ff07d3004 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:584:40 [INFO] [stderr] 25: 0x5fb5dcb3afa7 - std::panicking::try::ha6aa59962011c48f [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:547:19 [INFO] [stderr] 26: 0x5fb5dcb3afa7 - std::panic::catch_unwind::h6415617c614f6d6b [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panic.rs:358:14 [INFO] [stderr] 27: 0x5fb5dcb3afa7 - std::rt::lang_start_internal::{{closure}}::h98fbfb96fa4c7bea [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/rt.rs:174:48 [INFO] [stderr] 28: 0x5fb5dcb3afa7 - std::panicking::try::do_call::h16214a0297ed55d3 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:584:40 [INFO] [stderr] 29: 0x5fb5dcb3afa7 - std::panicking::try::h198c5e026d1a175d [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panicking.rs:547:19 [INFO] [stderr] 30: 0x5fb5dcb3afa7 - std::panic::catch_unwind::h6f16c09a3c83ec1d [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/panic.rs:358:14 [INFO] [stderr] 31: 0x5fb5dcb3afa7 - std::rt::lang_start_internal::h3c6261a8a1ecef58 [INFO] [stderr] at /rustc/336209eef13882bd1e211b24779584cb7ef911eb/library/std/src/rt.rs:174:20 [INFO] [stderr] 32: 0x5fb5dcab7a47 - std::rt::lang_start::hf750957aa32f2126 [INFO] [stderr] 33: 0x5fb5dcabf095 - main [INFO] [stderr] 34: 0x7c6c14001d90 - [INFO] [stderr] 35: 0x7c6c14001e40 - __libc_start_main [INFO] [stderr] 36: 0x5fb5dcab6fa5 - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "766b89526a5d8e4bd52c870190b213b4d7b509186b6ff6e11864d9a6847a9765", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "766b89526a5d8e4bd52c870190b213b4d7b509186b6ff6e11864d9a6847a9765", kill_on_drop: false }` [INFO] [stdout] 766b89526a5d8e4bd52c870190b213b4d7b509186b6ff6e11864d9a6847a9765