[INFO] cloning repository https://github.com/lemonxah/osc-chatbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lemonxah/osc-chatbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flemonxah%2Fosc-chatbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flemonxah%2Fosc-chatbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e472cec74dbb68087bca523b4b69fbc42fcdc0bf
[INFO] testing lemonxah/osc-chatbox against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flemonxah%2Fosc-chatbox" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lemonxah/osc-chatbox
[INFO] finished tweaking git repo https://github.com/lemonxah/osc-chatbox
[INFO] tweaked toml for git repo https://github.com/lemonxah/osc-chatbox written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lemonxah/osc-chatbox on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lemonxah/osc-chatbox 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a
[INFO] running `Command { std: "docker" "start" "0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.194
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling codespan-reporting v0.13.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling pxfm v0.1.27
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling link-cplusplus v1.0.12
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling cxx v1.0.194
[INFO] [stderr]    Compiling rosc v0.10.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling sysinfo v0.33.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling cxx-gen v0.7.194
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clang-format v0.3.0
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.194
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling cxx-qt-gen v0.8.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling cxx-qt-macro v0.8.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling qt-build-utils v0.8.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling cxx-qt-build v0.8.1
[INFO] [stderr]    Compiling tungstenite v0.26.2
[INFO] [stderr]    Compiling cxx-qt v0.8.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling cxx-qt-lib v0.8.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling osc-chatbox v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-tungstenite v0.26.2
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qdate.o" "-c" "src/core/qdate.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qrect.o" "-c" "src/core/qrect.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/30dfbced5478f6e7-qlist.o" "-c" "src/core/qlist/qlist.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qline.o" "-c" "src/core/qline.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qmodelindex.o" "-c" "src/core/qmodelindex.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/c24b180404e77aaf-qhash.o" "-c" "src/core/qhash/qhash.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qpersistentmodelindex.o" "-c" "src/core/qpersistentmodelindex.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qmarginsf.o" "-c" "src/core/qmarginsf.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qcoreapplication.o" "-c" "src/core/qcoreapplication.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/009cb8712df3b030-qmap.o" "-c" "src/core/qmap/qmap.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/65f8421eeff7d14c-qset.o" "-c" "src/core/qset/qset.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qsize.o" "-c" "src/core/qsize.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qsizef.o" "-c" "src/core/qsizef.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qtime.o" "-c" "src/core/qtime.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qtlogging.o" "-c" "src/core/qtlogging.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/f0c06ca2b68ff482-qvariant.o" "-c" "src/core/qvariant/qvariant.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qstring.o" "-c" "src/core/qstring.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/6368f4d96e93af10-qvector.o" "-c" "src/core/qvector/qvector.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-quuid.o" "-c" "src/core/quuid.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qgenericmatrix.o" "-c" "src/gui/qgenericmatrix.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qurl.o" "-c" "src/core/qurl.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qfont.o" "-c" "src/gui/qfont.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qcolor.o" "-c" "src/gui/qcolor.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qguiapplication.o" "-c" "src/gui/qguiapplication.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpainter.o" "-c" "src/gui/qpainter.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpainterpath.o" "-c" "src/gui/qpainterpath.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpen.o" "-c" "src/gui/qpen.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qimage.o" "-c" "src/gui/qimage.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qquaternion.o" "-c" "src/gui/qquaternion.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpolygon.o" "-c" "src/gui/qpolygon.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpolygonf.o" "-c" "src/gui/qpolygonf.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qvector2d.o" "-c" "src/gui/qvector2d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qtimezone.o" "-c" "src/core/qtimezone.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qvector4d.o" "-c" "src/gui/qvector4d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/703bf816c61ab799-qqmlapplicationengine.o" "-c" "src/qml/qqmlapplicationengine.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/703bf816c61ab799-qqmlengine.o" "-c" "src/qml/qqmlengine.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qregion.o" "-c" "src/gui/qregion.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qvector3d.o" "-c" "src/gui/qvector3d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qdatetime.o" "-c" "src/core/qdatetime.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qcoreapplication.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qcoreapplication.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/6508bd79fc8afc7b-qhash_i32_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qhash/qhash_i32_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/6508bd79fc8afc7b-qhash_qstring_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qhash/qhash_qstring_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qline.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qline.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qcoreapplication.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qcoreapplication.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qlinef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlinef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qline.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qline.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qmargins.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qmargins.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qlinef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qlinef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qmarginsf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qmarginsf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qmarginsf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmarginsf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qmargins.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmargins.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/f3dedbc229bc0f30-qmap_qstring_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmap/qmap_qstring_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qobject.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qobject.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qstringlist.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qstringlist.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qtlogging.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qtlogging.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-mod.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/mod.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qstringlist.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qstringlist.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qmargins.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qmargins.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qline.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qline.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qlinef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qlinef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qmarginsf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qmarginsf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qanystringview.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qanystringview.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qquaternion.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qquaternion.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qvector2d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qvector2d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qvector3d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qvector3d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qvector4d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qvector4d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qguiapplication.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qguiapplication.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qfont.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qfont.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qimage.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qimage.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qguiapplication.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qguiapplication.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpainterpath.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpainterpath.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qquaternion.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qquaternion.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpainter.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpainter.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpolygon.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpolygon.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpen.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpen.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpolygonf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpolygonf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qregion.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qregion.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qvector2d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qvector2d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qvector4d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qvector4d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlapplicationengine.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlapplicationengine.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlengine.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlengine.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qvector3d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qvector3d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlapplicationengine.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlapplicationengine.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlengine.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlengine.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/665020240ddaa8c8-qquickstyle.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/quickcontrols/qquickstyle.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qtimezone.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qtimezone.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: compilation terminated.
[INFO] [stderr] warning: cxx-qt-lib@0.8.1: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qdatetime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qdatetime.cxx.cpp"
[INFO] [stderr] error: failed to run custom build command for `cxx-qt-lib v0.8.1`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_RELEASE_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/release/build/cxx-qt-lib-29accee52b6ec713/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo::rerun-if-env-changed=QMAKE
[INFO] [stderr]   cargo::rerun-if-env-changed=QT_VERSION_MAJOR
[INFO] [stderr]   cargo::rerun-if-changed=src/core/init.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/init.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qcoreapplication.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qhash/qhash_i32_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qhash/qhash_qstring_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qline.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlinef.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qline.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qlinef.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qmargins.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qmarginsf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmap/qmap_qstring_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmargins.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmarginsf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qobject.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qstringlist.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qt.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtlogging.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtypes.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/mod.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qstringlist.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qline.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qlinef.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qmargins.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qmarginsf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qanystringview.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qquaternion.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qvector2d.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qvector3d.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qvector4d.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qfont.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qguiapplication.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qimage.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qquaternion.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpainterpath.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpainter.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpen.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpolygon.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpolygonf.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qregion.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qvector2d.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qvector3d.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qvector4d.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/qml/qqmlapplicationengine.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/qml/qqmlengine.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/quickcontrols/qquickstyle.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtimezone.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist_qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset_qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant_qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector_qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qbytearray.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qcoreapplication.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qdate.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qhash/qhash.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qline.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlinef.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qlist/qlist.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmap/qmap.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmargins.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmarginsf.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qmodelindex.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qpersistentmodelindex.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qpoint.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qpointf.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qrect.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qrectf.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qset/qset.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qsize.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qsizef.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qstring.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qstringlist.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtime.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtlogging.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtypes.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qurl.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/quuid.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvariant/qvariant.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qvector/qvector.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qanystringview.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qcolor.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qfont.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qgenericmatrix.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qguiapplication.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qimage.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpainterpath.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpainter.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpen.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpolygon.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qpolygonf.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qquaternion.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qregion.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qvector2d.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qvector3d.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/gui/qvector4d.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/qml/qqmlapplicationengine.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/qml/qqmlengine.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qdatetime.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/core/qtimezone.cpp
[INFO] [stderr]   cargo::rerun-if-changed=src/qt_types.cpp
[INFO] [stderr]   cxx-qt-build: Discovered dependency `cxx-qt` at: /opt/rustwide/target/release/build/cxx-qt-e4d91827928a9161/out/cxxqtbuild/manifest.json
[INFO] [stderr]   cargo::rustc-link-arg=-fuse-ld=lld
[INFO] [stderr]   cargo::rerun-if-env-changed=QMAKE
[INFO] [stderr]   cargo::rerun-if-env-changed=QT_VERSION_MAJOR
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6QuickControls2
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Quick
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6OpenGL
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Gui
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=GLX
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=OpenGL
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Qml
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Network
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Core
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Gui
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Core
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=GLX
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=OpenGL
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Qml
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Network
[INFO] [stderr]   cargo::rustc-link-search=/usr/lib/x86_64-linux-gnu
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Core
[INFO] [stderr]   cargo::rustc-link-lib=Qt6Core
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_major, values("5", "6", "7"))
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_major="6"
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_0)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_1)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_2)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_3)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_4)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_5)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_6)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_7)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_8)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_9)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_10)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_11)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_12)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_13)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_14)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_15)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_16)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_17)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_18)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_19)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_20)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_21)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_22)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_23)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_24)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_25)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_26)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_27)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_28)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_29)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_30)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_31)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_32)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_33)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_34)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_35)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_36)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_37)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_38)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_39)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_40)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_41)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_42)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_43)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_44)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_45)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_46)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_47)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_48)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_49)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_50)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_51)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_52)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_53)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_54)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_55)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_56)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_57)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_58)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_59)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_60)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_61)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_62)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_63)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_64)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_65)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_66)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_67)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_68)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_69)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_70)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_71)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_72)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_73)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_74)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_75)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_76)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_77)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_78)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_79)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_80)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_81)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_82)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_83)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_84)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_85)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_86)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_87)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_88)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_89)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_90)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_91)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_92)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_93)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_94)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_95)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_96)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_97)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_98)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_5_99)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_0)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_1)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_2)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_3)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_4)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_5)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_6)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_7)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_8)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_9)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_10)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_11)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_12)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_13)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_14)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_15)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_16)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_17)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_18)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_19)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_20)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_21)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_22)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_23)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_24)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_25)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_26)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_27)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_28)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_29)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_30)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_31)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_32)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_33)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_34)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_35)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_36)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_37)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_38)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_39)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_40)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_41)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_42)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_43)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_44)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_45)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_46)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_47)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_48)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_49)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_50)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_51)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_52)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_53)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_54)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_55)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_56)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_57)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_58)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_59)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_60)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_61)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_62)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_63)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_64)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_65)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_66)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_67)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_68)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_69)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_70)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_71)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_72)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_73)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_74)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_75)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_76)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_77)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_78)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_79)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_80)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_81)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_82)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_83)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_84)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_85)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_86)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_87)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_88)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_89)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_90)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_91)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_92)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_93)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_94)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_95)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_96)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_97)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_98)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_6_99)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_0)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_1)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_2)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_3)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_4)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_5)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_6)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_7)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_8)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_9)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_10)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_11)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_12)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_13)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_14)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_15)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_16)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_17)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_18)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_19)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_20)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_21)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_22)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_23)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_24)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_25)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_26)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_27)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_28)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_29)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_30)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_31)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_32)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_33)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_34)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_35)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_36)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_37)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_38)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_39)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_40)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_41)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_42)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_43)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_44)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_45)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_46)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_47)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_48)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_49)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_50)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_51)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_52)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_53)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_54)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_55)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_56)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_57)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_58)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_59)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_60)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_61)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_62)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_63)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_64)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_65)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_66)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_67)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_68)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_69)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_70)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_71)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_72)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_73)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_74)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_75)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_76)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_77)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_78)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_79)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_80)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_81)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_82)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_83)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_84)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_85)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_86)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_87)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_88)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_89)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_90)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_91)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_92)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_93)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_94)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_95)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_96)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_97)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_98)
[INFO] [stderr]   cargo::rustc-check-cfg=cfg(cxxqt_qt_version_at_least_7_99)
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_5
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_0
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_1
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_2
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_3
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_4
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_5
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_6
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_7
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_8
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_9
[INFO] [stderr]   cargo::rustc-cfg=cxxqt_qt_version_at_least_6_10
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qqmlapplicationengine.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpolygon.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qdate.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qhash_i32_QByteArray.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qanystringview.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qobject.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpointf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qquaternion.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qmap.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qmargins.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qlist.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/quickcontrols
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/quickcontrols/qquickstyle.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qquickstyle.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qmetaobjectconnection.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qset.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qvector3d.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpainterpath.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qt.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qimage.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qstringlist.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/common.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qlinef.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qmarginsf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/assertion_utils.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qvector2d.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qguiapplication.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qqmlengine.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qurl.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qline.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qdate.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qanystringview.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qobject.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qpointf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_private.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QByteArray.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_i32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_u32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_i8.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QDateTime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_f32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_bool.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QString.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_i64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QPersistentModelIndex.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QTime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QUuid.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QUrl.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_f64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_u64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_QDate.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_u16.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_i16.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qset/qset_u8.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmargins.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmetaobjectconnection.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qt.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qstringlist.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlinef.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmarginsf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qurl.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist_qvector.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_u64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QUuid.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_u8.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QDateTime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QUrl.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QRect.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QSize.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QMarginsF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QPersistentModelIndex.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QPointF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_f64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_i8.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QColor.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QLineF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QLine.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QDate.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QTime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QSizeF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_f32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_u32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_i16.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_i64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QMargins.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QByteArray.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_private.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QVariant.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_bool.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_i32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_u16.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QPoint.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QString.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qlist/qlist_QRectF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qline.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qrectf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmodelindex.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmap
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmap/qmap.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmap/qmap_QString_QVariant.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qmap/qmap_private.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/quuid.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QTime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_i16.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_i32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QColor.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QMarginsF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QDate.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QUrl.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QDateTime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_u16.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_i8.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_u8.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_bool.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QPersistentModelIndex.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QPointF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_i64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QSize.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QVariant.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QMargins.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QRect.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QLine.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_f64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QByteArray.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_private.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QLineF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QPoint.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_f32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QSizeF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QString.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_u32.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QUuid.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_QRectF.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvector/qvector_u64.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qbytearray.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qvariant.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qtlogging.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qrect.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qhash
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qhash/qhash_i32_QByteArray.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qhash/qhash_private.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qhash/qhash.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qhash/qhash_QString_QVariant.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qpoint.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qsize.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qstring.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qtime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qpersistentmodelindex.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qcoreapplication.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qtimezone.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qdatetime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qtypes.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/core/qsizef.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qrectf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qvector4d.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qmodelindex.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qhash_private.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/quuid.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qbytearray.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qvector.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qvariant.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qtlogging.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qrect.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qfont.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qregion.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpoint.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qcolor.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qsize.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qpolygon.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qquaternion.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qvector3d.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qpainterpath.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qimage.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qvector2d.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qguiapplication.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qvector4d.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qfont.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qregion.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qcolor.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qpainter.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qgenericmatrix.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qpen.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/gui/qpolygonf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qstring.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qhash.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qtime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpainter.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qml
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qml/qqmlapplicationengine.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qml/qqmlengine.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qgenericmatrix.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpersistentmodelindex.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qhash_QString_QVariant.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qcoreapplication.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qtimezone.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qdatetime.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpen.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qtypes.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qsizef.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/include/qpolygonf.h
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qcoreapplication.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qhash/qhash_i32_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qhash/qhash_qstring_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qline.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlinef.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qline.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qlinef.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qmargins.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qmarginsf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qmap/qmap_qstring_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qmargins.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qmarginsf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qobject.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qstringlist.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qt.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qtlogging.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qtypes.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/mod.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qstringlist.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_bool.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_f32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_f64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_i8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_i16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_i32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_i64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qbytearray.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qdate.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qline.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qlinef.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qmargins.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qmarginsf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qpersistentmodelindex.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qpoint.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qpointf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qrect.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qrectf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qsize.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qsizef.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qstring.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qtime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qurl.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_quuid.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qvariant.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_u8.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_u16.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_u32.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_u64.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qanystringview.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qquaternion.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qvector2d.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qvector3d.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qvector4d.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qcolor.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qfont.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qguiapplication.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qimage.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qquaternion.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qpainterpath.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qpainter.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qpen.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qpolygon.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qpolygonf.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qregion.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qvector2d.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qvector3d.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/gui/qvector4d.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/qml/qqmlapplicationengine.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/qml/qqmlengine.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/quickcontrols/qquickstyle.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qtimezone.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qlist/qlist_qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qset/qset_qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvariant/qvariant_qdatetime.rs
[INFO] [stderr]   cargo::rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cxx-qt-lib-0.8.1/src/core/qvector/qvector_qdatetime.rs
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   OPT_LEVEL = Some(3)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(false)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu
[INFO] [stderr]   AR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu
[INFO] [stderr]   AR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_AR
[INFO] [stderr]   HOST_AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR
[INFO] [stderr]   AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS
[INFO] [stderr]   ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_ARFLAGS
[INFO] [stderr]   HOST_ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   ARFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   ARFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rustc-link-lib=static:+whole-archive=cxx-qt-call-init-crate_cxx_qt_lib
[INFO] [stderr]   cargo:rustc-link-search=native=/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXSTDLIB_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXSTDLIB_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXSTDLIB
[INFO] [stderr]   HOST_CXXSTDLIB = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXSTDLIB
[INFO] [stderr]   CXXSTDLIB = None
[INFO] [stderr]   cargo:rustc-link-lib=stdc++
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   OPT_LEVEL = Some(3)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(false)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[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: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qdate.o" "-c" "src/core/qdate.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qrect.o" "-c" "src/core/qrect.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/30dfbced5478f6e7-qlist.o" "-c" "src/core/qlist/qlist.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qline.o" "-c" "src/core/qline.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qmodelindex.o" "-c" "src/core/qmodelindex.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/c24b180404e77aaf-qhash.o" "-c" "src/core/qhash/qhash.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qpersistentmodelindex.o" "-c" "src/core/qpersistentmodelindex.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qmarginsf.o" "-c" "src/core/qmarginsf.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qcoreapplication.o" "-c" "src/core/qcoreapplication.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[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: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/009cb8712df3b030-qmap.o" "-c" "src/core/qmap/qmap.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/65f8421eeff7d14c-qset.o" "-c" "src/core/qset/qset.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qsize.o" "-c" "src/core/qsize.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qsizef.o" "-c" "src/core/qsizef.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qtime.o" "-c" "src/core/qtime.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qtlogging.o" "-c" "src/core/qtlogging.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/f0c06ca2b68ff482-qvariant.o" "-c" "src/core/qvariant/qvariant.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qstring.o" "-c" "src/core/qstring.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/6368f4d96e93af10-qvector.o" "-c" "src/core/qvector/qvector.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-quuid.o" "-c" "src/core/quuid.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qgenericmatrix.o" "-c" "src/gui/qgenericmatrix.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qurl.o" "-c" "src/core/qurl.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qfont.o" "-c" "src/gui/qfont.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qcolor.o" "-c" "src/gui/qcolor.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qguiapplication.o" "-c" "src/gui/qguiapplication.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpainter.o" "-c" "src/gui/qpainter.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpainterpath.o" "-c" "src/gui/qpainterpath.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpen.o" "-c" "src/gui/qpen.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qimage.o" "-c" "src/gui/qimage.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qquaternion.o" "-c" "src/gui/qquaternion.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpolygon.o" "-c" "src/gui/qpolygon.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qpolygonf.o" "-c" "src/gui/qpolygonf.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qvector2d.o" "-c" "src/gui/qvector2d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qtimezone.o" "-c" "src/core/qtimezone.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qvector4d.o" "-c" "src/gui/qvector4d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/703bf816c61ab799-qqmlapplicationengine.o" "-c" "src/qml/qqmlapplicationengine.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/703bf816c61ab799-qqmlengine.o" "-c" "src/qml/qqmlengine.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qregion.o" "-c" "src/gui/qregion.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/750f27a0aa350765-qvector3d.o" "-c" "src/gui/qvector3d.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/badec7f11aadc5df-qdatetime.o" "-c" "src/core/qdatetime.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qcoreapplication.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qcoreapplication.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/6508bd79fc8afc7b-qhash_i32_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qhash/qhash_i32_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/6508bd79fc8afc7b-qhash_qstring_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qhash/qhash_qstring_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qline.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qline.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qcoreapplication.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qcoreapplication.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qlinef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlinef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qline.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qline.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qmargins.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qmargins.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qlinef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qlinef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qmarginsf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qmarginsf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qmarginsf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmarginsf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qmargins.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmargins.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/f3dedbc229bc0f30-qmap_qstring_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmap/qmap_qstring_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qobject.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qobject.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/1c2e6bcd133ed89b-qset_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qset/qset_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qstringlist.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qstringlist.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qtlogging.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qtlogging.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-mod.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/mod.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qstringlist.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qstringlist.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_bool.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_bool.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_f32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_f32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_f64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_f64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_i32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_i32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qbytearray.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qbytearray.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qdate.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qdate.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qmargins.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qmargins.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qline.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qline.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qlinef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qlinef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qpoint.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qpoint.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qpersistentmodelindex.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qpersistentmodelindex.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qrect.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qrect.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qmarginsf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qmarginsf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qpointf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qpointf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qsize.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qsize.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qrectf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qrectf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qsizef.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qsizef.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qtime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qtime.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qurl.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qurl.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qstring.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qstring.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qvariant.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qvariant.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_quuid.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_quuid.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u8.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u8.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u32.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u32.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u64.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u64.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_u16.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_u16.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af8776c46a1d807f-qlist_qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qlist/qlist_qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qanystringview.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qanystringview.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qquaternion.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qquaternion.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qvector2d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qvector2d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qvector3d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qvector3d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/b9a53720d63cb257-qvariant_qvector4d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvariant/qvariant_qvector4d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qguiapplication.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qguiapplication.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qfont.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qfont.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/af799319b551cddc-qvector_qcolor.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qvector/qvector_qcolor.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qimage.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qimage.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qguiapplication.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qguiapplication.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpainterpath.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpainterpath.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qquaternion.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qquaternion.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpainter.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpainter.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpolygon.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpolygon.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpen.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpen.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qpolygonf.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qpolygonf.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qregion.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qregion.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qvector2d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qvector2d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qvector4d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qvector4d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlapplicationengine.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlapplicationengine.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlengine.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlengine.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/746722b91761c414-qvector3d.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/gui/qvector3d.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlapplicationengine.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlapplicationengine.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/06f204851f348880-qqmlengine.cxxqt.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/qml/qqmlengine.cxxqt.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/665020240ddaa8c8-qquickstyle.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/quickcontrols/qquickstyle.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qtimezone.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qtimezone.cxx.cpp"cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qdatetime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qdatetime.cxx.cpp"
[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 in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-std=c++17" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQuickControls2" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtGui" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtQml" "-I" "/usr/include/x86_64-linux-gnu/qt6/QtCore" "-I" "/usr/include/x86_64-linux-gnu/qt6" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtbuild/include/private" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-I" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/moc" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/9aba2b9b9156caf8-qdatetime.cxx.o" "-c" "/opt/rustwide/target/release/build/cxx-qt-lib-dc745537c4081f4c/out/cxxqtgen/src/core/qdatetime.cxx.cpp"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a", kill_on_drop: false }`
[INFO] [stdout] 0968497721c5e91480d0303420991507900f3ecb33cd92ee797a45b6890eba0a
