[INFO] fetching crate aiken 1.1.23...
[INFO] testing aiken-1.1.23 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate aiken 1.1.23 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate aiken 1.1.23
[INFO] finished tweaking crates.io crate aiken 1.1.23
[INFO] tweaked toml for crates.io crate aiken 1.1.23 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aiken 1.1.23 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate aiken 1.1.23 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0
[INFO] running `Command { std: "docker" "start" "afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling zmij v1.0.6
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling minicbor v0.25.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling cryptoxide v0.4.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling blst v0.3.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling copy_dir v0.1.3
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]    Compiling base58 v0.2.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling libquickjs-sys v0.9.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling minicbor-derive v0.15.3
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling tokio v1.45.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling pallas-codec v0.35.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling pallas-crypto v0.35.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling owo-colors v4.2.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling pallas-primitives v0.35.0
[INFO] [stderr]    Compiling pallas-addresses v0.35.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling derive_builder_core v0.12.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling base64ct v1.7.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling deranged v0.4.0
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling derive_builder_macro v0.12.0
[INFO] [stderr]    Compiling peg v0.8.5
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling supports-color v1.3.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling secp256k1 v0.26.0
[INFO] [stderr]    Compiling pallas-traverse v0.35.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling pretty v0.11.3
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling katex v0.4.6
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling hamming v0.1.3
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling pulldown-cmark v0.12.2
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling bytemuck v1.23.0
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling rgb v0.8.50
[INFO] [stderr]    Compiling uplc v1.1.23
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling inotify v0.11.2
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling drawille v0.3.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling chumsky v0.9.3
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling derive_builder v0.12.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling pretty v0.12.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling patricia_tree v0.8.0
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling ordinal v0.4.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling dtoa v1.0.10
[INFO] [stderr]    Compiling vec1 v1.12.1
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling numfmt v1.1.1
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling textplots v0.8.7
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]    Compiling lsp-server v0.7.8
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]    Compiling newline-converter v0.2.2
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling inquire v0.6.2
[INFO] [stderr]    Compiling clap_complete v4.5.61
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling git2 v0.20.4
[INFO] [stderr]    Compiling color-print v0.3.7
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]    Compiling aiken-lang v1.1.23
[INFO] [stderr]    Compiling aiken-project v1.1.23
[INFO] [stderr]    Compiling quick-js v0.4.1
[INFO] [stderr] error: could not compile `aiken-lang` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name aiken_lang --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aiken-lang-1.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6c33506d14ef21a -C extra-filename=-db1ff23d56c33763 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern blst=/opt/rustwide/target/debug/deps/libblst-e67378c87d22f03a.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-4c2f16c9ac421f41.rmeta --extern cryptoxide=/opt/rustwide/target/debug/deps/libcryptoxide-5215427862f37acf.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-dde020900c1e4e17.rmeta --extern indoc=/opt/rustwide/target/debug/deps/libindoc-4b5291e93ee93d8f.so --extern itertools=/opt/rustwide/target/debug/deps/libitertools-f8740b82a1cec4c3.rmeta --extern miette=/opt/rustwide/target/debug/deps/libmiette-3dd87f7c7734c05b.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-8fbe6dc911e8d17c.rmeta --extern ordinal=/opt/rustwide/target/debug/deps/libordinal-a33b979823045436.rmeta --extern owo_colors=/opt/rustwide/target/debug/deps/libowo_colors-eb523d59c659c98c.rmeta --extern pallas_primitives=/opt/rustwide/target/debug/deps/libpallas_primitives-5965e84914fc346a.rmeta --extern patricia_tree=/opt/rustwide/target/debug/deps/libpatricia_tree-62bf70981888df61.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-c5d7c34bf0292f32.rmeta --extern pretty=/opt/rustwide/target/debug/deps/libpretty-68ca23a76eed9d7c.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-eb46d45e6d9c441c.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-e7f1505a619d4c27.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-69fd071a2e598088.rmeta --extern uplc=/opt/rustwide/target/debug/deps/libuplc-dcfa17726fe53f6d.rmeta --extern vec1=/opt/rustwide/target/debug/deps/libvec1-5b646f8e2010d416.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blst-2c63f06908897fae/out -L native=/opt/rustwide/target/debug/build/psm-b2008e70c0a5aa01/out -L native=/opt/rustwide/target/debug/build/secp256k1-sys-3c5faeb9117c1aad/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0", kill_on_drop: false }`
[INFO] [stdout] afcac814fd2626e89d6b97a303638ac84bd3c83bb7aad956bf38a56e07d5a4c0
