[INFO] updating cached repository https://github.com/mehcode/axal [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d213c9f75de431af61c7226e44ba66f9d475858d [INFO] checking mehcode/axal against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehcode%2Faxal" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mehcode/axal on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mehcode/axal [INFO] finished tweaking git repo https://github.com/mehcode/axal [INFO] tweaked toml for git repo https://github.com/mehcode/axal written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/mehcode/axal already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-1/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 058774751af354f92e2d7d0fde34d0a28be20866ca87761351421746af885713 [INFO] running `"docker" "start" "-a" "058774751af354f92e2d7d0fde34d0a28be20866ca87761351421746af885713"` [INFO] [stderr] Compiling axal v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `axal v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/axal-fd5587e21fc39c57/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] running: "cmake" "cmake" "/opt/rustwide/workdir/" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/axal-4cae3fe1bef7246b/out" "-DCMAKE_C_FLAGS= -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_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 7.4.0 [INFO] [stderr] -- The CXX compiler identification is GNU 7.4.0 [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc -- works [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ -- works [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so [INFO] [stderr] -- Looking for pthread.h [INFO] [stderr] -- Looking for pthread.h - found [INFO] [stderr] -- Looking for pthread_create [INFO] [stderr] -- Looking for pthread_create - not found [INFO] [stderr] -- Looking for pthread_create in pthreads [INFO] [stderr] -- Looking for pthread_create in pthreads - not found [INFO] [stderr] -- Looking for pthread_create in pthread [INFO] [stderr] -- Looking for pthread_create in pthread - found [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Configuring done [INFO] [stderr] -- Generating done [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/axal-4cae3fe1bef7246b/out/build [INFO] [stderr] running: "cmake" "cmake" "--build" "." "--target" "install" "--config" "Debug" "--" [INFO] [stderr] Scanning dependencies of target axal_autogen [INFO] [stderr] Scanning dependencies of target libaxal_autogen [INFO] [stderr] [ 6%] Automatic MOC for target axal [INFO] [stderr] [ 12%] Automatic MOC for target libaxal [INFO] [stderr] [ 12%] Built target axal_autogen [INFO] [stderr] [ 12%] Built target libaxal_autogen [INFO] [stderr] Scanning dependencies of target axal [INFO] [stderr] [ 18%] Building CXX object CMakeFiles/axal.dir/src/library.cpp.o [INFO] [stderr] Scanning dependencies of target libaxal [INFO] [stderr] [ 25%] Building CXX object CMakeFiles/axal.dir/src/main.cpp.o [INFO] [stderr] [ 31%] Building CXX object CMakeFiles/axal.dir/src/player.cpp.o [INFO] [stderr] [ 37%] Building CXX object CMakeFiles/axal.dir/src/viewport.cpp.o [INFO] [stderr] [ 43%] Building CXX object CMakeFiles/axal.dir/src/runtime.cpp.o [INFO] [stderr] [ 50%] Building CXX object CMakeFiles/axal.dir/axal_autogen/mocs_compilation.cpp.o [INFO] [stderr] [ 56%] Building CXX object CMakeFiles/libaxal.dir/src/player.cpp.o [INFO] [stderr] [ 62%] Building CXX object CMakeFiles/libaxal.dir/src/library.cpp.o [INFO] [stderr] [ 68%] Building CXX object CMakeFiles/libaxal.dir/src/viewport.cpp.o [INFO] [stderr] [ 75%] Building CXX object CMakeFiles/libaxal.dir/src/main.cpp.o [INFO] [stderr] [ 81%] Building CXX object CMakeFiles/libaxal.dir/src/runtime.cpp.o [INFO] [stderr] [ 87%] Building CXX object CMakeFiles/libaxal.dir/libaxal_autogen/mocs_compilation.cpp.o [INFO] [stderr] CMakeFiles/axal.dir/build.make:110: recipe for target 'CMakeFiles/axal.dir/src/player.cpp.o' failed [INFO] [stderr] CMakeFiles/libaxal.dir/build.make:182: recipe for target 'CMakeFiles/libaxal.dir/libaxal_autogen/mocs_compilation.cpp.o' failed [INFO] [stderr] CMakeFiles/libaxal.dir/build.make:158: recipe for target 'CMakeFiles/libaxal.dir/src/viewport.cpp.o' failed [INFO] [stderr] CMakeFiles/axal.dir/build.make:182: recipe for target 'CMakeFiles/axal.dir/axal_autogen/mocs_compilation.cpp.o' failed [INFO] [stderr] CMakeFiles/libaxal.dir/build.make:134: recipe for target 'CMakeFiles/libaxal.dir/src/runtime.cpp.o' failed [INFO] [stderr] CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/libaxal.dir/all' failed [INFO] [stderr] CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/axal.dir/all' failed [INFO] [stderr] Makefile:129: recipe for target 'all' failed [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/axal.dir/src/player.cpp.o] Error 4 [INFO] [stderr] make[2]: *** Waiting for unfinished jobs.... [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libaxal.dir/libaxal_autogen/mocs_compilation.cpp.o] Error 4 [INFO] [stderr] make[2]: *** Waiting for unfinished jobs.... [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libaxal.dir/src/viewport.cpp.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/axal.dir/axal_autogen/mocs_compilation.cpp.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libaxal.dir/src/runtime.cpp.o] Error 4 [INFO] [stderr] make[1]: *** [CMakeFiles/libaxal.dir/all] Error 2 [INFO] [stderr] make[1]: *** Waiting for unfinished jobs.... [INFO] [stderr] make[1]: *** [CMakeFiles/axal.dir/all] Error 2 [INFO] [stderr] make: *** [all] Error 2 [INFO] [stderr] thread 'main' panicked at ' [INFO] [stderr] command did not execute successfully, got: exit code: 2 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:861:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5621a685ceb4 - backtrace::backtrace::libunwind::trace::hc586f95f659e6084 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x5621a685ceb4 - backtrace::backtrace::trace_unsynchronized::ha9827fdb593fd967 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x5621a685ceb4 - std::sys_common::backtrace::_print_fmt::h00c888c95e07165a [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:84 [INFO] [stderr] 3: 0x5621a685ceb4 - ::fmt::h8407ffb2d059bc74 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x5621a687cacc - core::fmt::write::h4165a12a3856465f [INFO] [stderr] at src/libcore/fmt/mod.rs:1024 [INFO] [stderr] 5: 0x5621a6859767 - std::io::Write::write_fmt::h499a0566ceaa0048 [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x5621a685f6ae - std::sys_common::backtrace::_print::h05fbb11587298e2b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x5621a685f6ae - std::sys_common::backtrace::print::h8021a3ed2b5ff07e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x5621a685f6ae - std::panicking::default_hook::{{closure}}::hd3a6326f5c6c149f [INFO] [stderr] at src/libstd/panicking.rs:193 [INFO] [stderr] 9: 0x5621a685f3a1 - std::panicking::default_hook::h7088fb00a0cb1faf [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x5621a685fd2b - std::panicking::rust_panic_with_hook::h6b223bff7721d4c1 [INFO] [stderr] at src/libstd/panicking.rs:471 [INFO] [stderr] 11: 0x5621a685f8de - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:375 [INFO] [stderr] 12: 0x5621a685f820 - std::panicking::begin_panic_fmt::h59cf5f25f21d7749 [INFO] [stderr] at src/libstd/panicking.rs:326 [INFO] [stderr] 13: 0x5621a67f2ec6 - cmake::fail::hb90455f302cf4172 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:861 [INFO] [stderr] 14: 0x5621a67f2825 - cmake::run::h634a72f2156da130 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:839 [INFO] [stderr] 15: 0x5621a67eeee0 - cmake::Config::build::h7f313b26658c12a1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:745 [INFO] [stderr] 16: 0x5621a67ea375 - cmake::build::he3b33a2d3d0539a6 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:97 [INFO] [stderr] 17: 0x5621a67ea86c - build_script_build::main::h455f3ccfcf235105 [INFO] [stderr] at /opt/rustwide/workdir/build.rs:4 [INFO] [stderr] 18: 0x5621a67eace0 - std::rt::lang_start::{{closure}}::h3848602dc7434c91 [INFO] [stderr] at /rustc/fdc0011561c6365c596dfd8fa1ef388162bc89c7/src/libstd/rt.rs:67 [INFO] [stderr] 19: 0x5621a685f773 - std::rt::lang_start_internal::{{closure}}::h1595fe6caeecd9df [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 20: 0x5621a685f773 - std::panicking::try::do_call::he30f1dd3074e47c0 [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 21: 0x5621a6866d5a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:78 [INFO] [stderr] 22: 0x5621a68601c0 - std::panicking::try::hf96e32b9e974850c [INFO] [stderr] at src/libstd/panicking.rs:270 [INFO] [stderr] 23: 0x5621a68601c0 - std::panic::catch_unwind::h6019fde5b359e726 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 24: 0x5621a68601c0 - std::rt::lang_start_internal::he1a167fa2ebf85bc [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 25: 0x5621a67eacb9 - std::rt::lang_start::he8c76429021247c6 [INFO] [stderr] at /rustc/fdc0011561c6365c596dfd8fa1ef388162bc89c7/src/libstd/rt.rs:67 [INFO] [stderr] 26: 0x5621a67eab0a - main [INFO] [stderr] 27: 0x7fa867d1db97 - __libc_start_main [INFO] [stderr] 28: 0x5621a67ea20a - _start [INFO] [stderr] 29: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "058774751af354f92e2d7d0fde34d0a28be20866ca87761351421746af885713"` [INFO] running `"docker" "rm" "-f" "058774751af354f92e2d7d0fde34d0a28be20866ca87761351421746af885713"` [INFO] [stdout] 058774751af354f92e2d7d0fde34d0a28be20866ca87761351421746af885713