[INFO] cloning repository https://github.com/cynic64/re-snake-3d [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cynic64/re-snake-3d" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcynic64%2Fre-snake-3d", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcynic64%2Fre-snake-3d'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 397b8dabe043f1afb8dce3e73cc47aeaf4b11706 [INFO] checking cynic64/re-snake-3d against try#15a786332e2f0dd343b226ab6bb8ec028a350f73 for pr-81782 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcynic64%2Fre-snake-3d" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cynic64/re-snake-3d on toolchain 15a786332e2f0dd343b226ab6bb8ec028a350f73 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cynic64/re-snake-3d [INFO] finished tweaking git repo https://github.com/cynic64/re-snake-3d [INFO] tweaked toml for git repo https://github.com/cynic64/re-snake-3d written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/cynic64/re-snake-3d already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/cynic64/render-engine` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c8ddeb160ff561631d035a434476c429de980789c84c8849bfaaffa759f0220 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0c8ddeb160ff561631d035a434476c429de980789c84c8849bfaaffa759f0220", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c8ddeb160ff561631d035a434476c429de980789c84c8849bfaaffa759f0220", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c8ddeb160ff561631d035a434476c429de980789c84c8849bfaaffa759f0220", kill_on_drop: false }` [INFO] [stdout] 0c8ddeb160ff561631d035a434476c429de980789c84c8849bfaaffa759f0220 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad6def36d30d1b914a7cc3dd92c6d69da4faabc455ccb81083bccd6d8c62fdc8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ad6def36d30d1b914a7cc3dd92c6d69da4faabc455ccb81083bccd6d8c62fdc8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.59 [INFO] [stderr] Checking spin v0.5.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Checking adler32 v1.0.3 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling vulkano v0.12.0 [INFO] [stderr] Checking ppv-lite86 v0.2.5 [INFO] [stderr] Checking vk-sys v0.4.0 [INFO] [stderr] Checking half v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.2.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling cmake v0.1.40 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking gif v0.10.2 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking walkdir v2.2.8 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Checking rand_pcg v0.1.2 [INFO] [stderr] Checking rand_chacha v0.1.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking c2-chacha v0.2.2 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling shaderc-sys v0.5.0 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-channel v0.3.8 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking getrandom v0.1.6 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking crossbeam v0.7.1 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking cgmath v0.17.0 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] error: could not compile `syn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.15.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=57961911a9c93c10 -C extra-filename=-57961911a9c93c10 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-8115c969f6e9e75a.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-761b25c2edbefa1e.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-a81338cd23b23cba.rmeta --cap-lints allow --cap-lints=forbid --cfg syn_can_match_trailing_dollar --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: signal: 9 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.build_script_build.aurdnfeb-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229" "/opt/rustwide/target/debug/build/wayland-protocols-b63d22b0a7381229/build_script_build-b63d22b0a7381229.3sadrtypgcm5z5c2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwayland_scanner-cd939e5663dc0672.rlib" "/opt/rustwide/target/debug/deps/libxml-741d2021ace47d06.rlib" "/opt/rustwide/target/debug/deps/libquote-761b25c2edbefa1e.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-8115c969f6e9e75a.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-a81338cd23b23cba.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-32c6bf27c59d75f6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6f5658153d127ddd.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b69e89b2ef7e009e.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-fe971cf9622d0c47.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9ff49e5df977573d.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-323dea4ee1c9a010.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-f12d17a047776008.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3d968aa3120f6a27.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-22cd238a7814521c.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-f2c707309e5edc5c.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6b6b4b2bc151fc5a.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-32b57ee4d7c8dc07.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d9f2cb19c79e847e.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-3ccc4a4f3013e9ef.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-aa547327a7679d28.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-90996f4879673567.rlib" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9ea09a899c3eda46.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/15a786332e2f0dd343b226ab6bb8ec028a350f73/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ea377e9224b11a8a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: Checking for system installed libraries. Use --features = build-from-source to disable this behavior [INFO] [stderr] warning: Pre-built library not found. Falling back to from-source build [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ad6def36d30d1b914a7cc3dd92c6d69da4faabc455ccb81083bccd6d8c62fdc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad6def36d30d1b914a7cc3dd92c6d69da4faabc455ccb81083bccd6d8c62fdc8", kill_on_drop: false }` [INFO] [stdout] ad6def36d30d1b914a7cc3dd92c6d69da4faabc455ccb81083bccd6d8c62fdc8