[INFO] fetching crate trn-pact 0.2.1... [INFO] testing trn-pact-0.2.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate trn-pact 0.2.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate trn-pact 0.2.1 [INFO] finished tweaking crates.io crate trn-pact 0.2.1 [INFO] tweaked toml for crates.io crate trn-pact 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate trn-pact 0.2.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64a351a42aa2a74765ca8f83e384afcd648b28da53c5ba5b6dbf942cd51ca285 [INFO] running `Command { std: "docker" "start" "-a" "64a351a42aa2a74765ca8f83e384afcd648b28da53c5ba5b6dbf942cd51ca285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64a351a42aa2a74765ca8f83e384afcd648b28da53c5ba5b6dbf942cd51ca285", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64a351a42aa2a74765ca8f83e384afcd648b28da53c5ba5b6dbf942cd51ca285", kill_on_drop: false }` [INFO] [stdout] 64a351a42aa2a74765ca8f83e384afcd648b28da53c5ba5b6dbf942cd51ca285 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6bdea9e1fd858c99277cdb59cc3df7fd329386058e23ec5ab755c3469ac8d6da [INFO] running `Command { std: "docker" "start" "-a" "6bdea9e1fd858c99277cdb59cc3df7fd329386058e23ec5ab755c3469ac8d6da", kill_on_drop: false }` [INFO] [stderr] Compiling bit_reverse v0.1.8 [INFO] [stderr] Compiling trn-pact v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] --> src/types/opcode.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(feature = "compiler")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] --> src/types/opcode.rs:315:7 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg(feature = "compiler")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s [INFO] running `Command { std: "docker" "inspect" "6bdea9e1fd858c99277cdb59cc3df7fd329386058e23ec5ab755c3469ac8d6da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6bdea9e1fd858c99277cdb59cc3df7fd329386058e23ec5ab755c3469ac8d6da", kill_on_drop: false }` [INFO] [stdout] 6bdea9e1fd858c99277cdb59cc3df7fd329386058e23ec5ab755c3469ac8d6da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 885236259caafbb8cef1a26834158e6679bf80d79d35db17b253c8b646996d9e [INFO] running `Command { std: "docker" "start" "-a" "885236259caafbb8cef1a26834158e6679bf80d79d35db17b253c8b646996d9e", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] --> src/types/opcode.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(feature = "compiler")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling trn-pact v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] --> src/types/opcode.rs:315:7 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg(feature = "compiler")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] --> src/types/opcode.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(feature = "compiler")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] --> src/types/opcode.rs:315:7 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg(feature = "compiler")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `Command { std: "docker" "inspect" "885236259caafbb8cef1a26834158e6679bf80d79d35db17b253c8b646996d9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "885236259caafbb8cef1a26834158e6679bf80d79d35db17b253c8b646996d9e", kill_on_drop: false }` [INFO] [stdout] 885236259caafbb8cef1a26834158e6679bf80d79d35db17b253c8b646996d9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 75abbb216bb93607d61985cf9ab603ec51fa017be6e5ade0b0d856b4e8fe76f7 [INFO] running `Command { std: "docker" "start" "-a" "75abbb216bb93607d61985cf9ab603ec51fa017be6e5ade0b0d856b4e8fe76f7", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] [INFO] [stderr] --> src/types/opcode.rs:22:7 [INFO] [stdout] running 39 tests [INFO] [stderr] | [INFO] [stdout] test types::base::tests::it_decodes_numeric_lists ... ok [INFO] [stderr] 22 | #[cfg(feature = "compiler")] [INFO] [stdout] test types::base::tests::it_decodes_numeric ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test types::base::tests::it_decodes_string_like ... ok [INFO] [stderr] | [INFO] [stdout] test types::base::tests::it_decodes_string_lists ... ok [INFO] [stderr] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] test types::base::tests::it_encodes_string_like ... ok [INFO] [stderr] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] test types::base::tests::it_fails_decode_list_with_bad_length ... ok [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stdout] test types::base::tests::it_encodes_numeric_list ... ok [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] test types::base::tests::it_encodes_numeric ... ok [INFO] [stderr] [INFO] [stdout] test types::base::tests::it_fails_with_missing_type_length ... ok [INFO] [stderr] warning: unexpected `cfg` condition value: `compiler` [INFO] [stdout] test types::base::tests::it_fails_with_missing_type_id ... ok [INFO] [stderr] --> src/types/opcode.rs:315:7 [INFO] [stdout] test types::base::tests::it_encodes_string_list ... ok [INFO] [stderr] | [INFO] [stdout] test types::contract::test::contract_binary_format_too_short ... ok [INFO] [stderr] 315 | #[cfg(feature = "compiler")] [INFO] [stdout] test types::contract::test::contract_binary_format_unsupported_version ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test types::contract::test::contract_encode_1 ... ok [INFO] [stderr] | [INFO] [stdout] test types::contract::test::contract_encode_2 ... ok [INFO] [stderr] = note: expected values for `feature` are: `default` and `std` [INFO] [stdout] test types::contract::test::contract_encode_3 ... ok [INFO] [stderr] = help: consider adding `compiler` as a feature in `Cargo.toml` [INFO] [stdout] test types::contract::test::contract_encode_4 ... ok [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stdout] test types::data_table::tests::it_encodes ... ok [INFO] [stderr] [INFO] [stdout] test types::opcode::test::compile_comparator_advanced ... ok [INFO] [stderr] warning: `trn-pact` (lib) generated 2 warnings [INFO] [stdout] test types::data_table::tests::it_decodes ... ok [INFO] [stderr] warning: `trn-pact` (lib test) generated 2 warnings (2 duplicates) [INFO] [stdout] test types::opcode::test::compile_comparators_basic ... ok [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] test types::opcode::test::compile_conjunction_advanced ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/trn_pact-70bdeebafceaace8) [INFO] [stdout] test types::opcode::test::compile_conjunctions_basic ... ok [INFO] [stdout] test types::opcode::test::parse_comparator_advanced ... ok [INFO] [stdout] test types::opcode::test::parse_comparator_basic ... ok [INFO] [stdout] test types::opcode::test::parse_comparator_gt ... ok [INFO] [stdout] test types::opcode::test::parse_comparator_indicies ... ok [INFO] [stdout] test types::opcode::test::parse_comparator_invalid ... ok [INFO] [stdout] test types::opcode::test::parse_comparator_missing_indices ... ok [INFO] [stdout] test types::opcode::test::parse_conjunction_advanced ... ok [INFO] [stdout] test types::opcode::test::parse_conjunction_basic ... ok [INFO] [stdout] test types::opcode::test::parse_conjunction_invalid ... ok [INFO] [stdout] test types::opcode::test::parse_conjunction_xor ... ok [INFO] [stdout] test types::type_cast::tests::it_converts_numeric ... ok [INFO] [stdout] test types::type_cast::tests::it_converts_numeric_associated_types ... ok [INFO] [stdout] test types::type_cast::tests::it_converts_string_like ... ok [INFO] [stdout] test types::type_cast::tests::it_converts_string_like_associated_types ... ok [INFO] [stderr] Running tests/codec_integration.rs (/opt/rustwide/target/debug/deps/codec_integration-9ad55a32d29b8671) [INFO] [stdout] test types::base::tests::it_fails_with_short_string_like - should panic ... ok [INFO] [stdout] test types::base::tests::it_fails_with_u128_numeric - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test contract_binary_format_codec ... ok [INFO] [stdout] test contract_binary_format_malformed_data_table ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/interpreter_integration.rs (/opt/rustwide/target/debug/deps/interpreter_integration-f4cf71c9894ce718) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test it_does_a_gt_comparison_evaluates_false ... ok [INFO] [stdout] test it_does_a_gt_comparison_ok ... ok [INFO] [stdout] test it_does_a_lt_comparison_ok ... ok [INFO] [stdout] test it_does_a_gte_comparison_ok ... ok [INFO] [stdout] test input_to_input_works ... ok [INFO] [stdout] test it_does_a_gte_comparison_evaluates_false ... ok [INFO] [stdout] test it_does_a_not_in_comparison ... ok [INFO] [stdout] test it_does_a_numeric_in_comparison ... ok [INFO] [stdout] test it_does_a_string_in_comparison ... ok [INFO] [stdout] test it_does_a_xor_conjunction_evaluates_false ... ok [INFO] [stdout] test it_does_an_and_conjunction_evaluates_false ... ok [INFO] [stdout] test it_does_an_eq_comparison ... ok [INFO] [stdout] test it_does_an_in_comparison_with_a_mixed_list ... ok [INFO] [stdout] test it_does_an_lte_comparison_evaluates_false ... ok [INFO] [stdout] test it_does_an_lte_comparison_ok ... ok [INFO] [stdout] test it_does_an_or_conjunction_evaluates_false ... ok [INFO] [stdout] test it_fails_for_invalid_list_operators ... ok [INFO] [stdout] test it_fails_when_comparator_is_not_followed_by_load_indexes ... ok [INFO] [stdout] test it_fails_when_first_op_code_is_not_a_comparator ... ok [INFO] [stdout] test it_fails_with_bad_type_operation_on_stringlike ... ok [INFO] [stdout] test it_fails_with_invalid_op_code ... ok [INFO] [stdout] test it_fails_with_lhs_list_for_in_comparison ... ok [INFO] [stdout] test it_fails_with_unexpected_end_of_input_no_rhs_of_conjunction ... ok [INFO] [stdout] test it_does_an_and_conjunction_ok ... ok [INFO] [stdout] test load_fails_with_missing_index ... ok [INFO] [stdout] test it_does_an_eq_comparison_evaluates_false ... ok [INFO] [stdout] test load_input_fails_with_unexpected_end_of_input ... ok [INFO] [stdout] test load_input_to_input_fails_with_missing_index_2 ... ok [INFO] [stdout] test it_does_a_xor_conjunction_ok ... ok [INFO] [stdout] test it_does_a_not_eq_comparison ... ok [INFO] [stdout] test it_does_an_lt_comparison_evaluates_false ... ok [INFO] [stdout] test it_does_an_or_conjunction_ok ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests trn_pact [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" "75abbb216bb93607d61985cf9ab603ec51fa017be6e5ade0b0d856b4e8fe76f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75abbb216bb93607d61985cf9ab603ec51fa017be6e5ade0b0d856b4e8fe76f7", kill_on_drop: false }` [INFO] [stdout] 75abbb216bb93607d61985cf9ab603ec51fa017be6e5ade0b0d856b4e8fe76f7