[INFO] cloning repository https://github.com/AdrianDosch/Rust-GUI [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-GUI" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrianDosch%2FRust-GUI", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrianDosch%2FRust-GUI'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4fa847ac09616e3f9e3b34cb2ba19bc3743fcd4e [INFO] testing AdrianDosch/Rust-GUI against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdrianDosch%2FRust-GUI" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AdrianDosch/Rust-GUI on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AdrianDosch/Rust-GUI [INFO] finished tweaking git repo https://github.com/AdrianDosch/Rust-GUI [INFO] tweaked toml for git repo https://github.com/AdrianDosch/Rust-GUI written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate git repo https://github.com/AdrianDosch/Rust-GUI already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 171f8431925f1086704e751e11eab43007c923ef759be3b0187e9513d8f415ca [INFO] running `Command { std: "docker" "start" "-a" "171f8431925f1086704e751e11eab43007c923ef759be3b0187e9513d8f415ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "171f8431925f1086704e751e11eab43007c923ef759be3b0187e9513d8f415ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "171f8431925f1086704e751e11eab43007c923ef759be3b0187e9513d8f415ca", kill_on_drop: false }` [INFO] [stdout] 171f8431925f1086704e751e11eab43007c923ef759be3b0187e9513d8f415ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 899697cd1c68a84e43b3fa87ad94161712c53b3c6868f80f4b1b21df7baf01d4 [INFO] running `Command { std: "docker" "start" "-a" "899697cd1c68a84e43b3fa87ad94161712c53b3c6868f80f4b1b21df7baf01d4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling rust_imgui v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: src/gui/gui_lib.cpp:7:10: fatal error: imgui.h: No such file or directory [INFO] [stderr] warning: 7 | #include "imgui.h" [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: compilation terminated. [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `rust_imgui v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rust_imgui-5a100a9851b3edaf/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") [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/target/debug/build/rust_imgui-1f938b7c820cd2b2/out/imgui/" "-I" "/opt/rustwide/target/debug/build/rust_imgui-1f938b7c820cd2b2/out/imgui/backends" "-I" "/opt/rustwide/target/debug/build/rust_imgui-1f938b7c820cd2b2/out/imgui/examples/libs/glfw/include" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/rust_imgui-1f938b7c820cd2b2/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-1f938b7c820cd2b2/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-1f938b7c820cd2b2/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-1f938b7c820cd2b2/out/imgui/" "-I" "/opt/rustwide/target/debug/build/rust_imgui-1f938b7c820cd2b2/out/imgui/backends" "-I" "/opt/rustwide/target/debug/build/rust_imgui-1f938b7c820cd2b2/out/imgui/examples/libs/glfw/include" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/rust_imgui-1f938b7c820cd2b2/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" "899697cd1c68a84e43b3fa87ad94161712c53b3c6868f80f4b1b21df7baf01d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "899697cd1c68a84e43b3fa87ad94161712c53b3c6868f80f4b1b21df7baf01d4", kill_on_drop: false }` [INFO] [stdout] 899697cd1c68a84e43b3fa87ad94161712c53b3c6868f80f4b1b21df7baf01d4