[INFO] cloning repository https://github.com/AdrianDosch/rust-ImGui-cpp-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AdrianDosch/rust-ImGui-cpp-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrianDosch%2Frust-ImGui-cpp-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrianDosch%2Frust-ImGui-cpp-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f1001fb58d31ab8ea32f7d5a63a26419c0ce5a5f
[INFO] checking AdrianDosch/rust-ImGui-cpp-template against master#f2c70877a7dbc51cd98e2d5d25209b24d4a586d5 for pr-150097
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrianDosch%2Frust-ImGui-cpp-template" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AdrianDosch/rust-ImGui-cpp-template
[INFO] finished tweaking git repo https://github.com/AdrianDosch/rust-ImGui-cpp-template
[INFO] tweaked toml for git repo https://github.com/AdrianDosch/rust-ImGui-cpp-template written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AdrianDosch/rust-ImGui-cpp-template on toolchain f2c70877a7dbc51cd98e2d5d25209b24d4a586d5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f2c70877a7dbc51cd98e2d5d25209b24d4a586d5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AdrianDosch/rust-ImGui-cpp-template 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" "+f2c70877a7dbc51cd98e2d5d25209b24d4a586d5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quote v1.0.17
[INFO] [stderr]   Downloaded syn v1.0.90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+f2c70877a7dbc51cd98e2d5d25209b24d4a586d5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc80220d8d3a78811c8d31ca773e256a236f7e8a6d6c6ae9cd79076d7ab26795
[INFO] running `Command { std: "docker" "start" "-a" "dc80220d8d3a78811c8d31ca773e256a236f7e8a6d6c6ae9cd79076d7ab26795", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc80220d8d3a78811c8d31ca773e256a236f7e8a6d6c6ae9cd79076d7ab26795", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc80220d8d3a78811c8d31ca773e256a236f7e8a6d6c6ae9cd79076d7ab26795", kill_on_drop: false }`
[INFO] [stdout] dc80220d8d3a78811c8d31ca773e256a236f7e8a6d6c6ae9cd79076d7ab26795
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+f2c70877a7dbc51cd98e2d5d25209b24d4a586d5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6fab378d64f5208f15eebd2f29017b396bfc64ff7aebcc45be1ee046cf97d529
[INFO] running `Command { std: "docker" "start" "-a" "6fab378d64f5208f15eebd2f29017b396bfc64ff7aebcc45be1ee046cf97d529", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.90
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling quote v1.0.17
[INFO] [stderr]    Compiling rust_imgui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: rust_imgui@0.1.0: src/gui/gui_lib.cpp:7:10: fatal error: imgui.h: No such file or directory
[INFO] [stderr] warning: rust_imgui@0.1.0:     7 | #include "imgui.h"
[INFO] [stderr] warning: rust_imgui@0.1.0:       |          ^~~~~~~~~
[INFO] [stderr] warning: rust_imgui@0.1.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `rust_imgui v0.1.0 (/opt/rustwide/workdir)`
[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/rust_imgui-278f57c68137b964/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=src/gui/gui_lib.cpp
[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]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   CXX = None
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   CXXFLAGS = 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: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui/" "-I" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui/backends" "-I" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui/examples/libs/glfw/include" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/src/gui/gui_lib.o" "-c" "src/gui/gui_lib.cpp"
[INFO] [stderr]   cargo:warning=src/gui/gui_lib.cpp:7:10: fatal error: imgui.h: No such file or directory
[INFO] [stderr]   cargo:warning=    7 | #include "imgui.h"
[INFO] [stderr]   cargo:warning=      |          ^~~~~~~~~
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 1
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Cloning into '/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui'...
[INFO] [stderr]   fatal: unable to access 'https://github.com/ocornut/imgui.git/': Could not resolve host: github.com
[INFO] [stderr]   fatal: cannot change to '/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui/': No such file or directory
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui/" "-I" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui/backends" "-I" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/imgui/examples/libs/glfw/include" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/rust_imgui-73d882b048d69d4a/out/src/gui/gui_lib.o" "-c" "src/gui/gui_lib.cpp" with args "c++" 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" "6fab378d64f5208f15eebd2f29017b396bfc64ff7aebcc45be1ee046cf97d529", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fab378d64f5208f15eebd2f29017b396bfc64ff7aebcc45be1ee046cf97d529", kill_on_drop: false }`
[INFO] [stdout] 6fab378d64f5208f15eebd2f29017b396bfc64ff7aebcc45be1ee046cf97d529
