[INFO] cloning repository https://github.com/pacak/cargo-show-asm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pacak/cargo-show-asm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpacak%2Fcargo-show-asm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpacak%2Fcargo-show-asm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f8b8e88c2f1933dbb70b4f383660f45b5464817e [INFO] testing pacak/cargo-show-asm against try#17092ad00ed8fe1e7f81a7e38238ff70779034b1 for pr-140985 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpacak%2Fcargo-show-asm" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pacak/cargo-show-asm on toolchain 17092ad00ed8fe1e7f81a7e38238ff70779034b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pacak/cargo-show-asm [INFO] finished tweaking git repo https://github.com/pacak/cargo-show-asm [INFO] tweaked toml for git repo https://github.com/pacak/cargo-show-asm written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/pacak/cargo-show-asm 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" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8fce3a2eec2276411ddac47a66abaf463a2109746e7b2894be9fed1c9847af0e [INFO] running `Command { std: "docker" "start" "-a" "8fce3a2eec2276411ddac47a66abaf463a2109746e7b2894be9fed1c9847af0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8fce3a2eec2276411ddac47a66abaf463a2109746e7b2894be9fed1c9847af0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fce3a2eec2276411ddac47a66abaf463a2109746e7b2894be9fed1c9847af0e", kill_on_drop: false }` [INFO] [stdout] 8fce3a2eec2276411ddac47a66abaf463a2109746e7b2894be9fed1c9847af0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d1760855642f65b8a934d96459da3c03de7cb32dcf90091ce587662884b69f8 [INFO] running `Command { std: "docker" "start" "-a" "8d1760855642f65b8a934d96459da3c03de7cb32dcf90091ce587662884b69f8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling owo-colors v4.2.0 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Compiling thiserror v2.0.9 [INFO] [stderr] Compiling supports-color v3.0.2 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling line-span v0.1.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling supports-color v2.1.0 [INFO] [stderr] Compiling syn v2.0.91 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling thiserror-impl v2.0.9 [INFO] [stderr] Compiling bpaf_derive v0.5.17 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling bpaf v0.9.19 [INFO] [stderr] Compiling cargo-platform v0.1.9 [INFO] [stderr] Compiling cargo_metadata v0.19.2 [INFO] [stderr] Compiling cargo-show-asm v0.2.49 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s [INFO] running `Command { std: "docker" "inspect" "8d1760855642f65b8a934d96459da3c03de7cb32dcf90091ce587662884b69f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d1760855642f65b8a934d96459da3c03de7cb32dcf90091ce587662884b69f8", kill_on_drop: false }` [INFO] [stdout] 8d1760855642f65b8a934d96459da3c03de7cb32dcf90091ce587662884b69f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+17092ad00ed8fe1e7f81a7e38238ff70779034b1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57e528905adb2cf6526e512c532ab444a53dc40596437b4b686b989fae000796 [INFO] running `Command { std: "docker" "start" "-a" "57e528905adb2cf6526e512c532ab444a53dc40596437b4b686b989fae000796", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling bpaf v0.9.19 [INFO] [stderr] Compiling ar v0.9.0 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling cc v1.2.5 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling miniz_oxide v0.8.2 [INFO] [stderr] Compiling ruzstd v0.7.3 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling capstone-sys v0.17.0 [INFO] [stdout] error: failed to write /tmp/rustcgKLxCh/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `object` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: capstone-sys@0.17.0: capstone/arch/AArch64/AArch64InstPrinter.c:2624:1: fatal error: error writing to /tmp/ccDxPdQd.s: No space left on device [INFO] [stderr] warning: capstone-sys@0.17.0: 2624 | } [INFO] [stderr] warning: capstone-sys@0.17.0: | ^ [INFO] [stderr] warning: capstone-sys@0.17.0: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `capstone-sys v0.17.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_TEST_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-f92c3d3424ee1259/build-script-build` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/capstone-sys-47d400e7db8021dc/out) [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [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] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/capstone-sys-47d400e7db8021dc/out) [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:warning=capstone/arch/AArch64/AArch64InstPrinter.c:2624:1: fatal error: error writing to /tmp/ccDxPdQd.s: No space left on device [INFO] [stderr] cargo:warning= 2624 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred in cc-rs: Command LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "capstone/include" "-Wall" "-Wextra" "-w" "-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" "-DCAPSTONE_HAS_BPF" "-o" "/opt/rustwide/target/debug/build/capstone-sys-47d400e7db8021dc/out/fac81700a0ff139a-AArch64InstPrinter.o" "-c" "capstone/arch/AArch64/AArch64InstPrinter.c" with args cc did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "57e528905adb2cf6526e512c532ab444a53dc40596437b4b686b989fae000796", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57e528905adb2cf6526e512c532ab444a53dc40596437b4b686b989fae000796", kill_on_drop: false }` [INFO] [stdout] 57e528905adb2cf6526e512c532ab444a53dc40596437b4b686b989fae000796