[INFO] cloning repository https://github.com/fChristenson/game-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fChristenson/game-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfChristenson%2Fgame-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfChristenson%2Fgame-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d68a25910e9f0496e71f81edc84d63a348c9326
[INFO] checking fChristenson/game-rs against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FfChristenson%2Fgame-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fChristenson/game-rs
[INFO] finished tweaking git repo https://github.com/fChristenson/game-rs
[INFO] tweaked toml for git repo https://github.com/fChristenson/game-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fChristenson/game-rs on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fChristenson/game-rs 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8
[INFO] running `Command { std: "docker" "start" "3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8", 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" "3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling syn v0.15.42
[INFO] [stderr]    Compiling autocfg v0.1.5
[INFO] [stderr]    Compiling serde v1.0.97
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling cc v1.0.38
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking spin v0.5.0
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling log v0.4.7
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling arrayvec v0.4.11
[INFO] [stderr]     Checking nodrop v0.1.13
[INFO] [stderr]    Compiling pkg-config v0.3.15
[INFO] [stderr]     Checking either v1.5.2
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]     Checking rustc-demangle v0.1.15
[INFO] [stderr]     Checking owning_ref v0.4.0
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling rayon-core v1.5.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking futures v0.1.28
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking rand v0.5.6
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking percent-encoding v1.0.1
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]     Checking adler32 v1.0.3
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]    Compiling memoffset v0.5.1
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling num-bigint v0.2.2
[INFO] [stderr]     Checking crossbeam-epoch v0.7.2
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking crossbeam-deque v0.6.3
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking rustc-hash v1.0.1
[INFO] [stderr]     Checking stb_truetype v0.2.6
[INFO] [stderr]    Compiling num-rational v0.2.2
[INFO] [stderr]     Checking atom v0.3.5
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking same-file v1.0.5
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]     Checking walkdir v2.2.9
[INFO] [stderr]     Checking downcast-rs v1.0.4
[INFO] [stderr]     Checking lzw v0.10.0
[INFO] [stderr]     Checking deflate v0.7.20
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]    Compiling x11-dl v2.18.3
[INFO] [stderr]     Checking color_quant v1.0.1
[INFO] [stderr]     Checking xdg v2.2.0
[INFO] [stderr]     Checking backtrace v0.3.33
[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]    Compiling core-foundation-sys v0.6.2
[INFO] [stderr]     Checking rayon v1.1.0
[INFO] [stderr]     Checking gif v0.10.2
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking rusttype v0.7.7
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]     Checking mint v0.5.1
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]     Checking png v0.14.1
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking core-foundation v0.6.4
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]    Compiling spirv_cross v0.15.0
[INFO] [stderr]     Checking crossbeam-utils v0.5.0
[INFO] [stderr]    Compiling objc_exception v0.1.1
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]    Compiling gfx-backend-metal v0.2.3
[INFO] [stderr]     Checking core-graphics v0.17.3
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]    Compiling ucd-util v0.1.5
[INFO] [stderr] warning: objc_exception@0.1.1: cc: fatal error: cannot execute 'cc1obj': posix_spawnp: No such file or directory
[INFO] [stderr] warning: objc_exception@0.1.1: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `objc_exception v0.1.1`
[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/objc_exception-78da5aa9e14e45bd/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   CC = None
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/objc_exception-f240be33f47efcc2/out/extern/exception.o" "-c" "extern/exception.m"
[INFO] [stderr]   cargo:warning=cc: fatal error: cannot execute 'cc1obj': posix_spawnp: No such file or directory
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (1796) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gcc-0.3.55/src/lib.rs:1672:5:
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   Internal error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/objc_exception-f240be33f47efcc2/out/extern/exception.o" "-c" "extern/exception.m" with args "cc" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x59f719d65211 - std[e661cfe796188cfd]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x59f719d65211 - std[e661cfe796188cfd]::backtrace_rs::backtrace::trace_unsynchronized::<std[e661cfe796188cfd]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x59f719d65211 - std[e661cfe796188cfd]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x59f719d65211 - <<std[e661cfe796188cfd]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7f2cb237a7e3b66e]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x59f719d787da - <core[7f2cb237a7e3b66e]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x59f719d787da - core[7f2cb237a7e3b66e]::fmt::write
[INFO] [stderr]      6:     0x59f719d6a99c - core[7f2cb237a7e3b66e]::io::write::default_write_fmt::<std[e661cfe796188cfd]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/write.rs:402:11
[INFO] [stderr]      7:     0x59f719d6a99c - <std[e661cfe796188cfd]::sys::stdio::unix::Stderr as core[7f2cb237a7e3b66e]::io::write::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/io/write.rs:335:13
[INFO] [stderr]      8:     0x59f719d43366 - <std[e661cfe796188cfd]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x59f719d43366 - std[e661cfe796188cfd]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x59f719d5f541 - std[e661cfe796188cfd]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x59f719d5f6fb - std[e661cfe796188cfd]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:815:13
[INFO] [stderr]     12:     0x59f719d43412 - std[e661cfe796188cfd]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:688:13
[INFO] [stderr]     13:     0x59f719d3c959 - std[e661cfe796188cfd]::sys::backtrace::__rust_end_short_backtrace::<std[e661cfe796188cfd]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x59f719d43cdd - __rustc[dc413a209c7350cf]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:679:5
[INFO] [stderr]     15:     0x59f719d78fac - core[7f2cb237a7e3b66e]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x59f719d0bfc7 - gcc[155cae42882daa6c]::fail
[INFO] [stderr]     17:     0x59f719d170fd - <gcc[155cae42882daa6c]::Build>::compile
[INFO] [stderr]     18:     0x59f719d0b623 - gcc[155cae42882daa6c]::compile_library
[INFO] [stderr]     19:     0x59f719d09caf - build_script_build[1eb4af9560a7d134]::main
[INFO] [stderr]     20:     0x59f719d09cd3 - <fn() as core[7f2cb237a7e3b66e]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     21:     0x59f719d09c56 - std[e661cfe796188cfd]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     22:     0x59f719d09c69 - std[e661cfe796188cfd]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     23:     0x59f719d5e8d7 - <&dyn core[7f2cb237a7e3b66e]::ops::function::Fn<(), Output = i32> + core[7f2cb237a7e3b66e]::marker::Sync + core[7f2cb237a7e3b66e]::panic::unwind_safe::RefUnwindSafe as core[7f2cb237a7e3b66e]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x59f719d5e8d7 - std[e661cfe796188cfd]::panicking::catch_unwind::do_call::<&dyn core[7f2cb237a7e3b66e]::ops::function::Fn<(), Output = i32> + core[7f2cb237a7e3b66e]::marker::Sync + core[7f2cb237a7e3b66e]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:576:43
[INFO] [stderr]     25:     0x59f719d5e8d7 - std[e661cfe796188cfd]::panicking::catch_unwind::<i32, &dyn core[7f2cb237a7e3b66e]::ops::function::Fn<(), Output = i32> + core[7f2cb237a7e3b66e]::marker::Sync + core[7f2cb237a7e3b66e]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:544:19
[INFO] [stderr]     26:     0x59f719d5e8d7 - std[e661cfe796188cfd]::panic::catch_unwind::<&dyn core[7f2cb237a7e3b66e]::ops::function::Fn<(), Output = i32> + core[7f2cb237a7e3b66e]::marker::Sync + core[7f2cb237a7e3b66e]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x59f719d5e8d7 - std[e661cfe796188cfd]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x59f719d5e8d7 - std[e661cfe796188cfd]::panicking::catch_unwind::do_call::<std[e661cfe796188cfd]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:576:43
[INFO] [stderr]     29:     0x59f719d5e8d7 - std[e661cfe796188cfd]::panicking::catch_unwind::<isize, std[e661cfe796188cfd]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panicking.rs:544:19
[INFO] [stderr]     30:     0x59f719d5e8d7 - std[e661cfe796188cfd]::panic::catch_unwind::<std[e661cfe796188cfd]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x59f719d5e8d7 - std[e661cfe796188cfd]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x59f719d09c41 - std[e661cfe796188cfd]::rt::lang_start::<()>
[INFO] [stderr]     33:     0x59f719d09d15 - main
[INFO] [stderr]     34:     0x714b38bf2601 - <unknown>
[INFO] [stderr]     35:     0x714b38bf2718 - __libc_start_main
[INFO] [stderr]     36:     0x59f719d09b55 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/color.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]    |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/color_space.rs:54:38
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]    |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/context.rs:343:38
[INFO] [stdout]     |
[INFO] [stdout] 343 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/data_provider.rs:109:38
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/font.rs:128:38
[INFO] [stdout]     |
[INFO] [stdout] 128 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/geometry.rs:189:42
[INFO] [stdout]     |
[INFO] [stdout] 189 |     #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/image.rs:138:38
[INFO] [stdout]     |
[INFO] [stdout] 138 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-graphics-0.17.3/src/path.rs:124:38
[INFO] [stdout]     |
[INFO] [stdout] 124 | #[link(name = "CoreGraphics", kind = "framework")]
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0455`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `core-graphics` (lib) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8", kill_on_drop: false }`
[INFO] [stdout] 3bc97d59e7d63e90ea153306407d33b99d3551bc9075e39dd3ade2d9110d78d8
