[INFO] fetching crate linera-wasm-instrument 0.4.0-linera.1... [INFO] testing linera-wasm-instrument-0.4.0-linera.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate linera-wasm-instrument 0.4.0-linera.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate linera-wasm-instrument 0.4.0-linera.1 [INFO] finished tweaking crates.io crate linera-wasm-instrument 0.4.0-linera.1 [INFO] tweaked toml for crates.io crate linera-wasm-instrument 0.4.0-linera.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate linera-wasm-instrument 0.4.0-linera.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 120 packages to latest compatible versions [INFO] [stderr] Adding binaryen v0.12.1 (available: v0.13.0) [INFO] [stderr] Adding criterion v0.5.1 (available: v0.7.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] [stderr] Adding wasmi v0.31.2 (available: v0.51.1) [INFO] [stderr] Adding wasmparser v0.206.0 (available: v0.239.0) [INFO] [stderr] Adding wasmprinter v0.200.0 (available: v0.239.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab3fde46055804bfed1a2944a2fe178b4a214e038d1c656f44ef0a5104ea953c [INFO] running `Command { std: "docker" "start" "-a" "ab3fde46055804bfed1a2944a2fe178b4a214e038d1c656f44ef0a5104ea953c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab3fde46055804bfed1a2944a2fe178b4a214e038d1c656f44ef0a5104ea953c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab3fde46055804bfed1a2944a2fe178b4a214e038d1c656f44ef0a5104ea953c", kill_on_drop: false }` [INFO] [stdout] ab3fde46055804bfed1a2944a2fe178b4a214e038d1c656f44ef0a5104ea953c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e37a0c8dde33341bfe73a27906c09a951b680180a238b976f457c6415cfd23d5 [INFO] running `Command { std: "docker" "start" "-a" "e37a0c8dde33341bfe73a27906c09a951b680180a238b976f457c6415cfd23d5", kill_on_drop: false }` [INFO] [stderr] Compiling linera-parity-wasm v0.45.1-linera.1 [INFO] [stderr] Compiling linera-wasm-instrument v0.4.0-linera.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: for loop over a `&mut Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/gas_metering/mod.rs:315:23 [INFO] [stdout] | [INFO] [stdout] 315 | for functions in s.functions_mut() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 315 - for functions in s.functions_mut() { [INFO] [stdout] 315 + while let Some(functions) = s.functions_mut() { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 315 - for functions in s.functions_mut() { [INFO] [stdout] 315 + if let Some(functions) = s.functions_mut() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s [INFO] running `Command { std: "docker" "inspect" "e37a0c8dde33341bfe73a27906c09a951b680180a238b976f457c6415cfd23d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e37a0c8dde33341bfe73a27906c09a951b680180a238b976f457c6415cfd23d5", kill_on_drop: false }` [INFO] [stdout] e37a0c8dde33341bfe73a27906c09a951b680180a238b976f457c6415cfd23d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69acd13f7e5597c2ab774b916d9f7b8f4070b13ceeeb46124caeeb7c0a05a1d5 [INFO] running `Command { std: "docker" "start" "-a" "69acd13f7e5597c2ab774b916d9f7b8f4070b13ceeeb46124caeeb7c0a05a1d5", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling wasm-encoder v0.239.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling leb128fmt v0.1.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling unicode-width v0.2.1 [INFO] [stderr] Compiling indexmap-nostd v0.4.0 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling wasmparser-nostd v0.100.2 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling wasmparser v0.200.0 [INFO] [stderr] Compiling wasmi_core v0.13.0 [INFO] [stderr] Compiling wast v239.0.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling wasmi_arena v0.4.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling wasmparser v0.206.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stdout] warning: for loop over a `&mut Option`. This is more readably written as an `if let` statement [INFO] [stdout] --> src/gas_metering/mod.rs:315:23 [INFO] [stdout] | [INFO] [stdout] 315 | for functions in s.functions_mut() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 315 - for functions in s.functions_mut() { [INFO] [stdout] 315 + while let Some(functions) = s.functions_mut() { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 315 - for functions in s.functions_mut() { [INFO] [stdout] 315 + if let Some(functions) = s.functions_mut() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wasmi v0.31.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling binaryen-sys v0.12.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling wat v1.239.0 [INFO] [stderr] Compiling wasmprinter v0.200.0 [INFO] [stderr] error: could not compile `wast` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name wast --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wast-239.0.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 -C debuginfo=2 '--allow=clippy::all' --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-macro-rules --warn=unused-lifetimes --warn=unstable_features --deny=unsafe_code --warn=unsafe-op-in-unsafe-fn --warn=unsafe-attr-outside-unsafe '--warn=clippy::unnecessary_to_owned' '--warn=clippy::unnecessary_mut_passed' '--warn=clippy::unnecessary_fallible_conversions' '--warn=clippy::unnecessary_cast' '--warn=clippy::uninlined_format_args' --warn=unexpected_cfgs --warn=rust-2024-prelude-collisions --warn=rust-2024-incompatible-pat --warn=rust-2024-guarded-string-incompatible-syntax --warn=missing-unsafe-on-extern '--warn=clippy::map_clone' '--warn=clippy::manual_strip' --warn=keyword_idents_2024 --warn=deprecated-safe-2024 '--warn=clippy::clone_on_copy' '--warn=clippy::allow_attributes_without_reason' --check-cfg 'cfg(fuzzing)' --cfg 'feature="component-model"' --cfg 'feature="wasm-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("component-model", "default", "dwarf", "wasm-module"))' -C metadata=612c514f66841a3a -C extra-filename=-726c5b3942a0d0d2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bumpalo=/opt/rustwide/target/debug/deps/libbumpalo-52263ff6063e873e.rmeta --extern leb128fmt=/opt/rustwide/target/debug/deps/libleb128fmt-cbf791babe8cc670.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-9be7e24c0cc6f173.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-718d83db500ad5fd.rmeta --extern wasm_encoder=/opt/rustwide/target/debug/deps/libwasm_encoder-4d9f05cfb872a97e.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `wasmparser` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name wasmparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.206.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 -C debuginfo=2 --deny=unsafe_code '--allow=clippy::all' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=51d2fe6d1cd39ef1 -C extra-filename=-937d4a33bdc56aed --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-f2b46711cff20da8.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-7f84f37ac731566a.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-b0dd38ac023f0b6d.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-7a2a7805215d2d03.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-37f31af02ee76e6e.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `wasmparser` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name wasmparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.200.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 -C debuginfo=2 --deny=unsafe_code '--allow=clippy::all' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9c022eea2c89b3b -C extra-filename=-4d25d188372f505b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-7f84f37ac731566a.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-7a2a7805215d2d03.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-37f31af02ee76e6e.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `criterion` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name criterion --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.5.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 --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=169145872b4b5dd5 -C extra-filename=-295f18322b485176 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anes=/opt/rustwide/target/debug/deps/libanes-63f0137352460ed3.rmeta --extern cast=/opt/rustwide/target/debug/deps/libcast-70a90cf59d221123.rmeta --extern ciborium=/opt/rustwide/target/debug/deps/libciborium-76de585746b74bc3.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-b5cd3a5b1bd1f5c6.rmeta --extern criterion_plot=/opt/rustwide/target/debug/deps/libcriterion_plot-7a62a5fea208a711.rmeta --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-223ab6bf0af580a4.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-d269238fde074231.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-a4db6376cc076094.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-e9252a7b5119f3eb.rmeta --extern oorandom=/opt/rustwide/target/debug/deps/liboorandom-bbba029f9943950a.rmeta --extern plotters=/opt/rustwide/target/debug/deps/libplotters-a069259409eb0a0c.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-2f6ee0235a8f6553.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-aef298223ec01fb1.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-c2934576f4c45c5d.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-8dd32b69eb41230a.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-188b8264a216d870.rmeta --extern tinytemplate=/opt/rustwide/target/debug/deps/libtinytemplate-2ff45d96b119b1ff.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-125f7182d57317af.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `wasmprinter` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name wasmprinter --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmprinter-0.200.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 -C debuginfo=2 --deny=unsafe_code '--allow=clippy::all' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f254f368b4126e5c -C extra-filename=-0de238ad49cf637d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-eb07bcfe9a52a357.rmeta --extern wasmparser=/opt/rustwide/target/debug/deps/libwasmparser-4d25d188372f505b.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: failed to run custom build command for `binaryen-sys v0.12.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_TEST_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/binaryen-sys-f93f7f542a098c72/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [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/binaryen-sys-725cf4c88b3d4e2c/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/binaryen-sys-0.12.0/binaryen" "-DBUILD_STATIC_LIB=ON" "-DENABLE_WERROR=OFF" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/binaryen-sys-725cf4c88b3d4e2c/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] -- Building with -DBUILD_LLVM_DWARF [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Building with -std=c++14 [INFO] [stderr] -- Building with -Wall [INFO] [stderr] -- Building with -Wextra [INFO] [stderr] -- Building with -Wno-unused-parameter [INFO] [stderr] -- Building with -fno-omit-frame-pointer [INFO] [stderr] -- Building with -Wno-implicit-int-float-conversion [INFO] [stderr] -- Building with -Wno-unknown-warning-option [INFO] [stderr] -- Building with -Wswitch [INFO] [stderr] -- Building with -fPIC [INFO] [stderr] -- Building with -O0 [INFO] [stderr] -- Building with -g3 [INFO] [stderr] -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.5") [INFO] [stderr] -- Building libbinaryen as statically linked library. [INFO] [stderr] -- Configuring done (2.6s) [INFO] [stderr] -- Generating done (0.2s) [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/binaryen-sys-725cf4c88b3d4e2c/out/build [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/binaryen-sys-725cf4c88b3d4e2c/out/build" && LC_ALL="C" MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "/opt/rustwide/target/debug/build/binaryen-sys-725cf4c88b3d4e2c/out/build" "--target" "install" "--config" "Debug" [INFO] [stderr] [ 1%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Dwarf.cpp.o [INFO] [stderr] [ 1%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asm_v_wasm.cpp.o [INFO] [stderr] [ 2%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/ConvertUTF.cpp.o [INFO] [stderr] [ 2%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/dwarf2yaml.cpp.o [INFO] [stderr] [ 2%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DJB.cpp.o [INFO] [stderr] [ 2%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Binary.cpp.o [INFO] [stderr] [ 3%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/Debug.cpp.o [INFO] [stderr] [ 4%] Building CXX object src/cfg/CMakeFiles/cfg.dir/Relooper.cpp.o [INFO] [stderr] [ 4%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DataExtractor.cpp.o [INFO] [stderr] [ 4%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/optimizer-shared.cpp.o [INFO] [stderr] [ 5%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionAnalyzer.cpp.o [INFO] [stderr] [ 5%] Generating WasmIntrinsics.cpp [INFO] [stderr] [ 6%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/asmangle.cpp.o [INFO] [stderr] [ 7%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/parser.cpp.o [INFO] [stderr] [ 7%] Building CXX object src/asmjs/CMakeFiles/asmjs.dir/shared-constants.cpp.o [INFO] [stderr] [ 7%] Building CXX object src/ir/CMakeFiles/ir.dir/ExpressionManipulator.cpp.o [INFO] [stderr] [ 8%] Building CXX object src/passes/CMakeFiles/passes.dir/pass.cpp.o [INFO] [stderr] [ 8%] Building CXX object src/passes/CMakeFiles/passes.dir/AlignmentLowering.cpp.o [INFO] [stderr] [ 9%] Building CXX object src/support/CMakeFiles/support.dir/archive.cpp.o [INFO] [stderr] [ 9%] Building CXX object src/emscripten-optimizer/CMakeFiles/emscripten-optimizer.dir/simple_ast.cpp.o [INFO] [stderr] [ 10%] Building CXX object src/ir/CMakeFiles/ir.dir/LocalGraph.cpp.o [INFO] [stderr] [ 10%] Building CXX object src/ir/CMakeFiles/ir.dir/ReFinalize.cpp.o [INFO] [stderr] [ 11%] Building CXX object src/wasm/CMakeFiles/wasm.dir/literal.cpp.o [INFO] [stderr] [ 12%] Building CXX object src/passes/CMakeFiles/passes.dir/Asyncify.cpp.o [INFO] [stderr] [ 12%] Building CXX object src/support/CMakeFiles/support.dir/bits.cpp.o [INFO] [stderr] [ 13%] Building CXX object src/support/CMakeFiles/support.dir/colors.cpp.o [INFO] [stderr] [ 13%] Built target asmjs [INFO] [stderr] [ 14%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAbbreviationDeclaration.cpp.o [INFO] [stderr] [ 14%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm.cpp.o [INFO] [stderr] [ 14%] Building CXX object src/passes/CMakeFiles/passes.dir/AvoidReinterprets.cpp.o [INFO] [stderr] [ 15%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAcceleratorTable.cpp.o [INFO] [stderr] [ 16%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-binary.cpp.o [INFO] [stderr] [ 16%] Building CXX object third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAddressRange.cpp.o [INFO] [stderr] [ 16%] Building CXX object src/support/CMakeFiles/support.dir/command-line.cpp.o [INFO] [stderr] [ 17%] Building CXX object src/support/CMakeFiles/support.dir/debug.cpp.o [INFO] [stderr] [ 17%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-debug.cpp.o [INFO] [stderr] [ 17%] Building CXX object src/support/CMakeFiles/support.dir/file.cpp.o [INFO] [stderr] [ 17%] Built target emscripten-optimizer [INFO] [stderr] [ 18%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-emscripten.cpp.o [INFO] [stderr] [ 19%] Building CXX object src/support/CMakeFiles/support.dir/path.cpp.o [INFO] [stderr] [ 19%] Building CXX object src/support/CMakeFiles/support.dir/safe_integer.cpp.o [INFO] [stderr] [ 19%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-interpreter.cpp.o [INFO] [stderr] [ 20%] Building CXX object src/support/CMakeFiles/support.dir/threads.cpp.o [INFO] [stderr] [ 21%] Building CXX object src/wasm/CMakeFiles/wasm.dir/wasm-io.cpp.o [INFO] [stderr] [ 21%] Building CXX object src/support/CMakeFiles/support.dir/utilities.cpp.o [INFO] [stderr] [ 21%] Built target support [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide) [INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). [INFO] [stderr] CMake Deprecation Warning at CMakeLists.txt:1 (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 src/passes/CMakeLists.txt:2 (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: [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]: *** [src/ir/CMakeFiles/ir.dir/build.make:76: src/ir/CMakeFiles/ir.dir/ExpressionAnalyzer.cpp.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]: *** [src/cfg/CMakeFiles/cfg.dir/build.make:76: src/cfg/CMakeFiles/cfg.dir/Relooper.cpp.o] Error 1 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:578: src/cfg/CMakeFiles/cfg.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]: *** [src/ir/CMakeFiles/ir.dir/build.make:90: src/ir/CMakeFiles/ir.dir/ExpressionManipulator.cpp.o] Error 1 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [src/passes/CMakeFiles/passes.dir/build.make:81: src/passes/CMakeFiles/passes.dir/pass.cpp.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]: *** [src/ir/CMakeFiles/ir.dir/build.make:104: src/ir/CMakeFiles/ir.dir/LocalGraph.cpp.o] Error 1 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [src/passes/CMakeFiles/passes.dir/build.make:95: src/passes/CMakeFiles/passes.dir/AlignmentLowering.cpp.o] Error 1 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/build.make:160: third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/dwarf2yaml.cpp.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]: *** [src/wasm/CMakeFiles/wasm.dir/build.make:76: src/wasm/CMakeFiles/wasm.dir/literal.cpp.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]: *** [src/ir/CMakeFiles/ir.dir/build.make:118: src/ir/CMakeFiles/ir.dir/ReFinalize.cpp.o] Error 1 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:526: src/ir/CMakeFiles/ir.dir/all] Error 2 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [src/passes/CMakeFiles/passes.dir/build.make:109: src/passes/CMakeFiles/passes.dir/Asyncify.cpp.o] Error 1 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/build.make:174: third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/DWARFAbbreviationDeclaration.cpp.o] Error 1 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [src/passes/CMakeFiles/passes.dir/build.make:123: src/passes/CMakeFiles/passes.dir/AvoidReinterprets.cpp.o] Error 1 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:630: src/passes/CMakeFiles/passes.dir/all] Error 2 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [src/wasm/CMakeFiles/wasm.dir/build.make:90: src/wasm/CMakeFiles/wasm.dir/wasm.cpp.o] Error 1 [INFO] [stderr] c++: fatal error: Killed signal terminated program cc1plus [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[2]: *** [src/wasm/CMakeFiles/wasm.dir/build.make:104: src/wasm/CMakeFiles/wasm.dir/wasm-binary.cpp.o] Error 1 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:708: third_party/llvm-project/CMakeFiles/llvm_dwarf.dir/all] Error 2 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:682: src/wasm/CMakeFiles/wasm.dir/all] Error 2 [INFO] [stderr] gmake: *** [Makefile:136: all] Error 2 [INFO] [stderr] [INFO] [stderr] thread 'main' (1081) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.54/src/lib.rs:1119: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: 0x5bd6c0394752 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5bd6c0394752 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5bd6c0394752 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5bd6c0394752 - ::fmt::h67edf0e4d33c343c [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5bd6c03a61ff - core::fmt::rt::Argument::fmt::hef94184842aeafdd [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5bd6c03a61ff - core::fmt::write::hcf0c66b48a8fa606 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x5bd6c03638a1 - std::io::default_write_fmt::h1ecb8c7cfa7da481 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5bd6c03638a1 - std::io::Write::write_fmt::h051fe4a9e4fdbf48 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5bd6c036f672 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5bd6c03723ac - std::panicking::default_hook::{{closure}}::h91001850288db5f7 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27 [INFO] [stderr] 10: 0x5bd6c0372206 - std::panicking::default_hook::h2346dbb704ef5512 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:328:9 [INFO] [stderr] 11: 0x5bd6c0372a35 - std::panicking::panic_with_hook::hd2b063a6090d23a4 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:834:13 [INFO] [stderr] 12: 0x5bd6c03728ca - std::panicking::panic_handler::{{closure}}::he666d95f139a333e [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13 [INFO] [stderr] 13: 0x5bd6c036f7a9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18 [INFO] [stderr] 14: 0x5bd6c03572ad - __rustc[1d67440d6e82e4f]::rust_begin_unwind [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5 [INFO] [stderr] 15: 0x5bd6c03ab130 - core::panicking::panic_fmt::h420ddb7fd73daf53 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5bd6c02cfb4b - cmake::fail::h6ee9adfadc8365c4 [INFO] [stderr] 17: 0x5bd6c02cf7d2 - cmake::run::heecb1371d0683a82 [INFO] [stderr] 18: 0x5bd6c02d59bb - cmake::Config::build::hbb86f5daf6a06f4a [INFO] [stderr] 19: 0x5bd6c0096fed - build_script_build::main::heb74fd344d306c30 [INFO] [stderr] 20: 0x5bd6c0097bb3 - core::ops::function::FnOnce::call_once::h33a1eae231007276 [INFO] [stderr] 21: 0x5bd6c009bee6 - std::sys::backtrace::__rust_begin_short_backtrace::he92afc8642a95f34 [INFO] [stderr] 22: 0x5bd6c009bca9 - std::rt::lang_start::{{closure}}::h205d5322e52ef69b [INFO] [stderr] 23: 0x5bd6c03653f0 - core::ops::function::impls:: for &F>::call_once::h4967fb77e0dfb65c [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:287:21 [INFO] [stderr] 24: 0x5bd6c03653f0 - std::panicking::catch_unwind::do_call::hf7e87675c3e14c23 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40 [INFO] [stderr] 25: 0x5bd6c03653f0 - std::panicking::catch_unwind::h26f0e342004b5114 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19 [INFO] [stderr] 26: 0x5bd6c03653f0 - std::panic::catch_unwind::h9ee33ca17775d897 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x5bd6c03653f0 - std::rt::lang_start_internal::{{closure}}::h243ba3495fa13cf8 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:175:24 [INFO] [stderr] 28: 0x5bd6c03653f0 - std::panicking::catch_unwind::do_call::h819db0a7788e7259 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40 [INFO] [stderr] 29: 0x5bd6c03653f0 - std::panicking::catch_unwind::h23e08fb4a7b9f405 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19 [INFO] [stderr] 30: 0x5bd6c03653f0 - std::panic::catch_unwind::h7ca3d9eabb6135ff [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x5bd6c03653f0 - std::rt::lang_start_internal::h06ad7395f4fda8d7 [INFO] [stderr] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/rt.rs:171:5 [INFO] [stderr] 32: 0x5bd6c009bc91 - std::rt::lang_start::h1532d4727f95a917 [INFO] [stderr] 33: 0x5bd6c009a745 - main [INFO] [stderr] 34: 0x76145e4291ca - [INFO] [stderr] 35: 0x76145e42928b - __libc_start_main [INFO] [stderr] 36: 0x5bd6c0093e95 - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "69acd13f7e5597c2ab774b916d9f7b8f4070b13ceeeb46124caeeb7c0a05a1d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69acd13f7e5597c2ab774b916d9f7b8f4070b13ceeeb46124caeeb7c0a05a1d5", kill_on_drop: false }` [INFO] [stdout] 69acd13f7e5597c2ab774b916d9f7b8f4070b13ceeeb46124caeeb7c0a05a1d5