[INFO] cloning repository https://github.com/DanCardin/platformrs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DanCardin/platformrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanCardin%2Fplatformrs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanCardin%2Fplatformrs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 95e9e7d71066d302fd712b23ba328302577d0bf1
[INFO] checking DanCardin/platformrs against try#3a4cb0edb4040379c037e06efeb5409e44be7b77 for pr-146377
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanCardin%2Fplatformrs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DanCardin/platformrs
[INFO] finished tweaking git repo https://github.com/DanCardin/platformrs
[INFO] tweaked toml for git repo https://github.com/DanCardin/platformrs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DanCardin/platformrs on toolchain 3a4cb0edb4040379c037e06efeb5409e44be7b77
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/DanCardin/platformrs 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" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bd019c0e4ff07ead1fbceff043bab32d8beebb7047b1e652d8cba67293c1751a
[INFO] running `Command { std: "docker" "start" "-a" "bd019c0e4ff07ead1fbceff043bab32d8beebb7047b1e652d8cba67293c1751a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd019c0e4ff07ead1fbceff043bab32d8beebb7047b1e652d8cba67293c1751a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd019c0e4ff07ead1fbceff043bab32d8beebb7047b1e652d8cba67293c1751a", kill_on_drop: false }`
[INFO] [stdout] bd019c0e4ff07ead1fbceff043bab32d8beebb7047b1e652d8cba67293c1751a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f07002e1190167655cb847ec763972e987a0cb4345d67e3e6678b973268a72d8
[INFO] running `Command { std: "docker" "start" "-a" "f07002e1190167655cb847ec763972e987a0cb4345d67e3e6678b973268a72d8", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.4
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]    Compiling cc v1.0.37
[INFO] [stderr]    Compiling syn v0.15.37
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]    Compiling pkg-config v0.3.14
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]     Checking rustc-hash v1.0.1
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]    Compiling core-foundation-sys v0.6.2
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]     Checking same-file v1.0.4
[INFO] [stderr]     Checking rustc-demangle v0.1.15
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]     Checking walkdir v2.2.8
[INFO] [stderr]     Checking block v0.1.6
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]    Compiling gfx-backend-metal v0.1.1
[INFO] [stderr]    Compiling libm v0.1.4
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking storage-map v0.1.2
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]     Checking range-alloc v0.1.0
[INFO] [stderr]    Compiling nix v0.11.1
[INFO] [stderr]    Compiling objc_exception v0.1.1
[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]    Compiling backtrace v0.3.30
[INFO] [stderr]    Compiling x11-dl v2.18.3
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr] warning: objc_exception@0.1.1: cc: fatal error: cannot execute 'cc1obj': execvp: 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-fbb2df5937fd8680/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-2b02e3fae268b041/out/extern/exception.o" "-c" "extern/exception.m"
[INFO] [stderr]   cargo:warning=cc: fatal error: cannot execute 'cc1obj': execvp: 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' (681) 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-2b02e3fae268b041/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:     0x6059e0cd4972 - std[2cca3b56f05e3e10]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x6059e0cd4972 - std[2cca3b56f05e3e10]::backtrace_rs::backtrace::trace_unsynchronized::<std[2cca3b56f05e3e10]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x6059e0cd4972 - std[2cca3b56f05e3e10]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/sys/backtrace.rs:66:9
[INFO] [stderr]      3:     0x6059e0cd4972 - <<std[2cca3b56f05e3e10]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[ece2ad3df8f19846]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/sys/backtrace.rs:39:26
[INFO] [stderr]      4:     0x6059e0ce8697 - <core[ece2ad3df8f19846]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x6059e0ce8697 - core[ece2ad3df8f19846]::fmt::write
[INFO] [stderr]      6:     0x6059e0cdab76 - std[2cca3b56f05e3e10]::io::default_write_fmt::<std[2cca3b56f05e3e10]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/io/mod.rs:639:11
[INFO] [stderr]      7:     0x6059e0cdab76 - <std[2cca3b56f05e3e10]::sys::stdio::unix::Stderr as std[2cca3b56f05e3e10]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/io/mod.rs:1994:13
[INFO] [stderr]      8:     0x6059e0cb5efe - <std[2cca3b56f05e3e10]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/sys/backtrace.rs:42:9
[INFO] [stderr]      9:     0x6059e0cb5efe - std[2cca3b56f05e3e10]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:293:27
[INFO] [stderr]     10:     0x6059e0ccf291 - std[2cca3b56f05e3e10]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:320:9
[INFO] [stderr]     11:     0x6059e0ccf44b - std[2cca3b56f05e3e10]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:826:13
[INFO] [stderr]     12:     0x6059e0cb5fb8 - std[2cca3b56f05e3e10]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:699:13
[INFO] [stderr]     13:     0x6059e0cab0e9 - std[2cca3b56f05e3e10]::sys::backtrace::__rust_end_short_backtrace::<std[2cca3b56f05e3e10]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/sys/backtrace.rs:174:18
[INFO] [stderr]     14:     0x6059e0cb69ed - __rustc[22b5aff69a48681c]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:690:5
[INFO] [stderr]     15:     0x6059e0ce8d4c - core[ece2ad3df8f19846]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x6059e0c78547 - gcc[5314c5f02e2fca42]::fail
[INFO] [stderr]     17:     0x6059e0c838c6 - <gcc[5314c5f02e2fca42]::Build>::compile
[INFO] [stderr]     18:     0x6059e0c77ba3 - gcc[5314c5f02e2fca42]::compile_library
[INFO] [stderr]     19:     0x6059e0c7620f - build_script_build[c88c69f44b1c9195]::main
[INFO] [stderr]     20:     0x6059e0c76233 - <fn() as core[ece2ad3df8f19846]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     21:     0x6059e0c761b6 - std[2cca3b56f05e3e10]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     22:     0x6059e0c761c9 - std[2cca3b56f05e3e10]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     23:     0x6059e0cce47a - <&dyn core[ece2ad3df8f19846]::ops::function::Fn<(), Output = i32> + core[ece2ad3df8f19846]::panic::unwind_safe::RefUnwindSafe + core[ece2ad3df8f19846]::marker::Sync as core[ece2ad3df8f19846]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x6059e0cce47a - std[2cca3b56f05e3e10]::panicking::catch_unwind::do_call::<&dyn core[ece2ad3df8f19846]::ops::function::Fn<(), Output = i32> + core[ece2ad3df8f19846]::panic::unwind_safe::RefUnwindSafe + core[ece2ad3df8f19846]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:582:40
[INFO] [stderr]     25:     0x6059e0cce47a - std[2cca3b56f05e3e10]::panicking::catch_unwind::<i32, &dyn core[ece2ad3df8f19846]::ops::function::Fn<(), Output = i32> + core[ece2ad3df8f19846]::panic::unwind_safe::RefUnwindSafe + core[ece2ad3df8f19846]::marker::Sync>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:545:19
[INFO] [stderr]     26:     0x6059e0cce47a - std[2cca3b56f05e3e10]::panic::catch_unwind::<&dyn core[ece2ad3df8f19846]::ops::function::Fn<(), Output = i32> + core[ece2ad3df8f19846]::panic::unwind_safe::RefUnwindSafe + core[ece2ad3df8f19846]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x6059e0cce47a - std[2cca3b56f05e3e10]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x6059e0cce47a - std[2cca3b56f05e3e10]::panicking::catch_unwind::do_call::<std[2cca3b56f05e3e10]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:582:40
[INFO] [stderr]     29:     0x6059e0cce47a - std[2cca3b56f05e3e10]::panicking::catch_unwind::<isize, std[2cca3b56f05e3e10]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panicking.rs:545:19
[INFO] [stderr]     30:     0x6059e0cce47a - std[2cca3b56f05e3e10]::panic::catch_unwind::<std[2cca3b56f05e3e10]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x6059e0cce47a - std[2cca3b56f05e3e10]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/3a4cb0edb4040379c037e06efeb5409e44be7b77/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x6059e0c761a1 - std[2cca3b56f05e3e10]::rt::lang_start::<()>
[INFO] [stderr]     33:     0x6059e0c76295 - main
[INFO] [stderr]     34:     0x7000aeddc1ca - <unknown>
[INFO] [stderr]     35:     0x7000aeddc28b - __libc_start_main
[INFO] [stderr]     36:     0x6059e0c760b5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f07002e1190167655cb847ec763972e987a0cb4345d67e3e6678b973268a72d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f07002e1190167655cb847ec763972e987a0cb4345d67e3e6678b973268a72d8", kill_on_drop: false }`
[INFO] [stdout] f07002e1190167655cb847ec763972e987a0cb4345d67e3e6678b973268a72d8
