[INFO] cloning repository https://github.com/mozilla/dump_syms
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mozilla/dump_syms" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla%2Fdump_syms", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla%2Fdump_syms'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29c131802494c52e9e89597f1d763f79e797b348
[INFO] documenting mozilla/dump_syms against beta-2022-05-20 for beta-1.62-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmozilla%2Fdump_syms" "/workspace/builds/worker-13/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mozilla/dump_syms on toolchain beta-2022-05-20
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/mozilla/dump_syms
[INFO] finished tweaking git repo https://github.com/mozilla/dump_syms
[INFO] tweaked toml for git repo https://github.com/mozilla/dump_syms written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/mozilla/dump_syms already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3da81c1147f23c33abe4845396daf2af01c489d7f3ad68edcecefc49216186fe
[INFO] running `Command { std: "docker" "start" "-a" "3da81c1147f23c33abe4845396daf2af01c489d7f3ad68edcecefc49216186fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3da81c1147f23c33abe4845396daf2af01c489d7f3ad68edcecefc49216186fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3da81c1147f23c33abe4845396daf2af01c489d7f3ad68edcecefc49216186fe", kill_on_drop: false }`
[INFO] [stdout] 3da81c1147f23c33abe4845396daf2af01c489d7f3ad68edcecefc49216186fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19bd9764e355feca3c8aa5388f25d56c7de3dd1fb40e75d492c595ae06a96380
[INFO] running `Command { std: "docker" "start" "-a" "19bd9764e355feca3c8aa5388f25d56c7de3dd1fb40e75d492c595ae06a96380", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.126
[INFO] [stderr] Compiling proc-macro2 v1.0.39
[INFO] [stderr] Compiling unicode-ident v1.0.0
[INFO] [stderr] Compiling syn v1.0.95
[INFO] [stderr] Compiling autocfg v1.1.0
[INFO] [stderr] Checking once_cell v1.12.0
[INFO] [stderr] Compiling memchr v2.5.0
[INFO] [stderr] Compiling log v0.4.17
[INFO] [stderr] Compiling serde_derive v1.0.137
[INFO] [stderr] Compiling serde v1.0.137
[INFO] [stderr] Checking itoa v1.0.2
[INFO] [stderr] Checking pin-project-lite v0.2.9
[INFO] [stderr] Compiling futures-core v0.3.21
[INFO] [stderr] Compiling futures-task v0.3.21
[INFO] [stderr] Compiling futures-channel v0.3.21
[INFO] [stderr] Checking bytes v1.1.0
[INFO] [stderr] Checking futures-sink v0.3.21
[INFO] [stderr] Checking untrusted v0.7.1
[INFO] [stderr] Compiling parking_lot_core v0.9.3
[INFO] [stderr] Compiling futures-util v0.3.21
[INFO] [stderr] Checking spin v0.5.2
[INFO] [stderr] Compiling crc32fast v1.3.2
[INFO] [stderr] Checking futures-io v0.3.21
[INFO] [stderr] Compiling typenum v1.15.0
[INFO] [stderr] Checking pin-utils v0.1.0
[INFO] [stderr] Checking slab v0.4.6
[INFO] [stderr] Checking uuid v0.8.2
[INFO] [stderr] Compiling crossbeam-utils v0.8.8
[INFO] [stderr] Checking fnv v1.0.7
[INFO] [stderr] Checking ryu v1.0.10
[INFO] [stderr] Checking stable_deref_trait v1.2.0
[INFO] [stderr] Compiling radium v0.7.0
[INFO] [stderr] Checking siphasher v0.3.10
[INFO] [stderr] Checking tap v1.0.1
[INFO] [stderr] Checking tinyvec_macros v0.1.0
[INFO] [stderr] Compiling httparse v1.7.1
[INFO] [stderr] Checking precomputed-hash v0.1.1
[INFO] [stderr] Checking new_debug_unreachable v1.0.4
[INFO] [stderr] Compiling rustls v0.20.6
[INFO] [stderr] Checking arrayvec v0.7.2
[INFO] [stderr] Checking fallible-iterator v0.2.0
[INFO] [stderr] Checking matches v0.1.9
[INFO] [stderr] Compiling serde_json v1.0.81
[INFO] [stderr] Checking funty v2.0.0
[INFO] [stderr] Checking try-lock v0.2.3
[INFO] [stderr] Compiling cpp_demangle v0.3.5
[INFO] [stderr] Checking scroll v0.10.2
[INFO] [stderr] Checking regex-syntax v0.6.26
[INFO] [stderr] Checking plain v0.2.3
[INFO] [stderr] Checking indent_write v2.2.0
[INFO] [stderr] Checking xml-rs v0.8.4
[INFO] [stderr] Checking joinery v2.1.0
[INFO] [stderr] Checking tower-service v0.3.1
[INFO] [stderr] Compiling crossbeam-queue v0.3.5
[INFO] [stderr] Checking httpdate v1.0.2
[INFO] [stderr] Compiling time-macros v0.2.4
[INFO] [stderr] Checking lazycell v1.3.0
[INFO] [stderr] Compiling encoding_rs v0.8.31
[INFO] [stderr] Checking num_threads v0.1.6
[INFO] [stderr] Checking dmsort v1.0.1
[INFO] [stderr] Checking wasmparser v0.83.0
[INFO] [stderr] Checking unicode-bidi v0.3.8
[INFO] [stderr] Compiling anyhow v1.0.57
[INFO] [stderr] Checking base64 v0.13.0
[INFO] [stderr] Checking rustc-demangle v0.1.21
[INFO] [stderr] Checking mime v0.3.16
[INFO] [stderr] Checking vec_map v0.8.2
[INFO] [stderr] Checking strsim v0.8.0
[INFO] [stderr] Checking cpufeatures v0.2.2
[INFO] [stderr] Checking termcolor v1.1.3
[INFO] [stderr] Checking lzxd v0.1.4
[INFO] [stderr] Checking ansi_term v0.12.1
[INFO] [stderr] Checking ipnet v2.5.0
[INFO] [stderr] Checking tracing-core v0.1.26
[INFO] [stderr] Checking miniz_oxide v0.5.1
[INFO] [stderr] Compiling generic-array v0.14.5
[INFO] [stderr] Checking msvc-demangler v0.9.0
[INFO] [stderr] Checking textwrap v0.11.0
[INFO] [stderr] Checking tinyvec v1.6.0
[INFO] [stderr] Checking form_urlencoded v1.0.1
[INFO] [stderr] Checking wyz v0.5.0
[INFO] [stderr] Checking debugid v0.7.3
[INFO] [stderr] Checking phf_shared v0.10.0
[INFO] [stderr] Checking http v0.2.7
[INFO] [stderr] Checking rustls-pemfile v0.3.0
[INFO] [stderr] Checking brownstone v1.1.0
[INFO] [stderr] Checking crossbeam-channel v0.5.4
[INFO] [stderr] Checking pdb v0.7.0
[INFO] [stderr] Checking gimli v0.26.1
[INFO] [stderr] Checking want v0.3.0
[INFO] [stderr] Compiling lock_api v0.4.7
[INFO] [stderr] Compiling indexmap v1.8.1
[INFO] [stderr] Compiling memoffset v0.6.5
[INFO] [stderr] Compiling crossbeam-epoch v0.9.8
[INFO] [stderr] Checking unicode-normalization v0.1.19
[INFO] [stderr] Checking bitvec v1.0.0
[INFO] [stderr] Checking http-body v0.4.5
[INFO] [stderr] Checking aho-corasick v0.7.18
[INFO] [stderr] Checking nom v7.1.1
[INFO] [stderr] Compiling quote v1.0.18
[INFO] [stderr] Compiling jobserver v0.1.24
[INFO] [stderr] Checking mio v0.8.3
[INFO] [stderr] Checking num_cpus v1.13.1
[INFO] [stderr] Checking socket2 v0.4.4
[INFO] [stderr] Checking getrandom v0.2.6
[INFO] [stderr] Checking flate2 v1.0.23
[INFO] [stderr] Checking memmap2 v0.5.3
[INFO] [stderr] Checking time v0.3.9
[INFO] [stderr] Checking dirs-sys v0.3.7
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking idna v0.2.3
[INFO] [stderr] Checking nom-supreme v0.6.0
[INFO] [stderr] Checking regex v1.5.6
[INFO] [stderr] Checking dirs v4.0.0
[INFO] [stderr] Checking clap v2.34.0
[INFO] [stderr] Checking ahash v0.7.6
[INFO] [stderr] Compiling cc v1.0.73
[INFO] [stderr] Checking symbolic-common v8.7.3
[INFO] [stderr] Checking url v2.2.2
[INFO] [stderr] Checking crossbeam-deque v0.8.1
[INFO] [stderr] Checking parking_lot v0.12.0
[INFO] [stderr] Checking cab v0.4.0
[INFO] [stderr] Checking simplelog v0.12.0
[INFO] [stderr] Checking tokio v1.18.2
[INFO] [stderr] Checking crossbeam v0.8.1
[INFO] [stderr] Compiling ring v0.16.20
[INFO] [stderr] Compiling symbolic-minidump v8.7.3
[INFO] [stderr] Compiling symbolic-demangle v8.7.3
[INFO] [stderr] Checking block-buffer v0.10.2
[INFO] [stderr] Checking crypto-common v0.1.3
[INFO] [stderr] Checking digest v0.10.3
[INFO] [stderr] error: could not compile `syn`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=f1454570125901d4 -C extra-filename=-f1454570125901d4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f6f9f5040ac5f0c0.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-3852e1aca6e40445.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b99206a6c402978e.rmeta --cap-lints allow --cfg syn_disable_nightly_tests` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bitvec`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustc --crate-name bitvec --edition=2021 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bitvec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c4fb45044dffcdfa -C extra-filename=-c4fb45044dffcdfa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern funty=/opt/rustwide/target/debug/deps/libfunty-1a1c30acdda00085.rmeta --extern radium=/opt/rustwide/target/debug/deps/libradium-449d3003eee55d87.rmeta --extern tap=/opt/rustwide/target/debug/deps/libtap-7024fc89c6248a5a.rmeta --extern wyz=/opt/rustwide/target/debug/deps/libwyz-5992e431a549e0a8.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `tokio`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.18.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="winapi"' -C metadata=9a2eee426a7f65be -C extra-filename=-9a2eee426a7f65be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-3ff2dcaec82f87b7.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4d71df194c95b93b.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-111d5813d4405e5d.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-9261a54a8d0f1991.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-76b53d24a1b82500.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-6a77d5dadf64d1bc.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-b06fb62b00d511df.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-47fcb8205b6a2ad2.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] The following warnings were emitted during compilation:
[INFO] [stderr]
[INFO] [stderr] warning: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cargo:warning=compilation terminated.
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr] warning: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr]
[INFO] [stderr] error: failed to run custom build command for `symbolic-demangle v8.7.3`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/symbolic-demangle-00903680d893c149/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] CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXX = None
[INFO] [stderr] CXX = None
[INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXXFLAGS = None
[INFO] [stderr] CXXFLAGS = None
[INFO] [stderr] CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr] DEBUG = Some("true")
[INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXX = None
[INFO] [stderr] CXX = None
[INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXXFLAGS = None
[INFO] [stderr] CXXFLAGS = None
[INFO] [stderr] CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/src/swiftdemangle.o" "-c" "src/swiftdemangle.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/ManglingUtils.o" "-c" "vendor/swift/lib/Demangling/ManglingUtils.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/Demangler.o" "-c" "vendor/swift/lib/Demangling/Demangler.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/Remangler.o" "-c" "vendor/swift/lib/Demangling/Remangler.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/NodeDumper.o" "-c" "vendor/swift/lib/Demangling/NodeDumper.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/Context.o" "-c" "vendor/swift/lib/Demangling/Context.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/Punycode.o" "-c" "vendor/swift/lib/Demangling/Punycode.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/OldDemangler.o" "-c" "vendor/swift/lib/Demangling/OldDemangler.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/vendor/swift/lib/Demangling/NodePrinter.o" "-c" "vendor/swift/lib/Demangling/NodePrinter.cpp"
[INFO] [stderr] cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=cargo:warning=compilation terminated.
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 1
[INFO] [stderr]
[INFO] [stderr] --- stderr
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "vendor/swift/include" "-DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING=1" "-std=c++14" "-o" "/opt/rustwide/target/debug/build/symbolic-demangle-e5c0430c4516d416/out/src/swiftdemangle.o" "-c" "src/swiftdemangle.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] The following warnings were emitted during compilation:
[INFO] [stderr]
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_expr':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~ ~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:48: note: format string is defined here
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~ ~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:48: note: format string is defined here
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_att':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:40: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:44: note: format string is defined here
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_xml':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:837:5: warning: '%04X' directive output truncated writing 4 bytes into a region of size 1 [-Wformat-truncation=]
[INFO] [stderr] warning: 837 | "\t\t\n", str, len );
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~ ~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:49: note: format string is defined here
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 12 and 43 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~ ~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:48: note: format string is defined here
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_raw':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~~~~ ~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:41: note: format string is defined here
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~~~~ ~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:41: note: format string is defined here
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_insn_note':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:24: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:28: note: format string is defined here
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_raw_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:24: warning: '|' directive output may be truncated writing 1 byte into a region of size between 0 and 31 [-Wformat-truncation=]
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[INFO] [stderr] warning: | ^~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:28: note: format string is defined here
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 3 and 34 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_xml_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:24: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 22 [-Wformat-truncation=]
[INFO] [stderr] warning: 1181 | STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len );
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:37: note: format string is defined here
[INFO] [stderr] warning: 1181 | STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len );
[INFO] [stderr] warning: | ^~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 15 and 46 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1181 | STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'x86_format_insn':
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:38: note: format string is defined here
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:38: note: format string is defined here
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:32: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] warning: | ^~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:37: note: format string is defined here
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] warning: | ^
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] warning: 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:17: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] warning: 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] warning: | ^~~~~~~~
[INFO] [stderr] warning: third_party/breakpad/src/third_party/libdisasm/x86_format.c: At top level:
[INFO] [stderr] warning: cc1: warning: unrecognized command line option '-Wno-tautological-constant-out-of-range-compare'
[INFO] [stderr] warning: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: compilation terminated.
[INFO] [stderr]
[INFO] [stderr] error: failed to run custom build command for `symbolic-minidump v8.7.3`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/symbolic-minidump-3815ffccc7b22ff4/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")
[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")
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_implicit.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_implicit.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_insn.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_insn.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_invariant.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_invariant.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_opcode_tables.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_opcode_tables.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_reg.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_reg.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_operand.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_operand.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_modrm.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_modrm.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_settings.o" "-c" "third_party/breakpad/src/third_party/libdisasm/ia32_settings.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_format.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_format.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_disasm.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_disasm.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_imm.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_imm.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_insn.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_insn.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_misc.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_misc.c"
[INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-Wno-tautological-constant-out-of-range-compare" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_operand_list.o" "-c" "third_party/breakpad/src/third_party/libdisasm/x86_operand_list.c"
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_expr':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~ ~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:48: note: format string is defined here
[INFO] [stderr] cargo:warning= 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] cargo:warning= | ^~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:198:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 198 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~ ~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:48: note: format string is defined here
[INFO] [stderr] cargo:warning= 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] cargo:warning= | ^~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:212:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 212 | STRNCATF (buf, "type=\"%s\" ", str, len);
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] exit status: 0
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_att':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:40: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:44: note: format string is defined here
[INFO] [stderr] cargo:warning= 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] cargo:warning= | ^
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:659:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 659 | STRNCATF( buf, "$%s", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_xml':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:837:5: warning: '%04X' directive output truncated writing 4 bytes into a region of size 1 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 837 | "\t\t\n", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~ ~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:49: note: format string is defined here
[INFO] [stderr] cargo:warning= 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] cargo:warning= | ^~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 12 and 43 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:807:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 807 | STRNCATF( buf, "value=\"%s\"/>\n", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:40: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 26 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~ ~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:48: note: format string is defined here
[INFO] [stderr] cargo:warning= 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] cargo:warning= | ^~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 9 and 40 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:796:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 796 | STRNCATF( buf, "type=\"%s\" ", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_operand_raw':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~ ~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:41: note: format string is defined here
[INFO] [stderr] cargo:warning= 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] cargo:warning= | ^~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:909:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 909 | STRNCATF( buf, "%s|", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:40: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size 32 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~ ~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:41: note: format string is defined here
[INFO] [stderr] cargo:warning= 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] cargo:warning= | ^~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 65 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:899:25: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 899 | STRNCATF( buf, "%s:", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_insn_note':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:24: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] cargo:warning= | ^~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:28: note: format string is defined here
[INFO] [stderr] cargo:warning= 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] cargo:warning= | ^
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1108:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 1108 | STRNCATF( buf, "%s|", note, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_raw_insn':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:24: warning: '|' directive output may be truncated writing 1 byte into a region of size between 0 and 31 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[INFO] [stderr] cargo:warning= | ^~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:28: note: format string is defined here
[INFO] [stderr] cargo:warning= 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[INFO] [stderr] cargo:warning= | ^
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 3 and 34 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1141:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 1141 | STRNCATF( buf, "|%s|", insn->prefix_string , len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'format_xml_insn':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:24: warning: '%s' directive output may be truncated writing up to 31 bytes into a region of size 22 [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 1181 | STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:37: note: format string is defined here
[INFO] [stderr] cargo:warning= 1181 | STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len );
[INFO] [stderr] cargo:warning= | ^~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 15 and 46 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1181:9: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 1181 | STRNCATF( buf, "\" string=\"%s\"/>\n", insn->prefix_string, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: In function 'x86_format_insn':
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:38: note: format string is defined here
[INFO] [stderr] cargo:warning= 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] cargo:warning= | ^
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1410:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 1410 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:33: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:38: note: format string is defined here
[INFO] [stderr] cargo:warning= 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] cargo:warning= | ^
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1417:18: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 1417 | STRNCATF( buf, "%s\t", str, len );
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:32: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=]
[INFO] [stderr] cargo:warning= 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] cargo:warning= | ^~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:38: note: in definition of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:37: note: format string is defined here
[INFO] [stderr] cargo:warning= 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] cargo:warning= | ^
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:34:9: note: 'snprintf' output between 2 and 33 bytes into a destination of size 32
[INFO] [stderr] cargo:warning= 34 | snprintf( _tmp, sizeof _tmp, fmt, data ); \
[INFO] [stderr] cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c:1342:17: note: in expansion of macro 'STRNCATF'
[INFO] [stderr] cargo:warning= 1342 | STRNCATF( buf, "%s\t", str, len);
[INFO] [stderr] cargo:warning= | ^~~~~~~~
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] cargo:warning=third_party/breakpad/src/third_party/libdisasm/x86_format.c: At top level:
[INFO] [stderr] cargo:warning=cc1: warning: unrecognized command line option '-Wno-tautological-constant-out-of-range-compare'
[INFO] [stderr] exit status: 0
[INFO] [stderr] AR_x86_64-unknown-linux-gnu = None
[INFO] [stderr] AR_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_AR = None
[INFO] [stderr] AR = None
[INFO] [stderr] running: "ar" "cq" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/libdisasm.a" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_implicit.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_insn.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_invariant.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_modrm.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_opcode_tables.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_operand.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_reg.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/ia32_settings.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_disasm.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_format.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_imm.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_insn.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_misc.o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/third_party/libdisasm/x86_operand_list.o"
[INFO] [stderr] exit status: 0
[INFO] [stderr] running: "ar" "s" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/libdisasm.a"
[INFO] [stderr] exit status: 0
[INFO] [stderr] cargo:rustc-link-lib=static=disasm
[INFO] [stderr] cargo:rustc-link-search=native=/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out
[INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] OPT_LEVEL = Some("0")
[INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXX = None
[INFO] [stderr] CXX = None
[INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXXFLAGS = None
[INFO] [stderr] CXXFLAGS = None
[INFO] [stderr] CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr] DEBUG = Some("true")
[INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXX = None
[INFO] [stderr] CXX = None
[INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CXXFLAGS = None
[INFO] [stderr] CXXFLAGS = None
[INFO] [stderr] CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/basic_code_modules.o" "-c" "third_party/breakpad/src/processor/basic_code_modules.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/pathname_stripper.o" "-c" "third_party/breakpad/src/processor/pathname_stripper.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/basic_source_line_resolver.o" "-c" "third_party/breakpad/src/processor/basic_source_line_resolver.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/source_line_resolver_base.o" "-c" "third_party/breakpad/src/processor/source_line_resolver_base.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_mips.o" "-c" "third_party/breakpad/src/processor/stackwalker_mips.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/logging.o" "-c" "third_party/breakpad/src/processor/logging.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/dump_object.o" "-c" "third_party/breakpad/src/processor/dump_object.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/cfi_frame_info.o" "-c" "third_party/breakpad/src/processor/cfi_frame_info.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_ppc.o" "-c" "third_party/breakpad/src/processor/stackwalker_ppc.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/simple_symbol_supplier.o" "-c" "third_party/breakpad/src/processor/simple_symbol_supplier.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker.o" "-c" "third_party/breakpad/src/processor/stackwalker.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stack_frame_cpu.o" "-c" "third_party/breakpad/src/processor/stack_frame_cpu.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/cpp/processor.o" "-c" "cpp/processor.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_arm64.o" "-c" "third_party/breakpad/src/processor/stackwalker_arm64.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stack_frame_symbolizer.o" "-c" "third_party/breakpad/src/processor/stack_frame_symbolizer.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_sparc.o" "-c" "third_party/breakpad/src/processor/stackwalker_sparc.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/minidump_processor.o" "-c" "third_party/breakpad/src/processor/minidump_processor.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/convert_old_arm64_context.o" "-c" "third_party/breakpad/src/processor/convert_old_arm64_context.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/cpp/c_string.o" "-c" "cpp/c_string.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/disassembler_x86.o" "-c" "third_party/breakpad/src/processor/disassembler_x86.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/dump_context.o" "-c" "third_party/breakpad/src/processor/dump_context.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_amd64.o" "-c" "third_party/breakpad/src/processor/stackwalker_amd64.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/cpp/mmap_symbol_supplier.o" "-c" "cpp/mmap_symbol_supplier.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/exploitability.o" "-c" "third_party/breakpad/src/processor/exploitability.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/call_stack.o" "-c" "third_party/breakpad/src/processor/call_stack.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_arm.o" "-c" "third_party/breakpad/src/processor/stackwalker_arm.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/proc_maps_linux.o" "-c" "third_party/breakpad/src/processor/proc_maps_linux.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/minidump.o" "-c" "third_party/breakpad/src/processor/minidump.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/symbolic_constants_win.o" "-c" "third_party/breakpad/src/processor/symbolic_constants_win.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/cpp/data_structures.o" "-c" "cpp/data_structures.cpp"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_ppc64.o" "-c" "third_party/breakpad/src/processor/stackwalker_ppc64.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/stackwalker_x86.o" "-c" "third_party/breakpad/src/processor/stackwalker_x86.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/process_state.o" "-c" "third_party/breakpad/src/processor/process_state.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/exploitability_win.o" "-c" "third_party/breakpad/src/processor/exploitability_win.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/exploitability_linux.o" "-c" "third_party/breakpad/src/processor/exploitability_linux.cc"
[INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/tokenize.o" "-c" "third_party/breakpad/src/processor/tokenize.cc"
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] cargo:warning=compilation terminated.
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 1
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr] exit status: 0
[INFO] [stderr]
[INFO] [stderr] --- stderr
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "." "-I" "third_party/breakpad/src" "-std=c++11" "-DBPLOG_MINIMUM_SEVERITY=SEVERITY_ERROR" "-DBPLOG(severity)=1 ? (void)0 : google_breakpad::LogMessageVoidify() & (BPLOG_ERROR)" "-o" "/opt/rustwide/target/debug/build/symbolic-minidump-3c0f89cc2fdb0c50/out/third_party/breakpad/src/processor/minidump_processor.o" "-c" "third_party/breakpad/src/processor/minidump_processor.cc" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr]
[INFO] [stderr]
[INFO] running `Command { std: "docker" "inspect" "19bd9764e355feca3c8aa5388f25d56c7de3dd1fb40e75d492c595ae06a96380", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19bd9764e355feca3c8aa5388f25d56c7de3dd1fb40e75d492c595ae06a96380", kill_on_drop: false }`
[INFO] [stdout] 19bd9764e355feca3c8aa5388f25d56c7de3dd1fb40e75d492c595ae06a96380