[INFO] fetching crate lava_torrent 0.11.1...
[INFO] testing lava_torrent-0.11.1 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate lava_torrent 0.11.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate lava_torrent 0.11.1
[INFO] finished tweaking crates.io crate lava_torrent 0.11.1
[INFO] tweaked toml for crates.io crate lava_torrent 0.11.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lava_torrent 0.11.1 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 36 packages to latest compatible versions
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding itertools v0.10.5 (available: v0.14.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded custom_derive v0.1.7
[INFO] [stderr]   Downloaded conv v0.3.3
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1b558874880a0723dd03e26850859093d9138fe3a49661c74a6c213ba37df0d
[INFO] running `Command { std: "docker" "start" "-a" "a1b558874880a0723dd03e26850859093d9138fe3a49661c74a6c213ba37df0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1b558874880a0723dd03e26850859093d9138fe3a49661c74a6c213ba37df0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1b558874880a0723dd03e26850859093d9138fe3a49661c74a6c213ba37df0d", kill_on_drop: false }`
[INFO] [stdout] a1b558874880a0723dd03e26850859093d9138fe3a49661c74a6c213ba37df0d
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73bd56fd07c37a6aebd62a14e9fab12fdd4f0fab8870a49a5063c69b833cb2e1
[INFO] running `Command { std: "docker" "start" "-a" "73bd56fd07c37a6aebd62a14e9fab12fdd4f0fab8870a49a5063c69b833cb2e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling custom_derive v0.1.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling conv v0.3.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling lava_torrent v0.11.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
[INFO] running `Command { std: "docker" "inspect" "73bd56fd07c37a6aebd62a14e9fab12fdd4f0fab8870a49a5063c69b833cb2e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73bd56fd07c37a6aebd62a14e9fab12fdd4f0fab8870a49a5063c69b833cb2e1", kill_on_drop: false }`
[INFO] [stdout] 73bd56fd07c37a6aebd62a14e9fab12fdd4f0fab8870a49a5063c69b833cb2e1
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0246cd712f534ffb1b64130ceb34ee79c780ef9268d89b708379965b610ee6ee
[INFO] running `Command { std: "docker" "start" "-a" "0246cd712f534ffb1b64130ceb34ee79c780ef9268d89b708379965b610ee6ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling lava_torrent v0.11.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer {
[INFO] [stdout]    |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.28s
[INFO] running `Command { std: "docker" "inspect" "0246cd712f534ffb1b64130ceb34ee79c780ef9268d89b708379965b610ee6ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0246cd712f534ffb1b64130ceb34ee79c780ef9268d89b708379965b610ee6ee", kill_on_drop: false }`
[INFO] [stdout] 0246cd712f534ffb1b64130ceb34ee79c780ef9268d89b708379965b610ee6ee
[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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 274f66152ae2f2ad9ed47f98351062473e6acc5d07a36d7ce257351a2c46e3d7
[INFO] running `Command { std: "docker" "start" "-a" "274f66152ae2f2ad9ed47f98351062473e6acc5d07a36d7ce257351a2c46e3d7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/util.rs:95:30
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer {
[INFO] [stderr]    |                              ^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 95 |     pub(crate) fn new(bytes: &[u8]) -> ByteBuffer<'_> {
[INFO] [stderr]    |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `lava_torrent` (lib) generated 1 warning (run `cargo fix --lib -p lava_torrent` to apply 1 suggestion)
[INFO] [stderr] warning: `lava_torrent` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lava_torrent-1dd62454d3f0fb8e)
[INFO] [stdout] 
[INFO] [stdout] running 224 tests
[INFO] [stdout] test bencode::bencode_elem_display_tests::display_test_bytes ... ok
[INFO] [stdout] test bencode::bencode_elem_display_tests::display_test_dictionary ... ok
[INFO] [stdout] test bencode::bencode_elem_display_tests::display_test_list ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::bytes_empty ... ok
[INFO] [stdout] test bencode::bencode_elem_display_tests::display_test_integer ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::bytes_ok ... ok
[INFO] [stdout] test bencode::bencode_elem_display_tests::display_test_string ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::dict_empty ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::i16_to_integer_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::raw_dict_empty ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::list_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::raw_dict_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::str_ref_to_integer_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::string_to_integer_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::u16_to_integer_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::u32_to_integer_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::u8_to_integer_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_dictionary_bad_structure ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_dictionary_empty ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::i64_to_integer_ok ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::i8_to_integer_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_dictionary_nested ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::list_empty ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_dictionary_non_string_key_1 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_dictionary_not_sorted ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_dictionary_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_bad_utf8 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_invalid_int ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_invalid_int_2 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_invalid_int_3 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_invalid_int_4 ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::dict_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_invalid_int_5 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_no_delimiter ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_overflow ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_ok_2 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_list_nested ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_list_bad_structure ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_list_empty ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_list_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_raw_dictionary_ok_2 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_as_bytes ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_invalid_len ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_negative_len ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_no_delimiter ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_no_delimiter_2 ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_no_len ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_bytes_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_dictionary_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_integer_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_list_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_string_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::peek_byte_err ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_raw_dictionary_ok ... ok
[INFO] [stdout] test bencode::read::bencode_elem_read_tests::peek_byte_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_encode_bytes_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_encode_dictionary_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_encode_integer_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_encode_list_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_encode_string_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_write_bytes_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_write_dictionary_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_write_integer_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_write_list_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_write_string_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::encode_bytes_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::encode_dictionary_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::encode_integer_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::encode_list_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::encode_string_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::write_bytes_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::write_integer_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::write_dictionary_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::add_extra_field_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::add_extra_info_field_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::new_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::read_file_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::write_string_ok ... ok
[INFO] [stdout] test bencode::write::bencode_elem_write_tests::write_list_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::read_file_non_blocking_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::read_file_parallel_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::set_announce_list_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::set_announce_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::set_name_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::set_path_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::read_file_parallel_non_blocking_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::set_piece_length_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::set_privacy_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_empty ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_list_empty ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::read_file_non_blocking_cancel ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_list_empty_tier ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_list_empty_url ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_list_none ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_list_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::read_file_parallel_non_blocking_cancel ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_announce_ok_2 ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_extra_fields_empty_key ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_extra_fields_none ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_extra_fields_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_extra_info_fields_empty_key ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_extra_info_fields_none ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_extra_info_fields_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_name_empty ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_name_none ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_name_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_does_not_exist ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_has_hidden_component ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_piece_length_not_positive ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_piece_length_not_power_of_two ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_piece_length_ok ... ok
[INFO] [stdout] test torrent::v1::file_display_tests::file_display_ok ... ok
[INFO] [stdout] test torrent::v1::file_display_tests::file_display_with_extra_fields ... ok
[INFO] [stdout] test torrent::v1::file_tests::absolute_path_not_absolute ... ok
[INFO] [stdout] test torrent::v1::file_tests::absolute_path_ok ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_extra_fields_none ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_extra_fields_ok ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_length_is_negative ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_length_missing ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_length_not_integer ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_length_ok ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_not_dictionary ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_ok ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_component_invalid ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_component_invalid_2 ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_component_not_string ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_empty_list ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_missing ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_not_list ... ok
[INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_list_missing ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_list_not_list ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_list_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_list_tier_not_list ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_list_tier_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_list_tier_url_not_string ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_missing ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_not_string ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_extra_fields_none ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_extra_fields_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_files_empty_list ... ok
[INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::i32_to_integer_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_files_missing ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_files_not_list ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_files_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_conflict_with_files ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_missing_have_files ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_missing_have_files_overflow ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_missing_no_files ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_not_integer ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_name_missing ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_name_not_string ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_name_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_piece_length_not_integer ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_piece_length_not_positive ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_piece_length_missing ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_piece_length_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_pieces_empty ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_pieces_invalid_length ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_pieces_missing ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_pieces_not_bytes ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_pieces_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_info_missing ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_info_not_dict ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_ok ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_top_level_multiple_elem ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_top_level_no_elem ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_top_level_not_dict ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_length_mismatch ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_length_not_positive ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_length_overflow ... ok
[INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_ok ... ok
[INFO] [stdout] test torrent::v1::torrent_display_tests::torrent_display_ok ... ok
[INFO] [stdout] test torrent::v1::torrent_display_tests::torrent_display_with_announce_list ... ok
[INFO] [stdout] test torrent::v1::torrent_display_tests::torrent_display_with_extra_info_fields ... ok
[INFO] [stdout] test torrent::v1::torrent_display_tests::torrent_display_with_extra_fields ... ok
[INFO] [stdout] test torrent::v1::torrent_display_tests::torrent_display_with_multiple_files ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::construct_info_ok ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::info_hash_ok ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::is_private_incorrect_val ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::is_private_incorrect_val_type ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::is_private_no_extra_fields ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::is_private_no_key ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::is_private_ok ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::magnet_link_escape ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::magnet_link_ok ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::magnet_link_with_announce_list ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::magnet_link_with_web_seed ... ok
[INFO] [stdout] test torrent::v1::torrent_tests::magnet_link_with_web_seeds ... ok
[INFO] [stdout] test torrent::v1::write::file_write_tests::into_bencode_elem_ok ... ok
[INFO] [stdout] test torrent::v1::write::file_write_tests::into_bencode_elem_with_extra_fields ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::encode_ok ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::encode_with_announce_list ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::encode_with_extra_fields ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::encode_with_extra_info_fields ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::encode_with_multiple_files ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::write_ok ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::write_with_announce_list ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::write_with_extra_fields ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::write_with_extra_info_fields ... ok
[INFO] [stdout] test torrent::v1::write::torrent_write_tests::write_with_multiple_files ... ok
[INFO] [stdout] test util::byte_buffer_tests::byte_buffer_iterator_test ... ok
[INFO] [stdout] test util::byte_buffer_tests::byte_buffer_sanity_test ... ok
[INFO] [stdout] test util::util_tests::i64_to_u64_err ... ok
[INFO] [stdout] test util::util_tests::i64_to_u64_ok ... ok
[INFO] [stdout] test util::util_tests::i64_to_usize_err ... ok
[INFO] [stdout] test util::util_tests::i64_to_usize_ok ... ok
[INFO] [stdout] test util::util_tests::last_component_err ... ok
[INFO] [stdout] test util::util_tests::last_component_ok ... ok
[INFO] [stdout] test util::util_tests::list_dir_ok ... ok
[INFO] [stdout] test util::util_tests::last_component_ok_2 ... ok
[INFO] [stdout] test util::util_tests::list_dir_with_subdir ... ok
[INFO] [stdout] test util::util_tests::u64_to_i64_err ... ok
[INFO] [stdout] test util::util_tests::u64_to_i64_ok ... ok
[INFO] [stdout] test util::util_tests::u64_to_usize_ok ... ok
[INFO] [stdout] test util::util_tests::usize_to_u64_ok ... ok
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_not_absolute ... FAILED
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component ... FAILED
[INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_ok ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- torrent::v1::build::torrent_builder_tests::validate_path_not_absolute stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'torrent::v1::build::torrent_builder_tests::validate_path_not_absolute' (143) panicked at src/torrent/v1/build.rs:1549:9:
[INFO] [stdout] assertion failed: builder.validate_path().is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f89722edf12 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f89722edf12 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f89722edf12 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f89722edf12 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f897230312a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f897230312a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x5f89722f30f6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f89722f30f6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f89722cb83f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f89722cb83f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f89722e5e99 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f89722522ee - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f89722522ee - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f89722e6102 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f89722e6102 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f89722cb92a - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5f89722c3209 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f89722cc74d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f897230383c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f8972303802 - core[c5ed12ab89cc536a]::panicking::panic
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5f897216be1c - lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_not_absolute
[INFO] [stdout]                                at /opt/rustwide/workdir/src/torrent/v1/build.rs:1549:9
[INFO] [stdout]   21:     0x5f897215c317 - lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_not_absolute::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/torrent/v1/build.rs:1547:36
[INFO] [stdout]   22:     0x5f897214de46 - <lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_not_absolute::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5f897224669b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f897224669b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5f8972252efa - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5f8972252efa - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5f8972252efa - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5f8972252efa - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5f8972252efa - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5f8972252efa - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5f8972252efa - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5f897224d3c4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5f897224d3c4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5f89722559f2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5f89722559f2 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5f89722559f2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5f89722559f2 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f89722ed7af - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5f89722ed7af - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7eda1e788aa4 - <unknown>
[INFO] [stdout]   44:     0x7eda1e815a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component' (142) panicked at src/torrent/v1/build.rs:1537:9:
[INFO] [stdout] assertion failed: builder.validate_path().is_ok()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f89722edf12 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f89722edf12 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f89722edf12 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f89722edf12 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f897230312a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f897230312a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x5f89722f30f6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f89722f30f6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f89722cb83f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f89722cb83f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f89722e5e99 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f89722522ee - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f89722522ee - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f89722e6102 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f89722e6102 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f89722cb92a - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5f89722c3209 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f89722cc74d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f897230383c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f8972303802 - core[c5ed12ab89cc536a]::panicking::panic
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5f897216f21c - lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component
[INFO] [stdout]                                at /opt/rustwide/workdir/src/torrent/v1/build.rs:1537:9
[INFO] [stdout]   21:     0x5f897215c587 - lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/torrent/v1/build.rs:1535:45
[INFO] [stdout]   22:     0x5f897214e186 - <lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5f897224669b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f897224669b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5f8972252efa - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5f8972252efa - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5f8972252efa - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5f8972252efa - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5f8972252efa - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5f8972252efa - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5f8972252efa - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5f897224d3c4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5f897224d3c4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5f89722559f2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5f89722559f2 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5f89722559f2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5f89722559f2 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5f89722ed7af - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x5f89722ed7af - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x7eda1e788aa4 - <unknown>
[INFO] [stdout]   44:     0x7eda1e815a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- torrent::v1::build::torrent_builder_tests::validate_path_ok stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'torrent::v1::build::torrent_builder_tests::validate_path_ok' (144) panicked at src/torrent/v1/build.rs:1516:33:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: TorrentBuilderFailure("TorrentBuilder has `path` but it does not point to anything.")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f89722edf12 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f89722edf12 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f89722edf12 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f89722edf12 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f897230312a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f897230312a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x5f89722f30f6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f89722f30f6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f89722cb83f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f89722cb83f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f89722e5e99 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f89722522ee - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5f89722522ee - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f89722e6102 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5f89722e6102 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f89722cb8f8 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f89722c3209 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f89722cc74d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f897230383c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f89723035b2 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5f8972165a8f - <core[c5ed12ab89cc536a]::result::Result<(), lava_torrent[6de88db663f0dc53]::LavaTorrentError>>::unwrap
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5f8972165a8f - lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_ok
[INFO] [stdout]                                at /opt/rustwide/workdir/src/torrent/v1/build.rs:1516:33
[INFO] [stdout]   22:     0x5f897215c017 - lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_ok::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/torrent/v1/build.rs:1514:26
[INFO] [stdout]   23:     0x5f897214da46 - <lava_torrent[6de88db663f0dc53]::torrent::v1::build::torrent_builder_tests::validate_path_ok::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5f897224669b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5f897224669b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5f8972252efa - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5f8972252efa - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5f8972252efa - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5f8972252efa - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5f8972252efa - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f8972252efa - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5f8972252efa - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5f897224d3c4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5f897224d3c4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5f89722559f2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5f89722559f2 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5f89722559f2 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5f89722559f2 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5f89722559f2 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5f89722ed7af - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5f89722ed7af - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7eda1e788aa4 - <unknown>
[INFO] [stdout]   45:     0x7eda1e815a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component
[INFO] [stdout]     torrent::v1::build::torrent_builder_tests::validate_path_not_absolute
[INFO] [stdout]     torrent::v1::build::torrent_builder_tests::validate_path_ok
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 221 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "274f66152ae2f2ad9ed47f98351062473e6acc5d07a36d7ce257351a2c46e3d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "274f66152ae2f2ad9ed47f98351062473e6acc5d07a36d7ce257351a2c46e3d7", kill_on_drop: false }`
[INFO] [stdout] 274f66152ae2f2ad9ed47f98351062473e6acc5d07a36d7ce257351a2c46e3d7
