[INFO] fetching crate tx3-tir 0.17.0... [INFO] testing tx3-tir-0.17.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate tx3-tir 0.17.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate tx3-tir 0.17.0 [INFO] finished tweaking crates.io crate tx3-tir 0.17.0 [INFO] tweaked toml for crates.io crate tx3-tir 0.17.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tx3-tir 0.17.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tx3-tir 0.17.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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proptest v1.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 974d3e84e942d1ad32e29efb364d7fcf80b1cea74294e10796d318672b14abdb [INFO] running `Command { std: "docker" "start" "-a" "974d3e84e942d1ad32e29efb364d7fcf80b1cea74294e10796d318672b14abdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "974d3e84e942d1ad32e29efb364d7fcf80b1cea74294e10796d318672b14abdb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "974d3e84e942d1ad32e29efb364d7fcf80b1cea74294e10796d318672b14abdb", kill_on_drop: false }` [INFO] [stdout] 974d3e84e942d1ad32e29efb364d7fcf80b1cea74294e10796d318672b14abdb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0eacdff2e5a7da8602ab50c7c43e0f6835d1c8c2cc1e728f372225f9b15e6c59 [INFO] running `Command { std: "docker" "start" "-a" "0eacdff2e5a7da8602ab50c7c43e0f6835d1c8c2cc1e728f372225f9b15e6c59", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tx3-tir v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/reduce/mod.rs:1384:37 [INFO] [stdout] | [INFO] [stdout] 1384 | validity: self.validity.reduce()?, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `Apply::reduce(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(option_reduce)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/reduce/mod.rs:1390:35 [INFO] [stdout] | [INFO] [stdout] 1390 | signers: self.signers.reduce()?, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `Apply::reduce(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(option_reduce)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/reduce/mod.rs:609:30 [INFO] [stdout] | [INFO] [stdout] 609 | Self::IntoScript(x) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.06s [INFO] running `Command { std: "docker" "inspect" "0eacdff2e5a7da8602ab50c7c43e0f6835d1c8c2cc1e728f372225f9b15e6c59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0eacdff2e5a7da8602ab50c7c43e0f6835d1c8c2cc1e728f372225f9b15e6c59", kill_on_drop: false }` [INFO] [stdout] 0eacdff2e5a7da8602ab50c7c43e0f6835d1c8c2cc1e728f372225f9b15e6c59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2459136b99e2cca4ddcba831160b63e035cc2cc622f8c95414d58cfdb83e14e9 [INFO] running `Command { std: "docker" "start" "-a" "2459136b99e2cca4ddcba831160b63e035cc2cc622f8c95414d58cfdb83e14e9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/reduce/mod.rs:1384:37 [INFO] [stdout] | [INFO] [stdout] 1384 | validity: self.validity.reduce()?, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `Apply::reduce(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(option_reduce)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/reduce/mod.rs:1390:35 [INFO] [stdout] | [INFO] [stdout] 1390 | signers: self.signers.reduce()?, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `Apply::reduce(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(option_reduce)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/reduce/mod.rs:609:30 [INFO] [stdout] | [INFO] [stdout] 609 | Self::IntoScript(x) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand v0.9.1 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling tx3-tir v0.17.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/reduce/mod.rs:1384:37 [INFO] [stdout] | [INFO] [stdout] 1384 | validity: self.validity.reduce()?, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `reduce::Apply::reduce(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(option_reduce)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/reduce/mod.rs:1390:35 [INFO] [stdout] | [INFO] [stdout] 1390 | signers: self.signers.reduce()?, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: call with fully qualified syntax `reduce::Apply::reduce(...)` to keep using the current method [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(option_reduce)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/reduce/mod.rs:609:30 [INFO] [stdout] | [INFO] [stdout] 609 | Self::IntoScript(x) => todo!(), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.01s [INFO] running `Command { std: "docker" "inspect" "2459136b99e2cca4ddcba831160b63e035cc2cc622f8c95414d58cfdb83e14e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2459136b99e2cca4ddcba831160b63e035cc2cc622f8c95414d58cfdb83e14e9", kill_on_drop: false }` [INFO] [stdout] 2459136b99e2cca4ddcba831160b63e035cc2cc622f8c95414d58cfdb83e14e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1c5048a372d7c6fd7ad28cddbcdede3da33cd74dd69a4db861723d24de819d03 [INFO] running `Command { std: "docker" "start" "-a" "1c5048a372d7c6fd7ad28cddbcdede3da33cd74dd69a4db861723d24de819d03", kill_on_drop: false }` [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/reduce/mod.rs:1384:37 [INFO] [stderr] | [INFO] [stderr] 1384 | validity: self.validity.reduce()?, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: call with fully qualified syntax `Apply::reduce(...)` to keep using the current method [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 + #![feature(option_reduce)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/reduce/mod.rs:1390:35 [INFO] [stderr] | [INFO] [stderr] 1390 | signers: self.signers.reduce()?, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: call with fully qualified syntax `Apply::reduce(...)` to keep using the current method [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 + #![feature(option_reduce)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/reduce/mod.rs:609:30 [INFO] [stderr] | [INFO] [stderr] 609 | Self::IntoScript(x) => todo!(), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `tx3-tir` (lib) generated 3 warnings (run `cargo fix --lib -p tx3-tir` to apply 1 suggestion) [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/reduce/mod.rs:1384:37 [INFO] [stderr] | [INFO] [stderr] 1384 | validity: self.validity.reduce()?, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: call with fully qualified syntax `reduce::Apply::reduce(...)` to keep using the current method [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stderr] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 + #![feature(option_reduce)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: a method with this name may be added to the standard library in the future [INFO] [stderr] --> src/reduce/mod.rs:1390:35 [INFO] [stderr] | [INFO] [stderr] 1390 | signers: self.signers.reduce()?, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: call with fully qualified syntax `reduce::Apply::reduce(...)` to keep using the current method [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] help: add `#![feature(option_reduce)]` to the crate attributes to enable `std::option::Option::::reduce` [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 + #![feature(option_reduce)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `tx3-tir` (lib test) generated 3 warnings (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tx3_tir-ecb06da3d1ed68d9) [INFO] [stdout] [INFO] [stdout] running 44 tests [INFO] [stdout] test reduce::tests::built_in_expression_is_reduced ... ok [INFO] [stdout] test reduce::tests::nested_param_expression_is_applied ... ok [INFO] [stdout] test reduce::tests::numeric_add_is_reduced ... ok [INFO] [stdout] test reduce::tests::numeric_sub_is_reduced ... ok [INFO] [stdout] test reduce::tests::param_expression_is_applied ... ok [INFO] [stdout] test reduce::tests::param_expression_is_reduced ... ok [INFO] [stdout] test reduce::tests::nested_numeric_binary_op_is_reduced ... ok [INFO] [stdout] test reduce::tests::test_apply_fees ... ok [INFO] [stdout] test model::core::tests::utxo_set_sorted_helpers_are_canonical ... ok [INFO] [stdout] test reduce::tests::test_bytes_concat_is_reduced ... ok [INFO] [stdout] test reduce::tests::test_index_list_out_of_bounds ... ok [INFO] [stdout] test reduce::tests::test_concat_with_none ... ok [INFO] [stdout] test reduce::tests::test_index_list_with_expression ... ok [INFO] [stdout] test reduce::tests::test_index_none_expression ... ok [INFO] [stdout] test reduce::tests::test_concat_type_mismatch_error ... ok [INFO] [stdout] test reduce::tests::test_index_struct_with_expression ... ok [INFO] [stdout] test reduce::tests::test_coerce_utxo_set_into_datum ... ok [INFO] [stdout] test model::core::tests::utxo_set_total_assets_sums_values ... ok [INFO] [stdout] test reduce::tests::test_min_utxo_add_non_reduction ... ok [INFO] [stdout] test reduce::tests::test_nested_property_access ... ok [INFO] [stdout] test reduce::tests::test_apply_args ... ok [INFO] [stdout] test model::assets::tests::sub_on_empty_makes_it_negative ... ok [INFO] [stdout] test reduce::tests::test_index_tuple_with_expression ... ok [INFO] [stdout] test reduce::tests::test_indexable_trait_on_expression ... ok [INFO] [stdout] test reduce::tests::test_apply_inputs ... ok [INFO] [stdout] test reduce::tests::test_reduce_native_asset_binary_op ... ok [INFO] [stdout] test reduce::tests::test_reduce_single_custom_asset_binary_op ... ok [INFO] [stdout] test reduce::tests::test_list_concat_is_reduced ... ok [INFO] [stdout] test reduce::tests::test_reduce_list_property_access ... ok [INFO] [stdout] test reduce::tests::test_reduce_mixed_asset_binary_op ... ok [INFO] [stdout] test reduce::tests::test_min_utxo_sub_non_reduction ... ok [INFO] [stdout] test reduce::tests::test_reduce_struct_property_access ... ok [INFO] [stdout] test reduce::tests::test_coerce_utxo_set_into_assets ... ok [INFO] [stdout] test reduce::tests::test_reduce_coerce_noop ... ok [INFO] [stdout] test reduce::tests::test_reduce_tuple_property_access ... ok [INFO] [stdout] test reduce::tests::test_string_concat_is_reduced ... ok [INFO] [stdout] test reduce::tests::test_string_number_concat_is_reduced ... ok [INFO] [stdout] test model::assets::tests::empty_is_contained_in_everything ... ok [INFO] [stdout] test encoding::tests::test_decoding_is_backward_compatible ... FAILED [INFO] [stdout] test model::assets::tests::empty_doesnt_contain_anything ... ok [INFO] [stdout] test model::assets::tests::add_positive_makes_it_present ... ok [INFO] [stdout] test model::assets::tests::add_is_inverse_of_sub ... ok [INFO] [stdout] test model::assets::tests::composite_contains_some_composite ... ok [INFO] [stdout] test model::assets::tests::composite_contains_some_naked ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- encoding::tests::test_decoding_is_backward_compatible stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'encoding::tests::test_decoding_is_backward_compatible' (17) panicked at src/encoding.rs:162:51: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5aa66c7b14ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5aa66c7b14ba - std[31e582c13f4e914f]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5aa66c7b14ba - std[31e582c13f4e914f]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5aa66c7b14ba - <::print::DisplayBacktrace as core[fa0eadad68403074]::fmt::Display>::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5aa66c7c731a - ::fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5aa66c7c731a - core[fa0eadad68403074]::fmt::write [INFO] [stdout] 6: 0x5aa66c7b6152 - std[31e582c13f4e914f]::io::default_write_fmt::> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5aa66c7b6152 - as std[31e582c13f4e914f]::io::Write>::write_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x5aa66c78ed5f - ::print [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5aa66c78ed5f - std[31e582c13f4e914f]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5aa66c7a95d9 - std[31e582c13f4e914f]::panicking::default_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5aa66c6d7fcc - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x5aa66c6d7fcc - test[7530e63dc052480e]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5aa66c7a9792 - core[fa0eadad68403074]::ops::function::Fn<(&'a std[31e582c13f4e914f]::panic::PanicHookInfo<'b>,), Output = ()> + core[fa0eadad68403074]::marker::Sync + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::Fn<(&std[31e582c13f4e914f]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x5aa66c7a9792 - std[31e582c13f4e914f]::panicking::panic_with_hook [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5aa66c78ee18 - std[31e582c13f4e914f]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5aa66c783dc9 - std[31e582c13f4e914f]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5aa66c78fb2d - __rustc[fc8e3a9f23f26cb]::rust_begin_unwind [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5aa66c7c7adc - core[fa0eadad68403074]::panicking::panic_fmt [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5aa66c7c7852 - core[fa0eadad68403074]::result::unwrap_failed [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5aa66c5c75b1 - >::unwrap [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5aa66c5c75b1 - tx3_tir[614a6f44a159c52a]::encoding::tests::decode_version_snapshot [INFO] [stdout] at /opt/rustwide/workdir/src/encoding.rs:162:51 [INFO] [stdout] 22: 0x5aa66c5c7912 - tx3_tir[614a6f44a159c52a]::encoding::tests::test_decoding_is_backward_compatible [INFO] [stdout] at /opt/rustwide/workdir/src/encoding.rs:172:13 [INFO] [stdout] 23: 0x5aa66c5c6477 - tx3_tir[614a6f44a159c52a]::encoding::tests::test_decoding_is_backward_compatible::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/encoding.rs:170:46 [INFO] [stdout] 24: 0x5aa66c67e976 - >::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5aa66c6cc0ab - core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5aa66c6cc0ab - test[7530e63dc052480e]::__rust_begin_short_backtrace::, fn() -> core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5aa66c6d8a9b - test[7530e63dc052480e]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5aa66c6d8a9b - as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 29: 0x5aa66c6d8a9b - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 30: 0x5aa66c6d8a9b - std[31e582c13f4e914f]::panicking::catch_unwind::, core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 31: 0x5aa66c6d8a9b - std[31e582c13f4e914f]::panic::catch_unwind::, core[fa0eadad68403074]::result::Result<(), alloc[49b8922c36ca62de]::string::String>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5aa66c6d8a9b - test[7530e63dc052480e]::run_test_in_process [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5aa66c6d8a9b - test[7530e63dc052480e]::run_test::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5aa66c6d2ef4 - test[7530e63dc052480e]::run_test::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5aa66c6d2ef4 - std[31e582c13f4e914f]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 36: 0x5aa66c6db6a2 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 37: 0x5aa66c6db6a2 - ::{closure#1}::{closure#0}> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 38: 0x5aa66c6db6a2 - std[31e582c13f4e914f]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:581:40 [INFO] [stdout] 39: 0x5aa66c6db6a2 - std[31e582c13f4e914f]::panicking::catch_unwind::<(), core[fa0eadad68403074]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panicking.rs:544:19 [INFO] [stdout] 40: 0x5aa66c6db6a2 - std[31e582c13f4e914f]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5aa66c6db6a2 - std[31e582c13f4e914f]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 42: 0x5aa66c6db6a2 - ::{closure#1} as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5aa66c7b0a6f - + core[fa0eadad68403074]::marker::Send> as core[fa0eadad68403074]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 44: 0x5aa66c7b0a6f - ::new::thread_start [INFO] [stdout] at /rustc/562dee4820c458d823175268e41601d4c060588a/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 45: 0x7e9472800aa4 - [INFO] [stdout] 46: 0x7e947288da64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] encoding::tests::test_decoding_is_backward_compatible [INFO] [stdout] [INFO] [stdout] test result: FAILED. 43 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "1c5048a372d7c6fd7ad28cddbcdede3da33cd74dd69a4db861723d24de819d03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c5048a372d7c6fd7ad28cddbcdede3da33cd74dd69a4db861723d24de819d03", kill_on_drop: false }` [INFO] [stdout] 1c5048a372d7c6fd7ad28cddbcdede3da33cd74dd69a4db861723d24de819d03