[INFO] cloning repository https://github.com/dlunch/classinfo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dlunch/classinfo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlunch%2Fclassinfo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlunch%2Fclassinfo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f0b974aa6a3add109c822a24ef9b7bbd176260af [INFO] checking dlunch/classinfo against try#81185c2d21df0ba45fd33e65bbdce76dc0d89bd9 for pr-139646 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdlunch%2Fclassinfo" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dlunch/classinfo on toolchain 81185c2d21df0ba45fd33e65bbdce76dc0d89bd9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81185c2d21df0ba45fd33e65bbdce76dc0d89bd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dlunch/classinfo [INFO] finished tweaking git repo https://github.com/dlunch/classinfo [INFO] tweaked toml for git repo https://github.com/dlunch/classinfo written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dlunch/classinfo 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" "+81185c2d21df0ba45fd33e65bbdce76dc0d89bd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+81185c2d21df0ba45fd33e65bbdce76dc0d89bd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f90b6c97b76ad4ca36f30d23aaed040277b7ccd151fdd82a0cb8c11efdee3c1 [INFO] running `Command { std: "docker" "start" "-a" "7f90b6c97b76ad4ca36f30d23aaed040277b7ccd151fdd82a0cb8c11efdee3c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f90b6c97b76ad4ca36f30d23aaed040277b7ccd151fdd82a0cb8c11efdee3c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f90b6c97b76ad4ca36f30d23aaed040277b7ccd151fdd82a0cb8c11efdee3c1", kill_on_drop: false }` [INFO] [stdout] 7f90b6c97b76ad4ca36f30d23aaed040277b7ccd151fdd82a0cb8c11efdee3c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+81185c2d21df0ba45fd33e65bbdce76dc0d89bd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a76b57d198b268fb406161017646cae46b21bc7afd4662790881b6587ef0195 [INFO] running `Command { std: "docker" "start" "-a" "2a76b57d198b268fb406161017646cae46b21bc7afd4662790881b6587ef0195", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.6 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.6 [INFO] [stderr] Compiling crc32fast v1.3.1 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking lock_api v0.4.5 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking textwrap v0.14.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking msvc-demangler v0.9.0 [INFO] [stderr] Checking crossbeam-channel v0.5.2 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Compiling capstone-sys v0.14.0 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking mio v0.7.14 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking flate2 v1.0.22 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking object v0.28.3 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Compiling clap_derive v3.0.6 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Checking tokio v1.15.0 [INFO] [stderr] Checking clap v3.0.10 [INFO] [stderr] warning: capstone-sys@0.14.0: capstone/arch/ARM/ARMDisassembler.c:5762:1: fatal error: error writing to /tmp/ccewYSsM.s: No space left on device [INFO] [stderr] warning: capstone-sys@0.14.0: 5762 | } [INFO] [stderr] warning: capstone-sys@0.14.0: | ^ [INFO] [stderr] warning: capstone-sys@0.14.0: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `capstone-sys v0.14.0` [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/capstone-sys-d063df5dee7e2101/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] 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] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [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] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [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] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [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] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [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] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [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] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87") [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] 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" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/MCInstrDesc.o" "-c" "capstone/MCInstrDesc.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/SStream.o" "-c" "capstone/SStream.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/utils.o" "-c" "capstone/utils.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/MCInst.o" "-c" "capstone/MCInst.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/MCRegisterInfo.o" "-c" "capstone/MCRegisterInfo.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/cs.o" "-c" "capstone/cs.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/PowerPC/PPCMapping.o" "-c" "capstone/arch/PowerPC/PPCMapping.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/PowerPC/PPCInstPrinter.o" "-c" "capstone/arch/PowerPC/PPCInstPrinter.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/PowerPC/PPCDisassembler.o" "-c" "capstone/arch/PowerPC/PPCDisassembler.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/PowerPC/PPCModule.o" "-c" "capstone/arch/PowerPC/PPCModule.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/M680X/M680XDisassembler.o" "-c" "capstone/arch/M680X/M680XDisassembler.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/M680X/M680XInstPrinter.o" "-c" "capstone/arch/M680X/M680XInstPrinter.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/M680X/M680XModule.o" "-c" "capstone/arch/M680X/M680XModule.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/RISCV/RISCVInstPrinter.o" "-c" "capstone/arch/RISCV/RISCVInstPrinter.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/RISCV/RISCVMapping.o" "-c" "capstone/arch/RISCV/RISCVMapping.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/RISCV/RISCVModule.o" "-c" "capstone/arch/RISCV/RISCVModule.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/RISCV/RISCVDisassembler.o" "-c" "capstone/arch/RISCV/RISCVDisassembler.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/MOS65XX/MOS65XXDisassembler.o" "-c" "capstone/arch/MOS65XX/MOS65XXDisassembler.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/MOS65XX/MOS65XXModule.o" "-c" "capstone/arch/MOS65XX/MOS65XXModule.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/ARM/ARMModule.o" "-c" "capstone/arch/ARM/ARMModule.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/ARM/ARMInstPrinter.o" "-c" "capstone/arch/ARM/ARMInstPrinter.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/ARM/ARMDisassembler.o" "-c" "capstone/arch/ARM/ARMDisassembler.c" [INFO] [stderr] cargo:warning=capstone/arch/ARM/ARMDisassembler.c:5762:1: fatal error: error writing to /tmp/ccewYSsM.s: No space left on device [INFO] [stderr] cargo:warning= 5762 | } [INFO] [stderr] cargo:warning= | ^ [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" "-I" "capstone/include" "-Wall" "-Wextra" "-Wno-unused-function" "-Wno-unused-parameter" "-Wno-unknown-pragmas" "-Wno-sign-compare" "-Wno-return-type" "-Wno-implicit-fallthrough" "-Wno-missing-field-initializers" "-DCAPSTONE_USE_SYS_DYN_MEM" "-DCAPSTONE_HAS_ARM" "-DCAPSTONE_HAS_ARM64" "-DCAPSTONE_HAS_EVM" "-DCAPSTONE_HAS_M680X" "-DCAPSTONE_HAS_M68K" "-DCAPSTONE_HAS_MIPS" "-DCAPSTONE_HAS_POWERPC" "-DCAPSTONE_HAS_RISCV" "-DCAPSTONE_HAS_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_WASM" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-51e1419f270b17ec/out/capstone/arch/ARM/ARMDisassembler.o" "-c" "capstone/arch/ARM/ARMDisassembler.c" 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" "2a76b57d198b268fb406161017646cae46b21bc7afd4662790881b6587ef0195", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a76b57d198b268fb406161017646cae46b21bc7afd4662790881b6587ef0195", kill_on_drop: false }` [INFO] [stdout] 2a76b57d198b268fb406161017646cae46b21bc7afd4662790881b6587ef0195