[INFO] cloning repository https://github.com/ilammy/cartouche
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ilammy/cartouche" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filammy%2Fcartouche", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filammy%2Fcartouche'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 536a68c90455950f90d6f3f664bcea9b9224eb2c
[INFO] testing ilammy/cartouche against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Filammy%2Fcartouche" "/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/ilammy/cartouche
[INFO] finished tweaking git repo https://github.com/ilammy/cartouche
[INFO] tweaked toml for git repo https://github.com/ilammy/cartouche written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ilammy/cartouche on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ilammy/cartouche 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 10e4d86fdfcfe28f6ed06c8a50a377be0c43f40e646efc375a666fed6a9775ab
[INFO] running `Command { std: "docker" "start" "-a" "10e4d86fdfcfe28f6ed06c8a50a377be0c43f40e646efc375a666fed6a9775ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10e4d86fdfcfe28f6ed06c8a50a377be0c43f40e646efc375a666fed6a9775ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10e4d86fdfcfe28f6ed06c8a50a377be0c43f40e646efc375a666fed6a9775ab", kill_on_drop: false }`
[INFO] [stdout] 10e4d86fdfcfe28f6ed06c8a50a377be0c43f40e646efc375a666fed6a9775ab
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e7222fd099865ce43740bce0550c853343e17e7d60235a6a4f9c19d08dba8a3
[INFO] running `Command { std: "docker" "start" "-a" "5e7222fd099865ce43740bce0550c853343e17e7d60235a6a4f9c19d08dba8a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.84
[INFO] [stderr]    Compiling core-foundation-sys v0.8.2
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]    Compiling block v0.1.6
[INFO] [stderr]    Compiling core-foundation v0.9.1
[INFO] [stderr]    Compiling malloc_buf v0.0.6
[INFO] [stderr]    Compiling objc_exception v0.1.2
[INFO] [stderr] warning: objc_exception@0.1.2: cc: fatal error: cannot execute 'cc1obj': execvp: No such file or directory
[INFO] [stderr] warning: objc_exception@0.1.2: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `objc_exception v0.1.2`
[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-4d8d0da30a4d41f6/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   OPT_LEVEL = Some("0")
[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]   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]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some("true")
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/objc_exception-3977e039e2ea1e61/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] 
[INFO] [stderr]   error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/objc_exception-3977e039e2ea1e61/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] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5e7222fd099865ce43740bce0550c853343e17e7d60235a6a4f9c19d08dba8a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e7222fd099865ce43740bce0550c853343e17e7d60235a6a4f9c19d08dba8a3", kill_on_drop: false }`
[INFO] [stdout] 5e7222fd099865ce43740bce0550c853343e17e7d60235a6a4f9c19d08dba8a3
