[INFO] cloning repository https://github.com/tehzz/n64disasm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tehzz/n64disasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftehzz%2Fn64disasm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftehzz%2Fn64disasm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1002daee9b5a9d64739a1473539710200108afad
[INFO] checking tehzz/n64disasm against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftehzz%2Fn64disasm" "/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/tehzz/n64disasm on toolchain 1bd50d4315eb15970d395b6be5823f9384707693
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tehzz/n64disasm
[INFO] finished tweaking git repo https://github.com/tehzz/n64disasm
[INFO] tweaked toml for git repo https://github.com/tehzz/n64disasm written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/tehzz/n64disasm 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" "+1bd50d4315eb15970d395b6be5823f9384707693" "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" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 278e180fcdd77a59ba0228e1ebc3af98066dc99f9dcba6e903606b6b176650b3
[INFO] running `Command { std: "docker" "start" "-a" "278e180fcdd77a59ba0228e1ebc3af98066dc99f9dcba6e903606b6b176650b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "278e180fcdd77a59ba0228e1ebc3af98066dc99f9dcba6e903606b6b176650b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "278e180fcdd77a59ba0228e1ebc3af98066dc99f9dcba6e903606b6b176650b3", kill_on_drop: false }`
[INFO] [stdout] 278e180fcdd77a59ba0228e1ebc3af98066dc99f9dcba6e903606b6b176650b3
[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" "+1bd50d4315eb15970d395b6be5823f9384707693" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38030b1fb7b2cde6d68e9c4b36bc70a1cc7e77522b38bc5eb91b6ee71f85a0ec
[INFO] running `Command { std: "docker" "start" "-a" "38030b1fb7b2cde6d68e9c4b36bc70a1cc7e77522b38bc5eb91b6ee71f85a0ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.64
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.5
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling cc v1.0.46
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]     Checking unicode-width v0.1.6
[INFO] [stderr]    Compiling unicode-segmentation v1.3.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking linked-hash-map v0.5.2
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling ryu v1.0.3
[INFO] [stderr]     Checking either v1.5.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking yaml-rust v0.4.3
[INFO] [stderr]     Checking dtoa v0.4.4
[INFO] [stderr]     Checking arrayvec v0.5.1
[INFO] [stderr]     Checking once_cell v1.3.1
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.0
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling capstone-sys v0.10.0
[INFO] [stderr]    Compiling memoffset v0.5.3
[INFO] [stderr]    Compiling err-derive v0.2.1
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking time v0.1.42
[INFO] [stderr]     Checking crossbeam-queue v0.2.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]     Checking term v0.6.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]     Checking simplelog v0.7.4
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]    Compiling synstructure v0.12.1
[INFO] [stderr]    Compiling serde_derive v1.0.101
[INFO] [stderr]    Compiling structopt-derive v0.3.3
[INFO] [stderr]     Checking structopt v0.3.3
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr] warning: capstone-sys@0.10.0:    53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr] warning: capstone-sys@0.10.0:       |                  ^~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:109:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr] warning: capstone-sys@0.10.0:   109 |   ENTRY(BX_SI)          \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr] warning: capstone-sys@0.10.0:   384 |   EA_BASES_16BIT      \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr] warning: capstone-sys@0.10.0:    54 |         ALL_EA_BASES
[INFO] [stderr] warning: capstone-sys@0.10.0:       |         ^~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr] warning: capstone-sys@0.10.0:    53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr] warning: capstone-sys@0.10.0:       |                  ^~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:110:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr] warning: capstone-sys@0.10.0:   110 |   ENTRY(BX_DI)          \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr] warning: capstone-sys@0.10.0:   384 |   EA_BASES_16BIT      \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr] warning: capstone-sys@0.10.0:    54 |         ALL_EA_BASES
[INFO] [stderr] warning: capstone-sys@0.10.0:       |         ^~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr] warning: capstone-sys@0.10.0:    53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr] warning: capstone-sys@0.10.0:       |                  ^~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:111:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr] warning: capstone-sys@0.10.0:   111 |   ENTRY(BP_SI)          \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr] warning: capstone-sys@0.10.0:   384 |   EA_BASES_16BIT      \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr] warning: capstone-sys@0.10.0:    54 |         ALL_EA_BASES
[INFO] [stderr] warning: capstone-sys@0.10.0:       |         ^~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr] warning: capstone-sys@0.10.0:    53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr] warning: capstone-sys@0.10.0:       |                  ^~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:112:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr] warning: capstone-sys@0.10.0:   112 |   ENTRY(BP_DI)          \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr] warning: capstone-sys@0.10.0:   384 |   EA_BASES_16BIT      \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr] warning: capstone-sys@0.10.0:    54 |         ALL_EA_BASES
[INFO] [stderr] warning: capstone-sys@0.10.0:       |         ^~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr] warning: capstone-sys@0.10.0:    53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr] warning: capstone-sys@0.10.0:       |                  ^~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:149:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr] warning: capstone-sys@0.10.0:   149 |   ENTRY(sib)            \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:385:3: note: in expansion of macro 'EA_BASES_32BIT'
[INFO] [stderr] warning: capstone-sys@0.10.0:   385 |   EA_BASES_32BIT      \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr] warning: capstone-sys@0.10.0:    54 |         ALL_EA_BASES
[INFO] [stderr] warning: capstone-sys@0.10.0:       |         ^~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr] warning: capstone-sys@0.10.0:    53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr] warning: capstone-sys@0.10.0:       |                  ^~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:185:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr] warning: capstone-sys@0.10.0:   185 |   ENTRY(sib64)          \
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86DisassemblerDecoder.h:386:3: note: in expansion of macro 'EA_BASES_64BIT'
[INFO] [stderr] warning: capstone-sys@0.10.0:   386 |   EA_BASES_64BIT
[INFO] [stderr] warning: capstone-sys@0.10.0:       |   ^~~~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr] warning: capstone-sys@0.10.0:    54 |         ALL_EA_BASES
[INFO] [stderr] warning: capstone-sys@0.10.0:       |         ^~~~~~~~~~~~
[INFO] [stderr] warning: capstone-sys@0.10.0: capstone/arch/Sparc/SparcInstPrinter.c:447:1: fatal error: error writing to /tmp/ccIrqrGK.s: No space left on device
[INFO] [stderr] warning: capstone-sys@0.10.0:   447 | }
[INFO] [stderr] warning: capstone-sys@0.10.0:       | ^
[INFO] [stderr] warning: capstone-sys@0.10.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `capstone-sys v0.10.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-9490e5eff44fdee7/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/ARM/ARMDisassembler.o" "-c" "capstone/arch/ARM/ARMDisassembler.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/ARM/ARMMapping.o" "-c" "capstone/arch/ARM/ARMMapping.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/M68K/M68KModule.o" "-c" "capstone/arch/M68K/M68KModule.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/M68K/M68KDisassembler.o" "-c" "capstone/arch/M68K/M68KDisassembler.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/M68K/M68KInstPrinter.o" "-c" "capstone/arch/M68K/M68KInstPrinter.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/X86/X86Module.o" "-c" "capstone/arch/X86/X86Module.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/X86/X86Mapping.o" "-c" "capstone/arch/X86/X86Mapping.c"
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr]   cargo:warning=   53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:109:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr]   cargo:warning=  109 |   ENTRY(BX_SI)          \
[INFO] [stderr]   cargo:warning=      |   ^~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr]   cargo:warning=  384 |   EA_BASES_16BIT      \
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr]   cargo:warning=   54 |         ALL_EA_BASES
[INFO] [stderr]   cargo:warning=      |         ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr]   cargo:warning=   53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:110:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr]   cargo:warning=  110 |   ENTRY(BX_DI)          \
[INFO] [stderr]   cargo:warning=      |   ^~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr]   cargo:warning=  384 |   EA_BASES_16BIT      \
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr]   cargo:warning=   54 |         ALL_EA_BASES
[INFO] [stderr]   cargo:warning=      |         ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr]   cargo:warning=   53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:111:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr]   cargo:warning=  111 |   ENTRY(BP_SI)          \
[INFO] [stderr]   cargo:warning=      |   ^~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr]   cargo:warning=  384 |   EA_BASES_16BIT      \
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr]   cargo:warning=   54 |         ALL_EA_BASES
[INFO] [stderr]   cargo:warning=      |         ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr]   cargo:warning=   53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:112:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr]   cargo:warning=  112 |   ENTRY(BP_DI)          \
[INFO] [stderr]   cargo:warning=      |   ^~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:384:3: note: in expansion of macro 'EA_BASES_16BIT'
[INFO] [stderr]   cargo:warning=  384 |   EA_BASES_16BIT      \
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr]   cargo:warning=   54 |         ALL_EA_BASES
[INFO] [stderr]   cargo:warning=      |         ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr]   cargo:warning=   53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:149:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr]   cargo:warning=  149 |   ENTRY(sib)            \
[INFO] [stderr]   cargo:warning=      |   ^~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:385:3: note: in expansion of macro 'EA_BASES_32BIT'
[INFO] [stderr]   cargo:warning=  385 |   EA_BASES_32BIT      \
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr]   cargo:warning=   54 |         ALL_EA_BASES
[INFO] [stderr]   cargo:warning=      |         ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:53:18: warning: implicit conversion from 'enum <anonymous>' to 'enum x86_reg' [-Wenum-conversion]
[INFO] [stderr]   cargo:warning=   53 | #define ENTRY(x) X86_REG_##x,
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:185:3: note: in expansion of macro 'ENTRY'
[INFO] [stderr]   cargo:warning=  185 |   ENTRY(sib64)          \
[INFO] [stderr]   cargo:warning=      |   ^~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86DisassemblerDecoder.h:386:3: note: in expansion of macro 'EA_BASES_64BIT'
[INFO] [stderr]   cargo:warning=  386 |   EA_BASES_64BIT
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=capstone/arch/X86/X86Mapping.c:54:9: note: in expansion of macro 'ALL_EA_BASES'
[INFO] [stderr]   cargo:warning=   54 |         ALL_EA_BASES
[INFO] [stderr]   cargo:warning=      |         ^~~~~~~~~~~~
[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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/X86/X86Disassembler.o" "-c" "capstone/arch/X86/X86Disassembler.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/X86/X86DisassemblerDecoder.o" "-c" "capstone/arch/X86/X86DisassemblerDecoder.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/X86/X86IntelInstPrinter.o" "-c" "capstone/arch/X86/X86IntelInstPrinter.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/X86/X86ATTInstPrinter.o" "-c" "capstone/arch/X86/X86ATTInstPrinter.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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/Sparc/SparcInstPrinter.o" "-c" "capstone/arch/Sparc/SparcInstPrinter.c"
[INFO] [stderr]   cargo:warning=capstone/arch/Sparc/SparcInstPrinter.c:447:1: fatal error: error writing to /tmp/ccIrqrGK.s: No space left on device
[INFO] [stderr]   cargo:warning=  447 | }
[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_SPARC" "-DCAPSTONE_HAS_SYSZ" "-DCAPSTONE_HAS_TMS320C64X" "-DCAPSTONE_HAS_X86" "-DCAPSTONE_HAS_XCORE" "-o" "/opt/rustwide/target/debug/build/capstone-sys-65c2754e3b1d4d4a/out/capstone/arch/Sparc/SparcInstPrinter.o" "-c" "capstone/arch/Sparc/SparcInstPrinter.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" "38030b1fb7b2cde6d68e9c4b36bc70a1cc7e77522b38bc5eb91b6ee71f85a0ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38030b1fb7b2cde6d68e9c4b36bc70a1cc7e77522b38bc5eb91b6ee71f85a0ec", kill_on_drop: false }`
[INFO] [stdout] 38030b1fb7b2cde6d68e9c4b36bc70a1cc7e77522b38bc5eb91b6ee71f85a0ec
