[INFO] fetching crate summa 0.8.8...
[INFO] testing summa-0.8.8 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate summa 0.8.8 into /workspace/builds/worker-7-tc2/source
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate summa 0.8.8
[INFO] finished tweaking crates.io crate summa 0.8.8
[INFO] tweaked toml for crates.io crate summa 0.8.8 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate summa 0.8.8 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate summa 0.8.8 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bee7b91547845c148f86010c82244b77bf59f5d69edf37b739540585982a0ee9
[INFO] running `Command { std: "docker" "start" "-a" "bee7b91547845c148f86010c82244b77bf59f5d69edf37b739540585982a0ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bee7b91547845c148f86010c82244b77bf59f5d69edf37b739540585982a0ee9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bee7b91547845c148f86010c82244b77bf59f5d69edf37b739540585982a0ee9", kill_on_drop: false }`
[INFO] [stdout] bee7b91547845c148f86010c82244b77bf59f5d69edf37b739540585982a0ee9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e8e604bdfef9cf544ce015b709cc0e8c24721d6272232894b56d3aa64792eff
[INFO] running `Command { std: "docker" "start" "-a" "9e8e604bdfef9cf544ce015b709cc0e8c24721d6272232894b56d3aa64792eff", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling smallvec v1.8.1
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling async-trait v0.1.56
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling hashbrown v0.12.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling prettyplease v0.1.15
[INFO] [stderr]    Compiling quote v1.0.19
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling prost-build v0.10.4
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling petgraph v0.6.2
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling tower-layer v0.3.1
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling protobuf v2.27.1
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling ownedbytes v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling rdkafka-sys v4.2.0+1.8.2
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling matchit v0.5.0
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling snap v1.0.5
[INFO] [stderr]    Compiling prometheus v0.13.1
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling sync_wrapper v0.1.1
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling tantivy-common v0.3.0
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling dashmap v4.0.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling combine v4.6.4
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling regex-syntax v0.4.2
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling smawk v0.3.1
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling tantivy-bitpacker v0.2.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling os_str_bytes v6.1.0
[INFO] [stderr]    Compiling pretty_assertions v1.2.1
[INFO] [stderr]    Compiling fastfield_codecs v0.2.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling lru v0.7.7
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling tantivy-fst v0.3.0
[INFO] [stderr]    Compiling bitpacking v0.8.4
[INFO] [stderr]    Compiling darling_core v0.14.1
[INFO] [stderr]    Compiling unicode-linebreak v0.1.2
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling murmurhash32 v0.2.0
[INFO] [stderr]    Compiling fail v0.5.0
[INFO] [stderr]    Compiling measure_time v0.8.2
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling memmap2 v0.5.3
[INFO] [stderr]    Compiling path-dedot v3.0.17
[INFO] [stderr]    Compiling easy-parallel v3.2.0
[INFO] [stderr]    Compiling fastdivide v0.4.0
[INFO] [stderr]    Compiling event-listener v2.5.2
[INFO] [stderr]    Compiling levenshtein_automata v0.2.1
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling lz4_flex v0.9.3
[INFO] [stderr]    Compiling census v0.4.0
[INFO] [stderr]    Compiling oneshot v0.1.3
[INFO] [stderr]    Compiling htmlescape v0.3.1
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.98/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e8131408bc8dc514 -C extra-filename=-72d967b110c794c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-0c139eac5c9563dd.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-c70c2e522fed0d47.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-bda63fbf72b448dd.rmeta --cap-lints allow --cap-lints=warn --cfg syn_disable_nightly_tests` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `brotli` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name brotli --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/brotli-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc-stdlib"' --cfg 'feature="default"' --cfg 'feature="ffi-api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc-stdlib", "benchmark", "default", "disable-timer", "external-literal-probability", "ffi-api", "packed_simd_2", "pass-through-ffi-panics", "seccomp", "sha2", "simd", "std", "validation", "vector_scratch_space"))' -C metadata=78ba13903a019526 -C extra-filename=-b4579d884f638a38 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alloc_no_stdlib=/opt/rustwide/target/debug/deps/liballoc_no_stdlib-19c558ff0fdb96a3.rmeta --extern alloc_stdlib=/opt/rustwide/target/debug/deps/liballoc_stdlib-90c11827f309ba1e.rmeta --extern brotli_decompressor=/opt/rustwide/target/debug/deps/libbrotli_decompressor-674885219c912acc.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `protobuf` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name protobuf --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/protobuf-2.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "serde", "serde_derive", "with-bytes", "with-serde"))' -C metadata=0afad3080458c159 -C extra-filename=-bbfef8c177c32091 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `combine` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name combine --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "bytes_05", "default", "futures-03", "futures-core-03", "futures-io-03", "mp4", "pin-project", "pin-project-lite", "regex", "std", "tokio", "tokio-02", "tokio-02-dep", "tokio-03", "tokio-03-dep", "tokio-dep", "tokio-util"))' -C metadata=e35cf22da4190659 -C extra-filename=-91b0ed2adb4a8d8f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-6bd5723bc1b40ae3.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `rayon` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name rayon --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62353c0f18e15385 -C extra-filename=-c3713f0154e5f3b3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-2ca939e7d87964a8.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-ac62fa475fcee299.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-88c38c43c7a27cd3.rmeta --cap-lints allow --cap-lints=warn --cfg has_step_by_rev --cfg has_min_const_generics --cfg has_control_flow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `toml` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-04-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name toml --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "preserve_order"))' -C metadata=e6e287f418fc5ed0 -C extra-filename=-b40e2cd5cb843066 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde=/opt/rustwide/target/debug/deps/libserde-43ac0b9e053f5681.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: failed to run custom build command for `prost-build v0.10.4`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/prost-build-ae73d0431d4c2f19/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/cmake
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/prost-build-9932c84059406918/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/cmake" "-Dprotobuf_BUILD_TESTS=OFF" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/prost-build-9932c84059406918/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 13.3.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 13.3.0
[INFO] [stderr]   -- Detecting C compiler ABI info
[INFO] [stderr]   -- Detecting C compiler ABI info - done
[INFO] [stderr]   -- Check for working C compiler: /usr/bin/cc - skipped
[INFO] [stderr]   -- Detecting C compile features
[INFO] [stderr]   -- Detecting C compile features - done
[INFO] [stderr]   -- Detecting CXX compiler ABI info
[INFO] [stderr]   -- Detecting CXX compiler ABI info - done
[INFO] [stderr]   -- Check for working CXX compiler: /usr/bin/c++ - skipped
[INFO] [stderr]   -- Detecting CXX compile features
[INFO] [stderr]   -- Detecting CXX compile features - done
[INFO] [stderr]   -- 
[INFO] [stderr]   -- 3.19.4.0
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[INFO] [stderr]   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
[INFO] [stderr]   -- Found Threads: TRUE  
[INFO] [stderr]   -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3")  
[INFO] [stderr]   -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
[INFO] [stderr]   -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
[INFO] [stderr]   -- Configuring done (4.9s)
[INFO] [stderr]   -- Generating done (0.4s)
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/prost-build-9932c84059406918/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/prost-build-9932c84059406918/out/build" && MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" "cmake" "--build" "." "--target" "install" "--config" "Debug" "--parallel" "16"
[INFO] [stderr]   [  0%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/any_lite.cc.o
[INFO] [stderr]   [  0%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/arena.cc.o
[INFO] [stderr]   [  1%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/arenastring.cc.o
[INFO] [stderr]   [  1%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/io_win32.cc.o
[INFO] [stderr]   [  1%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/inlined_string_field.cc.o
[INFO] [stderr]   [  2%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/strtod.cc.o
[INFO] [stderr]   [  2%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o
[INFO] [stderr]   [  2%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o
[INFO] [stderr]   [  3%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o
[INFO] [stderr]   [  4%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_enum_util.cc.o
[INFO] [stderr]   [  5%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc.o
[INFO] [stderr]   [  5%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/extension_set.cc.o
[INFO] [stderr]   [  6%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/implicit_weak_message.cc.o
[INFO] [stderr]   [  7%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/coded_stream.cc.o
[INFO] [stderr]   [  7%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o
[INFO] [stderr]   [  7%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[INFO] [stderr]   [  8%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/any_lite.cc.o
[INFO] [stderr]   [  9%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/map.cc.o
[INFO] [stderr]   [  9%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/message_lite.cc.o
[INFO] [stderr]   [ 10%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/parse_context.cc.o
[INFO] [stderr]   [ 10%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/arena.cc.o
[INFO] [stderr]   [ 10%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/repeated_field.cc.o
[INFO] [stderr]   [ 11%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/repeated_ptr_field.cc.o
[INFO] [stderr]   [ 11%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/stubs/bytestream.cc.o
[INFO] [stderr]   [ 12%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/stubs/common.cc.o
[INFO] [stderr]   [ 12%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/stubs/int128.cc.o
[INFO] [stderr]   [ 13%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/arenastring.cc.o
[INFO] [stderr]   [ 13%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/extension_set.cc.o
[INFO] [stderr]   [ 14%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/stubs/status.cc.o
[INFO] [stderr]   [ 14%] Building CXX object CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/stubs/statusor.cc.o
[INFO] [stderr]   [ 15%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_enum_util.cc.o
[INFO] [stderr]   [ 15%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o
[INFO] [stderr]   [ 15%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o
[INFO] [stderr]   [ 16%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc.o
[INFO] [stderr]   [ 17%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/implicit_weak_message.cc.o
[INFO] [stderr]   [ 17%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/inlined_string_field.cc.o
[INFO] [stderr]   [ 18%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/coded_stream.cc.o
[INFO] [stderr]   [ 18%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/io_win32.cc.o
[INFO] [stderr]   [ 19%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/strtod.cc.o
[INFO] [stderr]   [ 19%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o
[INFO] [stderr]   [ 20%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o
[INFO] [stderr]   [ 20%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[INFO] [stderr]   [ 21%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/map.cc.o
[INFO] [stderr]   [ 21%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/message_lite.cc.o
[INFO] [stderr]   [ 22%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/parse_context.cc.o
[INFO] [stderr]   [ 22%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/repeated_field.cc.o
[INFO] [stderr]   [ 23%] Building CXX object CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/repeated_ptr_field.cc.o
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 3.5 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   gmake: warning: -j16 forced in submake: resetting jobserver mode.
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 4]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: 'noreturn' function does return
[INFO] [stderr]     103 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 8]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: 'noreturn' function does return
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf.dir/build.make:118: CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/extension_set.cc.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf.dir/build.make:174: CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o] Error 1
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf.dir/build.make:146: CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o] Error 1
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf.dir/build.make:160: CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc.o] Error 1
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf.dir/build.make:342: CMakeFiles/libprotobuf.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/repeated_field.cc.o] Error 1
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/libprotobuf.dir/all] Error 2
[INFO] [stderr]   gmake[1]: *** Waiting for unfinished jobs....
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf-lite.dir/build.make:118: CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/extension_set.cc.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf-lite.dir/build.make:146: CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o] Error 1
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:36:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 4]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: 'noreturn' function does return
[INFO] [stderr]     103 | }
[INFO] [stderr]         | ^
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h: In function 'void google::protobuf::internal::AlignFail(uintptr_t) [with long unsigned int align = 8]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_impl.h:103:1: warning: 'noreturn' function does return
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf-lite.dir/build.make:160: CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_tctable_lite.cc.o] Error 1
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [CMakeFiles/libprotobuf-lite.dir/build.make:174: CMakeFiles/libprotobuf-lite.dir/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.10.4/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o] Error 1
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:89: CMakeFiles/libprotobuf-lite.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:136: all] Error 2
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (2994) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.48/src/lib.rs:975:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x5d4e43ebce8a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x5d4e43ebce8a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x5d4e43ebce8a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x5d4e43ebce8a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x5d4e43ed116a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x5d4e43ed116a - core[6771d259883166e6]::fmt::write
[INFO] [stderr]      6:     0x5d4e43ec2f42 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stderr]      7:     0x5d4e43ec2f42 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]      8:     0x5d4e43e9e12f - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x5d4e43e9e12f - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x5d4e43eb7581 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x5d4e43eb773b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stderr]     12:     0x5d4e43e9e1e8 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13
[INFO] [stderr]     13:     0x5d4e43e932e9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x5d4e43e9eb4d - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stderr]     15:     0x5d4e43ed189c - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x5d4e43e38937 - cmake::fail::hcb1bc719827f9442
[INFO] [stderr]     17:     0x5d4e43e385f1 - cmake::run::h5e5a82fcd971f84b
[INFO] [stderr]     18:     0x5d4e43e3d797 - cmake::Config::build::h4977407bdf6c6f87
[INFO] [stderr]     19:     0x5d4e43e338b4 - build_script_build::compile::h62aab45efb68f984
[INFO] [stderr]     20:     0x5d4e43e33599 - build_script_build::protoc::h7db0c40c1d38e4a4
[INFO] [stderr]     21:     0x5d4e43e3322c - build_script_build::main::hb7ee0d403e9e08a9
[INFO] [stderr]     22:     0x5d4e43e33e73 - core::ops::function::FnOnce::call_once::hcfdcb3410b503427
[INFO] [stderr]     23:     0x5d4e43e33bb6 - std::sys::backtrace::__rust_begin_short_backtrace::h56fedaab5b6aedf4
[INFO] [stderr]     24:     0x5d4e43e33b39 - std::rt::lang_start::{{closure}}::h892f6adec5e7df61
[INFO] [stderr]     25:     0x5d4e43eb6674 - <&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     26:     0x5d4e43eb6674 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stderr]     27:     0x5d4e43eb6674 - std[128c3efe2914e152]::panicking::catch_unwind::<i32, &dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stderr]     28:     0x5d4e43eb6674 - std[128c3efe2914e152]::panic::catch_unwind::<&dyn core[6771d259883166e6]::ops::function::Fn<(), Output = i32> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stderr]     29:     0x5d4e43eb6674 - std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:175:24
[INFO] [stderr]     30:     0x5d4e43eb6674 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stderr]     31:     0x5d4e43eb6674 - std[128c3efe2914e152]::panicking::catch_unwind::<isize, std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stderr]     32:     0x5d4e43eb6674 - std[128c3efe2914e152]::panic::catch_unwind::<std[128c3efe2914e152]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stderr]     33:     0x5d4e43eb6674 - std[128c3efe2914e152]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/rt.rs:171:5
[INFO] [stderr]     34:     0x5d4e43e33b21 - std::rt::lang_start::hf5ffcdd0a96933f5
[INFO] [stderr]     35:     0x5d4e43e37465 - main
[INFO] [stderr]     36:     0x716ee70151ca - <unknown>
[INFO] [stderr]     37:     0x716ee701528b - __libc_start_main
[INFO] [stderr]     38:     0x5d4e43e327a5 - _start
[INFO] [stderr]     39:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "9e8e604bdfef9cf544ce015b709cc0e8c24721d6272232894b56d3aa64792eff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e8e604bdfef9cf544ce015b709cc0e8c24721d6272232894b56d3aa64792eff", kill_on_drop: false }`
[INFO] [stdout] 9e8e604bdfef9cf544ce015b709cc0e8c24721d6272232894b56d3aa64792eff
