[INFO] cloning repository https://github.com/dmilla/scrypto-escrow-challenge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dmilla/scrypto-escrow-challenge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmilla%2Fscrypto-escrow-challenge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmilla%2Fscrypto-escrow-challenge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 782d086d86f96fea617fd0ee1117dc0d6e67cd7c [INFO] checking dmilla/scrypto-escrow-challenge against try#e071e73523bfcdcab2878dbf652ac8ebb9b9eee4 for pr-144386 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdmilla%2Fscrypto-escrow-challenge" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/dmilla/scrypto-escrow-challenge [INFO] finished tweaking git repo https://github.com/dmilla/scrypto-escrow-challenge [INFO] tweaked toml for git repo https://github.com/dmilla/scrypto-escrow-challenge written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dmilla/scrypto-escrow-challenge on toolchain e071e73523bfcdcab2878dbf652ac8ebb9b9eee4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e071e73523bfcdcab2878dbf652ac8ebb9b9eee4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dmilla/scrypto-escrow-challenge 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" "+e071e73523bfcdcab2878dbf652ac8ebb9b9eee4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+e071e73523bfcdcab2878dbf652ac8ebb9b9eee4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09a48653364ae41f02c425609ab547d3bc03938753874b30fa816da568711692 [INFO] running `Command { std: "docker" "start" "-a" "09a48653364ae41f02c425609ab547d3bc03938753874b30fa816da568711692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09a48653364ae41f02c425609ab547d3bc03938753874b30fa816da568711692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09a48653364ae41f02c425609ab547d3bc03938753874b30fa816da568711692", kill_on_drop: false }` [INFO] [stdout] 09a48653364ae41f02c425609ab547d3bc03938753874b30fa816da568711692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+e071e73523bfcdcab2878dbf652ac8ebb9b9eee4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 812e417a046e6da001d79b29130a895b5667badfc01d8046caacca044f313b94 [INFO] running `Command { std: "docker" "start" "-a" "812e417a046e6da001d79b29130a895b5667badfc01d8046caacca044f313b94", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling const-sha1 v0.3.0 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling syn v2.0.50 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling blst v0.3.11 [INFO] [stderr] Compiling secp256k1-sys v0.9.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Checking signature v1.6.4 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Compiling ed25519 v1.5.3 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Compiling bnum v0.11.0 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Compiling bech32 v0.9.1 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Checking ryu v1.0.17 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking regex-syntax v0.7.5 [INFO] [stderr] Compiling anyhow v1.0.80 [INFO] [stderr] Compiling sbor-derive-common v1.2.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.2.0#7a8a3405) [INFO] [stderr] Compiling sbor-derive-common v1.2.0 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking annotate-snippets v0.10.2 [INFO] [stderr] Checking radix-rust v1.2.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.2.0#7a8a3405) [INFO] [stderr] Checking regex-automata v0.3.9 [INFO] [stderr] Checking radix-rust v1.2.0 [INFO] [stderr] Compiling scratch v1.0.7 [INFO] [stderr] Compiling link-cplusplus v1.0.9 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Compiling cxxbridge-flags v1.0.124 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling cxx v1.0.124 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling sbor-derive v1.2.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.2.0#7a8a3405) [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Checking regex v1.9.3 [INFO] [stderr] Compiling radix-sbor-derive v1.2.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.2.0#7a8a3405) [INFO] [stderr] Compiling sbor-derive v1.2.0 [INFO] [stderr] Checking sbor v1.2.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.2.0#7a8a3405) [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling curve25519-dalek v3.2.1 [INFO] [stderr] Compiling radix-sbor-derive v1.2.0 [INFO] [stderr] Checking sbor v1.2.0 [INFO] [stderr] Compiling cxx-build v1.0.124 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking wasmparser v0.121.2 [INFO] [stderr] Compiling cxxbridge-macro v1.0.124 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling moka v0.9.9 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling fixedstr v0.2.12 [INFO] [stderr] Checking indexmap-nostd v0.4.0 [INFO] [stderr] Checking wasmi_core v0.8.0 [INFO] [stderr] Checking wasmparser-nostd v0.91.0 [INFO] [stderr] Compiling radix-engine-profiling v1.2.0 [INFO] [stderr] Checking wasm-encoder v0.29.0 [INFO] [stderr] Checking uuid v1.7.0 [INFO] [stderr] Checking wasmparser v0.107.0 [INFO] [stderr] Compiling wasm-opt-sys v0.114.2 [INFO] [stderr] Compiling wasm-opt-cxx-sys v0.114.2 [INFO] [stderr] Checking scheduled-thread-pool v0.2.7 [INFO] [stderr] Checking crossbeam-channel v0.5.11 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking tagptr v0.2.0 [INFO] [stderr] Checking radix-wasmi-arena v1.0.0 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking triomphe v0.1.11 [INFO] [stderr] Checking winnow v0.5.40 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking radix-wasmi v1.0.0 [INFO] [stderr] Checking ed25519-dalek v1.0.1 [INFO] [stderr] Checking wasmprinter v0.2.80 [INFO] [stderr] Checking toml_datetime v0.6.6 [INFO] [stderr] Checking serde_spanned v0.6.6 [INFO] [stderr] Checking toml_edit v0.19.15 [INFO] [stderr] Compiling wabt-sys v0.8.0 [INFO] [stderr] Compiling radix-engine-profiling-derive v1.2.0 [INFO] [stderr] Checking radix-wasm-instrument v1.0.0 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking tempfile v3.10.0 [INFO] [stderr] Compiling ouroboros_macro v0.17.2 [INFO] [stderr] Checking aliasable v0.1.3 [INFO] [stderr] Checking toml v0.7.8 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking cargo_toml v0.15.3 [INFO] [stderr] Checking ouroboros v0.17.2 [INFO] [stderr] Compiling radix-common v1.2.0 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.2.0#7a8a3405) [INFO] [stderr] Compiling radix-common v1.2.0 [INFO] [stderr] Checking secp256k1 v0.28.2 [INFO] [stderr] error: could not compile `radix-common` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/bin/rustc --crate-name radix_common --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/radix-common-1.2.0/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "coverage", "default", "full_math_benches", "fuzzing", "resource_tracker", "secp256k1", "secp256k1_sign_and_validate", "serde", "std"))' -C metadata=930e7d27b4e49b3c -C extra-filename=-81b5a5fc397b7c5d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bech32=/opt/rustwide/target/debug/deps/libbech32-39fd054042c6c270.rmeta --extern blake2=/opt/rustwide/target/debug/deps/libblake2-37252352fe1a04a2.rmeta --extern blst=/opt/rustwide/target/debug/deps/libblst-909ae59b6c05c026.rmeta --extern bnum=/opt/rustwide/target/debug/deps/libbnum-d3f34a01bcc8a799.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-34002b9e85093645.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-27822618ec70c540.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-7bef99ab27b53866.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-286f1f4607703f10.rmeta --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-2993cbe00ba96ee4.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b2d8e31a89c60821.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-23d58dca5a2f71ac.so --extern radix_rust=/opt/rustwide/target/debug/deps/libradix_rust-c8cf109c1955f236.rmeta --extern radix_sbor_derive=/opt/rustwide/target/debug/deps/libradix_sbor_derive-8e00135d7e777813.so --extern sbor=/opt/rustwide/target/debug/deps/libsbor-b0e0971db265a880.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-297b24575220fe12.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-f6d5693079b3a0f3.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-297ab3aa238374f0.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blst-379c7cc92a40d8a8/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `radix-common` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/bin/rustc --crate-name radix_common --edition=2021 /opt/rustwide/cargo-home/git/checkouts/radixdlt-scrypto-48b6acf686a86e20/7a8a340/radix-common/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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "coverage", "default", "full_math_benches", "fuzzing", "resource_tracker", "secp256k1", "secp256k1_sign_and_validate", "serde", "std"))' -C metadata=d05de3a00db87753 -C extra-filename=-a1e8c76517d1f4ac --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bech32=/opt/rustwide/target/debug/deps/libbech32-39fd054042c6c270.rmeta --extern blake2=/opt/rustwide/target/debug/deps/libblake2-37252352fe1a04a2.rmeta --extern blst=/opt/rustwide/target/debug/deps/libblst-909ae59b6c05c026.rmeta --extern bnum=/opt/rustwide/target/debug/deps/libbnum-d3f34a01bcc8a799.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-34002b9e85093645.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-27822618ec70c540.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-7bef99ab27b53866.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-286f1f4607703f10.rmeta --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-2993cbe00ba96ee4.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b2d8e31a89c60821.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-23d58dca5a2f71ac.so --extern radix_rust=/opt/rustwide/target/debug/deps/libradix_rust-166bffcfa1680178.rmeta --extern radix_sbor_derive=/opt/rustwide/target/debug/deps/libradix_sbor_derive-beac717ec404caa2.so --extern sbor=/opt/rustwide/target/debug/deps/libsbor-706dbe4cd4fcaa36.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4b7cca6a5dc31545.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-297b24575220fe12.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-f6d5693079b3a0f3.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-297ab3aa238374f0.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/blst-379c7cc92a40d8a8/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: failed to run custom build command for `wabt-sys v0.8.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/wabt-sys-965363282c5dc365/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=WABT_CXXSTDLIB [INFO] [stderr] cargo:rerun-if-env-changed=CXXSTDLIB [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/wabt-sys-2e68c73350c909e5/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wabt-sys-0.8.0/wabt" "-DBUILD_TESTS=OFF" "-DBUILD_TOOLS=OFF" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/wabt-sys-2e68c73350c909e5/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] -- Looking for alloca.h [INFO] [stderr] -- Looking for alloca.h - found [INFO] [stderr] -- Looking for unistd.h [INFO] [stderr] -- Looking for unistd.h - found [INFO] [stderr] -- Looking for snprintf [INFO] [stderr] -- Looking for snprintf - found [INFO] [stderr] -- Looking for strcasecmp [INFO] [stderr] -- Looking for strcasecmp - found [INFO] [stderr] -- Looking for sys/types.h [INFO] [stderr] -- Looking for sys/types.h - found [INFO] [stderr] -- Looking for stdint.h [INFO] [stderr] -- Looking for stdint.h - found [INFO] [stderr] -- Looking for stddef.h [INFO] [stderr] -- Looking for stddef.h - found [INFO] [stderr] -- Check size of ssize_t [INFO] [stderr] -- Check size of ssize_t - done [INFO] [stderr] -- Check size of size_t [INFO] [stderr] -- Check size of size_t - done [INFO] [stderr] -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.5") [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Configuring done (16.4s) [INFO] [stderr] -- Generating done (0.2s) [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/wabt-sys-2e68c73350c909e5/out/build [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/wabt-sys-2e68c73350c909e5/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--config" "Debug" [INFO] [stderr] [ 1%] Building CXX object CMakeFiles/wabt.dir/src/apply-names.cc.o [INFO] [stderr] [ 2%] Building CXX object CMakeFiles/wabt.dir/src/binary.cc.o [INFO] [stderr] [ 3%] Building CXX object CMakeFiles/wabt.dir/src/binary-reader.cc.o [INFO] [stderr] [ 4%] Building CXX object CMakeFiles/wabt.dir/src/binary-reader-ir.cc.o [INFO] [stderr] [ 5%] Building CXX object CMakeFiles/wabt.dir/src/binary-reader-logging.cc.o [INFO] [stderr] [ 6%] Building CXX object CMakeFiles/wabt.dir/src/binary-writer.cc.o [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Deprecation Warning at CMakeLists.txt:17 (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 value or use a ... suffix to tell [INFO] [stderr] CMake that the project does not need compatibility with older versions. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Warning (dev) at CMakeLists.txt:468 (find_package): [INFO] [stderr] Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules [INFO] [stderr] are removed. Run "cmake --help-policy CMP0148" for policy details. Use [INFO] [stderr] the cmake_policy command to set the policy and suppress this warning. [INFO] [stderr] [INFO] [stderr] This warning is for project developers. Use -Wno-dev to suppress it. [INFO] [stderr] [INFO] [stderr] CMake Warning (dev) at CMakeLists.txt:325 (add_library): [INFO] [stderr] Policy CMP0115 is not set: Source file extensions must be explicit. Run [INFO] [stderr] "cmake --help-policy CMP0115" for policy details. Use the cmake_policy [INFO] [stderr] command to set the policy and suppress this warning. [INFO] [stderr] [INFO] [stderr] File: [INFO] [stderr] [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wabt-sys-0.8.0/wabt/src/config.h.in [INFO] [stderr] This warning is for project developers. Use -Wno-dev to suppress it. [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] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [CMakeFiles/wabt.dir/build.make:118: CMakeFiles/wabt.dir/src/binary-reader-ir.cc.o] Error 1 [INFO] [stderr] gmake[2]: *** Waiting for unfinished jobs.... [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:112: CMakeFiles/wabt.dir/all] Error 2 [INFO] [stderr] gmake: *** [Makefile:91: all] Error 2 [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.50/src/lib.rs:1098: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: 0x5716c03522e2 - std::backtrace_rs::backtrace::libunwind::trace::ha7b2dc629342d57b [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5716c03522e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5224584437b0512f [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5716c03522e2 - std::sys::backtrace::_print_fmt::h8bb249ff20edae45 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5716c03522e2 - ::fmt::h576807e34fb15589 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5716c03770f3 - core::fmt::rt::Argument::fmt::h2fde6afb43404c7c [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5716c03770f3 - core::fmt::write::hfb5079ec543ef6d5 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x5716c034e663 - std::io::default_write_fmt::h6700bdbef540d4c2 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5716c034e663 - std::io::Write::write_fmt::h1f1ab6f8760a3ee1 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5716c0352132 - std::sys::backtrace::BacktraceLock::print::h2bc1c2aae8495f04 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5716c0353e13 - std::panicking::default_hook::{{closure}}::h0e28be232d3b5182 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x5716c0353bf5 - std::panicking::default_hook::hbace4a616c8041c0 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5716c0354825 - std::panicking::rust_panic_with_hook::h9d839363133a759d [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5716c03545ba - std::panicking::begin_panic_handler::{{closure}}::h15dc0214fa10d1c4 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5716c03527d9 - std::sys::backtrace::__rust_end_short_backtrace::h09b11ea25f8409f5 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x5716c035424d - __rustc[91034e02a101bf35]::rust_begin_unwind [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5716c0376010 - core::panicking::panic_fmt::hbda0a1155d790799 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5716c02b869b - cmake::fail::h60b39f777bb63171 [INFO] [stderr] 17: 0x5716c02b7f1a - cmake::run::hd0f41c1c6e11c799 [INFO] [stderr] 18: 0x5716c02b4ac4 - cmake::Config::build::h19856765d6199062 [INFO] [stderr] 19: 0x5716c02a36fc - build_script_build::main::h58fcd33e8ce02250 [INFO] [stderr] 20: 0x5716c02a1773 - core::ops::function::FnOnce::call_once::h9cb9c496710a4abf [INFO] [stderr] 21: 0x5716c02a16b6 - std::sys::backtrace::__rust_begin_short_backtrace::h045bbf6d1e382685 [INFO] [stderr] 22: 0x5716c02a15e9 - std::rt::lang_start::{{closure}}::hd3f42ad21ea90c87 [INFO] [stderr] 23: 0x5716c0348750 - core::ops::function::impls:: for &F>::call_once::h9a45515c98cc5d9c [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 24: 0x5716c0348750 - std::panicking::catch_unwind::do_call::h468cbdd0e2399fce [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:589:40 [INFO] [stderr] 25: 0x5716c0348750 - std::panicking::catch_unwind::h60d269c2f1c23a95 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:552:19 [INFO] [stderr] 26: 0x5716c0348750 - std::panic::catch_unwind::hceebaad66a24d509 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x5716c0348750 - std::rt::lang_start_internal::{{closure}}::h074de9fba21fef3e [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/rt.rs:175:24 [INFO] [stderr] 28: 0x5716c0348750 - std::panicking::catch_unwind::do_call::h149c339fb1e236fc [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:589:40 [INFO] [stderr] 29: 0x5716c0348750 - std::panicking::catch_unwind::hbb16b3a2056ab664 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panicking.rs:552:19 [INFO] [stderr] 30: 0x5716c0348750 - std::panic::catch_unwind::h4ecf5943e5abc698 [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x5716c0348750 - std::rt::lang_start_internal::hf6abebdc40a3984b [INFO] [stderr] at /rustc/e071e73523bfcdcab2878dbf652ac8ebb9b9eee4/library/std/src/rt.rs:171:5 [INFO] [stderr] 32: 0x5716c02a15d1 - std::rt::lang_start::h6cae79cb8af5e977 [INFO] [stderr] 33: 0x5716c02a4405 - main [INFO] [stderr] 34: 0x7d11cfd191ca - [INFO] [stderr] 35: 0x7d11cfd1928b - __libc_start_main [INFO] [stderr] 36: 0x5716c02a1115 - _start [INFO] [stderr] 37: 0x0 - [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "812e417a046e6da001d79b29130a895b5667badfc01d8046caacca044f313b94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "812e417a046e6da001d79b29130a895b5667badfc01d8046caacca044f313b94", kill_on_drop: false }` [INFO] [stdout] 812e417a046e6da001d79b29130a895b5667badfc01d8046caacca044f313b94