[INFO] fetching crate trn-pact 0.2.1...
[INFO] testing trn-pact-0.2.1 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate trn-pact 0.2.1 into /workspace/builds/worker-7-tc1/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-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate trn-pact 0.2.1 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bit_reverse v0.1.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ffde503765fe7eca857d0f7bf2df81b05edbd1de81e3e5e73359fd0756ca3632
[INFO] running `Command { std: "docker" "start" "-a" "ffde503765fe7eca857d0f7bf2df81b05edbd1de81e3e5e73359fd0756ca3632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ffde503765fe7eca857d0f7bf2df81b05edbd1de81e3e5e73359fd0756ca3632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffde503765fe7eca857d0f7bf2df81b05edbd1de81e3e5e73359fd0756ca3632", kill_on_drop: false }`
[INFO] [stdout] ffde503765fe7eca857d0f7bf2df81b05edbd1de81e3e5e73359fd0756ca3632
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1fdb6b41bdeaf8b0ac8740e239c6d652394583e035959959c9b5c22fa3743d70
[INFO] running `Command { std: "docker" "start" "-a" "1fdb6b41bdeaf8b0ac8740e239c6d652394583e035959959c9b5c22fa3743d70", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] running `Command { std: "docker" "inspect" "1fdb6b41bdeaf8b0ac8740e239c6d652394583e035959959c9b5c22fa3743d70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fdb6b41bdeaf8b0ac8740e239c6d652394583e035959959c9b5c22fa3743d70", kill_on_drop: false }`
[INFO] [stdout] 1fdb6b41bdeaf8b0ac8740e239c6d652394583e035959959c9b5c22fa3743d70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a9cf6c96d6b6e57b9db64113be80794fdd1c802e65b7f90443a5aec074486b7
[INFO] running `Command { std: "docker" "start" "-a" "3a9cf6c96d6b6e57b9db64113be80794fdd1c802e65b7f90443a5aec074486b7", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[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: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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] running `Command { std: "docker" "inspect" "3a9cf6c96d6b6e57b9db64113be80794fdd1c802e65b7f90443a5aec074486b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a9cf6c96d6b6e57b9db64113be80794fdd1c802e65b7f90443a5aec074486b7", kill_on_drop: false }`
[INFO] [stdout] 3a9cf6c96d6b6e57b9db64113be80794fdd1c802e65b7f90443a5aec074486b7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 04199c46181b171a621c48cb40e6370a3816532425a37eab3b08eaf7130ca482
[INFO] running `Command { std: "docker" "start" "-a" "04199c46181b171a621c48cb40e6370a3816532425a37eab3b08eaf7130ca482", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `compiler`
[INFO] [stderr]   --> src/types/opcode.rs:22:7
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[cfg(feature = "compiler")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default` and `std`
[INFO] [stderr]    = help: consider adding `compiler` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `compiler`
[INFO] [stderr]    --> src/types/opcode.rs:315:7
[INFO] [stderr]     |
[INFO] [stderr] 315 | #[cfg(feature = "compiler")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `std`
[INFO] [stderr]     = help: consider adding `compiler` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `trn-pact` (lib) generated 2 warnings
[INFO] [stderr] warning: `trn-pact` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/trn_pact-467a34671e3c2cf0)
[INFO] [stdout] 
[INFO] [stdout] running 39 tests
[INFO] [stdout] test types::base::tests::it_decodes_numeric ... ok
[INFO] [stdout] test types::base::tests::it_decodes_numeric_lists ... ok
[INFO] [stdout] test types::base::tests::it_encodes_numeric ... ok
[INFO] [stdout] test types::base::tests::it_encodes_numeric_list ... ok
[INFO] [stdout] test types::base::tests::it_encodes_string_like ... ok
[INFO] [stdout] test types::base::tests::it_encodes_string_list ... ok
[INFO] [stdout] test types::base::tests::it_fails_decode_list_with_bad_length ... ok
[INFO] [stdout] test types::base::tests::it_decodes_string_lists ... ok
[INFO] [stdout] test types::base::tests::it_fails_with_missing_type_id ... ok
[INFO] [stdout] test types::base::tests::it_fails_with_missing_type_length ... ok
[INFO] [stdout] test types::base::tests::it_decodes_string_like ... ok
[INFO] [stdout] test types::contract::test::contract_binary_format_too_short ... ok
[INFO] [stdout] test types::contract::test::contract_binary_format_unsupported_version ... ok
[INFO] [stdout] test types::contract::test::contract_encode_2 ... ok
[INFO] [stdout] test types::opcode::test::compile_comparator_advanced ... ok
[INFO] [stdout] test types::contract::test::contract_encode_4 ... ok
[INFO] [stdout] test types::data_table::tests::it_decodes ... ok
[INFO] [stdout] test types::opcode::test::parse_comparator_basic ... ok
[INFO] [stdout] test types::opcode::test::parse_conjunction_advanced ... ok
[INFO] [stdout] test types::opcode::test::parse_comparator_invalid ... 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_conjunction_basic ... ok
[INFO] [stdout] test types::opcode::test::compile_conjunctions_basic ... ok
[INFO] [stdout] test types::opcode::test::parse_comparator_missing_indices ... ok
[INFO] [stdout] test types::type_cast::tests::it_converts_string_like_associated_types ... 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::data_table::tests::it_encodes ... ok
[INFO] [stdout] test types::opcode::test::parse_comparator_advanced ... ok
[INFO] [stdout] test types::opcode::test::parse_conjunction_xor ... ok
[INFO] [stdout] test types::opcode::test::compile_conjunction_advanced ... ok
[INFO] [stdout] test types::contract::test::contract_encode_3 ... ok
[INFO] [stdout] test types::opcode::test::parse_conjunction_invalid ... ok
[INFO] [stdout] test types::type_cast::tests::it_converts_numeric ... ok
[INFO] [stdout] test types::base::tests::it_fails_with_u128_numeric - should panic ... ok
[INFO] [stdout] test types::base::tests::it_fails_with_short_string_like - should panic ... ok
[INFO] [stdout] test types::opcode::test::compile_comparators_basic ... ok
[INFO] [stdout] test types::contract::test::contract_encode_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/codec_integration.rs (/opt/rustwide/target/debug/deps/codec_integration-43a58a5e65abf463)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test contract_binary_format_malformed_data_table ... ok
[INFO] [stdout] test contract_binary_format_codec ... 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-fa6174b2c3beba1f)
[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_gte_comparison_ok ... ok
[INFO] [stdout] test it_does_a_lt_comparison_ok ... ok
[INFO] [stdout] test it_does_a_not_in_comparison ... ok
[INFO] [stdout] test it_does_a_not_eq_comparison ... ok
[INFO] [stdout] test it_does_a_numeric_in_comparison ... ok
[INFO] [stdout] test it_does_a_gte_comparison_evaluates_false ... 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_a_xor_conjunction_ok ... ok
[INFO] [stdout] test it_does_an_and_conjunction_evaluates_false ... ok
[INFO] [stdout] test it_does_an_and_conjunction_ok ... ok
[INFO] [stdout] test it_does_an_eq_comparison ... ok
[INFO] [stdout] test it_does_an_eq_comparison_evaluates_false ... ok
[INFO] [stdout] test it_does_an_in_comparison_with_a_mixed_list ... 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_does_an_or_conjunction_ok ... ok
[INFO] [stdout] test it_fails_for_invalid_list_operators ... ok
[INFO] [stdout] test it_does_an_lt_comparison_evaluates_false ... 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 load_input_to_input_fails_with_missing_index_2 ... ok
[INFO] [stdout] test load_input_fails_with_unexpected_end_of_input ... ok
[INFO] [stdout] test it_fails_with_bad_type_operation_on_stringlike ... ok
[INFO] [stdout] test load_fails_with_missing_index ... ok
[INFO] [stdout] test it_fails_when_comparator_is_not_followed_by_load_indexes ... ok
[INFO] [stdout] test input_to_input_works ... ok
[INFO] [stdout] test it_fails_when_first_op_code_is_not_a_comparator ... ok
[INFO] [stdout] test it_does_an_lte_comparison_evaluates_false ... 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" "04199c46181b171a621c48cb40e6370a3816532425a37eab3b08eaf7130ca482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04199c46181b171a621c48cb40e6370a3816532425a37eab3b08eaf7130ca482", kill_on_drop: false }`
[INFO] [stdout] 04199c46181b171a621c48cb40e6370a3816532425a37eab3b08eaf7130ca482
