[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#0bdee9e879c87b7211d316e9152109cfd46c576b for pr-150097
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanCardin%2Fplatformrs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DanCardin/platformrs on toolchain 0bdee9e879c87b7211d316e9152109cfd46c576b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec932431ca8507eac7fe8d2758071a4bde0f621644d30215e526fc66550e17a8
[INFO] running `Command { std: "docker" "start" "-a" "ec932431ca8507eac7fe8d2758071a4bde0f621644d30215e526fc66550e17a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec932431ca8507eac7fe8d2758071a4bde0f621644d30215e526fc66550e17a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec932431ca8507eac7fe8d2758071a4bde0f621644d30215e526fc66550e17a8", kill_on_drop: false }`
[INFO] [stdout] ec932431ca8507eac7fe8d2758071a4bde0f621644d30215e526fc66550e17a8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e07d2ebc945cbfbb906a4e2120b1e44865897560d8a99dba4df2096cc3babad2
[INFO] running `Command { std: "docker" "start" "-a" "e07d2ebc945cbfbb906a4e2120b1e44865897560d8a99dba4df2096cc3babad2", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.4
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling cc v1.0.37
[INFO] [stderr]    Compiling syn v0.15.37
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking smallvec v0.6.10
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]    Compiling core-foundation-sys v0.6.2
[INFO] [stderr]     Checking downcast-rs v1.0.4
[INFO] [stderr]     Checking same-file v1.0.4
[INFO] [stderr]    Compiling x11-dl v2.18.3
[INFO] [stderr]     Checking xdg v2.2.0
[INFO] [stderr]     Checking rustc-demangle v0.1.15
[INFO] [stderr]     Checking walkdir v2.2.8
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]     Checking block v0.1.6
[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 num-integer v0.1.41
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]    Compiling objc_exception v0.1.1
[INFO] [stderr]     Checking malloc_buf v0.0.6
[INFO] [stderr]     Checking stb_truetype v0.2.6
[INFO] [stderr]     Checking rustc-hash v1.0.1
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking core-foundation v0.6.4
[INFO] [stderr]     Checking fxhash v0.2.1
[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-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': 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' (791) 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:     0x55e5facec1e2 - std[d557acedf63bc253]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x55e5facec1e2 - std[d557acedf63bc253]::backtrace_rs::backtrace::trace_unsynchronized::<std[d557acedf63bc253]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x55e5facec1e2 - std[d557acedf63bc253]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x55e5facec1e2 - <<std[d557acedf63bc253]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[74784d0c062bfca7]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x55e5facffe37 - <core[74784d0c062bfca7]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x55e5facffe37 - core[74784d0c062bfca7]::fmt::write
[INFO] [stderr]      6:     0x55e5facf2386 - std[d557acedf63bc253]::io::default_write_fmt::<std[d557acedf63bc253]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/io/mod.rs:614:11
[INFO] [stderr]      7:     0x55e5facf2386 - <std[d557acedf63bc253]::sys::stdio::unix::Stderr as std[d557acedf63bc253]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/io/mod.rs:1969:13
[INFO] [stderr]      8:     0x55e5faccd2cf - <std[d557acedf63bc253]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x55e5faccd2cf - std[d557acedf63bc253]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x55e5face69c1 - std[d557acedf63bc253]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x55e5face6b7b - std[d557acedf63bc253]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x55e5faccd388 - std[d557acedf63bc253]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x55e5facc4d29 - std[d557acedf63bc253]::sys::backtrace::__rust_end_short_backtrace::<std[d557acedf63bc253]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x55e5faccddbd - __rustc[8a1667557aa49d62]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x55e5fad004ec - core[74784d0c062bfca7]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x55e5fac90a67 - gcc[e39ffec8657fdbd5]::fail
[INFO] [stderr]     17:     0x55e5fac9bde6 - <gcc[e39ffec8657fdbd5]::Build>::compile
[INFO] [stderr]     18:     0x55e5fac900c3 - gcc[e39ffec8657fdbd5]::compile_library
[INFO] [stderr]     19:     0x55e5fac8e73f - build_script_build[9c073236daa66bb8]::main
[INFO] [stderr]     20:     0x55e5fac8e763 - <fn() as core[74784d0c062bfca7]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     21:     0x55e5fac8e6e6 - std[d557acedf63bc253]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     22:     0x55e5fac8e6f9 - std[d557acedf63bc253]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     23:     0x55e5face5b76 - <&dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe as core[74784d0c062bfca7]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     24:     0x55e5face5b76 - std[d557acedf63bc253]::panicking::catch_unwind::do_call::<&dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:581:40
[INFO] [stderr]     25:     0x55e5face5b76 - std[d557acedf63bc253]::panicking::catch_unwind::<i32, &dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:544:19
[INFO] [stderr]     26:     0x55e5face5b76 - std[d557acedf63bc253]::panic::catch_unwind::<&dyn core[74784d0c062bfca7]::ops::function::Fn<(), Output = i32> + core[74784d0c062bfca7]::marker::Sync + core[74784d0c062bfca7]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panic.rs:359:14
[INFO] [stderr]     27:     0x55e5face5b76 - std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/rt.rs:175:24
[INFO] [stderr]     28:     0x55e5face5b76 - std[d557acedf63bc253]::panicking::catch_unwind::do_call::<std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:581:40
[INFO] [stderr]     29:     0x55e5face5b76 - std[d557acedf63bc253]::panicking::catch_unwind::<isize, std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panicking.rs:544:19
[INFO] [stderr]     30:     0x55e5face5b76 - std[d557acedf63bc253]::panic::catch_unwind::<std[d557acedf63bc253]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/panic.rs:359:14
[INFO] [stderr]     31:     0x55e5face5b76 - std[d557acedf63bc253]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/0bdee9e879c87b7211d316e9152109cfd46c576b/library/std/src/rt.rs:171:5
[INFO] [stderr]     32:     0x55e5fac8e6d1 - std[d557acedf63bc253]::rt::lang_start::<()>
[INFO] [stderr]     33:     0x55e5fac8e7c5 - main
[INFO] [stderr]     34:     0x77ee09e161ca - <unknown>
[INFO] [stderr]     35:     0x77ee09e1628b - __libc_start_main
[INFO] [stderr]     36:     0x55e5fac8e5e5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e07d2ebc945cbfbb906a4e2120b1e44865897560d8a99dba4df2096cc3babad2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e07d2ebc945cbfbb906a4e2120b1e44865897560d8a99dba4df2096cc3babad2", kill_on_drop: false }`
[INFO] [stdout] e07d2ebc945cbfbb906a4e2120b1e44865897560d8a99dba4df2096cc3babad2
