[INFO] fetching crate pallas-uplc 0.1.0...
[INFO] testing pallas-uplc-0.1.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate pallas-uplc 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate pallas-uplc 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pallas-uplc 0.1.0
[INFO] tweaked toml for crates.io crate pallas-uplc 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pallas-uplc 0.1.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pallas-uplc 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ouroboros v0.18.4
[INFO] [stderr]   Downloaded uplc_macros v0.1.0
[INFO] [stderr]   Downloaded stacker v0.1.17
[INFO] [stderr]   Downloaded ouroboros_macro v0.18.4
[INFO] [stderr]   Downloaded psm v0.1.23
[INFO] [stderr]   Downloaded pretty_assertions v1.4.0
[INFO] [stderr]   Downloaded minicbor v0.25.1
[INFO] [stderr]   Downloaded minicbor-derive v0.15.3
[INFO] [stderr]   Downloaded similar v2.6.0
[INFO] [stderr]   Downloaded ibig v0.3.6
[INFO] [stderr]   Downloaded insta v1.40.0
[INFO] [stderr]   Downloaded yansi v0.5.1
[INFO] [stderr]   Downloaded bitcoin-io v0.1.2
[INFO] [stderr]   Downloaded chumsky v1.0.0-alpha.7
[INFO] [stderr]   Downloaded blst v0.3.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2150d113107632e42fd6ce11a3ca50f885d79941ae7d9d66d401cf5286597acd
[INFO] running `Command { std: "docker" "start" "-a" "2150d113107632e42fd6ce11a3ca50f885d79941ae7d9d66d401cf5286597acd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2150d113107632e42fd6ce11a3ca50f885d79941ae7d9d66d401cf5286597acd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2150d113107632e42fd6ce11a3ca50f885d79941ae7d9d66d401cf5286597acd", kill_on_drop: false }`
[INFO] [stdout] 2150d113107632e42fd6ce11a3ca50f885d79941ae7d9d66d401cf5286597acd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4345e7e54dbed521063d7857b40e873f12b20ed25fcca2842928172d808f9ac7
[INFO] running `Command { std: "docker" "start" "-a" "4345e7e54dbed521063d7857b40e873f12b20ed25fcca2842928172d808f9ac7", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.1.18
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.7
[INFO] [stderr]    Compiling minicbor v0.25.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling cryptoxide v0.4.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling psm v0.1.23
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling blst v0.3.13
[INFO] [stderr]    Compiling ibig v0.3.6
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling secp256k1 v0.30.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling pallas-uplc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `IBig`
[INFO] [stdout]  --> src/bls.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ibig::{IBig, UBig};
[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: `String as BumpString`
[INFO] [stdout]   --> src/flat/decode/mod.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |     collections::{String as BumpString, Vec as BumpVec},
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ibig`
[INFO] [stdout]  --> src/flat/encode/encoder.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ibig::{ibig, ubig, UBig};
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/flat/encode/mod.rs:222:24
[INFO] [stdout]     |
[INFO] [stdout] 222 |         Constant::Data(data) => {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stdout]    --> src/machine/cost_model/costing.rs:332:12
[INFO] [stdout]     |
[INFO] [stdout] 332 | 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: function `integer_log2` is never used
[INFO] [stdout]   --> src/machine/cost_model/value.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn integer_log2(i: &Integer) -> i64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.50s
[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 2`
[INFO] running `Command { std: "docker" "inspect" "4345e7e54dbed521063d7857b40e873f12b20ed25fcca2842928172d808f9ac7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4345e7e54dbed521063d7857b40e873f12b20ed25fcca2842928172d808f9ac7", kill_on_drop: false }`
[INFO] [stdout] 4345e7e54dbed521063d7857b40e873f12b20ed25fcca2842928172d808f9ac7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 62af74f9fa44e607e980975f9d88961cd749760e25157a6e84c87d8795f9a5e2
[INFO] running `Command { std: "docker" "start" "-a" "62af74f9fa44e607e980975f9d88961cd749760e25157a6e84c87d8795f9a5e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling plotters-backend v0.3.6
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling serde_derive v1.0.209
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling yansi v0.5.1
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling clap_builder v4.5.18
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling pretty_assertions v1.4.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling uplc_macros v0.1.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling plotters-svg v0.3.6
[INFO] [stdout] warning: unused import: `IBig`
[INFO] [stdout]  --> src/bls.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ibig::{IBig, UBig};
[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: `String as BumpString`
[INFO] [stdout]   --> src/flat/decode/mod.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |     collections::{String as BumpString, Vec as BumpVec},
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ibig`
[INFO] [stdout]  --> src/flat/encode/encoder.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ibig::{ibig, ubig, UBig};
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/flat/encode/mod.rs:222:24
[INFO] [stdout]     |
[INFO] [stdout] 222 |         Constant::Data(data) => {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stdout]    --> src/machine/cost_model/costing.rs:332:12
[INFO] [stdout]     |
[INFO] [stdout] 332 | 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: function `integer_log2` is never used
[INFO] [stdout]   --> src/machine/cost_model/value.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn integer_log2(i: &Integer) -> i64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plotters v0.3.6
[INFO] [stderr]    Compiling insta v1.40.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling ouroboros_macro v0.18.4
[INFO] [stderr]    Compiling clap v4.5.18
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling ouroboros v0.18.4
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling pallas-uplc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `run_test` is never used
[INFO] [stdout]  --> tests/conformance.rs:3:4
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn run_test(file_contents: &str, expected_output: &str, expected_budget: &str) {
[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 import: `IBig`
[INFO] [stdout]  --> src/bls.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ibig::{IBig, UBig};
[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: `String as BumpString`
[INFO] [stdout]   --> src/flat/decode/mod.rs:11:19
[INFO] [stdout]    |
[INFO] [stdout] 11 |     collections::{String as BumpString, Vec as BumpVec},
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ibig`
[INFO] [stdout]  --> src/flat/encode/encoder.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use ibig::{ibig, ubig, UBig};
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]    --> src/machine/cost_model/value.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |     use std::str::FromStr;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/flat/encode/mod.rs:222:24
[INFO] [stdout]     |
[INFO] [stdout] 222 |         Constant::Data(data) => {
[INFO] [stdout]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stdout]    --> src/machine/cost_model/costing.rs:332:12
[INFO] [stdout]     |
[INFO] [stdout] 332 | 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]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.63s
[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 2`
[INFO] running `Command { std: "docker" "inspect" "62af74f9fa44e607e980975f9d88961cd749760e25157a6e84c87d8795f9a5e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62af74f9fa44e607e980975f9d88961cd749760e25157a6e84c87d8795f9a5e2", kill_on_drop: false }`
[INFO] [stdout] 62af74f9fa44e607e980975f9d88961cd749760e25157a6e84c87d8795f9a5e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9a6378617ddb32bad0ea9710d03ec83c5a355dbf9b9dc7dae13cf86e23417de1
[INFO] running `Command { std: "docker" "start" "-a" "9a6378617ddb32bad0ea9710d03ec83c5a355dbf9b9dc7dae13cf86e23417de1", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `IBig`
[INFO] [stderr]  --> src/bls.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | use ibig::{IBig, UBig};
[INFO] [stderr]   |            ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `String as BumpString`
[INFO] [stderr]   --> src/flat/decode/mod.rs:11:19
[INFO] [stderr]    |
[INFO] [stderr] 11 |     collections::{String as BumpString, Vec as BumpVec},
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ibig`
[INFO] [stderr]  --> src/flat/encode/encoder.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | use ibig::{ibig, ubig, UBig};
[INFO] [stderr]   |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `data`
[INFO] [stderr]    --> src/flat/encode/mod.rs:222:24
[INFO] [stderr]     |
[INFO] [stderr] 222 |         Constant::Data(data) => {
[INFO] [stderr]     |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ConstantOrTwoArguments` is never constructed
[INFO] [stderr]    --> src/machine/cost_model/costing.rs:332:12
[INFO] [stderr]     |
[INFO] [stderr] 332 | 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: function `integer_log2` is never used
[INFO] [stderr]   --> src/machine/cost_model/value.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub fn integer_log2(i: &Integer) -> i64 {
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pallas-uplc` (lib) generated 6 warnings (run `cargo fix --lib -p pallas-uplc` to apply 4 suggestions)
[INFO] [stderr] warning: function `run_test` is never used
[INFO] [stderr]  --> tests/conformance.rs:3:4
[INFO] [stderr]   |
[INFO] [stderr] 3 | fn run_test(file_contents: &str, expected_output: &str, expected_budget: &str) {
[INFO] [stderr]   |    ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::str::FromStr`
[INFO] [stderr]    --> src/machine/cost_model/value.rs:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |     use std::str::FromStr;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pallas-uplc` (test "conformance") generated 1 warning
[INFO] [stderr] warning: `pallas-uplc` (lib test) generated 6 warnings (5 duplicates) (run `cargo fix --lib -p pallas-uplc --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[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 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pallas_uplc-0627e5313f826450)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::add_integer ... ok
[INFO] [stdout] test machine::cost_model::value::tests::integer_log2_oracle ... ok
[INFO] [stderr]      Running tests/conformance.rs (/opt/rustwide/target/debug/deps/conformance-13ee62591c994ec8)
[INFO] [stdout] test tests::fibonacci ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pallas_uplc
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9a6378617ddb32bad0ea9710d03ec83c5a355dbf9b9dc7dae13cf86e23417de1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a6378617ddb32bad0ea9710d03ec83c5a355dbf9b9dc7dae13cf86e23417de1", kill_on_drop: false }`
[INFO] [stdout] 9a6378617ddb32bad0ea9710d03ec83c5a355dbf9b9dc7dae13cf86e23417de1
