[INFO] cloning repository https://github.com/mw2000/sample-bonsai-application
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mw2000/sample-bonsai-application" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmw2000%2Fsample-bonsai-application", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmw2000%2Fsample-bonsai-application'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 64f471d635e4a16639b69bf89b42049bf12135ca
[INFO] checking mw2000/sample-bonsai-application/64f471d635e4a16639b69bf89b42049bf12135ca against master#cf8a95590a1b768b7711f2631d5b5e3ead464de7 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmw2000%2Fsample-bonsai-application" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mw2000/sample-bonsai-application
[INFO] finished tweaking git repo https://github.com/mw2000/sample-bonsai-application
[INFO] tweaked toml for git repo https://github.com/mw2000/sample-bonsai-application written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mw2000/sample-bonsai-application on toolchain cf8a95590a1b768b7711f2631d5b5e3ead464de7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mw2000/sample-bonsai-application 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" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded risc0-zeroio-derive v0.13.0
[INFO] [stderr]   Downloaded rustacuda_core v0.1.2
[INFO] [stderr]   Downloaded risc0-zeroio v0.13.0
[INFO] [stderr]   Downloaded rustacuda_derive v0.1.2
[INFO] [stderr]   Downloaded risc0-zkvm-platform v0.13.0
[INFO] [stderr]   Downloaded svm-rs-builds v0.1.15
[INFO] [stderr]   Downloaded risc0-zkvm v0.13.0
[INFO] [stderr]   Downloaded ethers-addressbook v1.0.2
[INFO] [stderr]   Downloaded parity-scale-codec-derive v3.6.0
[INFO] [stderr]   Downloaded coins-core v0.7.0
[INFO] [stderr]   Downloaded serde-aux v4.2.0
[INFO] [stderr]   Downloaded risc0-build v0.13.0
[INFO] [stderr]   Downloaded cuda-config v0.1.0
[INFO] [stderr]   Downloaded risc0-zkp v0.13.0
[INFO] [stderr]   Downloaded ethers-middleware v1.0.2
[INFO] [stderr]   Downloaded auto_impl v0.5.0
[INFO] [stderr]   Downloaded solang-parser v0.1.18
[INFO] [stderr]   Downloaded fil-rustacuda v0.1.4
[INFO] [stderr]   Downloaded ethers v1.0.2
[INFO] [stderr]   Downloaded serde_json v1.0.97
[INFO] [stderr]   Downloaded elf v0.7.2
[INFO] [stderr]   Downloaded risc0-circuit-rv32im v0.13.0
[INFO] [stderr]   Downloaded winnow v0.4.7
[INFO] [stderr]   Downloaded ethers-etherscan v1.0.2
[INFO] [stderr]   Downloaded auto_impl v1.1.0
[INFO] [stderr]   Downloaded parity-scale-codec v3.6.0
[INFO] [stderr]   Downloaded cuda-driver-sys v0.3.0
[INFO] [stderr]   Downloaded risc0-build-kernel v0.13.0
[INFO] [stderr]   Downloaded coins-bip32 v0.7.0
[INFO] [stderr]   Downloaded downloader v0.2.7
[INFO] [stderr]   Downloaded coins-bip39 v0.7.0
[INFO] [stderr]   Downloaded svm-rs v0.2.23
[INFO] [stderr]   Downloaded base58check v0.1.0
[INFO] [stderr]   Downloaded ethers-signers v1.0.2
[INFO] [stderr]   Downloaded risc0-core v0.13.0
[INFO] [stderr]   Downloaded rustls v0.21.2
[INFO] [stderr]   Downloaded risc0-sys v0.13.0
[INFO] [stderr]   Downloaded ethers-solc v1.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38cdcbee17860ce8d00092111051dd00bfb0af730c9168eae3bfc0af33880d6e
[INFO] running `Command { std: "docker" "start" "-a" "38cdcbee17860ce8d00092111051dd00bfb0af730c9168eae3bfc0af33880d6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38cdcbee17860ce8d00092111051dd00bfb0af730c9168eae3bfc0af33880d6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38cdcbee17860ce8d00092111051dd00bfb0af730c9168eae3bfc0af33880d6e", kill_on_drop: false }`
[INFO] [stdout] 38cdcbee17860ce8d00092111051dd00bfb0af730c9168eae3bfc0af33880d6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+cf8a95590a1b768b7711f2631d5b5e3ead464de7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 87869a79f4554fbf3b10cbc35e62ac375d7e5ea6b7f2ec5932f84156551dbf37
[INFO] running `Command { std: "docker" "start" "-a" "87869a79f4554fbf3b10cbc35e62ac375d7e5ea6b7f2ec5932f84156551dbf37", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling serde_json v1.0.97
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling cpufeatures v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling toml_datetime v0.6.2
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling winnow v0.4.7
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling sha2 v0.10.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling openssl v0.10.54
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling rustls v0.21.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling toml_edit v0.19.10
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.88
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling camino v1.1.4
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling ipnet v2.7.2
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling tempfile v3.6.0
[INFO] [stderr]     Checking byte-slice-cast v1.2.2
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking const-oid v0.9.2
[INFO] [stderr]     Checking der v0.6.1
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking keccak v0.1.4
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking spki v0.6.0
[INFO] [stderr]    Compiling directories v4.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling bytemuck_derive v1.4.1
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.6.0
[INFO] [stderr]    Compiling scale-info-derive v2.6.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling auto_impl v1.1.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling risc0-build-kernel v0.13.0
[INFO] [stderr]     Checking pkcs8 v0.9.0
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking crypto-bigint v0.4.9
[INFO] [stderr]     Checking ff v0.12.1
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]     Checking base16ct v0.1.1
[INFO] [stderr]     Checking bytes v1.4.0
[INFO] [stderr]     Checking impl-serde v0.4.0
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling open-fastrlp-derive v0.1.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]     Checking rlp v0.5.2
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]    Compiling cargo-platform v0.1.2
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]     Checking sec1 v0.3.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]     Checking group v0.12.1
[INFO] [stderr]    Compiling risc0-sys v0.13.0
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling matrixmultiply v0.3.7
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]     Checking elliptic-curve v0.12.3
[INFO] [stderr]    Compiling cargo_metadata v0.15.4
[INFO] [stderr]     Checking rfc6979 v0.3.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]     Checking signature v1.6.4
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]     Checking ecdsa v0.14.8
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]     Checking k256 v0.11.6
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]     Checking parity-scale-codec v3.6.0
[INFO] [stderr]    Compiling risc0-zeroio-derive v0.13.0
[INFO] [stderr]     Checking impl-codec v0.6.0
[INFO] [stderr]     Checking scale-info v2.7.0
[INFO] [stderr]     Checking primitive-types v0.12.1
[INFO] [stderr]     Checking ethbloom v0.13.0
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]     Checking ethereum-types v0.14.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking ethabi v18.0.0
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling risc0-zkp v0.13.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]     Checking open-fastrlp v0.1.4
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling lalrpop-util v0.19.12
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling zstd-sys v2.0.8+zstd.1.5.5
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling home v0.5.5
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]     Checking ethers-core v1.0.2
[INFO] [stderr]    Compiling lalrpop v0.19.12
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling risc0-circuit-rv32im v0.13.0
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling rustls v0.20.8
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]    Compiling risc0-core v0.13.0
[INFO] [stderr]    Compiling lazy-regex-proc_macros v2.4.1
[INFO] [stderr]    Compiling num-complex v0.4.3
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling risc0-zkvm-platform v0.13.0
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking sha2 v0.8.2
[INFO] [stderr]    Compiling risc0-zeroio v0.13.0
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling rustls-webpki v0.100.1
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cf8a95590a1b768b7711f2631d5b5e3ead464de7/bin/rustc --crate-name lalrpop --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="lexer"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=2588ccf4c86eff7a -C extra-filename=-48b1c46f4bb0ae28 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-b8a30967e77a1159.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-20573826608cb7a6.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-50b8d61382f35aac.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-172690468d7751d3.rmeta --extern is_terminal=/opt/rustwide/target/debug/deps/libis_terminal-f726f61862724aee.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-8f267050dcc6325b.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-d4473cf53e640846.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-3889f271c7450a84.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-97beff560a35939d.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-3cf66c215a39632c.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-322054c0a722349a.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-7d042a3af1c8df00.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-63a274b1a4d8897c.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-658f96557c181c82.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: risc0-sys@0.13.0: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: risc0-sys@0.13.0: compilation terminated.
[INFO] [stderr] warning: risc0-sys@0.13.0: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: risc0-sys@0.13.0: compilation terminated.
[INFO] [stderr] warning: risc0-sys@0.13.0: c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr] warning: risc0-sys@0.13.0: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `risc0-sys v0.13.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/risc0-sys-e2b29a833bab2989/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   OPT_LEVEL = Some("3")
[INFO] [stderr]   HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,x87")
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/ffi.o" "-c" "cxx/rv32im/ffi.cpp"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/poly_fp.o" "-c" "cxx/rv32im/poly_fp.cpp"
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/step_compute_accum.o" "-c" "cxx/rv32im/step_compute_accum.cpp"
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/step_exec.o" "-c" "cxx/rv32im/step_exec.cpp"
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/step_verify_accum.o" "-c" "cxx/rv32im/step_verify_accum.cpp"
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/step_verify_bytes.o" "-c" "cxx/rv32im/step_verify_bytes.cpp"
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/step_verify_mem.o" "-c" "cxx/rv32im/step_verify_mem.cpp"
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-Wall" "-Wextra" "-std=c++17" "-fno-var-tracking" "-fno-var-tracking-assignments" "-g0" "-o" "/opt/rustwide/target/debug/build/risc0-sys-d52fd56be0894b0d/out/cxx/rv32im/poly_fp.o" "-c" "cxx/rv32im/poly_fp.cpp" with args "c++" did not execute successfully (status code exit status: 1).
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "87869a79f4554fbf3b10cbc35e62ac375d7e5ea6b7f2ec5932f84156551dbf37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87869a79f4554fbf3b10cbc35e62ac375d7e5ea6b7f2ec5932f84156551dbf37", kill_on_drop: false }`
[INFO] [stdout] 87869a79f4554fbf3b10cbc35e62ac375d7e5ea6b7f2ec5932f84156551dbf37
