[INFO] cloning repository https://github.com/redbadger/crux
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/redbadger/crux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredbadger%2Fcrux", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredbadger%2Fcrux'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b72d7dc691a4e50fd7c1a031f8b897465496cf39
[INFO] testing redbadger/crux against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredbadger%2Fcrux" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/redbadger/crux
[INFO] finished tweaking git repo https://github.com/redbadger/crux
[INFO] tweaked toml for git repo https://github.com/redbadger/crux written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/redbadger/crux 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] crate git repo https://github.com/redbadger/crux already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 78c6d2c5ae4bd10f162ac4fb847ebb0b895e53c504e298d308a9c33f7dfd1190
[INFO] running `Command { std: "docker" "start" "-a" "78c6d2c5ae4bd10f162ac4fb847ebb0b895e53c504e298d308a9c33f7dfd1190", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78c6d2c5ae4bd10f162ac4fb847ebb0b895e53c504e298d308a9c33f7dfd1190", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78c6d2c5ae4bd10f162ac4fb847ebb0b895e53c504e298d308a9c33f7dfd1190", kill_on_drop: false }`
[INFO] [stdout] 78c6d2c5ae4bd10f162ac4fb847ebb0b895e53c504e298d308a9c33f7dfd1190
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 31d5926255635f8754a5377fb4fed92a54a86a1aae9c1c535a8b99247881d7bf
[INFO] running `Command { std: "docker" "start" "-a" "31d5926255635f8754a5377fb4fed92a54a86a1aae9c1c535a8b99247881d7bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde_core v1.0.223
[INFO] [stderr]    Compiling serde v1.0.223
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling shadow_counted v0.4.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling mutants v0.0.3
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling unsynn v0.1.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling camino v1.2.0
[INFO] [stderr]    Compiling facet-macros-parse v0.28.1
[INFO] [stderr]    Compiling textwrap v0.13.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling impls v1.0.3
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling facet-core v0.28.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling facet-macros-emit v0.28.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling indent v0.1.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling facet-macros v0.28.1
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling guppy-workspace-hack v0.1.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling target-spec v3.5.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling include_dir_impl v0.6.2
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling include_dir v0.6.2
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling ascent_base v0.8.0
[INFO] [stderr]    Compiling cfg-expr v0.20.2
[INFO] [stderr]    Compiling facet v0.28.1
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling erased-discriminant v1.0.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling http-types-red-badger-temporary-fork v4.0.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling weedle2 v5.0.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling duplicate v2.0.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling petgraph v0.8.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling serde_derive v1.0.223
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling uniffi_internal_macros v0.29.4
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling uniffi_pipeline v0.29.4
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling derive-syn-parse v0.2.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling goblin v0.8.2
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling uniffi_meta v0.29.4
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling crux_macros v0.7.0 (/opt/rustwide/workdir/crux_macros)
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling ascent_macro v0.8.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.4.1
[INFO] [stderr]    Compiling nested v0.1.1
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling clone_dyn_types v0.38.0
[INFO] [stderr]    Compiling uniffi_udl v0.29.4
[INFO] [stderr]    Compiling debug-ignore v1.0.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling boxcar v0.1.0
[INFO] [stderr]    Compiling lazy-regex v3.4.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling iter_tools v0.37.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling askama_parser v0.13.0
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling console v0.16.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling xshell-macros v0.2.7
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling xshell v0.2.7
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling human-repr v1.1.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling erased-serde v0.4.6
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde-reflection v0.4.0
[INFO] [stderr]    Compiling facet_generate v0.11.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde-untagged v0.1.8
[INFO] [stderr]    Compiling cargo-platform v0.3.0
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde-reflection v0.5.0
[INFO] [stderr]    Compiling serde-generate v0.26.0
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling ascent v0.8.0
[INFO] [stderr]    Compiling rustdoc-types v0.35.0
[INFO] [stderr]    Compiling serde_qs v0.15.0
[INFO] [stderr]    Compiling serde-generate v0.32.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling askama_derive v0.13.1
[INFO] [stderr]    Compiling crux_core v0.16.1 (/opt/rustwide/workdir/crux_core)
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling cargo-util-schemas v0.8.2
[INFO] [stderr]    Compiling crux_platform v0.7.0 (/opt/rustwide/workdir/crux_platform)
[INFO] [stderr]    Compiling crux_kv v0.10.0 (/opt/rustwide/workdir/crux_kv)
[INFO] [stderr]    Compiling crux_time v0.14.0 (/opt/rustwide/workdir/crux_time)
[INFO] [stderr]    Compiling askama v0.13.1
[INFO] [stderr]    Compiling uniffi_bindgen v0.29.4
[INFO] [stderr]    Compiling cargo_metadata v0.22.0
[INFO] [stderr]    Compiling crux_http v0.15.0 (/opt/rustwide/workdir/crux_http)
[INFO] [stderr]    Compiling doctest_support v0.1.0 (/opt/rustwide/workdir/doctest_support)
[INFO] [stderr]    Compiling guppy v0.17.21
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling crux_cli v0.2.0 (/opt/rustwide/workdir/crux_cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s
[INFO] running `Command { std: "docker" "inspect" "31d5926255635f8754a5377fb4fed92a54a86a1aae9c1c535a8b99247881d7bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31d5926255635f8754a5377fb4fed92a54a86a1aae9c1c535a8b99247881d7bf", kill_on_drop: false }`
[INFO] [stdout] 31d5926255635f8754a5377fb4fed92a54a86a1aae9c1c535a8b99247881d7bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 3da13f81253e3b88387ceb57ce850493c513f7933f03f367821b8d8db90a9a37
[INFO] running `Command { std: "docker" "start" "-a" "3da13f81253e3b88387ceb57ce850493c513f7933f03f367821b8d8db90a9a37", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling serde_core v1.0.223
[INFO] [stderr]    Compiling crux_macros v0.7.0 (/opt/rustwide/workdir/crux_macros)
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_matches v1.5.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.4.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling async-channel v2.5.0
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling uniffi_pipeline v0.29.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling assert_fs v1.1.3
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling uniffi_meta v0.29.4
[INFO] [stderr]    Compiling guppy v0.17.21
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling lazy-regex v3.4.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling futures-test v0.3.31
[INFO] [stderr]    Compiling ascent v0.8.0
[INFO] [stderr]    Compiling uniffi_udl v0.29.4
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling serde-generate v0.26.0
[INFO] [stderr]    Compiling serde-generate v0.32.0
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling serde v1.0.223
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling askama_parser v0.13.0
[INFO] [stderr]    Compiling serde-reflection v0.4.0
[INFO] [stderr]    Compiling erased-serde v0.4.6
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_qs v0.15.0
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling facet_generate v0.11.0
[INFO] [stderr]    Compiling http-types-red-badger-temporary-fork v4.0.0
[INFO] [stderr]    Compiling crux_core v0.16.1 (/opt/rustwide/workdir/crux_core)
[INFO] [stderr]    Compiling crux_http v0.15.0 (/opt/rustwide/workdir/crux_http)
[INFO] [stderr]    Compiling crux_time v0.14.0 (/opt/rustwide/workdir/crux_time)
[INFO] [stderr]    Compiling crux_platform v0.7.0 (/opt/rustwide/workdir/crux_platform)
[INFO] [stderr]    Compiling crux_kv v0.10.0 (/opt/rustwide/workdir/crux_kv)
[INFO] [stderr]    Compiling askama_derive v0.13.1
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling doctest_support v0.1.0 (/opt/rustwide/workdir/doctest_support)
[INFO] [stderr]    Compiling askama v0.13.1
[INFO] [stderr]    Compiling uniffi_bindgen v0.29.4
[INFO] [stderr]    Compiling crux_cli v0.2.0 (/opt/rustwide/workdir/crux_cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s
[INFO] running `Command { std: "docker" "inspect" "3da13f81253e3b88387ceb57ce850493c513f7933f03f367821b8d8db90a9a37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3da13f81253e3b88387ceb57ce850493c513f7933f03f367821b8d8db90a9a37", kill_on_drop: false }`
[INFO] [stdout] 3da13f81253e3b88387ceb57ce850493c513f7933f03f367821b8d8db90a9a37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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", kill_on_drop: false }`
[INFO] [stdout] 67856ecfa86e49c43fcd777c7e7326792557e77dad43070b88e4c3444c1ad670
[INFO] running `Command { std: "docker" "start" "-a" "67856ecfa86e49c43fcd777c7e7326792557e77dad43070b88e4c3444c1ad670", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crux_cli-6387f71486c6f74c)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test args::cli_tests::pascal ... ok
[INFO] [stdout] test args::cli_tests::snake ... ok
[INFO] [stdout] test args::cli_tests::test_cli ... ok
[INFO] [stdout] test args::cli_tests::dotted ... ok
[INFO] [stdout] test codegen::node::tests::test_get_name ... ok
[INFO] [stdout] test codegen::node::tests::test_in_same_module_as ... ok
[INFO] [stdout] test codegen::node::tests::test_in_same_module_as_different_length ... ok
[INFO] [stdout] test codegen::node::tests::test_get_name_with_no_name ... ok
[INFO] [stdout] test codegen::serde::case::rename_fields ... ok
[INFO] [stdout] test codegen::formatter::tests::variant_renaming::case_1 ... ok
[INFO] [stdout] test codegen::node::tests::test_in_same_module_as_different_module ... ok
[INFO] [stdout] test codegen::formatter::tests::variant_renaming::case_2 ... ok
[INFO] [stdout] test codegen::serde::case::rename_variants ... ok
[INFO] [stdout] test codegen::formatter::tests::variant_renaming::case_5 ... ok
[INFO] [stdout] test codegen::formatter::tests::field_renaming::case_1 ... ok
[INFO] [stdout] test codegen::formatter::tests::field_renaming::case_4 ... ok
[INFO] [stdout] test codegen::formatter::tests::field_renaming::case_3 ... ok
[INFO] [stdout] test codegen::filter::filter_tests::field_is_option_of_t ... ok
[INFO] [stdout] test codegen::node::tests::test_get_name_with_rename_no_whitespace ... ok
[INFO] [stdout] test codegen::formatter::tests::field_renaming::case_5 ... ok
[INFO] [stdout] test codegen::formatter::tests::field_renaming::case_2 ... ok
[INFO] [stdout] test codegen::formatter::tests::variant_renaming::case_4 ... ok
[INFO] [stdout] test codegen::formatter::tests::variant_renaming::case_3 ... ok
[INFO] [stdout] test codegen::node::tests::test_get_name_with_rename ... ok
[INFO] [stdout] test codegen::tests::full::case_7_tap_to_pay ... ok
[INFO] [stdout] test codegen::tests::full::case_1_bridge_echo ... ok
[INFO] [stdout] test codegen::tests::full::case_4_hello_world ... ok
[INFO] [stdout] test codegen::tests::full::case_6_simple_counter ... ok
[INFO] [stdout] test codegen::tests::full::case_3_counter ... ok
[INFO] [stdout] test codegen::tests::full::case_5_notes ... ok
[INFO] [stdout] test codegen::tests::full::case_2_cat_facts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.66s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/crux-3d8580a4d594d380)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crux_core-5b138a1bf03e97af)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test capability::channel::tests::test_channels ... ok
[INFO] [stdout] test capability::shell_request::tests::test_effect_future ... ok
[INFO] [stdout] test capability::shell_stream::tests::test_shell_stream ... ok
[INFO] [stdout] test command::tests::async_effects::effects_execute_in_sequence ... ok
[INFO] [stdout] test command::tests::async_effects::effects_race ... ok
[INFO] [stdout] test command::tests::async_effects::tasks_can_be_spawned_on_existing_effects ... ok
[INFO] [stdout] test command::tests::async_effects::effects_execute_in_parallel ... ok
[INFO] [stdout] test command::tests::basic_effects::done_can_be_created ... ok
[INFO] [stdout] test capability::executor::tests::test_task_does_not_leak ... ok
[INFO] [stdout] test command::tests::async_effects::effects_can_spawn_communicating_tasks ... ok
[INFO] [stdout] test command::tests::basic_effects::notify_can_be_created_with_an_operation ... ok
[INFO] [stdout] test command::tests::basic_effects::notify_effect_can_be_inspected ... ok
[INFO] [stdout] test command::tests::basic_effects::stream_effect_can_be_resolved_multiple_times ... ok
[INFO] [stdout] test command::tests::cancellation::awaiting_multiple_copies_of_handle_works ... ok
[INFO] [stdout] test command::tests::cancellation::aborted_tasks_notify_their_join_handles ... ok
[INFO] [stdout] test command::tests::cancellation::commands_can_be_aborted ... ok
[INFO] [stdout] test command::tests::cancellation::tasks_can_be_aborted_immediately ... ok
[INFO] [stdout] test command::tests::basic_effects::request_effect_can_be_inspected ... ok
[INFO] [stdout] test command::tests::basic_effects::event_can_be_created ... ok
[INFO] [stdout] test command::tests::combinators::all ... ok
[INFO] [stdout] test command::tests::combinators::and ... ok
[INFO] [stdout] test command::tests::combinators::chaining ... ok
[INFO] [stdout] test command::tests::capability_api::request_then_notify ... ok
[INFO] [stdout] test command::tests::combinators::iterator_of_commands_collects_as_all ... ok
[INFO] [stdout] test command::tests::combinators::concurrency_mixing_streams_and_requests ... ok
[INFO] [stdout] test command::tests::combinators::stream_followed_by_a_stream ... ok
[INFO] [stdout] test command::tests::capability_api::request ... ok
[INFO] [stdout] test command::tests::combinators::complex_concurrency ... ok
[INFO] [stdout] test command::tests::combinators::stream_mapping_and_chaining ... ok
[INFO] [stdout] test command::tests::combinators::then ... ok
[INFO] [stdout] test command::tests::cancellation::join_handle_can_abort_a_task ... ok
[INFO] [stdout] test command::tests::combinators::chaining_with_mapping ... ok
[INFO] [stdout] test command::tests::composition::map_effect ... ok
[INFO] [stdout] test command::tests::combinators::long_chain_support ... ok
[INFO] [stdout] test command::tests::combinators::into_future ... ok
[INFO] [stdout] test command::tests::cancellation::spawn_returns_join_handle ... ok
[INFO] [stdout] test command::tests::executor::is_not_done_until_all_contexts_are_dropped ... ok
[INFO] [stdout] test type_generation::serde::tests::test_typegen_for_uuid_with_samples ... ok
[INFO] [stdout] test command::tests::cancellation::dropping_request_cancels_its_future ... ok
[INFO] [stdout] test command::tests::executor::tasks_with_no_more_wakers_are_evicted ... ok
[INFO] [stdout] test command::tests::capability_api::stream_event ... ok
[INFO] [stdout] test command::tests::executor::tasks_which_wake_themselves_and_drop_wakers_are_not_evicted ... ok
[INFO] [stdout] test command::tests::composition::map_event ... ok
[INFO] [stdout] test type_generation::serde::tests::test_typegen_for_uuid_without_samples ... ok
[INFO] [stdout] test command::tests::integration::get_increment_and_decrement ... ok
[INFO] [stdout] test command::tests::cancellation::all_join_handles_get_notified ... ok
[INFO] [stdout] test command::tests::combinators::and_doesnt_blow_the_stack ... ok
[INFO] [stdout] test command::tests::basic_effects::request_effect_can_be_resolved ... ok
[INFO] [stdout] test command::tests::combinators::all_doesnt_blow_the_stack ... ok
[INFO] [stdout] test capability::executor::tests::test_multithreaded_executor ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/capability_orchestration.rs (/opt/rustwide/target/debug/deps/capability_orchestration-d2e168dffd029ea4)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::updates_state_once_both_effects_are_done ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/capability_runtime.rs (/opt/rustwide/target/debug/deps/capability_runtime-4880ac50c2f5aafb)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::fetches_a_tree ... ok
[INFO] [stdout] test tests::doesnt_crash_when_core_is_dropped ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/json_bridge.rs (/opt/rustwide/target/debug/deps/json_bridge-816b118c10bf1ea2)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::resolve_error ... ok
[INFO] [stdout] test tests::event_effect_loop ... ok
[INFO] [stdout] test tests::bad_bytes_event ... ok
[INFO] [stdout] test tests::unknown_event ... ok
[INFO] [stderr]      Running tests/middleware.rs (/opt/rustwide/target/debug/deps/middleware-5947fa86fef3b321)
[INFO] [stdout] test tests::resolve_bad_value ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test tests::roll_one_dice ... ok
[INFO] [stdout] test tests::roll_three_dice_with_http_and_effect_narrowing ... ok
[INFO] [stdout] test tests::roll_three_dice ... ok
[INFO] [stdout] test tests::roll_with_remote_trigger_http ... ok
[INFO] [stdout] test tests::roll_three_dice_with_type_narrowing_and_json_bridge ... ok
[INFO] [stdout] test tests::roll_three_dice_with_http ... ok
[INFO] [stdout] test tests::roll_three_dice_with_type_narrowing_and_bridge ... ok
[INFO] [stdout] test tests::roll_with_late_remote_trigger_http ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/testing.rs (/opt/rustwide/target/debug/deps/testing-4fad3499fc1c47c6)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test app_tester_new ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/typegen.rs (/opt/rustwide/target/debug/deps/typegen-abc1dbdcacb59cf1)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test::test_autodiscovery ... ok
[INFO] [stderr] error: test failed, to rerun pass `-p crux_core --test typegen`
[INFO] [stdout] test test::generate_types ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::generate_types stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::generate_types' (155) panicked at crux_core/tests/typegen.rs:75:14:
[INFO] [stdout] typescript type gen failed: PnpmNotFound(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5809c036f5c2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5809c036f5c2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5809c036f5c2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5809c036f5c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5809c037fa3f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5809c037fa3f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5809c033aa01 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5809c033aa01 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5809c0348262 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5809c034d19f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5809c034d031 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5809c0249c8e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5809c0249c8e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5809c034d85f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5809c034d85f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5809c034d6ba - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5809c0348399 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5809c032de7d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5809c0388110 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5809c03870f6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5809c0217a46 - core::result::Result<T,E>::expect::h2cbc1a7c97e085ad
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1178:23
[INFO] [stdout]   21:     0x5809c0203bc9 - typegen::test::generate_types::h4a8ea12adca07e30
[INFO] [stdout]                                at /opt/rustwide/workdir/crux_core/tests/typegen.rs:75:14
[INFO] [stdout]   22:     0x5809c0203c37 - typegen::test::generate_types::{{closure}}::h7da92d75d72da642
[INFO] [stdout]                                at /opt/rustwide/workdir/crux_core/tests/typegen.rs:54:24
[INFO] [stdout]   23:     0x5809c01ffbf6 - core::ops::function::FnOnce::call_once::h21d3bec156038068
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5809c0249a4b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5809c0249a4b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5809c025f6b5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5809c025f6b5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5809c025f6b5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5809c025f6b5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5809c025f6b5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5809c025f6b5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5809c025f6b5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5809c0235ea4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5809c0235ea4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5809c023976a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5809c023976a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5809c023976a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5809c023976a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5809c023976a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5809c023976a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5809c023976a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5809c034334f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5809c034334f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7ed704480aa4 - <unknown>
[INFO] [stdout]   45:     0x7ed70450da34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::generate_types
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "67856ecfa86e49c43fcd777c7e7326792557e77dad43070b88e4c3444c1ad670", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67856ecfa86e49c43fcd777c7e7326792557e77dad43070b88e4c3444c1ad670", kill_on_drop: false }`
[INFO] [stdout] 67856ecfa86e49c43fcd777c7e7326792557e77dad43070b88e4c3444c1ad670
