[INFO] fetching crate cowrie-rs 2.0.0...
[INFO] testing cowrie-rs-2.0.0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate cowrie-rs 2.0.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate cowrie-rs 2.0.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cowrie-rs 2.0.0
[INFO] tweaked toml for crates.io crate cowrie-rs 2.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cowrie-rs 2.0.0 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cowrie-rs 2.0.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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd
[INFO] running `Command { std: "docker" "start" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cowrie-rs v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `FIXINT_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const FIXINT_MAX: u8 = 0xBF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXARRAY_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub const FIXARRAY_MAX: u8 = 0xCF;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXMAP_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub const FIXMAP_MAX: u8 = 0xDF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXNEG_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub const FIXNEG_MAX: u8 = 0xEF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
[INFO] running `Command { std: "docker" "inspect" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cowrie-rs v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `FIXINT_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const FIXINT_MAX: u8 = 0xBF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXARRAY_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub const FIXARRAY_MAX: u8 = 0xCF;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXMAP_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub const FIXMAP_MAX: u8 = 0xDF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXNEG_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub const FIXNEG_MAX: u8 = 0xEF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `MasterFrame`, `schema_equals`, `schema_fingerprint32`, and `self`
[INFO] [stdout]   --> tests/coverage_boost.rs:6:5
[INFO] [stdout]    |
[INFO] [stdout]  6 |     self, decode, encode, encode_with_options, decode_with_options,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  9 |     schema_fingerprint32, schema_fingerprint64, schema_equals,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^
[INFO] [stdout] 10 |     from_json, to_json, to_json_pretty,
[INFO] [stdout] 11 |     write_frame, read_frame, MasterWriterOptions, MasterFrame,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXINT_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:40:15
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub const FIXINT_MAX: u8 = 0xBF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXARRAY_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub const FIXARRAY_MAX: u8 = 0xCF;
[INFO] [stdout]    |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXMAP_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub const FIXMAP_MAX: u8 = 0xDF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FIXNEG_MAX` is never used
[INFO] [stdout]   --> src/gen2/encode.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub const FIXNEG_MAX: u8 = 0xEF;
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.37s
[INFO] running `Command { std: "docker" "inspect" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: constant `FIXINT_MAX` is never used
[INFO] [stderr]   --> src/gen2/encode.rs:40:15
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub const FIXINT_MAX: u8 = 0xBF;
[INFO] [stderr]    |               ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FIXARRAY_MAX` is never used
[INFO] [stderr]   --> src/gen2/encode.rs:42:15
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub const FIXARRAY_MAX: u8 = 0xCF;
[INFO] [stderr]    |               ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FIXMAP_MAX` is never used
[INFO] [stderr]   --> src/gen2/encode.rs:44:15
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub const FIXMAP_MAX: u8 = 0xDF;
[INFO] [stderr]    |               ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FIXNEG_MAX` is never used
[INFO] [stderr]   --> src/gen2/encode.rs:46:15
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub const FIXNEG_MAX: u8 = 0xEF;
[INFO] [stderr]    |               ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cowrie-rs` (lib) generated 4 warnings
[INFO] [stderr] warning: unused imports: `MasterFrame`, `schema_equals`, `schema_fingerprint32`, and `self`
[INFO] [stderr]   --> tests/coverage_boost.rs:6:5
[INFO] [stderr]    |
[INFO] [stderr]  6 |     self, decode, encode, encode_with_options, decode_with_options,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] ...
[INFO] [stderr]  9 |     schema_fingerprint32, schema_fingerprint64, schema_equals,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^
[INFO] [stderr] 10 |     from_json, to_json, to_json_pretty,
[INFO] [stderr] 11 |     write_frame, read_frame, MasterWriterOptions, MasterFrame,
[INFO] [stderr]    |                                                   ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cowrie-rs` (test "coverage_boost") generated 1 warning (run `cargo fix --test "coverage_boost" -p cowrie-rs` to apply 1 suggestion)
[INFO] [stderr] warning: `cowrie-rs` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cowrie_rs-f561de496916d3aa)
[INFO] [stdout] 
[INFO] [stdout] running 61 tests
[INFO] [stdout] test gen1::tests::test_empty_array ... ok
[INFO] [stdout] test gen1::tests::test_empty_bytes ... ok
[INFO] [stdout] test gen1::tests::test_empty_string ... ok
[INFO] [stdout] test gen1::tests::test_empty_object ... ok
[INFO] [stdout] test gen1::tests::test_proto_tensor_float64 ... ok
[INFO] [stdout] test gen1::tests::test_proto_tensor_int64 ... ok
[INFO] [stdout] test gen2::compress::tests::test_roundtrip_no_compression ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_max_array_len ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_max_bytes_len ... ok
[INFO] [stdout] test gen1::tests::test_roundtrip_basic ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_max_depth ... ok
[INFO] [stdout] test gen2::compress::tests::test_roundtrip_gzip ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_default_options ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_max_ext_len ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_max_rank ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_max_object_len ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_max_string_len ... ok
[INFO] [stdout] test gen2::decode::tests::test_decode_with_options_roundtrip_unchanged ... ok
[INFO] [stdout] test gen2::decode::tests::test_invalid_image_format_rejected ... ok
[INFO] [stdout] test gen2::decode::tests::test_invalid_audio_encoding_rejected ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_all_audio_encodings ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_audio ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_edge ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_image ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_graph_shard ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_complex ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_primitives ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_node ... ok
[INFO] [stdout] test gen2::decode::tests::test_tensor_rank_32_accepted ... ok
[INFO] [stdout] test gen2::decode::tests::test_tensor_rank_limit ... ok
[INFO] [stdout] test gen2::decode::tests::test_zigzag ... ok
[INFO] [stdout] test gen2::decode::tests::test_truncated ... ok
[INFO] [stdout] test gen2::encode::tests::test_encode_null ... ok
[INFO] [stdout] test gen2::encode::tests::test_zigzag ... ok
[INFO] [stdout] test gen2::encode::tests::test_omit_null ... ok
[INFO] [stdout] test gen2::encode::tests::test_encode_object ... ok
[INFO] [stdout] test gen2::json::tests::test_json_roundtrip_object ... ok
[INFO] [stdout] test gen2::json::tests::test_json_tensor ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_node_batch ... ok
[INFO] [stdout] test gen2::master_stream::tests::test_crc_verification ... ok
[INFO] [stdout] test gen2::master_stream::tests::test_is_cowrie_document ... ok
[INFO] [stdout] test gen2::master_stream::tests::test_is_master_stream ... ok
[INFO] [stdout] test gen2::schema::tests::test_fingerprint32 ... ok
[INFO] [stdout] test gen2::master_stream::tests::test_with_meta ... ok
[INFO] [stdout] test gen2::schema::tests::test_fingerprint_different_fields ... ok
[INFO] [stdout] test gen2::master_stream::tests::test_type_id_consistency ... ok
[INFO] [stdout] test gen2::schema::tests::test_fingerprint_different_types ... ok
[INFO] [stdout] test gen2::types::tests::test_image_format_roundtrip_u8 ... ok
[INFO] [stdout] test gen2::types::tests::test_image_format_try_from ... ok
[INFO] [stdout] test gen2::types::tests::test_tensor_view_float32 ... ok
[INFO] [stdout] test gen2::types::tests::test_tensor_view_wrong_dtype ... ok
[INFO] [stdout] test gen2::types::tests::test_value_object ... ok
[INFO] [stdout] test gen2::master_stream::tests::test_roundtrip ... ok
[INFO] [stdout] test tests::test_gen2_basic ... ok
[INFO] [stdout] test tests::test_gen1_basic ... ok
[INFO] [stdout] test gen2::decode::tests::test_roundtrip_all_image_formats ... ok
[INFO] [stdout] test gen2::schema::tests::test_fingerprint_same_schema ... ok
[INFO] [stdout] test gen2::schema::tests::test_schema_equals ... ok
[INFO] [stdout] test gen2::types::tests::test_audio_encoding_roundtrip_u8 ... ok
[INFO] [stdout] test gen2::types::tests::test_audio_encoding_try_from ... ok
[INFO] [stdout] test gen2::decode::tests::test_invalid_magic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/coverage_boost.rs (/opt/rustwide/target/debug/deps/coverage_boost-ff7141f007410999)
[INFO] [stdout] 
[INFO] [stdout] running 173 tests
[INFO] [stdout] test cowrie_error_display ... ok
[INFO] [stdout] test compress_none_roundtrip ... ok
[INFO] [stdout] test compress_zstd_not_enabled ... ok
[INFO] [stdout] test decode_bad_magic ... ok
[INFO] [stdout] test cowrie_error_from_io ... ok
[INFO] [stdout] test decode_bad_version ... ok
[INFO] [stdout] test decode_empty_data ... ok
[INFO] [stdout] test decode_framed_bad_magic ... ok
[INFO] [stdout] test decode_framed_truncated ... ok
[INFO] [stdout] test decode_trailing_data ... ok
[INFO] [stdout] test decode_with_custom_options ... ok
[INFO] [stdout] test decode_truncated_after_header ... ok
[INFO] [stdout] test dtype_try_from_all_valid ... ok
[INFO] [stdout] test decode_max_depth_exceeded ... ok
[INFO] [stdout] test encode_omit_null_in_nested ... ok
[INFO] [stdout] test gen1_error_display ... ok
[INFO] [stdout] test gen1_error_from_io ... ok
[INFO] [stdout] test encode_omit_null_in_node_props ... ok
[INFO] [stdout] test gen1_roundtrip_adjlist ... ok
[INFO] [stdout] test gen1_roundtrip_edge ... ok
[INFO] [stdout] test gen1_error_invalid_tag ... ok
[INFO] [stdout] test gen1_roundtrip_nested_object ... ok
[INFO] [stdout] test gen1_roundtrip_graph_shard ... ok
[INFO] [stdout] test gen1_roundtrip_proto_tensors ... ok
[INFO] [stdout] test gen1_error_unexpected_eof ... ok
[INFO] [stdout] test gen1_roundtrip_all_scalars ... ok
[INFO] [stdout] test json_adjlist ... ok
[INFO] [stdout] test gen1_roundtrip_node_batch ... ok
[INFO] [stdout] test gen1_roundtrip_arrays ... ok
[INFO] [stdout] test gen1_roundtrip_edge_batch ... ok
[INFO] [stdout] test dtype_try_from_invalid ... ok
[INFO] [stdout] test gen1_roundtrip_node ... ok
[INFO] [stdout] test json_audio ... ok
[INFO] [stdout] test json_audio_all_encodings ... ok
[INFO] [stdout] test json_bigint ... ok
[INFO] [stdout] test json_datetime_missing_nanos ... ok
[INFO] [stdout] test json_datetime_roundtrip ... ok
[INFO] [stdout] test json_edge ... ok
[INFO] [stdout] test json_delta ... ok
[INFO] [stdout] test json_edge_batch ... ok
[INFO] [stdout] test json_bool ... ok
[INFO] [stdout] test json_bitmask ... ok
[INFO] [stdout] test json_bytes_missing_data ... ok
[INFO] [stdout] test json_array ... ok
[INFO] [stdout] test json_image_all_formats ... ok
[INFO] [stdout] test json_int ... ok
[INFO] [stdout] test json_decimal ... ok
[INFO] [stdout] test json_node ... ok
[INFO] [stdout] test json_float ... ok
[INFO] [stdout] test json_ext ... ok
[INFO] [stdout] test json_float_non_finite ... ok
[INFO] [stdout] test json_graph_shard ... ok
[INFO] [stdout] test compress_gzip_roundtrip ... ok
[INFO] [stdout] test json_bytes_roundtrip ... ok
[INFO] [stdout] test json_image ... ok
[INFO] [stdout] test json_tensor_roundtrip ... ok
[INFO] [stdout] test json_pretty ... ok
[INFO] [stdout] test json_string ... ok
[INFO] [stdout] test json_tensor_unknown_dtype ... ok
[INFO] [stdout] test json_node_batch ... ok
[INFO] [stdout] test json_richtext ... ok
[INFO] [stdout] test json_null ... ok
[INFO] [stdout] test json_object ... ok
[INFO] [stdout] test json_tensor_all_dtypes ... ok
[INFO] [stdout] test json_invalid_input ... ok
[INFO] [stdout] test json_tensor_missing_data ... ok
[INFO] [stdout] test json_negative_int ... ok
[INFO] [stdout] test json_unknown_type_passthrough ... ok
[INFO] [stdout] test json_uuid_invalid_hex_length ... ok
[INFO] [stdout] test json_uuid_missing_hex ... ok
[INFO] [stdout] test master_stream_is_checks ... ok
[INFO] [stdout] test json_uuid_roundtrip ... ok
[INFO] [stdout] test roundtrip_audio ... ok
[INFO] [stdout] test roundtrip_bigint ... ok
[INFO] [stdout] test json_tensor_missing_dims ... ok
[INFO] [stdout] test json_tensor_missing_dtype ... ok
[INFO] [stdout] test master_stream_truncated ... ok
[INFO] [stdout] test roundtrip_bitmask ... ok
[INFO] [stdout] test master_stream_no_crc ... ok
[INFO] [stdout] test roundtrip_adjlist_int64 ... ok
[INFO] [stdout] test roundtrip_bool_true ... ok
[INFO] [stdout] test roundtrip_bytes ... ok
[INFO] [stdout] test roundtrip_datetime ... ok
[INFO] [stdout] test roundtrip_delta ... ok
[INFO] [stdout] test roundtrip_fixint_small ... ok
[INFO] [stdout] test roundtrip_fixmap ... ok
[INFO] [stdout] test roundtrip_decimal ... ok
[INFO] [stdout] test roundtrip_edge ... ok
[INFO] [stdout] test roundtrip_fixarray ... ok
[INFO] [stdout] test json_tensor_ref ... ok
[INFO] [stdout] test roundtrip_float ... ok
[INFO] [stdout] test roundtrip_int_large ... ok
[INFO] [stdout] test roundtrip_int_zero ... ok
[INFO] [stdout] test roundtrip_graph_shard ... ok
[INFO] [stdout] test roundtrip_image ... ok
[INFO] [stdout] test roundtrip_large_array ... ok
[INFO] [stdout] test roundtrip_nested ... ok
[INFO] [stdout] test roundtrip_bool_false ... ok
[INFO] [stdout] test roundtrip_null ... ok
[INFO] [stdout] test roundtrip_node_batch ... ok
[INFO] [stdout] test roundtrip_node ... ok
[INFO] [stdout] test roundtrip_richtext_with_tokens ... ok
[INFO] [stdout] test roundtrip_richtext_plain ... ok
[INFO] [stdout] test roundtrip_richtext_with_both ... ok
[INFO] [stdout] test roundtrip_richtext_with_spans ... ok
[INFO] [stdout] test roundtrip_tensor_all_dtypes ... ok
[INFO] [stdout] test roundtrip_string ... ok
[INFO] [stdout] test roundtrip_large_map ... ok
[INFO] [stdout] test roundtrip_fixneg ... ok
[INFO] [stdout] test roundtrip_tensor_float64 ... ok
[INFO] [stdout] test roundtrip_tensor_ref ... ok
[INFO] [stdout] test roundtrip_uuid ... ok
[INFO] [stdout] test roundtrip_uint ... ok
[INFO] [stdout] test schema_adjlist ... ok
[INFO] [stdout] test schema_bitmask ... ok
[INFO] [stdout] test schema_delta ... ok
[INFO] [stdout] test schema_descriptor_all ... ok
[INFO] [stdout] test schema_ext_includes_type_id ... ok
[INFO] [stdout] test schema_richtext ... ok
[INFO] [stdout] test schema_image_includes_format ... ok
[INFO] [stdout] test schema_tensor_includes_dtype ... ok
[INFO] [stdout] test schema_audio_includes_encoding_channels ... ok
[INFO] [stdout] test tensor_copy_float64_wrong_dtype ... ok
[INFO] [stdout] test tensor_float32_slice ... ok
[INFO] [stdout] test roundtrip_tensor_int32 ... ok
[INFO] [stdout] test schema_graph_types ... ok
[INFO] [stdout] test tensor_view_float32_bad_len ... ok
[INFO] [stdout] test schema_scalar_types ... ok
[INFO] [stdout] test tensor_copy_float32_wrong_dtype ... ok
[INFO] [stdout] test schema_tensor_includes_rank ... ok
[INFO] [stdout] test tensor_view_float64_bad_len ... ok
[INFO] [stdout] test tensor_view_int32_empty ... ok
[INFO] [stdout] test tensor_view_int64_bad_len ... ok
[INFO] [stdout] test tensor_view_int64_empty ... ok
[INFO] [stdout] test tensor_view_float64_wrong_dtype ... ok
[INFO] [stdout] test test_binary_nan_inf_roundtrip ... ok
[INFO] [stdout] test tensor_view_int32_bad_len ... ok
[INFO] [stdout] test tensor_view_int64_wrong_dtype ... ok
[INFO] [stdout] test roundtrip_edge_batch ... ok
[INFO] [stdout] test test_encode_decode_encode_canonical ... ok
[INFO] [stdout] test test_decode_rejects_trailing_garbage ... ok
[INFO] [stdout] test value_as_bool ... ok
[INFO] [stdout] test value_as_bytes ... ok
[INFO] [stdout] test roundtrip_tensor_float32 ... ok
[INFO] [stdout] test roundtrip_empty_array ... ok
[INFO] [stdout] test tensor_float64_slice ... ok
[INFO] [stdout] test tensor_view_float64_empty ... ok
[INFO] [stdout] test value_as_array ... ok
[INFO] [stdout] test tensor_view_float32_empty ... ok
[INFO] [stdout] test value_as_edge ... ok
[INFO] [stdout] test value_as_f64 ... ok
[INFO] [stdout] test value_as_graph_shard ... ok
[INFO] [stdout] test value_as_edge_batch ... ok
[INFO] [stdout] test value_as_node_batch ... ok
[INFO] [stdout] test value_as_object ... ok
[INFO] [stdout] test tensor_copy_float64 ... ok
[INFO] [stdout] test value_as_tensor ... ok
[INFO] [stdout] test roundtrip_ext ... ok
[INFO] [stdout] test value_from_bool ... ok
[INFO] [stdout] test value_as_str ... ok
[INFO] [stdout] test value_from_f64 ... ok
[INFO] [stdout] test value_from_i32 ... ok
[INFO] [stdout] test value_from_str ... ok
[INFO] [stdout] test roundtrip_adjlist ... ok
[INFO] [stdout] test value_from_u64 ... ok
[INFO] [stdout] test value_from_vec_u8 ... ok
[INFO] [stdout] test value_from_i64 ... ok
[INFO] [stdout] test value_as_node ... ok
[INFO] [stdout] test value_from_string ... ok
[INFO] [stdout] test value_as_u64 ... ok
[INFO] [stdout] test value_as_i64 ... ok
[INFO] [stdout] test value_get ... ok
[INFO] [stdout] test value_is_null ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 173 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fixtures_core.rs (/opt/rustwide/target/debug/deps/fixtures_core-e4901b4f19f86c1d)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test fixtures_core_decode ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- fixtures_core_decode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fixtures_core_decode' (743) panicked at tests/fixtures_core.rs:10:60:
[INFO] [stdout] read manifest: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x578e69e75981 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x578e69e75981 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x578e69e75981 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x578e69e75981 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x578e69e8a21a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x578e69e8a21a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x578e69e79e3c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x578e69e79e3c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x578e69e53846 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x578e69e53846 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x578e69e6d509 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x578e69d8a820 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x578e69d8a820 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x578e69e6d6c2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x578e69e6d6c2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x578e69e538f2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x578e69e4b0c9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x578e69e544ed - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x578e69e8a9ac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x578e69e8a722 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x578e69d7b8a3 - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, core[6883ba1bc0fe4ed1]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x578e69d7a47f - fixtures_core[59e56cb2a913abbd]::fixtures_core_decode
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/fixtures_core.rs:10:60
[INFO] [stdout]   22:     0x578e69d7a057 - fixtures_core[59e56cb2a913abbd]::fixtures_core_decode::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/fixtures_core.rs:7:26
[INFO] [stdout]   23:     0x578e69d7da66 - <fixtures_core[59e56cb2a913abbd]::fixtures_core_decode::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x578e69d7db5b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x578e69d7db5b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x578e69d8b1a5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x578e69d8b1a5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x578e69d8b1a5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x578e69d8b1a5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x578e69d8b1a5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x578e69d8b1a5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x578e69d8b1a5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x578e69d85c54 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x578e69d85c54 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x578e69d8e2f2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x578e69d8e2f2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x578e69d8e2f2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x578e69d8e2f2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x578e69d8e2f2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x578e69d8e2f2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x578e69d8e2f2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x578e69e74b6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x578e69e74b6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x79337259caa4 - <unknown>
[INFO] [stdout]   45:     0x793372629a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     fixtures_core_decode
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test fixtures_core`
[INFO] running `Command { std: "docker" "inspect" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd", kill_on_drop: false }`
[INFO] [stdout] 04ac7d48ca41cb568ae8f94f4565145a81951fc669264486d4fdbb7fe847e8dd
