[INFO] cloning repository https://github.com/pragma-org/uplc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pragma-org/uplc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpragma-org%2Fuplc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpragma-org%2Fuplc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 39bd0b323f0db074b9f0895085542db2e052cf9f
[INFO] testing pragma-org/uplc against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpragma-org%2Fuplc" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pragma-org/uplc
[INFO] finished tweaking git repo https://github.com/pragma-org/uplc
[INFO] tweaked toml for git repo https://github.com/pragma-org/uplc written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pragma-org/uplc on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pragma-org/uplc 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6c4efae6f81d5035dfed450ca100f96c7d5b47911a1b62cafe310aec6e69ffe9
[INFO] running `Command { std: "docker" "start" "-a" "6c4efae6f81d5035dfed450ca100f96c7d5b47911a1b62cafe310aec6e69ffe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c4efae6f81d5035dfed450ca100f96c7d5b47911a1b62cafe310aec6e69ffe9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c4efae6f81d5035dfed450ca100f96c7d5b47911a1b62cafe310aec6e69ffe9", kill_on_drop: false }`
[INFO] [stdout] 6c4efae6f81d5035dfed450ca100f96c7d5b47911a1b62cafe310aec6e69ffe9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 41b45bb5512440ed92d6e9b5323cc8ec509f3e907098bad22057a313a89563b4
[INFO] running `Command { std: "docker" "start" "-a" "41b45bb5512440ed92d6e9b5323cc8ec509f3e907098bad22057a313a89563b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.1.18
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling gimli v0.31.0
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling minicbor v0.25.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling clap_builder v4.5.18
[INFO] [stderr]    Compiling supports-color v3.0.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling cryptoxide v0.4.4
[INFO] [stderr]    Compiling hamming v0.1.3
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling supports-hyperlinks v3.0.0
[INFO] [stderr]    Compiling object v0.36.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling psm v0.1.23
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling blst v0.3.13
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling addr2line v0.24.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling miette-derive v7.2.0
[INFO] [stderr]    Compiling uplc_macros v0.1.0 (/opt/rustwide/workdir/crates/uplc_macros)
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling secp256k1 v0.30.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v7.2.0
[INFO] [stderr]    Compiling clap v4.5.18
[INFO] [stderr]    Compiling uplc-turbo v0.1.0 (/opt/rustwide/workdir/crates/uplc)
[INFO] [stdout] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stdout]    --> crates/uplc/src/machine/cost_model/costing.rs:360:12
[INFO] [stdout]     |
[INFO] [stdout] 360 | pub struct ConstantOrTwoArguments {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pluton v0.1.0 (/opt/rustwide/workdir/crates/pluton)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.85s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "41b45bb5512440ed92d6e9b5323cc8ec509f3e907098bad22057a313a89563b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41b45bb5512440ed92d6e9b5323cc8ec509f3e907098bad22057a313a89563b4", kill_on_drop: false }`
[INFO] [stdout] 41b45bb5512440ed92d6e9b5323cc8ec509f3e907098bad22057a313a89563b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8410f7ab20c29236755bf2def93a64b664b90fa296f4c846b22faca464536b62
[INFO] running `Command { std: "docker" "start" "-a" "8410f7ab20c29236755bf2def93a64b664b90fa296f4c846b22faca464536b62", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling serde_derive v1.0.209
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.6
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling uplc_macros v0.1.0 (/opt/rustwide/workdir/crates/uplc_macros)
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling object v0.36.4
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling plotters-svg v0.3.6
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling insta v1.40.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling plotters v0.3.6
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling ouroboros_macro v0.18.4
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling uplc-turbo v0.1.0 (/opt/rustwide/workdir/crates/uplc)
[INFO] [stderr]    Compiling ouroboros v0.18.4
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling miette v7.2.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stdout] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stdout]    --> crates/uplc/src/machine/cost_model/costing.rs:360:12
[INFO] [stdout]     |
[INFO] [stdout] 360 | pub struct ConstantOrTwoArguments {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling pluton v0.1.0 (/opt/rustwide/workdir/crates/pluton)
[INFO] [stdout] warning: unused import: `crate::binder::DeBruijn`
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:306:9
[INFO] [stdout]     |
[INFO] [stdout] 306 |     use crate::binder::DeBruijn;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::flat::decode`
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:307:9
[INFO] [stdout]     |
[INFO] [stdout] 307 |     use crate::flat::decode;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bumpalo::Bump`
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:308:9
[INFO] [stdout]     |
[INFO] [stdout] 308 |     use bumpalo::Bump;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/uplc/src/flat/decode/mod.rs:265:17
[INFO] [stdout]     |
[INFO] [stdout] 265 |             Err(e) => {
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/uplc/src/flat/encode/mod.rs:292:25
[INFO] [stdout]     |
[INFO] [stdout] 292 |                     Err(e) => {
[INFO] [stdout]     |                         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> crates/uplc/src/flat/encode/mod.rs:297:17
[INFO] [stdout]     |
[INFO] [stdout] 297 |             Err(e) => {
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bytes`
[INFO] [stdout]    --> crates/uplc/src/flat/encode/mod.rs:323:13
[INFO] [stdout]     |
[INFO] [stdout] 323 |         let bytes = hex::decode(bytes_hex).unwrap();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bytes`
[INFO] [stdout]    --> crates/uplc/src/flat/encode/mod.rs:364:13
[INFO] [stdout]     |
[INFO] [stdout] 364 |         let bytes = hex::decode(bytes_hex).unwrap();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stdout]    --> crates/uplc/src/machine/cost_model/costing.rs:360:12
[INFO] [stdout]     |
[INFO] [stdout] 360 | pub struct ConstantOrTwoArguments {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:317:9
[INFO] [stdout]     |
[INFO] [stdout] 317 |         minicbor::encode(d, &mut v);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 317 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:330:9
[INFO] [stdout]     |
[INFO] [stdout] 330 |         minicbor::encode(d, &mut v);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 330 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:343:9
[INFO] [stdout]     |
[INFO] [stdout] 343 |         minicbor::encode(d, &mut v);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 343 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:358:9
[INFO] [stdout]     |
[INFO] [stdout] 358 |         minicbor::encode(d, &mut v);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 358 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]    --> crates/uplc/src/flat/data.rs:372:9
[INFO] [stdout]     |
[INFO] [stdout] 372 |         minicbor::encode(d, &mut v);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 372 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 32.69s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "8410f7ab20c29236755bf2def93a64b664b90fa296f4c846b22faca464536b62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8410f7ab20c29236755bf2def93a64b664b90fa296f4c846b22faca464536b62", kill_on_drop: false }`
[INFO] [stdout] 8410f7ab20c29236755bf2def93a64b664b90fa296f4c846b22faca464536b62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0dfc4109ed94498200098038fc55a0367c963364760d50551d2f7a78d641ba23
[INFO] running `Command { std: "docker" "start" "-a" "0dfc4109ed94498200098038fc55a0367c963364760d50551d2f7a78d641ba23", kill_on_drop: false }`
[INFO] [stderr] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stderr]    --> crates/uplc/src/machine/cost_model/costing.rs:360:12
[INFO] [stderr]     |
[INFO] [stderr] 360 | pub struct ConstantOrTwoArguments {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `uplc-turbo` (lib) generated 1 warning
[INFO] [stderr] warning: unused import: `crate::binder::DeBruijn`
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:306:9
[INFO] [stderr]     |
[INFO] [stderr] 306 |     use crate::binder::DeBruijn;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::flat::decode`
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:307:9
[INFO] [stderr]     |
[INFO] [stderr] 307 |     use crate::flat::decode;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `bumpalo::Bump`
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:308:9
[INFO] [stderr]     |
[INFO] [stderr] 308 |     use bumpalo::Bump;
[INFO] [stderr]     |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> crates/uplc/src/flat/decode/mod.rs:265:17
[INFO] [stderr]     |
[INFO] [stderr] 265 |             Err(e) => {
[INFO] [stderr]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> crates/uplc/src/flat/encode/mod.rs:292:25
[INFO] [stderr]     |
[INFO] [stderr] 292 |                     Err(e) => {
[INFO] [stderr]     |                         ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> crates/uplc/src/flat/encode/mod.rs:297:17
[INFO] [stderr]     |
[INFO] [stderr] 297 |             Err(e) => {
[INFO] [stderr]     |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bytes`
[INFO] [stderr]    --> crates/uplc/src/flat/encode/mod.rs:323:13
[INFO] [stderr]     |
[INFO] [stderr] 323 |         let bytes = hex::decode(bytes_hex).unwrap();
[INFO] [stderr]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bytes`
[INFO] [stderr]    --> crates/uplc/src/flat/encode/mod.rs:364:13
[INFO] [stderr]     |
[INFO] [stderr] 364 |         let bytes = hex::decode(bytes_hex).unwrap();
[INFO] [stderr]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_bytes`
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:317:9
[INFO] [stderr]     |
[INFO] [stderr] 317 |         minicbor::encode(d, &mut v);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 317 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:330:9
[INFO] [stderr]     |
[INFO] [stderr] 330 |         minicbor::encode(d, &mut v);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 330 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:343:9
[INFO] [stderr]     |
[INFO] [stderr] 343 |         minicbor::encode(d, &mut v);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 343 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:358:9
[INFO] [stderr]     |
[INFO] [stderr] 358 |         minicbor::encode(d, &mut v);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 358 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused `Result` that must be used
[INFO] [stderr]    --> crates/uplc/src/flat/data.rs:372:9
[INFO] [stderr]     |
[INFO] [stderr] 372 |         minicbor::encode(d, &mut v);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 372 |         let _ = minicbor::encode(d, &mut v);
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `uplc-turbo` (lib test) generated 14 warnings (1 duplicate) (run `cargo fix --lib -p uplc-turbo --tests` to apply 8 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: chumsky v1.0.0-alpha.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pluton-6abc8d24d0cc1f17)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/uplc_turbo-1f2be57e70a79837)
[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] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test flat::data::tests::encode_cbor_data_bigint ... ok
[INFO] [stdout] test flat::data::tests::encode_empty_record ... ok
[INFO] [stdout] test flat::decode::tests::decode_program_list ... ok
[INFO] [stdout] test tests::add_integer ... ok
[INFO] [stdout] test flat::decode::tests::decode_program_bigint ... ok
[INFO] [stdout] test flat::data::tests::encode_cbor_data_list ... ok
[INFO] [stdout] test flat::data::tests::encode_record ... ok
[INFO] [stdout] test flat::data::tests::encode_record_integer ... ok
[INFO] [stdout] test flat::encode::tests::roundtrip_program_bigint ... ok
[INFO] [stdout] test flat::encode::tests::roundtrip_program_list ... ok
[INFO] [stdout] test flat::decode::tests::decode_program_big_constr_tag ... ok
[INFO] [stdout] test flat::encode::tests::roundtrip_program_big_constr_tag ... ok
[INFO] [stdout] test machine::cost_model::value::tests::integer_log2_oracle ... ok
[INFO] [stdout] test tests::fibonacci ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/conformance.rs (/opt/rustwide/target/debug/deps/conformance-8ab91de3ba0c9709)
[INFO] [stdout] 
[INFO] [stdout] running 823 tests
[INFO] [stdout] test builtin_constant_array_emptyarray ... ok
[INFO] [stdout] test builtin_constant_array_simplearray ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_bad_zero_02 ... ok
[INFO] [stdout] test builtin_constant_array_unitarray ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_on_curve_bit3_clear ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_bad_zero_03 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_bad_syntax_01 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_bad_zero_01 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_bad_syntax_02 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_off_curve ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_too_short ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_on_curve_bit3_set ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_too_long ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_zero ... ok
[INFO] [stdout] test builtin_constant_array_illtypedarray_01 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_bad_syntax_01 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_bad_syntax_02 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_bad_zero_02 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_bad_zero_03 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_out_of_group ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_bad_zero_01 ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_on_curve_bit3_clear ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_off_curve ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g1_on_curve_serialised_not_compressed ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_on_curve_bit3_set ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_on_curve_serialised_not_compressed ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_too_short ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_out_of_group ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_too_long ... ok
[INFO] [stdout] test builtin_constant_bool_boolean ... ok
[INFO] [stdout] test builtin_constant_bool_false ... ok
[INFO] [stdout] test builtin_constant_bool_true ... ok
[INFO] [stdout] test builtin_constant_bool_true_lc ... ok
[INFO] [stdout] test builtin_constant_bls12_381_g2_zero ... ok
[INFO] [stdout] test builtin_constant_bool_false_lc ... ok
[INFO] [stdout] test builtin_constant_bool_maybe ... ok
[INFO] [stdout] test builtin_constant_bytestring_bytestring_01 ... ok
[INFO] [stdout] test builtin_constant_bytestring_bytestring_03 ... ok
[INFO] [stdout] test builtin_constant_bytestring_bytestring_04 ... ok
[INFO] [stdout] test builtin_constant_data_databytestring ... ok
[INFO] [stdout] test builtin_constant_data_dataconstr ... ok
[INFO] [stdout] test builtin_constant_bytestring_bytestring_02 ... ok
[INFO] [stdout] test builtin_constant_data_datalist ... ok
[INFO] [stdout] test builtin_constant_array_illtypedarray_02 ... ok
[INFO] [stdout] test builtin_constant_data_datamisconstr ... ok
[INFO] [stdout] test builtin_constant_data_datamap ... ok
[INFO] [stdout] test builtin_constant_data_datamisbytestring ... ok
[INFO] [stdout] test builtin_constant_data_datainteger ... ok
[INFO] [stdout] test builtin_constant_data_datamisinteger ... ok
[INFO] [stdout] test builtin_constant_integer_integer10 ... ok
[INFO] [stdout] test builtin_constant_integer_integer_03 ... ok
[INFO] [stdout] test builtin_constant_integer_integer_01 ... ok
[INFO] [stdout] test builtin_constant_data_datamismap ... ok
[INFO] [stdout] test builtin_constant_data_datamislist ... ok
[INFO] [stdout] test builtin_constant_integer_integer_02 ... ok
[INFO] [stdout] test builtin_constant_integer_integer_04 ... ok
[INFO] [stdout] test builtin_constant_list_illtypedlist_01 ... ok
[INFO] [stdout] test builtin_constant_integer_integer_05 ... ok
[INFO] [stdout] test builtin_constant_pair_illtypedpair_01 ... ok
[INFO] [stdout] test builtin_constant_integer_integer_09 ... ok
[INFO] [stdout] test builtin_constant_pair_simplepair ... ok
[INFO] [stdout] test builtin_constant_list_illtypedlist_02 ... ok
[INFO] [stdout] test builtin_constant_list_simplelist ... ok
[INFO] [stdout] test builtin_constant_list_unitlist ... ok
[INFO] [stdout] test builtin_constant_pair_nestedpair ... ok
[INFO] [stdout] test builtin_constant_pair_illtypednestedpair ... ok
[INFO] [stdout] test builtin_constant_integer_integer_08 ... ok
[INFO] [stdout] test builtin_constant_string_string_02 ... ok
[INFO] [stdout] test builtin_constant_string_string_06 ... ok
[INFO] [stdout] test builtin_constant_integer_integer_06 ... ok
[INFO] [stdout] test builtin_constant_string_string_05 ... ok
[INFO] [stdout] test builtin_constant_integer_integer_07 ... ok
[INFO] [stdout] test builtin_constant_list_emptylist ... ok
[INFO] [stdout] test builtin_constant_pair_illtypedpair_02 ... ok
[INFO] [stdout] test builtin_constant_string_string_01 ... ok
[INFO] [stdout] test builtin_constant_unit_unit ... ok
[INFO] [stdout] test builtin_constant_unit_unit_fail_1 ... ok
[INFO] [stdout] test builtin_constant_string_string_07 ... ok
[INFO] [stdout] test builtin_constant_string_string_08 ... ok
[INFO] [stdout] test builtin_interleaving_iteatintegerarrowintegerapplied1 ... ok
[INFO] [stdout] test builtin_interleaving_iteatintegerarrowintegerappliedapplied ... ok
[INFO] [stdout] test builtin_interleaving_ite ... ok
[INFO] [stdout] test builtin_interleaving_iteatintegerarrowintegerapplied2 ... ok
[INFO] [stdout] test builtin_interleaving_iteforcedforced ... ok
[INFO] [stdout] test builtin_interleaving_iteatintegerarrowintegerwithcond ... ok
[INFO] [stdout] test builtin_interleaving_iteforcedwithintegerandstring ... ok
[INFO] [stdout] test builtin_interleaving_itestringinteger ... ok
[INFO] [stdout] test builtin_interleaving_itewrongcondtypefullyappied ... ok
[INFO] [stdout] test builtin_interleaving_multiplyintegerforceerror1 ... ok
[INFO] [stdout] test builtin_interleaving_multiplyintegerforceerror2 ... ok
[INFO] [stdout] test builtin_semantics_addinteger_addinteger_01 ... ok
[INFO] [stdout] test builtin_interleaving_multiplyintegerforceerror3 ... ok
[INFO] [stdout] test builtin_interleaving_iteunforcedwithcond ... ok
[INFO] [stdout] test builtin_semantics_addinteger_addinteger_02 ... ok
[INFO] [stdout] test builtin_semantics_addinteger_addinteger_03 ... ok
[INFO] [stdout] test builtin_interleaving_iteunforcedfullyapplied ... ok
[INFO] [stdout] test builtin_semantics_addinteger_addinteger_04 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_01 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_02 ... ok
[INFO] [stdout] test builtin_semantics_addinteger_addinteger_uncurried ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_07 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_04 ... ok
[INFO] [stdout] test builtin_interleaving_iteforceappforce ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_05 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_08 ... ok
[INFO] [stdout] test builtin_interleaving_iteforced ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_09 ... ok
[INFO] [stdout] test builtin_interleaving_itewrongcondtypepartiallyapplied ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_10 ... ok
[INFO] [stdout] test builtin_interleaving_itestringstring ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_06 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_12 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_13 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_03 ... ok
[INFO] [stdout] test builtin_semantics_appendbytestring_appendbytestring_01 ... ok
[INFO] [stdout] test builtin_semantics_appendbytestring_appendbytestring_03 ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_14 ... ok
[INFO] [stdout] test builtin_semantics_bdata ... ok
[INFO] [stdout] test builtin_semantics_andbytestring_case_11 ... ok
[INFO] [stdout] test builtin_semantics_appendbytestring_appendbytestring_02 ... ok
[INFO] [stdout] test builtin_semantics_appendstring ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g1_arith_add ... ok
[INFO] [stdout] test builtin_semantics_blake2b_256_blake2b_256_empty ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g1_arith_neg ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g1_arith_scalarmul ... ok
[INFO] [stdout] test builtin_semantics_blake2b_256_blake2b_256_length_200 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g1_uncompress_off_curve ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g1_uncompress_out_of_group ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g2_arith_neg ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g2_uncompress_off_curve ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g2_uncompress_out_of_group ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g2_arith_add ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_g2_arith_scalarmul ... ok
[INFO] [stdout] test builtin_semantics_blake2b_224_blake2b_224_empty ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_pairing_left_multiplicative ... ok
[INFO] [stdout] test builtin_semantics_blake2b_224_blake2b_224_length_200 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_pairing_left_additive ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_compress_compress ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_add_add_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_equal_equal_true ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_pairing_right_multiplicative ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_hashtogroup_hash_different_msg_same_dst ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_add_add ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_pairing_balanced ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_hashtogroup_hash_dst_len_256 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_hashtogroup_hash_empty_dst ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_hashtogroup_hash_dst_len_255 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_hashtogroup_hash_same_msg_different_dst ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_signature_large_dst ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_add_add_associative ... ok
[INFO] [stdout] test builtin_constant_string_string_03 ... ok
[INFO] [stdout] test builtin_constant_string_string_04 ... ok
[INFO] [stdout] test builtin_constant_unit_unit_fail_2 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_equal_equal_false ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_hashtogroup_hash ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_neg_neg ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_add_add_commutative ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_addmul ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_neg_add_neg ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_neg_neg_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_pairing_swap_scalars ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mulneg_44 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mul4x_11 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mul19_25 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_signature_augmented ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mul_44 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mul_one ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mul_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_muladd ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mul_neg_one ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_bad_zero_03 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_on_curve_bit1_clear ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_too_short ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mulperiodic_01 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_off_curve ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_on_curve_bit3_clear ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mulperiodic_04 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_bad_zero_01 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mulperiodic_02 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_scalarmul_mulperiodic_03 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_on_curve_serialised_not_compressed ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_too_long ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_on_curve_bit3_set ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_bad_zero_02 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_hashtogroup_hash_dst_len_256 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_equal_equal_true ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_add_add ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_hashtogroup_hash_empty_dst ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_add_add_commutative ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_hashtogroup_hash_dst_len_255 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_add_add_associative ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_equal_equal_false ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_add_add_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mul4x_11 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_hashtogroup_hash_different_msg_same_dst ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mul_44 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_hashtogroup_hash_same_msg_different_dst ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_hashtogroup_hash ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_compress_compress ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_neg_add_neg ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_neg_neg ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_neg_neg_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_out_of_group ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_addmul ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mul19_25 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_bad_zero_03 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mul_neg_one ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mul_one ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mul_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_muladd ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mulperiodic_01 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mulperiodic_02 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mulperiodic_03 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mulneg_44 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_bad_zero_01 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_bad_zero_02 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_off_curve ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_too_long ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_on_curve_serialised_not_compressed ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_on_curve_bit1_clear ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_too_short ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_on_curve_bit3_clear ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_scalarmul_mulperiodic_04 ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_big_endian_correct_output ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_little_endian_correct_output ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_millerloop_equal_pairing ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_millerloop_left_additive ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_big_endian_empty ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_little_endian_trailing_zeros ... ok
[INFO] [stdout] test builtin_semantics_choosedatabytestring ... ok
[INFO] [stdout] test builtin_semantics_choosedatalist ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_big_endian_leading_zeros ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_little_endian_empty ... ok
[INFO] [stdout] test builtin_semantics_choosedataconstr ... ok
[INFO] [stdout] test builtin_semantics_choosedatamap ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_little_endian_all_zeros ... ok
[INFO] [stdout] test builtin_semantics_choosedatainteger ... ok
[INFO] [stdout] test builtin_semantics_chooselist_chooselist_02 ... ok
[INFO] [stdout] test builtin_semantics_chooselist_chooselist_01 ... ok
[INFO] [stdout] test builtin_semantics_complementbytestring_case_03 ... ok
[INFO] [stdout] test builtin_semantics_chooseunit_chooseunit_01 ... ok
[INFO] [stdout] test builtin_semantics_chooselist_chooselist_03 ... ok
[INFO] [stdout] test builtin_semantics_complementbytestring_case_01 ... ok
[INFO] [stdout] test builtin_semantics_complementbytestring_case_02 ... ok
[INFO] [stdout] test builtin_semantics_chooseunit_chooseunit_02 ... ok
[INFO] [stdout] test builtin_semantics_chooselist_chooselist_04 ... ok
[INFO] [stdout] test builtin_semantics_complementbytestring_case_04 ... ok
[INFO] [stdout] test builtin_semantics_consbytestring_consbytestring_01 ... ok
[INFO] [stdout] test builtin_semantics_complementbytestring_case_05 ... ok
[INFO] [stdout] test builtin_semantics_consbytestring_consbytestring_03 ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_01 ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_04 ... ok
[INFO] [stdout] test builtin_semantics_consbytestring_consbytestring_02 ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_02 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_millerloop_right_additive ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_07 ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_05 ... ok
[INFO] [stdout] test builtin_semantics_constrdata ... ok
[INFO] [stdout] test builtin_semantics_decodeutf8_decodeutf8_invalid ... ok
[INFO] [stdout] test builtin_semantics_decodeutf8_decodeutf8_ok ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_08 ... ok
[INFO] [stdout] test builtin_semantics_divideinteger_divideinteger_neg_pos ... ok
[INFO] [stdout] test builtin_semantics_divideinteger_divideinteger_zero ... ok
[INFO] [stdout] test builtin_semantics_divideinteger_divideinteger_neg_neg ... ok
[INFO] [stdout] test builtin_semantics_divideinteger_divideinteger_pos_pos ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_02 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_03 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_01 ... ok
[INFO] [stdout] test builtin_semantics_divideinteger_divideinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_05 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_08 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_07 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_04 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_11 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_13 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_12 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g1_uncompress_zero ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_on_curve_bit3_set ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_g2_uncompress_out_of_group ... ok
[INFO] [stdout] test builtin_semantics_encodeutf8 ... ok
[INFO] [stdout] test builtin_semantics_equalsbytestring_equalsbytestring ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_both_endian ... ok
[INFO] [stdout] test builtin_semantics_equalsbytestring_equalsbytestring_01 ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_03 ... ok
[INFO] [stdout] test builtin_semantics_countsetbits_case_06 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_millerloop_balanced ... ok
[INFO] [stdout] test builtin_semantics_equalsbytestring_equalsbytestring_02 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_millerloop_random_pairing ... ok
[INFO] [stdout] test builtin_semantics_equalsdata_equalsdata_03 ... ok
[INFO] [stdout] test builtin_semantics_equalsdata_equalsdata_04 ... ok
[INFO] [stdout] test builtin_semantics_equalsinteger_equalsinteger_03 ... ok
[INFO] [stdout] test builtin_semantics_equalsinteger_equalsinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_equalsstring_equalsstring_02 ... ok
[INFO] [stdout] test builtin_semantics_equalsinteger_equalsinteger_02 ... ok
[INFO] [stdout] test builtin_semantics_equalsdata_equalsdata_01 ... ok
[INFO] [stdout] test builtin_semantics_equalsstring_equalsstring_01 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_exp_neg_non_inverse_01 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_exp_neg_non_inverse_02 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_expmod_05 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_02 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_expmod_02 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_03 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_04 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_05 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_expmod_03 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_expmod_04 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_07 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_08 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_10 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_06 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_11 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_09 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_12 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_16 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_15 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_expmod_01 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_14 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_13 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_17 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_20 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_21 ... ok
[INFO] [stdout] test builtin_semantics_bytestringtointeger_big_endian_all_zeros ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_19 ... ok
[INFO] [stdout] test builtin_semantics_divideinteger_divideinteger_pos_neg ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_24 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_27 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_06 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_25 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_23 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_29 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_31 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_28 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_32 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_30 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_18 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_22 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_33 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_26 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_35 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_39 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_34 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_43 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_40 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_41 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_36 ... ok
[INFO] [stdout] test builtin_semantics_equalsdata_equalsdata_02 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_37 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_47 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_50 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_42 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_51 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_46 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_49 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_44 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_56 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_52 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_53 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_45 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_58 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_48 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_57 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_54 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_55 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_63 ... ok
[INFO] [stdout] test builtin_semantics_bls12_381_cardano_crypto_tests_pairing_right_additive ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_65 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_59 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_60 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_64 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_62 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_67 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_69 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_66 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_61 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_68 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_71 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_mod_neg ... ok
[INFO] [stdout] test builtin_semantics_findfirstsetbit_case_01 ... ok
[INFO] [stdout] test builtin_semantics_findfirstsetbit_case_02 ... ok
[INFO] [stdout] test builtin_semantics_findfirstsetbit_case_03 ... ok
[INFO] [stdout] test builtin_semantics_findfirstsetbit_case_04 ... ok
[INFO] [stdout] test builtin_semantics_findfirstsetbit_case_06 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_70 ... ok
[INFO] [stdout] test builtin_semantics_fstpair ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_38 ... ok
[INFO] [stdout] test builtin_semantics_findfirstsetbit_case_07 ... ok
[INFO] [stdout] test builtin_semantics_headlist_headlist_02 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_mod_zero ... ok
[INFO] [stdout] test builtin_semantics_headlist_headlist_01 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_73 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_72 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_75 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_77 ... ok
[INFO] [stdout] test builtin_semantics_idata ... ok
[INFO] [stdout] test builtin_semantics_findfirstsetbit_case_05 ... ok
[INFO] [stdout] test builtin_semantics_headlist_headlist_03 ... ok
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_74 ... ok
[INFO] [stdout] test builtin_semantics_ifthenelse_ifthenelse_01 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_09 ... FAILED
[INFO] [stdout] test builtin_semantics_ifthenelse_ifthenelse_bad_cond_01 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_10 ... FAILED
[INFO] [stdout] test builtin_semantics_expmodinteger_extra_expmodinteger_76 ... ok
[INFO] [stdout] test builtin_semantics_ifthenelse_ifthenelse_02 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_16 ... FAILED
[INFO] [stdout] test builtin_semantics_ifthenelse_ifthenelse_bad_cond_02 ... ok
[INFO] [stdout] test builtin_semantics_ifthenelse_ifthenelse_04 ... ok
[INFO] [stdout] test builtin_semantics_indexbytestring_indexbytestringoob ... ok
[INFO] [stdout] test builtin_semantics_indexarray_indexarray_03 ... ok
[INFO] [stdout] test builtin_semantics_indexarray_indexarray_02 ... ok
[INFO] [stdout] test builtin_semantics_indexarray_indexarray_01 ... ok
[INFO] [stdout] test builtin_semantics_droplist_droplist_14 ... FAILED
[INFO] [stdout] test builtin_semantics_droplist_droplist_15 ... FAILED
[INFO] [stdout] test builtin_semantics_headlist_headpartial ... ok
[INFO] [stdout] test builtin_semantics_indexbytestring_indexbytestring_01 ... ok
[INFO] [stdout] test builtin_semantics_indexbytestring_indexbytestringoverflow ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_correct_output_exact_width ... ok
[INFO] [stdout] test builtin_semantics_ifthenelse_ifthenelse_no_force ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_negative_input ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_correct_output_extra_width ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_maximum_width_zero ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_max_input_width_too_small ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_max_input_fits_max_width ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_too_narrow ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_zero ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_width_too_big_zero ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_max_width_input_too_big ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_bounded_negative_width ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_correct_output_exact_width ... ok
[INFO] [stdout] test builtin_semantics_ifthenelse_ifthenelse_03 ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_unbounded_zero ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_unbounded_correct_output ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_unbounded_negative_input ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_unbounded_maximum_input ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_too_narrow ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_negative_input ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_width_too_big_zero ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_zero ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_negative_width ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_big_endian_unbounded_input_too_big ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_unbounded_negative_input ... ok
[INFO] [stdout] test builtin_semantics_lengthofarray_lengthofarray_02 ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_maximum_width_zero ... ok
[INFO] [stdout] test builtin_semantics_lessthanbytestring_lessthanbytestring_03 ... ok
[INFO] [stdout] test builtin_semantics_keccak_256_keccak_256_length_200 ... ok
[INFO] [stdout] test builtin_semantics_lengthofarray_lengthofarray_01 ... ok
[INFO] [stdout] test builtin_semantics_lengthofbytestring ... ok
[INFO] [stdout] test builtin_semantics_lessthanbytestring_lessthanbytestring_00 ... ok
[INFO] [stdout] test builtin_semantics_lessthanbytestring_lessthanbytestring_02 ... ok
[INFO] [stdout] test builtin_semantics_lessthanbytestring_lessthanbytestring_05 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsbytestring_lessthanequalsbytestring_01 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsbytestring_lessthanequalsbytestring_02 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsbytestring_lessthanequalsbytestring_00 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsinteger_lessthanequalsinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_unbounded_correct_output ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_unbounded_zero ... ok
[INFO] [stdout] test builtin_semantics_keccak_256_keccak_256_empty ... ok
[INFO] [stdout] test builtin_semantics_lessthanbytestring_lessthanbytestring_01 ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_max_input_width_too_small ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_max_width_input_too_big ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_correct_output_extra_width ... ok
[INFO] [stdout] test builtin_semantics_lessthanbytestring_lessthanbytestring_04 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsinteger_lessthanequalsinteger_03 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsinteger_lessthanequalsinteger_04 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsinteger_lessthanequalsinteger_02 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsinteger_lessthanequalsinteger_05 ... ok
[INFO] [stdout] test builtin_semantics_lessthaninteger_lessthaninteger_03 ... ok
[INFO] [stdout] test builtin_semantics_lessthaninteger_lessthaninteger_02 ... ok
[INFO] [stdout] test builtin_semantics_lessthaninteger_lessthaninteger_05 ... ok
[INFO] [stdout] test builtin_semantics_listdata ... ok
[INFO] [stdout] test builtin_semantics_lessthaninteger_lessthaninteger_01 ... ok
[INFO] [stdout] test builtin_semantics_listoflist ... ok
[INFO] [stdout] test builtin_semantics_lessthaninteger_lessthaninteger_04 ... ok
[INFO] [stdout] test builtin_semantics_mkcons_mkcons_01 ... ok
[INFO] [stdout] test builtin_semantics_listtoarray_listtoarray_01 ... ok
[INFO] [stdout] test builtin_semantics_listofpair ... ok
[INFO] [stdout] test builtin_semantics_listtoarray_listtoarray_02 ... ok
[INFO] [stdout] test builtin_semantics_mapdata ... ok
[INFO] [stdout] test builtin_semantics_mkcons_divideinteger ... ok
[INFO] [stdout] test builtin_semantics_mkpairdata ... ok
[INFO] [stdout] test builtin_semantics_modinteger_modinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_modinteger_modinteger_neg_neg ... ok
[INFO] [stdout] test builtin_semantics_modinteger_modinteger_neg_pos ... ok
[INFO] [stdout] test builtin_semantics_modinteger_modinteger_pos_pos ... ok
[INFO] [stdout] test builtin_semantics_modinteger_modinteger_zero ... ok
[INFO] [stdout] test builtin_semantics_modinteger_modinteger_pos_neg ... ok
[INFO] [stdout] test builtin_semantics_multiplyinteger_multiplyinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_multiplyinteger_multiplyinteger_04 ... ok
[INFO] [stdout] test builtin_semantics_nulllist_nulllist_02 ... ok
[INFO] [stdout] test builtin_semantics_multiplyinteger_multiplyinteger_05 ... ok
[INFO] [stdout] test builtin_semantics_multiplyinteger_multiplyinteger_06 ... ok
[INFO] [stdout] test builtin_semantics_lessthanequalsbytestring_lessthanequalsbytestring_03 ... ok
[INFO] [stdout] test builtin_semantics_multiplyinteger_multiplyinteger_02 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_01 ... ok
[INFO] [stdout] test builtin_semantics_mkcons_mkcons_02 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_02 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_03 ... ok
[INFO] [stdout] test builtin_semantics_mkcons_mkcons_fail ... ok
[INFO] [stdout] test builtin_semantics_mknildata ... ok
[INFO] [stdout] test builtin_semantics_nulllist_nulllist_01 ... ok
[INFO] [stdout] test builtin_semantics_mknilpairdata ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_04 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_10 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_11 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_05 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_14 ... ok
[INFO] [stdout] test builtin_semantics_multiplyinteger_multiplyinteger_03 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_06 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_08 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_09 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_12 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_07 ... ok
[INFO] [stdout] test builtin_semantics_orbytestring_case_13 ... ok
[INFO] [stdout] test builtin_semantics_pairofpairandlist ... ok
[INFO] [stdout] test builtin_semantics_quotientinteger_quotientinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_quotientinteger_quotientinteger_neg_neg ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_04 ... ok
[INFO] [stdout] test builtin_semantics_quotientinteger_quotientinteger_pos_neg ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_05 ... ok
[INFO] [stdout] test builtin_semantics_quotientinteger_quotientinteger_pos_pos ... ok
[INFO] [stdout] test builtin_semantics_quotientinteger_quotientinteger_zero ... ok
[INFO] [stdout] test builtin_semantics_quotientinteger_quotientinteger_neg_pos ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_09 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_11 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_02 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_12 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_03 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_18 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_01 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_10 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_19 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_15 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_07 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_17 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_22 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_06 ... ok
[INFO] [stdout] test builtin_semantics_remainderinteger_remainderinteger_neg_neg ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_20 ... ok
[INFO] [stdout] test builtin_semantics_remainderinteger_remainderinteger_neg_pos ... ok
[INFO] [stdout] test builtin_semantics_remainderinteger_remainderinteger_pos_neg ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_21 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_02 ... ok
[INFO] [stdout] test builtin_semantics_remainderinteger_remainderinteger_zero ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_13 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_08 ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_bounded_max_input_fits_max_width ... ok
[INFO] [stdout] test builtin_semantics_remainderinteger_remainderinteger_pos_pos ... ok
[INFO] [stdout] test builtin_semantics_remainderinteger_remainderinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_06 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_07 ... ok
[INFO] [stdout] test builtin_semantics_ripemd_160_ripemd_160_length_200 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_04 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_01 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_05 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_03 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_08 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_03 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_02 ... ok
[INFO] [stdout] test builtin_semantics_ripemd_160_ripemd_160_empty ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_01 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_04 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_06 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_07 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_09 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_09 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_12 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_10 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_15 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_14 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_05 ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_unbounded_input_too_big ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_11 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_13 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_14 ... ok
[INFO] [stdout] test builtin_semantics_readbit_case_16 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_17 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_01 ... ok
[INFO] [stdout] test builtin_semantics_sha3_256_sha3_256_empty ... ok
[INFO] [stdout] test builtin_semantics_sha2_256_sha2_256_empty ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_18 ... ok
[INFO] [stdout] test builtin_semantics_sha2_256_sha2_256_length_200 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_08 ... ok
[INFO] [stdout] test builtin_semantics_replicatebyte_case_10 ... ok
[INFO] [stdout] test builtin_semantics_sha3_256_sha3_256_length_200 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_04 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_05 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_02 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_03 ... ok
[INFO] [stdout] test builtin_semantics_rotatebytestring_case_16 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_07 ... ok
[INFO] [stdout] test builtin_semantics_integertobytestring_little_endian_unbounded_maximum_input ... ok
[INFO] [stdout] test builtin_semantics_slicebytestring_slicebytestring_01 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_11 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_15 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_13 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_12 ... ok
[INFO] [stdout] test builtin_semantics_slicebytestring_slicebytestring_02 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_14 ... ok
[INFO] [stdout] test builtin_semantics_slicebytestring_slicebytestring_03 ... ok
[INFO] [stdout] test builtin_semantics_slicebytestring_slicebytestring_04 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_06 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_09 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_08 ... ok
[INFO] [stdout] test builtin_semantics_shiftbytestring_case_10 ... ok
[INFO] [stdout] test builtin_semantics_subtractinteger_subtractinteger_02 ... ok
[INFO] [stdout] test builtin_semantics_subtractinteger_non_iter ... ok
[INFO] [stdout] test builtin_semantics_sndpair ... ok
[INFO] [stdout] test builtin_semantics_subtractinteger_subtractinteger_04 ... ok
[INFO] [stdout] test builtin_semantics_taillist_taillist_partial ... ok
[INFO] [stdout] test builtin_semantics_trace ... ok
[INFO] [stdout] test builtin_semantics_subtractinteger_subtractinteger_01 ... ok
[INFO] [stdout] test builtin_semantics_unbdata_unbdata_01 ... ok
[INFO] [stdout] test builtin_semantics_unbdata_unbdata_fail ... ok
[INFO] [stdout] test builtin_semantics_unlistdata_unlistdata_fail ... ok
[INFO] [stdout] test builtin_semantics_unmapdata_unmapdata_01 ... ok
[INFO] [stdout] test builtin_semantics_unlistdata_unlistdata_01 ... ok
[INFO] [stdout] test builtin_semantics_unidata_unidata_fail ... ok
[INFO] [stdout] test builtin_semantics_slicebytestring_slicebytestring_05 ... ok
[INFO] [stdout] test builtin_semantics_unconstrdata_unconstrdata_01 ... ok
[INFO] [stdout] test builtin_semantics_unidata_unidata_01 ... ok
[INFO] [stdout] test builtin_semantics_taillist_taillist_01 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_long_msg ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_invalid_key ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_short_sig ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_long_key ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_long_sig ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_02 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_01 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_10 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_08 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_09 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_04 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_short_key ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_07 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_13 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_06 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_14 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_short_msg ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_05 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_16 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_15 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_12 ... ok
[INFO] [stdout] test builtin_semantics_unmapdata_unmapdata_fail ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_11 ... ok
[INFO] [stdout] test builtin_semantics_subtractinteger_subtractinteger_03 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_17 ... ok
[INFO] [stdout] test builtin_semantics_unconstrdata_unconstrdata_fail ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_03 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_short_sig ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_long_sig ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_long_key ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_01 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_02 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_04 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_05 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_03 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_09 ... ok
[INFO] [stdout] test builtin_semantics_verifyecdsasecp256k1signature_test_vector_18 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_short_key ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_10 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_06 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_11 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_14 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_15 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_21 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_24 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_08 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_17 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_19 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_18 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_16 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_22 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_23 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_20 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_26 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_07 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_27 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_25 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_12 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_long_key ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_13 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_30 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_29 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_03 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_04 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_short_key ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_31 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_08 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_00 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_long_sig ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_01 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_05 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_02 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_11 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_12 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_13 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_15 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_10 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_06 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_09 ... ok
[INFO] [stdout] test builtin_semantics_verifyed25519signature_test_vector_28 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_14 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_05 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_03 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_06 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_17 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_16 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_04 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_11 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_07 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_08 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_10 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_01 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_09 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_18 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_12 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_13 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_16 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_17 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_20 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_22 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_19 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_18 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_23 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_15 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_21 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_25 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_24 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_28 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_30 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_29 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_14 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_short_sig ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_33 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_35 ... ok
[INFO] [stdout] test builtin_semantics_verifyschnorrsecp256k1signature_test_vector_07 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_26 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_40 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_27 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_37 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_36 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_01 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_02 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_04 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_38 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_39 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_03 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_06 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_31 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_34 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_32 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_07 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_09 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_08 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_05 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_11 ... ok
[INFO] [stdout] test example_fibonacci ... ok
[INFO] [stdout] test example_even2 ... ok
[INFO] [stdout] test example_force_lam ... ok
[INFO] [stdout] test example_applyadd1 ... ok
[INFO] [stdout] test example_dividebyzero ... ok
[INFO] [stdout] test example_even3 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_12 ... ok
[INFO] [stdout] test example_overapplication ... ok
[INFO] [stdout] test example_natroundtrip ... ok
[INFO] [stdout] test example_ifintegers ... ok
[INFO] [stdout] test example_succinteger ... ok
[INFO] [stdout] test example_evenlist ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_10 ... ok
[INFO] [stdout] test term_app_app_5 ... ok
[INFO] [stdout] test term_app_app_3 ... ok
[INFO] [stdout] test term_app_app_2 ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_13 ... ok
[INFO] [stdout] test example_applyadd2 ... ok
[INFO] [stdout] test example_churchzero ... ok
[INFO] [stdout] test example_churchsucc ... ok
[INFO] [stdout] test term_app_app_6 ... ok
[INFO] [stdout] test term_app_app_8 ... ok
[INFO] [stdout] test example_factorial ... ok
[INFO] [stdout] test term_app_app_4 ... ok
[INFO] [stdout] test example_dividebyzerodrop ... ok
[INFO] [stdout] test term_argexpected ... ok
[INFO] [stdout] test term_case_case_02 ... ok
[INFO] [stdout] test term_app_app_7 ... ok
[INFO] [stdout] test term_case_case_01 ... ok
[INFO] [stdout] test example_scottlistsum ... ok
[INFO] [stdout] test term_case_case_03 ... ok
[INFO] [stdout] test term_app_app_9 ... ok
[INFO] [stdout] test term_case_case_04 ... ok
[INFO] [stdout] test term_case_case_07 ... ok
[INFO] [stdout] test term_case_case_06 ... ok
[INFO] [stdout] test term_case_case_08 ... ok
[INFO] [stdout] test term_case_case_09 ... ok
[INFO] [stdout] test term_closure ... ok
[INFO] [stdout] test term_constr_constr_01 ... ok
[INFO] [stdout] test term_constr_constr_02 ... ok
[INFO] [stdout] test term_constr_constr_03 ... ok
[INFO] [stdout] test term_case_case_10 ... ok
[INFO] [stdout] test term_app_app_1 ... ok
[INFO] [stdout] test term_constr_constr_05 ... ok
[INFO] [stdout] test term_case_case_05 ... ok
[INFO] [stdout] test builtin_semantics_writebits_case_02 ... ok
[INFO] [stdout] test term_constr_constr_07 ... ok
[INFO] [stdout] test term_constr_constr_06 ... ok
[INFO] [stdout] test term_delay_delay_error_1 ... ok
[INFO] [stdout] test term_constr_constr_08 ... ok
[INFO] [stdout] test term_constr_constr_09 ... ok
[INFO] [stdout] test term_delay_delay_error_2 ... ok
[INFO] [stdout] test term_constr_constr_10 ... ok
[INFO] [stdout] test term_force_force_4 ... ok
[INFO] [stdout] test term_force_force_2 ... ok
[INFO] [stdout] test term_nonfunctionalapplication ... ok
[INFO] [stdout] test term_var ... ok
[INFO] [stdout] test term_lam_lam_1 ... ok
[INFO] [stdout] test term_delay_delay_lam ... ok
[INFO] [stdout] test term_force_force_3 ... ok
[INFO] [stdout] test term_force_force_1 ... ok
[INFO] [stdout] test term_lam_lam_2 ... ok
[INFO] [stdout] test term_unlifting_sat ... ok
[INFO] [stdout] test term_unlifting_unsat ... ok
[INFO] [stdout] test builtin_semantics_xorbytestring_case_14 ... ok
[INFO] [stdout] test term_constr_constr_04 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- builtin_semantics_droplist_droplist_09 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'builtin_semantics_droplist_droplist_09' (327) panicked at crates/uplc/src/machine/cost_model/costing.rs:153:43:
[INFO] [stdout] attempt to multiply with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609d70258142 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x609d70258142 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x609d70258142 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x609d70258142 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x609d702682ef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x609d702682ef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x609d70225a73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x609d70225a73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x609d70231812 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x609d7023643f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x609d702362d1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x609d7006b11e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x609d7006b11e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x609d70236a4f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x609d70236a4f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x609d70236876 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x609d70231949 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x609d7021a23d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x609d702701d0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x609d7026fc47 - core::panicking::panic_const::panic_const_mul_overflow::hbf484b65fd1eddf0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:180:17
[INFO] [stdout]   20:     0x609d70107d9c - <uplc_turbo::machine::cost_model::costing::TwoArguments as uplc_turbo::machine::cost_model::costing::Cost<2_usize>>::cost::h7bb7f9d6127b6e93
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/costing.rs:153:43
[INFO] [stdout]   21:     0x609d7015b032 - uplc_turbo::machine::cost_model::builtin_costs::BuiltinCosts::drop_list::h44329151f071fa4e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/builtin_costs.rs:685:73
[INFO] [stdout]   22:     0x609d70013bbc - uplc_turbo::machine::runtime::<impl uplc_turbo::machine::cek::Machine>::call::h9f3f8a592689498e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/runtime.rs:2425:22
[INFO] [stdout]   23:     0x609d6ffe5b0a - uplc_turbo::machine::cek::Machine::eval_builtin_app::hf968c11868c86bee
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:345:14
[INFO] [stdout]   24:     0x609d6ffe4812 - uplc_turbo::machine::cek::Machine::apply_evaluate::hc6b9626cbd7e6d7d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:320:30
[INFO] [stdout]   25:     0x609d6ffe4c8f - uplc_turbo::machine::cek::Machine::return_compute::h0c6ccf38fe3f423d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:201:22
[INFO] [stdout]   26:     0x609d6ffe60a7 - uplc_turbo::machine::cek::Machine::run::h2feb3b0de99a0cac
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:67:62
[INFO] [stdout]   27:     0x609d70042a04 - uplc_turbo::program::Program<V>::eval_version::h19816c76b48e3dcb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/program.rs:50:28
[INFO] [stdout]   28:     0x609d6ffe3b5a - conformance::run_test::h9deee55c4a3de7a9
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:14:26
[INFO] [stdout]   29:     0x609d6ffd5af9 - conformance::builtin_semantics_droplist_droplist_09::h60b40df8f2f2f4fb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:1
[INFO] [stdout]   30:     0x609d6ffd5b17 - conformance::builtin_semantics_droplist_droplist_09::{{closure}}::h9e9b808ef58847cb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:31
[INFO] [stdout]   31:     0x609d70030c56 - core::ops::function::FnOnce::call_once::h49ffb9b06de98cd3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x609d7006af1b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x609d7006af1b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   34:     0x609d7007ef7d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   35:     0x609d7007ef7d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x609d7007ef7d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x609d7007ef7d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x609d7007ef7d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x609d7007ef7d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   40:     0x609d7007ef7d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   41:     0x609d700584c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   42:     0x609d700584c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   43:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   44:     0x609d7005bd1a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x609d7005bd1a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x609d7005bd1a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x609d7005bd1a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   49:     0x609d7005bd1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x609d7022cd4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   51:     0x609d7022cd4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   52:     0x7495afd73aa4 - <unknown>
[INFO] [stdout]   53:     0x7495afe00a64 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- builtin_semantics_droplist_droplist_10 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'builtin_semantics_droplist_droplist_10' (328) panicked at crates/uplc/src/machine/cost_model/costing.rs:153:43:
[INFO] [stdout] attempt to multiply with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609d70258142 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x609d70258142 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x609d70258142 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x609d70258142 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x609d702682ef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x609d702682ef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x609d70225a73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x609d70225a73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x609d70231812 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x609d7023643f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x609d702362d1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x609d7006b11e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x609d7006b11e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x609d70236a4f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x609d70236a4f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x609d70236876 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x609d70231949 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x609d7021a23d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x609d702701d0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x609d7026fc47 - core::panicking::panic_const::panic_const_mul_overflow::hbf484b65fd1eddf0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:180:17
[INFO] [stdout]   20:     0x609d70107d9c - <uplc_turbo::machine::cost_model::costing::TwoArguments as uplc_turbo::machine::cost_model::costing::Cost<2_usize>>::cost::h7bb7f9d6127b6e93
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/costing.rs:153:43
[INFO] [stdout]   21:     0x609d7015b032 - uplc_turbo::machine::cost_model::builtin_costs::BuiltinCosts::drop_list::h44329151f071fa4e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/builtin_costs.rs:685:73
[INFO] [stdout]   22:     0x609d70013bbc - uplc_turbo::machine::runtime::<impl uplc_turbo::machine::cek::Machine>::call::h9f3f8a592689498e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/runtime.rs:2425:22
[INFO] [stdout]   23:     0x609d6ffe5b0a - uplc_turbo::machine::cek::Machine::eval_builtin_app::hf968c11868c86bee
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:345:14
[INFO] [stdout]   24:     0x609d6ffe4812 - uplc_turbo::machine::cek::Machine::apply_evaluate::hc6b9626cbd7e6d7d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:320:30
[INFO] [stdout]   25:     0x609d6ffe4c8f - uplc_turbo::machine::cek::Machine::return_compute::h0c6ccf38fe3f423d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:201:22
[INFO] [stdout]   26:     0x609d6ffe60a7 - uplc_turbo::machine::cek::Machine::run::h2feb3b0de99a0cac
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:67:62
[INFO] [stdout]   27:     0x609d70042a04 - uplc_turbo::program::Program<V>::eval_version::h19816c76b48e3dcb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/program.rs:50:28
[INFO] [stdout]   28:     0x609d6ffe3b5a - conformance::run_test::h9deee55c4a3de7a9
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:14:26
[INFO] [stdout]   29:     0x609d6ffd5b5b - conformance::builtin_semantics_droplist_droplist_10::had7506d3cb35bc21
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:1
[INFO] [stdout]   30:     0x609d6ffd5b77 - conformance::builtin_semantics_droplist_droplist_10::{{closure}}::hdd84f7fa7f857e5a
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:31
[INFO] [stdout]   31:     0x609d70031756 - core::ops::function::FnOnce::call_once::h57f46f310564c93a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x609d7006af1b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x609d7006af1b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   34:     0x609d7007ef7d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   35:     0x609d7007ef7d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x609d7007ef7d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x609d7007ef7d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x609d7007ef7d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x609d7007ef7d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   40:     0x609d7007ef7d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   41:     0x609d700584c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   42:     0x609d700584c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   43:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   44:     0x609d7005bd1a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x609d7005bd1a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x609d7005bd1a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x609d7005bd1a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   49:     0x609d7005bd1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x609d7022cd4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   51:     0x609d7022cd4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   52:     0x7495afd73aa4 - <unknown>
[INFO] [stdout]   53:     0x7495afe00a64 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- builtin_semantics_droplist_droplist_16 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'builtin_semantics_droplist_droplist_16' (334) panicked at crates/uplc/src/machine/cost_model/costing.rs:153:43:
[INFO] [stdout] attempt to multiply with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609d70258142 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x609d70258142 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x609d70258142 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x609d70258142 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x609d702682ef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x609d702682ef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x609d70225a73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x609d70225a73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x609d70231812 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x609d7023643f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x609d702362d1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x609d7006b11e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x609d7006b11e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x609d70236a4f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x609d70236a4f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x609d70236876 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x609d70231949 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x609d7021a23d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x609d702701d0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x609d7026fc47 - core::panicking::panic_const::panic_const_mul_overflow::hbf484b65fd1eddf0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:180:17
[INFO] [stdout]   20:     0x609d70107d9c - <uplc_turbo::machine::cost_model::costing::TwoArguments as uplc_turbo::machine::cost_model::costing::Cost<2_usize>>::cost::h7bb7f9d6127b6e93
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/costing.rs:153:43
[INFO] [stdout]   21:     0x609d7015b032 - uplc_turbo::machine::cost_model::builtin_costs::BuiltinCosts::drop_list::h44329151f071fa4e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/builtin_costs.rs:685:73
[INFO] [stdout]   22:     0x609d70013bbc - uplc_turbo::machine::runtime::<impl uplc_turbo::machine::cek::Machine>::call::h9f3f8a592689498e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/runtime.rs:2425:22
[INFO] [stdout]   23:     0x609d6ffe5b0a - uplc_turbo::machine::cek::Machine::eval_builtin_app::hf968c11868c86bee
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:345:14
[INFO] [stdout]   24:     0x609d6ffe4812 - uplc_turbo::machine::cek::Machine::apply_evaluate::hc6b9626cbd7e6d7d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:320:30
[INFO] [stdout]   25:     0x609d6ffe4c8f - uplc_turbo::machine::cek::Machine::return_compute::h0c6ccf38fe3f423d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:201:22
[INFO] [stdout]   26:     0x609d6ffe60a7 - uplc_turbo::machine::cek::Machine::run::h2feb3b0de99a0cac
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:67:62
[INFO] [stdout]   27:     0x609d70042a04 - uplc_turbo::program::Program<V>::eval_version::h19816c76b48e3dcb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/program.rs:50:28
[INFO] [stdout]   28:     0x609d6ffe3b5a - conformance::run_test::h9deee55c4a3de7a9
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:14:26
[INFO] [stdout]   29:     0x609d6ffd5d99 - conformance::builtin_semantics_droplist_droplist_16::h5502f74445b59be5
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:1
[INFO] [stdout]   30:     0x609d6ffd5db7 - conformance::builtin_semantics_droplist_droplist_16::{{closure}}::h9900fb0e5cc12550
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:31
[INFO] [stdout]   31:     0x609d70035e36 - core::ops::function::FnOnce::call_once::hb01b85404f090a68
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x609d7006af1b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x609d7006af1b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   34:     0x609d7007ef7d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   35:     0x609d7007ef7d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x609d7007ef7d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x609d7007ef7d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x609d7007ef7d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x609d7007ef7d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   40:     0x609d7007ef7d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   41:     0x609d700584c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   42:     0x609d700584c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   43:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   44:     0x609d7005bd1a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x609d7005bd1a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x609d7005bd1a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x609d7005bd1a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   49:     0x609d7005bd1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x609d7022cd4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   51:     0x609d7022cd4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   52:     0x7495afd73aa4 - <unknown>
[INFO] [stdout]   53:     0x7495afe00a64 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- builtin_semantics_droplist_droplist_14 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'builtin_semantics_droplist_droplist_14' (332) panicked at crates/uplc/src/machine/cost_model/costing.rs:153:43:
[INFO] [stdout] attempt to multiply with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609d70258142 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x609d70258142 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x609d70258142 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x609d70258142 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x609d702682ef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x609d702682ef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x609d70225a73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x609d70225a73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x609d70231812 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x609d7023643f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x609d702362d1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x609d7006b11e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x609d7006b11e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x609d70236a4f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x609d70236a4f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x609d70236876 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x609d70231949 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x609d7021a23d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x609d702701d0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x609d7026fc47 - core::panicking::panic_const::panic_const_mul_overflow::hbf484b65fd1eddf0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:180:17
[INFO] [stdout]   20:     0x609d70107d9c - <uplc_turbo::machine::cost_model::costing::TwoArguments as uplc_turbo::machine::cost_model::costing::Cost<2_usize>>::cost::h7bb7f9d6127b6e93
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/costing.rs:153:43
[INFO] [stdout]   21:     0x609d7015b032 - uplc_turbo::machine::cost_model::builtin_costs::BuiltinCosts::drop_list::h44329151f071fa4e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/builtin_costs.rs:685:73
[INFO] [stdout]   22:     0x609d70013bbc - uplc_turbo::machine::runtime::<impl uplc_turbo::machine::cek::Machine>::call::h9f3f8a592689498e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/runtime.rs:2425:22
[INFO] [stdout]   23:     0x609d6ffe5b0a - uplc_turbo::machine::cek::Machine::eval_builtin_app::hf968c11868c86bee
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:345:14
[INFO] [stdout]   24:     0x609d6ffe4812 - uplc_turbo::machine::cek::Machine::apply_evaluate::hc6b9626cbd7e6d7d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:320:30
[INFO] [stdout]   25:     0x609d6ffe4c8f - uplc_turbo::machine::cek::Machine::return_compute::h0c6ccf38fe3f423d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:201:22
[INFO] [stdout]   26:     0x609d6ffe60a7 - uplc_turbo::machine::cek::Machine::run::h2feb3b0de99a0cac
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:67:62
[INFO] [stdout]   27:     0x609d70042a04 - uplc_turbo::program::Program<V>::eval_version::h19816c76b48e3dcb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/program.rs:50:28
[INFO] [stdout]   28:     0x609d6ffe3b5a - conformance::run_test::h9deee55c4a3de7a9
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:14:26
[INFO] [stdout]   29:     0x609d6ffd5cd9 - conformance::builtin_semantics_droplist_droplist_14::h89883447accc3e67
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:1
[INFO] [stdout]   30:     0x609d6ffd5cf7 - conformance::builtin_semantics_droplist_droplist_14::{{closure}}::he8e9c19c3dcef965
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:31
[INFO] [stdout]   31:     0x609d70037346 - core::ops::function::FnOnce::call_once::hc66e393af5711fee
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x609d7006af1b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x609d7006af1b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   34:     0x609d7007ef7d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   35:     0x609d7007ef7d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x609d7007ef7d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x609d7007ef7d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x609d7007ef7d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x609d7007ef7d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   40:     0x609d7007ef7d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   41:     0x609d700584c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   42:     0x609d700584c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   43:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   44:     0x609d7005bd1a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x609d7005bd1a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x609d7005bd1a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x609d7005bd1a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   49:     0x609d7005bd1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x609d7022cd4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   51:     0x609d7022cd4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   52:     0x7495afd73aa4 - <unknown>
[INFO] [stdout]   53:     0x7495afe00a64 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- builtin_semantics_droplist_droplist_15 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'builtin_semantics_droplist_droplist_15' (333) panicked at crates/uplc/src/machine/cost_model/costing.rs:153:43:
[INFO] [stdout] attempt to multiply with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x609d70258142 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x609d70258142 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x609d70258142 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x609d70258142 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x609d702682ef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x609d702682ef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x609d70225a73 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x609d70225a73 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x609d70231812 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x609d7023643f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x609d702362d1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x609d7006b11e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x609d7006b11e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x609d70236a4f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x609d70236a4f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x609d70236876 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x609d70231949 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x609d7021a23d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x609d702701d0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x609d7026fc47 - core::panicking::panic_const::panic_const_mul_overflow::hbf484b65fd1eddf0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:180:17
[INFO] [stdout]   20:     0x609d70107d9c - <uplc_turbo::machine::cost_model::costing::TwoArguments as uplc_turbo::machine::cost_model::costing::Cost<2_usize>>::cost::h7bb7f9d6127b6e93
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/costing.rs:153:43
[INFO] [stdout]   21:     0x609d7015b032 - uplc_turbo::machine::cost_model::builtin_costs::BuiltinCosts::drop_list::h44329151f071fa4e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cost_model/builtin_costs.rs:685:73
[INFO] [stdout]   22:     0x609d70013bbc - uplc_turbo::machine::runtime::<impl uplc_turbo::machine::cek::Machine>::call::h9f3f8a592689498e
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/runtime.rs:2425:22
[INFO] [stdout]   23:     0x609d6ffe5b0a - uplc_turbo::machine::cek::Machine::eval_builtin_app::hf968c11868c86bee
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:345:14
[INFO] [stdout]   24:     0x609d6ffe4812 - uplc_turbo::machine::cek::Machine::apply_evaluate::hc6b9626cbd7e6d7d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:320:30
[INFO] [stdout]   25:     0x609d6ffe4c8f - uplc_turbo::machine::cek::Machine::return_compute::h0c6ccf38fe3f423d
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:201:22
[INFO] [stdout]   26:     0x609d6ffe60a7 - uplc_turbo::machine::cek::Machine::run::h2feb3b0de99a0cac
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/machine/cek.rs:67:62
[INFO] [stdout]   27:     0x609d70042a04 - uplc_turbo::program::Program<V>::eval_version::h19816c76b48e3dcb
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/src/program.rs:50:28
[INFO] [stdout]   28:     0x609d6ffe3b5a - conformance::run_test::h9deee55c4a3de7a9
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:14:26
[INFO] [stdout]   29:     0x609d6ffd5d39 - conformance::builtin_semantics_droplist_droplist_15::h68ac8152f7bb6991
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:1
[INFO] [stdout]   30:     0x609d6ffd5d57 - conformance::builtin_semantics_droplist_droplist_15::{{closure}}::h271aa9563be27a01
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/uplc/tests/conformance.rs:39:31
[INFO] [stdout]   31:     0x609d7002f0d6 - core::ops::function::FnOnce::call_once::h2530c24f64d5548c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   32:     0x609d7006af1b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   33:     0x609d7006af1b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   34:     0x609d7007ef7d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   35:     0x609d7007ef7d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x609d7007ef7d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x609d7007ef7d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x609d7007ef7d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x609d7007ef7d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   40:     0x609d7007ef7d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   41:     0x609d700584c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   42:     0x609d700584c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   43:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   44:     0x609d7005bd1a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x609d7005bd1a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x609d7005bd1a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x609d7005bd1a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x609d7005bd1a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   49:     0x609d7005bd1a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x609d7022cd4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   51:     0x609d7022cd4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   52:     0x7495afd73aa4 - <unknown>
[INFO] [stdout]   53:     0x7495afe00a64 - clone
[INFO] [stdout]   54:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     builtin_semantics_droplist_droplist_09
[INFO] [stdout]     builtin_semantics_droplist_droplist_10
[INFO] [stdout]     builtin_semantics_droplist_droplist_14
[INFO] [stdout]     builtin_semantics_droplist_droplist_15
[INFO] [stdout]     builtin_semantics_droplist_droplist_16
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 818 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p uplc-turbo --test conformance`
[INFO] running `Command { std: "docker" "inspect" "0dfc4109ed94498200098038fc55a0367c963364760d50551d2f7a78d641ba23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0dfc4109ed94498200098038fc55a0367c963364760d50551d2f7a78d641ba23", kill_on_drop: false }`
[INFO] [stdout] 0dfc4109ed94498200098038fc55a0367c963364760d50551d2f7a78d641ba23
