[INFO] cloning repository https://github.com/genzj/tv-archiver
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/genzj/tv-archiver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgenzj%2Ftv-archiver", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgenzj%2Ftv-archiver'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a8348597082ed7b7f65ab89306bcdcbda7da72af
[INFO] testing genzj/tv-archiver against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgenzj%2Ftv-archiver" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/genzj/tv-archiver
[INFO] finished tweaking git repo https://github.com/genzj/tv-archiver
[INFO] tweaked toml for git repo https://github.com/genzj/tv-archiver written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/genzj/tv-archiver on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/genzj/tv-archiver already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2b35276d7f67c9860e867ed1b652874d4ffca24e4096c577e1f925df410180f2
[INFO] running `Command { std: "docker" "start" "-a" "2b35276d7f67c9860e867ed1b652874d4ffca24e4096c577e1f925df410180f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b35276d7f67c9860e867ed1b652874d4ffca24e4096c577e1f925df410180f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b35276d7f67c9860e867ed1b652874d4ffca24e4096c577e1f925df410180f2", kill_on_drop: false }`
[INFO] [stdout] 2b35276d7f67c9860e867ed1b652874d4ffca24e4096c577e1f925df410180f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5892f8adb4b070c2d42ca004fcc879c5d385c3b7e0ad51b3ab871c93f935330a
[INFO] running `Command { std: "docker" "start" "-a" "5892f8adb4b070c2d42ca004fcc879c5d385c3b7e0ad51b3ab871c93f935330a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.8
[INFO] [stderr]    Compiling rust-fuzzy-search v0.1.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling uuid v1.2.2
[INFO] [stderr]    Compiling mktemp v0.5.0
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling serde_yaml v0.9.21
[INFO] [stderr]    Compiling tv-archiver v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variants `SKIP` and `ABORT` are never constructed
[INFO] [stdout]  --> src/metadata.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ViolationAction {
[INFO] [stdout]   |          --------------- variants in this enum
[INFO] [stdout] 4 |     /// Represents the value `SKIP`.
[INFO] [stdout] 5 |     SKIP,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     /// Represents the value `ABORT`.
[INFO] [stdout] 7 |     ABORT,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ViolationAction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rule` and `action` are never read
[INFO] [stdout]   --> src/metadata.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Violation {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 13 |     /// The violated rule.
[INFO] [stdout] 14 |     pub rule: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 15 |     /// The action taken, either "SKIP" or "ABORT".
[INFO] [stdout] 16 |     pub action: ViolationAction,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Violation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/metadata.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Metadata {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub original_directory: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     /// The extension of the file when it was collected.
[INFO] [stdout] 36 |     pub original_extension: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub destination: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 44 |     /// The desired file name (including base and extension names) to which the file should be renamed.
[INFO] [stdout] 45 |     pub next_name: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub canonical_name: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 49 |     /// The season identification number.
[INFO] [stdout] 50 |     pub season: Option<i32>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 51 |     /// The episode number within the season.
[INFO] [stdout] 52 |     pub episode: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub violations: Vec<Violation>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Metadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.40s
[INFO] running `Command { std: "docker" "inspect" "5892f8adb4b070c2d42ca004fcc879c5d385c3b7e0ad51b3ab871c93f935330a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5892f8adb4b070c2d42ca004fcc879c5d385c3b7e0ad51b3ab871c93f935330a", kill_on_drop: false }`
[INFO] [stdout] 5892f8adb4b070c2d42ca004fcc879c5d385c3b7e0ad51b3ab871c93f935330a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] afe1a6ab24836cb139fa7082f90c4e87d2b050f9dcb2ff4f542b519318bb33f5
[INFO] running `Command { std: "docker" "start" "-a" "afe1a6ab24836cb139fa7082f90c4e87d2b050f9dcb2ff4f542b519318bb33f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling tv-archiver v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variants `SKIP` and `ABORT` are never constructed
[INFO] [stdout]  --> src/metadata.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ViolationAction {
[INFO] [stdout]   |          --------------- variants in this enum
[INFO] [stdout] 4 |     /// Represents the value `SKIP`.
[INFO] [stdout] 5 |     SKIP,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     /// Represents the value `ABORT`.
[INFO] [stdout] 7 |     ABORT,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ViolationAction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rule` and `action` are never read
[INFO] [stdout]   --> src/metadata.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct Violation {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] 13 |     /// The violated rule.
[INFO] [stdout] 14 |     pub rule: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 15 |     /// The action taken, either "SKIP" or "ABORT".
[INFO] [stdout] 16 |     pub action: ViolationAction,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Violation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `original_directory`, `original_extension`, `destination`, `next_name`, and `episode` are never read
[INFO] [stdout]   --> src/metadata.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Metadata {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub original_directory: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 35 |     /// The extension of the file when it was collected.
[INFO] [stdout] 36 |     pub original_extension: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub destination: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 44 |     /// The desired file name (including base and extension names) to which the file should be renamed.
[INFO] [stdout] 45 |     pub next_name: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub episode: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Metadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "afe1a6ab24836cb139fa7082f90c4e87d2b050f9dcb2ff4f542b519318bb33f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afe1a6ab24836cb139fa7082f90c4e87d2b050f9dcb2ff4f542b519318bb33f5", kill_on_drop: false }`
[INFO] [stdout] afe1a6ab24836cb139fa7082f90c4e87d2b050f9dcb2ff4f542b519318bb33f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d9195f4b4b7c0e7011460ea532a489be05eeb88dbd581fb9cf7c6932e5c55695
[INFO] running `Command { std: "docker" "start" "-a" "d9195f4b4b7c0e7011460ea532a489be05eeb88dbd581fb9cf7c6932e5c55695", kill_on_drop: false }`
[INFO] [stderr] warning: variants `SKIP` and `ABORT` are never constructed
[INFO] [stderr]  --> src/metadata.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub enum ViolationAction {
[INFO] [stderr]   |          --------------- variants in this enum
[INFO] [stderr] 4 |     /// Represents the value `SKIP`.
[INFO] [stderr] 5 |     SKIP,
[INFO] [stderr]   |     ^^^^
[INFO] [stderr] 6 |     /// Represents the value `ABORT`.
[INFO] [stderr] 7 |     ABORT,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ViolationAction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `rule` and `action` are never read
[INFO] [stderr]   --> src/metadata.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct Violation {
[INFO] [stderr]    |            --------- fields in this struct
[INFO] [stderr] 13 |     /// The violated rule.
[INFO] [stderr] 14 |     pub rule: String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 15 |     /// The action taken, either "SKIP" or "ABORT".
[INFO] [stderr] 16 |     pub action: ViolationAction,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Violation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `original_directory`, `original_extension`, `destination`, `next_name`, and `episode` are never read
[INFO] [stderr]   --> src/metadata.rs:34:9
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct Metadata {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 34 |     pub original_directory: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 35 |     /// The extension of the file when it was collected.
[INFO] [stderr] 36 |     pub original_extension: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     pub destination: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 44 |     /// The desired file name (including base and extension names) to which the file should be renamed.
[INFO] [stderr] 45 |     pub next_name: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 52 |     pub episode: Option<i32>,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Metadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `tv-archiver` (bin "tv-archiver" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tv_archiver-5162d2da1f84f2d9)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test source_collector::glob_source_collector::test::extract_file_only::with_file ... ok
[INFO] [stdout] test metadata::test::test_default_metadata ... ok
[INFO] [stdout] test source_collector::glob_source_collector::test::extract_file_only::with_dir ... ok
[INFO] [stdout] test source_collector::glob_source_collector::test::extract_file_only::with_error ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- source_collector::glob_source_collector::test::extract_file_only::with_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'source_collector::glob_source_collector::test::extract_file_only::with_error' (19) panicked at src/source_collector/glob_source_collector.rs:124:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some("/root/.bashrc")
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62de71deb9e2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62de71deb9e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62de71deb9e2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62de71deb9e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62de71dfba1f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62de71dfba1f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x62de71db83a3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62de71db83a3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62de71dc4bb2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62de71dc990f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62de71dc97a1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62de71d6d4de - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x62de71d6d4de - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62de71dc9f1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x62de71dc9f1f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62de71dc9d7a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62de71dc4ce9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62de71dac5fd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62de71e034e0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62de71e03383 - core::panicking::assert_failed_inner::h865658b89c1b891d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x62de71d4be43 - core::panicking::assert_failed::hda50129155b48a61
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x62de71d4a9bc - tv_archiver::source_collector::glob_source_collector::test::extract_file_only::with_error::hffa2d5e72b70ef46
[INFO] [stdout]                                at /opt/rustwide/workdir/src/source_collector/glob_source_collector.rs:124:13
[INFO] [stdout]   22:     0x62de71d4aa17 - tv_archiver::source_collector::glob_source_collector::test::extract_file_only::with_error::{{closure}}::h7ee0196190a51b0c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/source_collector/glob_source_collector.rs:121:24
[INFO] [stdout]   23:     0x62de71d4b296 - core::ops::function::FnOnce::call_once::h16568564f3b9e214
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62de71d6d2db - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62de71d6d2db - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62de71d8133d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62de71d8133d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62de71d8133d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62de71d8133d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62de71d8133d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62de71d8133d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62de71d8133d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62de71d5a884 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62de71d5a884 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62de71d5e0da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x62de71d5e0da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62de71d5e0da - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62de71d5e0da - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62de71d5e0da - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62de71d5e0da - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x62de71d5e0da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62de71dc00ef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x62de71dc00ef - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x703dbc7edaa4 - <unknown>
[INFO] [stdout]   45:     0x703dbc87aa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     source_collector::glob_source_collector::test::extract_file_only::with_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin tv-archiver`
[INFO] running `Command { std: "docker" "inspect" "d9195f4b4b7c0e7011460ea532a489be05eeb88dbd581fb9cf7c6932e5c55695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9195f4b4b7c0e7011460ea532a489be05eeb88dbd581fb9cf7c6932e5c55695", kill_on_drop: false }`
[INFO] [stdout] d9195f4b4b7c0e7011460ea532a489be05eeb88dbd581fb9cf7c6932e5c55695
