[INFO] fetching crate lava_torrent 0.5.0... [INFO] testing lava_torrent-0.5.0 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate lava_torrent 0.5.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate lava_torrent 0.5.0 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate lava_torrent 0.5.0 [INFO] finished tweaking crates.io crate lava_torrent 0.5.0 [INFO] tweaked toml for crates.io crate lava_torrent 0.5.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 58927bb347db4ef6402d97c5413395f4745987bb4dbf58ed1651654eb07ee00f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "58927bb347db4ef6402d97c5413395f4745987bb4dbf58ed1651654eb07ee00f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "58927bb347db4ef6402d97c5413395f4745987bb4dbf58ed1651654eb07ee00f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58927bb347db4ef6402d97c5413395f4745987bb4dbf58ed1651654eb07ee00f", kill_on_drop: false }` [INFO] [stdout] 58927bb347db4ef6402d97c5413395f4745987bb4dbf58ed1651654eb07ee00f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59f74588f7b054078879d2b1d56a3dda22d1b3d16e6a0f24f7108455f2d86bf7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "59f74588f7b054078879d2b1d56a3dda22d1b3d16e6a0f24f7108455f2d86bf7", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling sha-1 v0.8.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling lava_torrent v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tracker/mod.rs:166:20 [INFO] [stdout] | [INFO] [stdout] 166 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 167 | | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stdout] 168 | | bytes.len() [INFO] [stdout] 169 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 166 | panic!( [INFO] [stdout] 167 | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stdout] 168 | bytes.len() [INFO] [stdout] 169 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.02s [INFO] running `Command { std: "docker" "inspect" "59f74588f7b054078879d2b1d56a3dda22d1b3d16e6a0f24f7108455f2d86bf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59f74588f7b054078879d2b1d56a3dda22d1b3d16e6a0f24f7108455f2d86bf7", kill_on_drop: false }` [INFO] [stdout] 59f74588f7b054078879d2b1d56a3dda22d1b3d16e6a0f24f7108455f2d86bf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 273db5c14ea8fc52ee11e9d7b9f6e5ff3a47432ec38368af007ffebd28b4d156 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "273db5c14ea8fc52ee11e9d7b9f6e5ff3a47432ec38368af007ffebd28b4d156", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tracker/mod.rs:166:20 [INFO] [stdout] | [INFO] [stdout] 166 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 167 | | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stdout] 168 | | bytes.len() [INFO] [stdout] 169 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 166 | panic!( [INFO] [stdout] 167 | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stdout] 168 | bytes.len() [INFO] [stdout] 169 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling lava_torrent v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tracker/mod.rs:166:20 [INFO] [stdout] | [INFO] [stdout] 166 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 167 | | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stdout] 168 | | bytes.len() [INFO] [stdout] 169 | | )) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 166 | panic!( [INFO] [stdout] 167 | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stdout] 168 | bytes.len() [INFO] [stdout] 169 | ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.96s [INFO] running `Command { std: "docker" "inspect" "273db5c14ea8fc52ee11e9d7b9f6e5ff3a47432ec38368af007ffebd28b4d156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "273db5c14ea8fc52ee11e9d7b9f6e5ff3a47432ec38368af007ffebd28b4d156", kill_on_drop: false }` [INFO] [stdout] 273db5c14ea8fc52ee11e9d7b9f6e5ff3a47432ec38368af007ffebd28b4d156 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 54c52d54ee446243d27cc789cd904976b1d640c8ff7e36193ac922ee5d532eaa [INFO] running `Command { std: "docker" "start" "-a" "54c52d54ee446243d27cc789cd904976b1d640c8ff7e36193ac922ee5d532eaa", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/tracker/mod.rs:166:20 [INFO] [stderr] | [INFO] [stderr] 166 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 167 | | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stderr] 168 | | bytes.len() [INFO] [stderr] 169 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 166 | panic!( [INFO] [stderr] 167 | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stderr] 168 | bytes.len() [INFO] [stderr] 169 | ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/tracker/mod.rs:166:20 [INFO] [stderr] | [INFO] [stderr] 166 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 167 | | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stderr] 168 | | bytes.len() [INFO] [stderr] 169 | | )) [INFO] [stderr] | |_____________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 166 | panic!( [INFO] [stderr] 167 | "Peer::from_bytes() expects 6 bytes, {} received.", [INFO] [stderr] 168 | bytes.len() [INFO] [stderr] 169 | ) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lava_torrent-28a9ee3f286f30fd) [INFO] [stdout] running 216 tests [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::list_empty ... ok [INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::i8_to_integer_ok ... ok [INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::i64_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::bencode_elem_display_tests::display_test_integer ... ok [INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::u32_to_integer_ok ... 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::macros::bencode_elem_macro_tests::str_ref_to_integer_ok ... 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::i16_to_integer_ok ... ok [INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::raw_dict_ok ... ok [INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::i32_to_integer_ok ... ok [INFO] [stdout] test bencode::bencode_elem_display_tests::display_test_bytes ... 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_integer_invalid_int_4 ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_dictionary_nested ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_integer_ok ... ok [INFO] [stdout] test bencode::bencode_elem_display_tests::display_test_dictionary ... 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_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::dict_ok ... ok [INFO] [stdout] test bencode::macros::bencode_elem_macro_tests::dict_empty ... 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 ... 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_list_ok ... 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_integer_ok_2 ... 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_string_no_len ... 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_no_delimiter ... 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_invalid_int_5 ... 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_dictionary_not_sorted ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_integer_ok ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_bytes_ok ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_string_ok ... 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_delimiter ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_dictionary_ok ... 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_nested ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::decode_raw_dictionary_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_invalid_len ... 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::bencode_elem_write_list_ok ... ok [INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_write_integer_ok ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::peek_byte_ok ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_string_ok ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::parse_list_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_dictionary_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_list_ok ... ok [INFO] [stdout] test bencode::write::bencode_elem_write_tests::write_string_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::new_ok ... ok [INFO] [stdout] test torrent::v1::build::torrent_builder_tests::read_file_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::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::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::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 bencode::write::bencode_elem_write_tests::encode_bytes_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_list_ok ... ok [INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_does_not_exist ... 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_bytes_ok ... ok [INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_has_hidden_component ... 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 torrent::v1::build::torrent_builder_tests::validate_path_has_invalid_component ... ok [INFO] [stdout] test bencode::write::bencode_elem_write_tests::bencode_elem_encode_string_ok ... ok [INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_path_not_absolute ... ok [INFO] [stdout] test bencode::write::bencode_elem_write_tests::encode_dictionary_ok ... ok [INFO] [stdout] test torrent::v1::build::torrent_builder_tests::add_extra_info_field_ok ... ok [INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_extra_fields_ok ... ok [INFO] [stdout] test torrent::v1::file_display_tests::file_display_ok ... ok [INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_length_ok ... ok [INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_piece_length_ok ... ok [INFO] [stdout] test torrent::v1::file_tests::absolute_path_ok ... ok [INFO] [stdout] test torrent::v1::file_display_tests::file_display_with_extra_fields ... 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_extra_fields_none ... 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::build::torrent_builder_tests::validate_piece_length_not_positive ... ok [INFO] [stdout] test torrent::v1::file_tests::absolute_path_not_absolute ... 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_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_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_path_component_invalid ... 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::torrent_read_tests::extract_announce_ok ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_missing ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_files_missing ... 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_ok ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_missing_have_files ... ok [INFO] [stdout] test torrent::v1::build::torrent_builder_tests::validate_piece_length_not_power_of_two ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_announce_list_tier_not_list ... ok [INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_length_is_negative ... 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_length_ok ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_name_ok ... 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_length_missing_have_files_overflow ... 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_length_conflict_with_files ... 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_piece_length_not_integer ... ok [INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_component_not_string ... 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_length_missing_no_files ... ok [INFO] [stdout] test bencode::read::bencode_elem_read_tests::peek_byte_err ... ok [INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_not_list ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_pieces_missing ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_info_missing ... ok [INFO] [stdout] test torrent::v1::read::file_read_tests::extract_file_path_component_invalid_2 ... 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::from_parsed_top_level_no_elem ... 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_not_dict ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_ok ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_length_mismatch ... 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_extra_info_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::read::torrent_read_tests::extract_files_empty_list ... 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_ok ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_pieces_not_bytes ... 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_tests::info_hash_ok ... ok [INFO] [stdout] test torrent::v1::torrent_tests::is_private_incorrect_val_type ... ok [INFO] [stdout] test torrent::v1::torrent_tests::is_private_incorrect_val ... ok [INFO] [stdout] test torrent::v1::torrent_tests::is_private_no_extra_fields ... ok [INFO] [stdout] test torrent::v1::torrent_tests::is_private_ok ... ok [INFO] [stdout] test torrent::v1::torrent_tests::is_private_no_key ... 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::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::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 torrent::v1::write::torrent_write_tests::write_ok ... 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_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_multiple_files ... ok [INFO] [stdout] test torrent::v1::write::torrent_write_tests::write_with_announce_list ... 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::list_dir_ok ... ok [INFO] [stdout] test util::util_tests::list_dir_with_subdir ... ok [INFO] [stdout] test util::util_tests::i64_to_usize_ok ... ok [INFO] [stdout] test util::util_tests::i64_to_u64_ok ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::extract_length_not_integer ... ok [INFO] [stdout] test util::util_tests::i64_to_usize_err ... ok [INFO] [stdout] test util::util_tests::u64_to_i64_err ... ok [INFO] [stdout] test util::util_tests::last_component_ok ... ok [INFO] [stdout] test util::util_tests::last_component_ok_2 ... ok [INFO] [stdout] test util::util_tests::last_component_err ... ok [INFO] [stdout] test util::util_tests::u64_to_i64_ok ... ok [INFO] [stdout] test util::util_tests::usize_to_u64_ok ... 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_piece_length_missing ... 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_pieces_empty ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_length_overflow ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::validate_length_not_positive ... ok [INFO] [stdout] test torrent::v1::read::torrent_read_tests::from_parsed_info_not_dict ... ok [INFO] [stdout] test util::util_tests::u64_to_usize_ok ... ok [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_ok stdout ---- [INFO] [stdout] thread 'torrent::v1::build::torrent_builder_tests::validate_path_ok' panicked at 'called `Result::unwrap()` on an `Err` value: Error(TorrentBuilderFailure("TorrentBuilder has `path` but it does not point to anything."), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some( 0: error_chain::backtrace::imp::InternalBacktrace::new [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.4/src/backtrace.rs:56:48 [INFO] [stdout] 1: ::default [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.4/src/lib.rs:687:24 [INFO] [stdout] 2: lava_torrent::error::Error::from_kind [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.4/src/error_chain.rs:269:21 [INFO] [stdout] 3: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.4/src/error_chain.rs:370:17 [INFO] [stdout] 4: >::into [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/convert/mod.rs:538:9 [INFO] [stdout] 5: lava_torrent::torrent::v1::build::::validate_path [INFO] [stdout] at src/torrent/v1/build.rs:341:13 [INFO] [stdout] 6: lava_torrent::torrent::v1::build::torrent_builder_tests::validate_path_ok [INFO] [stdout] at src/torrent/v1/build.rs:864:9 [INFO] [stdout] 7: lava_torrent::torrent::v1::build::torrent_builder_tests::validate_path_ok::{{closure}} [INFO] [stdout] at src/torrent/v1/build.rs:859:5 [INFO] [stdout] 8: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 9: core::ops::function::FnOnce::call_once [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] test::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 10: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] std::panicking::try [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] test::run_test_in_process [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 11: test::run_test::run_test_inner::{{closure}} [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] std::sys_common::backtrace::__rust_begin_short_backtrace [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 12: std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] std::panicking::try::do_call [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] std::panicking::try [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] std::panic::catch_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] std::thread::Builder::spawn_unchecked::{{closure}} [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] core::ops::function::FnOnce::call_once{{vtable.shim}} [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 13: as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] as core::ops::function::FnOnce>::call_once [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] std::sys::unix::thread::Thread::new::thread_start [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 14: start_thread [INFO] [stdout] 15: clone [INFO] [stdout] ) } })', src/torrent/v1/build.rs:864:33 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x562135ff0c70 - std::backtrace_rs::backtrace::libunwind::trace::h706b838f5bbd876b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x562135ff0c70 - std::backtrace_rs::backtrace::trace_unsynchronized::hc15f29ae7822b7b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562135ff0c70 - std::sys_common::backtrace::_print_fmt::h7c580c971f91926c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562135ff0c70 - ::fmt::h2a772198c4032452 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x562136013d9c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x562135fed9e5 - std::io::Write::write_fmt::h583dff5009d01a9f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/io/mod.rs:1663:15 [INFO] [stdout] 6: 0x562135ff2e0b - std::sys_common::backtrace::_print::h5b3c171e6f864ae4 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x562135ff2e0b - std::sys_common::backtrace::print::h93b9e9ed2a98e611 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x562135ff2e0b - std::panicking::default_hook::{{closure}}::hd8da92bb68d520c5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x562135ff291c - std::panicking::default_hook::hdbc8b2951c5afbab [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x562135ff34d4 - std::panicking::rust_panic_with_hook::h8a4c841655926f4e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x562135ff2fb7 - std::panicking::begin_panic_handler::{{closure}}::h471b6bc74904b7b0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x562135ff116c - std::sys_common::backtrace::__rust_end_short_backtrace::h309f5c707f29932f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x562135ff2f19 - rust_begin_unwind [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x562135dee741 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x562135dee833 - core::result::unwrap_failed::he898b02f57993c42 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/result.rs:1355:5 [INFO] [stdout] 16: 0x562135e34745 - core::result::Result::unwrap::hd1db10ecd87f4eae [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/result.rs:1037:23 [INFO] [stdout] 17: 0x562135eb283c - lava_torrent::torrent::v1::build::torrent_builder_tests::validate_path_ok::h6fdde2b611f6e852 [INFO] [stdout] at /opt/rustwide/workdir/src/torrent/v1/build.rs:864:9 [INFO] [stdout] 18: 0x562135eb26ea - lava_torrent::torrent::v1::build::torrent_builder_tests::validate_path_ok::{{closure}}::hc02827bd13c467d4 [INFO] [stdout] at /opt/rustwide/workdir/src/torrent/v1/build.rs:859:5 [INFO] [stdout] 19: 0x562135e1145e - core::ops::function::FnOnce::call_once::h96e90b8b52807320 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x562135ee4d23 - core::ops::function::FnOnce::call_once::h99a97b0ff983bd25 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x562135ee4d23 - test::__rust_begin_short_backtrace::h8fe0d26ed1584e50 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x562135ee37b0 - as core::ops::function::FnOnce>::call_once::he6b90e352f394d8f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x562135ee37b0 - as core::ops::function::FnOnce<()>>::call_once::h1c05475e029700b8 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x562135ee37b0 - std::panicking::try::do_call::he6de943476ae628a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x562135ee37b0 - std::panicking::try::ha21937b8feb06f89 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x562135ee37b0 - std::panic::catch_unwind::ha79830b3325c9fa6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x562135ee37b0 - test::run_test_in_process::h1ab180b83ee2d5b5 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x562135ee37b0 - test::run_test::run_test_inner::{{closure}}::h8258ffe088f187a1 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x562135ebcd72 - test::run_test::run_test_inner::{{closure}}::hc697b214abd32bc6 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x562135ebcd72 - std::sys_common::backtrace::__rust_begin_short_backtrace::h64de0d3f894854a9 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x562135ec09c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h1fd98fc86e533ece [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x562135ec09c8 - as core::ops::function::FnOnce<()>>::call_once::h4e2a7abf702e4cfd [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x562135ec09c8 - std::panicking::try::do_call::h4496392321a3c8c0 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x562135ec09c8 - std::panicking::try::hf1e14258e04e8e9a [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x562135ec09c8 - std::panic::catch_unwind::hb72c3777cd55642f [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x562135ec09c8 - std::thread::Builder::spawn_unchecked::{{closure}}::h2d7915a5910e148e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x562135ec09c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h83fd2f1ef5be797c [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x562135ff86a7 - as core::ops::function::FnOnce>::call_once::ha8b1d5a0092467fc [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x562135ff86a7 - as core::ops::function::FnOnce>::call_once::h4b9f24ec4e8a879e [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x562135ff86a7 - std::sys::unix::thread::Thread::new::thread_start::h2a0e98fbc4ab4c32 [INFO] [stdout] at /rustc/ecabaf78506b7a4668d42dc20268c086b93f0fad/library/std/src/sys/unix/thread.rs:72:17 [INFO] [stdout] 41: 0x7fb077746609 - start_thread [INFO] [stdout] 42: 0x7fb0779d1293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] torrent::v1::build::torrent_builder_tests::validate_path_ok [INFO] [stdout] [INFO] [stdout] test result: FAILED. 215 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "54c52d54ee446243d27cc789cd904976b1d640c8ff7e36193ac922ee5d532eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54c52d54ee446243d27cc789cd904976b1d640c8ff7e36193ac922ee5d532eaa", kill_on_drop: false }` [INFO] [stdout] 54c52d54ee446243d27cc789cd904976b1d640c8ff7e36193ac922ee5d532eaa