[INFO] cloning repository https://github.com/ousttrue/frame_factory [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ousttrue/frame_factory" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fousttrue%2Fframe_factory", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fousttrue%2Fframe_factory'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98e9d7d597388a565c437537ad12b96481c0ed82 [INFO] testing ousttrue/frame_factory against beta-2025-10-28 for beta-1.92-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fousttrue%2Fframe_factory" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ousttrue/frame_factory [INFO] finished tweaking git repo https://github.com/ousttrue/frame_factory [INFO] tweaked toml for git repo https://github.com/ousttrue/frame_factory written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ousttrue/frame_factory on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ousttrue/frame_factory 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8daf483192a06c42e458dc2149dae6fb061ad86dee113e03e79ef11b5af58534 [INFO] running `Command { std: "docker" "start" "-a" "8daf483192a06c42e458dc2149dae6fb061ad86dee113e03e79ef11b5af58534", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8daf483192a06c42e458dc2149dae6fb061ad86dee113e03e79ef11b5af58534", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8daf483192a06c42e458dc2149dae6fb061ad86dee113e03e79ef11b5af58534", kill_on_drop: false }` [INFO] [stdout] 8daf483192a06c42e458dc2149dae6fb061ad86dee113e03e79ef11b5af58534 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 718054d29c9d854dd21c78f60f448c028c79340b7e15ed5042dc802aeefaf2ae [INFO] running `Command { std: "docker" "start" "-a" "718054d29c9d854dd21c78f60f448c028c79340b7e15ed5042dc802aeefaf2ae", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling jobserver v0.1.22 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling gen v0.1.0 (/opt/rustwide/workdir/gen) [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] warning: gen@0.1.0: cc1plus: fatal error: /opt/rustwide/workdir/_external/imgui/imgui.cpp: No such file or directory [INFO] [stderr] warning: gen@0.1.0: compilation terminated. [INFO] [stderr] warning: gen@0.1.0: cc1plus: fatal error: /opt/rustwide/workdir/_external/imgui/imgui_widgets.cpp: No such file or directory [INFO] [stderr] warning: gen@0.1.0: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `gen v0.1.0 (/opt/rustwide/workdir/gen)` [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/gen-0784733726d03bee/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] /opt/rustwide/workdir [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/workdir/_external/imgui" "-I" "/opt/rustwide/workdir/_external/SDL/include" "-Wall" "-Wextra" "/std:c++latest" "-o" "/opt/rustwide/target/debug/build/gen-4c0febca13d22058/out/imgui.o" "-c" "/opt/rustwide/workdir/_external/imgui/imgui.cpp" [INFO] [stderr] cargo:warning=cc1plus: fatal error: /opt/rustwide/workdir/_external/imgui/imgui.cpp: No such file or directory [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/workdir/_external/imgui" "-I" "/opt/rustwide/workdir/_external/SDL/include" "-Wall" "-Wextra" "/std:c++latest" "-o" "/opt/rustwide/target/debug/build/gen-4c0febca13d22058/out/imgui_widgets.o" "-c" "/opt/rustwide/workdir/_external/imgui/imgui_widgets.cpp" [INFO] [stderr] cargo:warning=cc1plus: fatal error: /opt/rustwide/workdir/_external/imgui/imgui_widgets.cpp: 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 "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "/opt/rustwide/workdir/_external/imgui" "-I" "/opt/rustwide/workdir/_external/SDL/include" "-Wall" "-Wextra" "/std:c++latest" "-o" "/opt/rustwide/target/debug/build/gen-4c0febca13d22058/out/imgui.o" "-c" "/opt/rustwide/workdir/_external/imgui/imgui.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" "718054d29c9d854dd21c78f60f448c028c79340b7e15ed5042dc802aeefaf2ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "718054d29c9d854dd21c78f60f448c028c79340b7e15ed5042dc802aeefaf2ae", kill_on_drop: false }` [INFO] [stdout] 718054d29c9d854dd21c78f60f448c028c79340b7e15ed5042dc802aeefaf2ae