[INFO] cloning repository https://github.com/dop3ch3f/game-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dop3ch3f/game-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Fgame-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Fgame-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 322ef1775092ff9e50019b4b3c4f1972472c5e97 [INFO] checking dop3ch3f/game-rust against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdop3ch3f%2Fgame-rust" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dop3ch3f/game-rust on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dop3ch3f/game-rust [INFO] finished tweaking git repo https://github.com/dop3ch3f/game-rust [INFO] tweaked toml for git repo https://github.com/dop3ch3f/game-rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/dop3ch3f/game-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded paste v0.1.9 [INFO] [stderr] Downloaded inventory-impl v0.1.5 [INFO] [stderr] Downloaded thiserror-impl v1.0.14 [INFO] [stderr] Downloaded hashbrown v0.7.1 [INFO] [stderr] Downloaded erased-serde v0.3.11 [INFO] [stderr] Downloaded paste-impl v0.1.9 [INFO] [stderr] Downloaded err-derive v0.2.3 [INFO] [stderr] Downloaded gfx-backend-empty v0.3.1 [INFO] [stderr] Downloaded mint v0.5.4 [INFO] [stderr] Downloaded gfx-backend-metal v0.3.3 [INFO] [stderr] Downloaded ctor v0.1.13 [INFO] [stderr] Downloaded metal v0.16.0 [INFO] [stderr] Downloaded ghost v0.1.1 [INFO] [stderr] Downloaded thiserror v1.0.14 [INFO] [stderr] Downloaded euclid v0.20.8 [INFO] [stderr] Downloaded inventory v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b4f66ceb72663502b5c1dbf27ca5274df66963e90048d0995b1678f461b383e [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" "9b4f66ceb72663502b5c1dbf27ca5274df66963e90048d0995b1678f461b383e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b4f66ceb72663502b5c1dbf27ca5274df66963e90048d0995b1678f461b383e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b4f66ceb72663502b5c1dbf27ca5274df66963e90048d0995b1678f461b383e", kill_on_drop: false }` [INFO] [stdout] 9b4f66ceb72663502b5c1dbf27ca5274df66963e90048d0995b1678f461b383e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cd522ba9e54bdd52b8acce3767e02f23228facc8241d8dfef1e300b171e276dd [INFO] running `Command { std: "docker" "start" "-a" "cd522ba9e54bdd52b8acce3767e02f23228facc8241d8dfef1e300b171e276dd", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.14 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking atom v0.3.5 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling core-foundation-sys v0.6.2 [INFO] [stderr] Checking block v0.1.6 [INFO] [stderr] Compiling gfx-backend-metal v0.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Checking range-alloc v0.1.0 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Checking mint v0.5.4 [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking colorful v0.2.1 [INFO] [stderr] Checking shrev v1.1.1 [INFO] [stderr] Checking tuple_utils v0.3.0 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling edit-distance v2.1.0 [INFO] [stderr] Compiling tinystr v0.3.2 [INFO] [stderr] Checking objekt v0.1.2 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Checking xi-unicode v0.2.0 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking fluent-syntax v0.9.3 [INFO] [stderr] Checking semver-parser v0.7.0 [INFO] [stderr] Checking unicode-segmentation v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling hashbrown v0.7.1 [INFO] [stderr] Checking lock_api v0.3.3 [INFO] [stderr] Compiling objc_exception v0.1.2 [INFO] [stderr] Compiling spirv_cross v0.15.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling unic-langid-impl v0.8.0 [INFO] [stderr] error: failed to run custom build command for `gfx-backend-metal v0.3.3` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/gfx-backend-metal-d4893cfd003cd631/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'unsupported target x86_64-unknown-linux-gnu', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-backend-metal-0.3.3/build.rs:17:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x56203d467880 - std::backtrace_rs::backtrace::libunwind::trace::h448c56741b6011d3 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stderr] 1: 0x56203d467880 - std::backtrace_rs::backtrace::trace_unsynchronized::h2d26397c5720fdbb [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x56203d467880 - std::sys_common::backtrace::_print_fmt::h720a2f61f75b9f58 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x56203d467880 - ::fmt::h8d62bbfda6d5c836 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x56203d484bac - core::fmt::write::h1857a60b204f1b6a [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/fmt/mod.rs:1078:17 [INFO] [stderr] 5: 0x56203d464b22 - std::io::Write::write_fmt::h16a9fe7680ac245c [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/io/mod.rs:1516:15 [INFO] [stderr] 6: 0x56203d469b45 - std::sys_common::backtrace::_print::h9ba51a6db618de7d [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x56203d469b45 - std::sys_common::backtrace::print::h5f20e41c85e91716 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x56203d469b45 - std::panicking::default_hook::{{closure}}::h5b7294ca19e8edab [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x56203d46969a - std::panicking::default_hook::hb3948d1f74b6ff4c [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x56203d46a2e1 - std::panicking::rust_panic_with_hook::h55d23fef0ad751bc [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:591:17 [INFO] [stderr] 11: 0x56203d469e27 - std::panicking::begin_panic_handler::{{closure}}::h56ae74c6dea6e141 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:497:13 [INFO] [stderr] 12: 0x56203d467d1c - std::sys_common::backtrace::__rust_end_short_backtrace::h3c4721f56689fae4 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x56203d469d89 - rust_begin_unwind [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x56203d469d3b - std::panicking::begin_panic_fmt::h447a9fe10c3ac155 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:435:5 [INFO] [stderr] 15: 0x56203d443848 - build_script_build::main::h0d169f022bf10a37 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gfx-backend-metal-0.3.3/build.rs:17:9 [INFO] [stderr] 16: 0x56203d4466eb - core::ops::function::FnOnce::call_once::hac2af375e0228176 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 17: 0x56203d44a1ae - std::sys_common::backtrace::__rust_begin_short_backtrace::hd47bc9633cafe0ef [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 18: 0x56203d4456f1 - std::rt::lang_start::{{closure}}::h9aa7358e407c59a8 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/rt.rs:66:18 [INFO] [stderr] 19: 0x56203d46a707 - core::ops::function::impls:: for &F>::call_once::h3f3ba5d1e0ce8d49 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 20: 0x56203d46a707 - std::panicking::try::do_call::hd7a374fc87b951e7 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:379:40 [INFO] [stderr] 21: 0x56203d46a707 - std::panicking::try::h068087b173f80a49 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:343:19 [INFO] [stderr] 22: 0x56203d46a707 - std::panic::catch_unwind::h1f8259807e825279 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panic.rs:396:14 [INFO] [stderr] 23: 0x56203d46a707 - std::rt::lang_start_internal::h8ff82302dd620b52 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/rt.rs:51:25 [INFO] [stderr] 24: 0x56203d4456c7 - std::rt::lang_start::he333adc60b9ba937 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/rt.rs:65:5 [INFO] [stderr] 25: 0x56203d444dba - main [INFO] [stderr] 26: 0x7f622470c0b3 - __libc_start_main [INFO] [stderr] 27: 0x56203d4420ae - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "cd522ba9e54bdd52b8acce3767e02f23228facc8241d8dfef1e300b171e276dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd522ba9e54bdd52b8acce3767e02f23228facc8241d8dfef1e300b171e276dd", kill_on_drop: false }` [INFO] [stdout] cd522ba9e54bdd52b8acce3767e02f23228facc8241d8dfef1e300b171e276dd