[INFO] cloning repository https://github.com/jacderida/tdl-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jacderida/tdl-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacderida%2Ftdl-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacderida%2Ftdl-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac751d6b6df2fd1e8a577437dd91a7207d5cc956
[INFO] testing jacderida/tdl-rs against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacderida%2Ftdl-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jacderida/tdl-rs
[INFO] finished tweaking git repo https://github.com/jacderida/tdl-rs
[INFO] tweaked toml for git repo https://github.com/jacderida/tdl-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jacderida/tdl-rs 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/jacderida/tdl-rs 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b88107f47ab644eb73708e110d59a75b4ee9fd82a281472640d89590ab7d7400
[INFO] running `Command { std: "docker" "start" "-a" "b88107f47ab644eb73708e110d59a75b4ee9fd82a281472640d89590ab7d7400", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b88107f47ab644eb73708e110d59a75b4ee9fd82a281472640d89590ab7d7400", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b88107f47ab644eb73708e110d59a75b4ee9fd82a281472640d89590ab7d7400", kill_on_drop: false }`
[INFO] [stdout] b88107f47ab644eb73708e110d59a75b4ee9fd82a281472640d89590ab7d7400
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b45bfe9f1cdeb5a769972f06772c27ca13975112513c3c8c5428f13f238300ac
[INFO] running `Command { std: "docker" "start" "-a" "b45bfe9f1cdeb5a769972f06772c27ca13975112513c3c8c5428f13f238300ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.103
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling syn v1.0.78
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling openssl v0.10.36
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling openssl-sys v0.9.67
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling sharded-slab v0.1.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling const_fn v0.4.8
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling dirs v2.0.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling tracing-subscriber v0.2.24
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling derive_builder v0.9.0
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling eyre v0.6.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.6
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling gimli v0.25.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crossbeam-channel v0.4.4
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling tokio-util v0.6.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling addr2line v0.16.0
[INFO] [stderr]    Compiling term v0.6.1
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling dirs v1.0.5
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling object v0.26.2
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling owo-colors v1.3.0
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling vte v0.9.0
[INFO] [stderr]    Compiling console v0.15.0
[INFO] [stderr]    Compiling term v0.5.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]    Compiling structopt-derive v0.4.16
[INFO] [stderr]    Compiling tracing v0.1.28
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling h2 v0.3.6
[INFO] [stderr]    Compiling tracing-error v0.1.2
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling color-spantrace v0.1.6
[INFO] [stderr]    Compiling tuikit v0.4.5
[INFO] [stderr]    Compiling crossbeam v0.8.1
[INFO] [stderr]    Compiling defer-drop v1.2.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling shared_child v0.3.5
[INFO] [stderr]    Compiling filetime v0.2.15
[INFO] [stderr]    Compiling nix v0.19.1
[INFO] [stderr]    Compiling os_pipe v0.9.2
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling pkg-version-impl v0.1.1
[INFO] [stderr]    Compiling serde v0.8.23
[INFO] [stderr]    Compiling encode_unicode v0.3.6
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling beef v0.5.1
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling indicatif v0.16.2
[INFO] [stderr]    Compiling pkg-version v1.0.0
[INFO] [stderr]    Compiling duct v0.13.5
[INFO] [stderr]    Compiling tar v0.4.37
[INFO] [stderr]    Compiling zip-extensions v0.6.1
[INFO] [stderr]    Compiling color-eyre v0.5.11
[INFO] [stderr]    Compiling structopt v0.3.23
[INFO] [stderr]    Compiling strum_macros v0.21.1
[INFO] [stderr]    Compiling serde-hjson v0.9.1
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling strum v0.21.0
[INFO] [stderr]    Compiling fs_extra v1.2.0
[INFO] [stderr]    Compiling hyper v0.14.13
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.4
[INFO] [stderr]    Compiling timer v0.2.0
[INFO] [stderr]    Compiling skim v0.9.4
[INFO] [stderr]    Compiling prettytable-rs v0.8.0
[INFO] [stderr]    Compiling tdl-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/commands/profile.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 let mut current = settings.profiles.iter_mut().find(|x| x.default).unwrap();
[INFO] [stdout]     |                     ----^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `version`
[INFO] [stdout]   --> src/commands/source_port.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     version: Option<String>,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_port`
[INFO] [stdout]    --> src/source_port.rs:329:9
[INFO] [stdout]     |
[INFO] [stdout] 329 |         source_port: SourcePort,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_port`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_releases` is never used
[INFO] [stdout]    --> src/source_port.rs:286:8
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub trait ReleaseRepository {
[INFO] [stdout]     |           ----------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 286 |     fn get_releases(
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b45bfe9f1cdeb5a769972f06772c27ca13975112513c3c8c5428f13f238300ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b45bfe9f1cdeb5a769972f06772c27ca13975112513c3c8c5428f13f238300ac", kill_on_drop: false }`
[INFO] [stdout] b45bfe9f1cdeb5a769972f06772c27ca13975112513c3c8c5428f13f238300ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 1932eaa569ce8b41508fc2d15ab1f0b50a89fd1aac57199350248df183fdf6a1
[INFO] running `Command { std: "docker" "start" "-a" "1932eaa569ce8b41508fc2d15ab1f0b50a89fd1aac57199350248df183fdf6a1", kill_on_drop: false }`
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling globset v0.4.8
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling test_helpers v0.1.0 (/opt/rustwide/workdir/test_helpers)
[INFO] [stderr]    Compiling sn_fake_clock v0.4.14
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/commands/profile.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 let mut current = settings.profiles.iter_mut().find(|x| x.default).unwrap();
[INFO] [stdout]     |                     ----^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `version`
[INFO] [stdout]   --> src/commands/source_port.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     version: Option<String>,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_port`
[INFO] [stdout]    --> src/source_port.rs:329:9
[INFO] [stdout]     |
[INFO] [stdout] 329 |         source_port: SourcePort,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_port`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_releases` is never used
[INFO] [stdout]    --> src/source_port.rs:286:8
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub trait ReleaseRepository {
[INFO] [stdout]     |           ----------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 286 |     fn get_releases(
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling predicates v2.0.2
[INFO] [stderr]    Compiling assert_cmd v2.0.1
[INFO] [stderr]    Compiling assert_fs v1.0.5
[INFO] [stderr]    Compiling tdl-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `assert_cmd::Command`
[INFO] [stdout]  --> tests/source_port_ls.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use assert_cmd::Command;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `predicates::prelude::*`
[INFO] [stdout]   --> tests/source_port_ls.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use predicates::prelude::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/commands/profile.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |                 let mut current = settings.profiles.iter_mut().find(|x| x.default).unwrap();
[INFO] [stdout]     |                     ----^^^^^^^
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `version`
[INFO] [stdout]   --> src/commands/source_port.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     version: Option<String>,
[INFO] [stdout]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_port`
[INFO] [stdout]    --> src/source_port.rs:329:9
[INFO] [stdout]     |
[INFO] [stdout] 329 |         source_port: SourcePort,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_port`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_port`
[INFO] [stdout]    --> src/source_port.rs:617:13
[INFO] [stdout]     |
[INFO] [stdout] 617 |             source_port: SourcePort,
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_port`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_releases` is never used
[INFO] [stdout]    --> src/source_port.rs:286:8
[INFO] [stdout]     |
[INFO] [stdout] 281 | pub trait ReleaseRepository {
[INFO] [stdout]     |           ----------------- method in this trait
[INFO] [stdout] ...
[INFO] [stdout] 286 |     fn get_releases(
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.88s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "1932eaa569ce8b41508fc2d15ab1f0b50a89fd1aac57199350248df183fdf6a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1932eaa569ce8b41508fc2d15ab1f0b50a89fd1aac57199350248df183fdf6a1", kill_on_drop: false }`
[INFO] [stdout] 1932eaa569ce8b41508fc2d15ab1f0b50a89fd1aac57199350248df183fdf6a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b4772ea2fd164800fb3c696f635af6417eca692d83bdd6e26e0436fb6e474361
[INFO] running `Command { std: "docker" "start" "-a" "b4772ea2fd164800fb3c696f635af6417eca692d83bdd6e26e0436fb6e474361", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/commands/profile.rs:131:21
[INFO] [stderr]     |
[INFO] [stderr] 131 |                 let mut current = settings.profiles.iter_mut().find(|x| x.default).unwrap();
[INFO] [stderr]     |                     ----^^^^^^^
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `version`
[INFO] [stderr]   --> src/commands/source_port.rs:96:5
[INFO] [stderr]    |
[INFO] [stderr] 96 |     version: Option<String>,
[INFO] [stderr]    |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_version`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `source_port`
[INFO] [stderr]    --> src/source_port.rs:329:9
[INFO] [stderr]     |
[INFO] [stderr] 329 |         source_port: SourcePort,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_port`
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_releases` is never used
[INFO] [stderr]    --> src/source_port.rs:286:8
[INFO] [stderr]     |
[INFO] [stderr] 281 | pub trait ReleaseRepository {
[INFO] [stderr]     |           ----------------- method in this trait
[INFO] [stderr] ...
[INFO] [stderr] 286 |     fn get_releases(
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `tdl-rs` (bin "tdl") generated 4 warnings (run `cargo fix --bin "tdl" -p tdl-rs` to apply 3 suggestions)
[INFO] [stderr] warning: unused variable: `source_port`
[INFO] [stderr]    --> src/source_port.rs:617:13
[INFO] [stderr]     |
[INFO] [stderr] 617 |             source_port: SourcePort,
[INFO] [stderr]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_port`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `assert_cmd::Command`
[INFO] [stderr]  --> tests/source_port_ls.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use assert_cmd::Command;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `predicates::prelude::*`
[INFO] [stderr]   --> tests/source_port_ls.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use predicates::prelude::*;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `tdl-rs` (bin "tdl" test) generated 5 warnings (4 duplicates) (run `cargo fix --bin "tdl" -p tdl-rs --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `tdl-rs` (test "source_port_ls") generated 2 warnings (run `cargo fix --test "source_port_ls" -p tdl-rs` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/fake_source_port.rs (/opt/rustwide/target/debug/deps/fake_source_port-1d9b8dc350d3567f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tdl-0e00dbaa9d80e8cf)
[INFO] [stdout] 
[INFO] [stdout] running 69 tests
[INFO] [stdout] test commands::profile::add::should_ensure_there_is_always_a_default_profile ... ok
[INFO] [stdout] test commands::source_port::add::should_return_error_for_duplicate_type_and_version_combination ... ok
[INFO] [stdout] test commands::source_port::add::should_save_a_new_source_port ... ok
[INFO] [stdout] test commands::source_port::add::should_save_the_first_source_port ... ok
[INFO] [stdout] test profile::new::should_return_error_for_empty_name ... ok
[INFO] [stdout] test profile::new::should_set_fields ... ok
[INFO] [stdout] test commands::profile::add::should_save_the_first_profile ... ok
[INFO] [stdout] test settings::get_app_settings_dir_path::should_create_directory_specified_by_tdl_settings_path_env_var ... ok
[INFO] [stdout] test settings::get_app_settings_dir_path::should_return_value_of_tdl_settings_path_env_var ... ok
[INFO] [stdout] test profile::new::should_return_error_for_empty_version ... ok
[INFO] [stdout] test commands::profile::add::should_return_error_result_for_invalid_source_port_reference ... ok
[INFO] [stdout] test settings::user_settings::set_from_doom_home::should_create_directories ... ok
[INFO] [stdout] test commands::source_port::add::should_save_source_port_with_duplicate_source_port_but_different_version ... ok
[INFO] [stdout] test settings::get_app_settings_dir_path::should_return_error_if_tdl_settings_env_var_points_to_file ... ok
[INFO] [stdout] test settings::user_settings::set_from_doom_home::should_set_fields ... ok
[INFO] [stdout] test commands::profile::add::should_save_a_new_profile_as_the_new_default ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_not_use_stale_cache_entry ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_return_error_and_cache_source_port_with_no_latest_release ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_return_error_when_missing_release_is_cached ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_return_the_existing_cache_entry ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_a_windows_asset_for_crispy_doom ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_a_windows_asset_for_prboom_plus ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_a_windows_asset_for_woof ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_an_error_for_source_port_with_no_latest_release_marked ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_create_a_cache_entry_with_correct_date_time_stamp ... ok
[INFO] [stdout] test settings::get_user_settings::should_set_paths_relative_to_doom_home_if_env_var_is_set ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_create_a_cache_entry_for_retrieved_version ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_windows_and_macos_asset_for_eternity_engine ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_windows_and_linux_assets_for_chocolate_doom ... ok
[INFO] [stdout] test commands::profile::add::should_save_a_new_profile ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_return_an_error_for_no_release_marked_latest ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_windows_and_macos_asset_for_gzdoom ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_no_assets_for_dsda_doom ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_a_windows_asset_for_doom_retro ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release::should_get_correct_version ... ok
[INFO] [stdout] test source_port::installed_source_port::new::should_return_error_if_path_does_not_exist ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_windows_and_macos_asset_for_odamex ... ok
[INFO] [stdout] test source_port::github_release_repository::new::should_set_the_api_base_url ... ok
[INFO] [stdout] test source_port::installed_source_port::new::should_return_error_for_empty_version ... ok
[INFO] [stdout] test source_port::installed_source_port::new::should_set_fields ... ok
[INFO] [stdout] test source_port::get_latest_source_port_release_from_response::should_return_windows_and_macos_asset_for_lzdoom ... ok
[INFO] [stdout] test storage::app_settings_repository::get::should_return_an_empty_initialised_settings_registry_if_no_settings_have_yet_been_saved ... ok
[INFO] [stdout] test storage::app_settings_repository::new::should_create_the_release_cache_directory_if_settings_file_does_not_exist ... ok
[INFO] [stdout] test source_port::installed_source_port::new::should_return_error_if_path_is_not_a_file ... ok
[INFO] [stdout] test storage::app_settings_repository::new::should_serialize_default_settings_if_settings_file_does_not_exist ... ok
[INFO] [stdout] test storage::app_settings_repository::new::should_set_fields_correctly ... ok
[INFO] [stdout] test storage::object_repository::get::should_return_error_for_non_existent_entry ... ok
[INFO] [stdout] test storage::object_repository::delete::should_return_ok_result_for_non_existent_file ... ok
[INFO] [stdout] test storage::object_repository::new::should_set_fields_correctly ... ok
[INFO] [stdout] test storage::object_repository::new::should_ensure_existing_object_path_is_not_a_file ... ok
[INFO] [stdout] test storage::app_settings_repository::save::should_serialize_the_settings_file_to_json ... ok
[INFO] [stdout] test storage::app_settings_repository::get::should_deserialize_the_settings_file_and_return_the_settings_registry ... ok
[INFO] [stdout] test storage::object_repository::new::should_create_objects_path_if_it_does_not_exist ... ok
[INFO] [stdout] test wad::mapinfo::new::should_ensure_the_map_number_is_set ... ok
[INFO] [stdout] test storage::object_repository::save::should_persist_a_wad_entry ... ok
[INFO] [stdout] test wad::mapinfo::new::should_ensure_the_map_name_is_set ... ok
[INFO] [stdout] test storage::object_repository::save::should_ensure_id_is_not_taken ... ok
[INFO] [stdout] test storage::object_repository::save::should_ensure_id_is_set ... ok
[INFO] [stdout] test storage::object_repository::delete::should_delete_an_existing_wad_entry ... ok
[INFO] [stdout] test wad::mapinfo::new::should_permit_a_map_in_the_doom2_format ... ok
[INFO] [stdout] test storage::object_repository::get::should_retrieve_existing_wad_entry ... ok
[INFO] [stdout] test wad::wadentry::new::should_ensure_the_name_is_set ... ok
[INFO] [stdout] test wad::wadentry::new::should_ensure_the_id_is_set ... ok
[INFO] [stdout] test wad::wadentry::new::should_ensure_the_title_is_set ... ok
[INFO] [stdout] test wad::wadentry::new::should_ensure_the_author_is_set ... ok
[INFO] [stdout] test wad::wadentry::new::should_set_fields_correctly ... ok
[INFO] [stdout] test wad::mapinfo::new::should_permit_a_map_in_the_doom_format ... ok
[INFO] [stdout] test wad::mapinfo::new::should_reject_map_number_in_wrong_format ... ok
[INFO] [stdout] test wad::wadentry::new::should_ensure_the_release_date_is_set ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/iwad_import.rs (/opt/rustwide/target/debug/deps/iwad_import-198f3737b3bf0425)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test doom2_iwad_import_should_print_the_correct_information ... FAILED
[INFO] [stdout] test plutonia_iwad_import_should_print_the_correct_information ... FAILED
[INFO] [stdout] test doom_iwad_import_should_print_the_correct_information ... FAILED
[INFO] [stdout] test tnt_iwad_import_should_print_the_correct_information ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- doom2_iwad_import_should_print_the_correct_information stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'doom2_iwad_import_should_print_the_correct_information' (88) panicked at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code-1
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] command=`RUST_LOG="debug" TDL_DOOM_HOME_PATH="/tmp/.tmpyQ6LZs" TDL_SETTINGS_PATH="/tmp/.tmp92EyJP" "/opt/rustwide/target/debug/tdl" "iwad" "import" "test_iwads/DOOM2.WAD"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=```""```
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ab06b32642 - 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:     0x58ab06b32642 - 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:     0x58ab06b32642 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58ab06b32642 - <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:     0x58ab06b42f3f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x58ab06b42f3f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x58ab06afd463 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58ab06afd463 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x58ab06b09df2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x58ab06b0ee7f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x58ab06b0ed11 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58ab06a629de - <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:     0x58ab06a629de - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58ab06b0f48f - <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:     0x58ab06b0f48f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x58ab06b0f2ea - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x58ab06b09f29 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x58ab06af16fd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x58ab06b4ada0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ab06acd2c0 - core::panicking::panic_display::h47ebf2117eba240b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x58ab06acb727 - assert_cmd::assert::AssertError::panic::hde4fd2d9b7adf7fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:1030:9
[INFO] [stdout]   21:     0x58ab06ac0765 - core::ops::function::FnOnce::call_once::h9862d30810fce637
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x58ab06aca024 - core::result::Result<T,E>::unwrap_or_else::hd43bfc8f32b66cdf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x58ab06acc094 - assert_cmd::assert::Assert::success::hdd134d146043bbbc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:156:28
[INFO] [stdout]   24:     0x58ab06a3c9ca - iwad_import::doom2_iwad_import_should_print_the_correct_information::hb1cb42dd7946e527
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:17:10
[INFO] [stdout]   25:     0x58ab06a3e1a7 - iwad_import::doom2_iwad_import_should_print_the_correct_information::{{closure}}::hf8c9f3f8c118ea65
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:6:60
[INFO] [stdout]   26:     0x58ab06a40ab6 - core::ops::function::FnOnce::call_once::h17620a1b5baf1237
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x58ab06a627db - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x58ab06a627db - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x58ab06a7683d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x58ab06a7683d - <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]   31:     0x58ab06a7683d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x58ab06a7683d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x58ab06a7683d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x58ab06a7683d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x58ab06a7683d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x58ab06a4fd84 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x58ab06a4fd84 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x58ab06a535da - <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]   40:     0x58ab06a535da - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x58ab06a535da - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x58ab06a535da - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x58ab06a535da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x58ab06b0520f - <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]   46:     0x58ab06b0520f - 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]   47:     0x7de820ee4aa4 - <unknown>
[INFO] [stdout]   48:     0x7de820f71a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- plutonia_iwad_import_should_print_the_correct_information stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'plutonia_iwad_import_should_print_the_correct_information' (90) panicked at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code-1
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] command=`RUST_LOG="debug" TDL_DOOM_HOME_PATH="/tmp/.tmprcAONr" TDL_SETTINGS_PATH="/tmp/.tmphDfve6" "/opt/rustwide/target/debug/tdl" "iwad" "import" "test_iwads/PLUTONIA.WAD"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=```""```
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ab06b32642 - 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:     0x58ab06b32642 - 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:     0x58ab06b32642 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58ab06b32642 - <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:     0x58ab06b42f3f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x58ab06b42f3f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x58ab06afd463 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58ab06afd463 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x58ab06b09df2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x58ab06b0ee7f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x58ab06b0ed11 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58ab06a629de - <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:     0x58ab06a629de - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58ab06b0f48f - <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:     0x58ab06b0f48f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x58ab06b0f2ea - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x58ab06b09f29 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x58ab06af16fd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x58ab06b4ada0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ab06acd2c0 - core::panicking::panic_display::h47ebf2117eba240b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x58ab06acb727 - assert_cmd::assert::AssertError::panic::hde4fd2d9b7adf7fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:1030:9
[INFO] [stdout]   21:     0x58ab06ac0765 - core::ops::function::FnOnce::call_once::h9862d30810fce637
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x58ab06aca024 - core::result::Result<T,E>::unwrap_or_else::hd43bfc8f32b66cdf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x58ab06acc094 - assert_cmd::assert::Assert::success::hdd134d146043bbbc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:156:28
[INFO] [stdout]   24:     0x58ab06a3e91a - iwad_import::plutonia_iwad_import_should_print_the_correct_information::hab1eb80ab0938c12
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:144:10
[INFO] [stdout]   25:     0x58ab06a400c7 - iwad_import::plutonia_iwad_import_should_print_the_correct_information::{{closure}}::haa7375de56503a7b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:133:63
[INFO] [stdout]   26:     0x58ab06a40b46 - core::ops::function::FnOnce::call_once::h3c74a8517a172633
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x58ab06a627db - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x58ab06a627db - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x58ab06a7683d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x58ab06a7683d - <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]   31:     0x58ab06a7683d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x58ab06a7683d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x58ab06a7683d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x58ab06a7683d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x58ab06a7683d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x58ab06a4fd84 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x58ab06a4fd84 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x58ab06a535da - <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]   40:     0x58ab06a535da - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x58ab06a535da - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x58ab06a535da - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x58ab06a535da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x58ab06b0520f - <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]   46:     0x58ab06b0520f - 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]   47:     0x7de820ee4aa4 - <unknown>
[INFO] [stdout]   48:     0x7de820f71a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- doom_iwad_import_should_print_the_correct_information stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'doom_iwad_import_should_print_the_correct_information' (89) panicked at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code-1
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] command=`RUST_LOG="debug" TDL_DOOM_HOME_PATH="/tmp/.tmpy3fz2G" TDL_SETTINGS_PATH="/tmp/.tmpz7WRiu" "/opt/rustwide/target/debug/tdl" "iwad" "import" "test_iwads/DOOM.WAD"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=```""```
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ab06b32642 - 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:     0x58ab06b32642 - 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:     0x58ab06b32642 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58ab06b32642 - <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:     0x58ab06b42f3f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x58ab06b42f3f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x58ab06afd463 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58ab06afd463 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x58ab06b09df2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x58ab06b0ee7f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x58ab06b0ed11 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58ab06a629de - <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:     0x58ab06a629de - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58ab06b0f48f - <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:     0x58ab06b0f48f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x58ab06b0f2ea - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x58ab06b09f29 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x58ab06af16fd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x58ab06b4ada0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ab06acd2c0 - core::panicking::panic_display::h47ebf2117eba240b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x58ab06acb727 - assert_cmd::assert::AssertError::panic::hde4fd2d9b7adf7fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:1030:9
[INFO] [stdout]   21:     0x58ab06ac0765 - core::ops::function::FnOnce::call_once::h9862d30810fce637
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x58ab06aca024 - core::result::Result<T,E>::unwrap_or_else::hd43bfc8f32b66cdf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x58ab06acc094 - assert_cmd::assert::Assert::success::hdd134d146043bbbc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:156:28
[INFO] [stdout]   24:     0x58ab06a3a84a - iwad_import::doom_iwad_import_should_print_the_correct_information::h1fb3fcbd41697f40
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:79:10
[INFO] [stdout]   25:     0x58ab06a3c257 - iwad_import::doom_iwad_import_should_print_the_correct_information::{{closure}}::h0c7966a52f43a35e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:68:59
[INFO] [stdout]   26:     0x58ab06a40b86 - core::ops::function::FnOnce::call_once::haffb0bf9a5e28c2d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x58ab06a627db - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x58ab06a627db - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x58ab06a7683d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x58ab06a7683d - <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]   31:     0x58ab06a7683d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x58ab06a7683d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x58ab06a7683d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x58ab06a7683d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x58ab06a7683d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x58ab06a4fd84 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x58ab06a4fd84 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x58ab06a535da - <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]   40:     0x58ab06a535da - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x58ab06a535da - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x58ab06a535da - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x58ab06a535da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x58ab06b0520f - <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]   46:     0x58ab06b0520f - 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]   47:     0x7de820ee4aa4 - <unknown>
[INFO] [stdout]   48:     0x7de820f71a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tnt_iwad_import_should_print_the_correct_information stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tnt_iwad_import_should_print_the_correct_information' (91) panicked at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected failure.
[INFO] [stdout] code-1
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] command=`RUST_LOG="debug" TDL_DOOM_HOME_PATH="/tmp/.tmpU7I1Wj" TDL_SETTINGS_PATH="/tmp/.tmpIanZaS" "/opt/rustwide/target/debug/tdl" "iwad" "import" "test_iwads/TNT.WAD"`
[INFO] [stdout] code=1
[INFO] [stdout] stdout=```""```
[INFO] [stdout] stderr=```"Error: \n   0: \u{1b}[91mNo such file or directory (os error 2)\u{1b}[0m\n\nLocation:\n   \u{1b}[35msrc/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n\n  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\n  \u{1b}[96m                              ⋮ 5 frames hidden ⋮                               \u{1b}[0m\n   6: \u{1b}[32m<core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual\u{1b}[0m\u{1b}[90m::h39c852ddb8804103\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs\u{1b}[0m:\u{1b}[35m2184\u{1b}[0m\n   7: \u{1b}[91mtdl::wad::WadMetadata::from_path\u{1b}[0m\u{1b}[90m::h6865c0df96d6527e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/wad.rs\u{1b}[0m:\u{1b}[35m70\u{1b}[0m\n        68 │ impl WadMetadata {\n        69 │     pub fn from_path(wad_path: impl AsRef<Path>) -> Result<WadMetadata, Report> {\n  \u{1b}[37m\u{1b}[1m      70\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        let mut file = File::open(&wad_path)?;\u{1b}[0m\n        71 │         let header = WadMetadata::read_header(&wad_path, &mut file)?;\n        72 │         let directory = WadMetadata::read_directory(&mut file, &header)?;\n   8: \u{1b}[91mtdl::commands::iwad::run_iwad_cmd\u{1b}[0m\u{1b}[90m::hd1587ab044e07580\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/commands/iwad.rs\u{1b}[0m:\u{1b}[35m188\u{1b}[0m\n       186 │     match cmd {\n       187 │         IwadCommand::Import { path } => {\n  \u{1b}[37m\u{1b}[1m     188\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m            let metadata = WadMetadata::from_path(&path)?;\u{1b}[0m\n       189 │             let id = get_wad_entry_id(&path)?;\n       190 │             let file_name = get_wad_file_name(&path)?;\n   9: \u{1b}[91mtdl::main\u{1b}[0m\u{1b}[90m::h232ffd9fe2cd4b3e\u{1b}[0m\n      at \u{1b}[35m/opt/rustwide/workdir/src/main.rs\u{1b}[0m:\u{1b}[35m69\u{1b}[0m\n        67 │         }\n        68 │         Some(Command::Wad { cmd }) => run_wad_cmd(cmd),\n  \u{1b}[37m\u{1b}[1m      69\u{1b}[0m \u{1b}[37m\u{1b}[1m>\u{1b}[0m \u{1b}[37m\u{1b}[1m        Some(Command::Iwad { cmd }) => run_iwad_cmd(cmd),\u{1b}[0m\n        70 │         None => panic!(\"Eventually go into interactive mode\"),\n        71 │     };\n  10: \u{1b}[32mcore::ops::function::FnOnce::call_once\u{1b}[0m\u{1b}[90m::h85deb406b6fe16a9\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs\u{1b}[0m:\u{1b}[35m250\u{1b}[0m\n  11: \u{1b}[32mstd::sys::backtrace::__rust_begin_short_backtrace\u{1b}[0m\u{1b}[90m::h596e33557fb877db\u{1b}[0m\n      at \u{1b}[35m/rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs\u{1b}[0m:\u{1b}[35m158\u{1b}[0m\n  \u{1b}[96m                              ⋮ 14 frames hidden ⋮                              \u{1b}[0m\n\nRun with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.\n"```
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ab06b32642 - 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:     0x58ab06b32642 - 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:     0x58ab06b32642 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x58ab06b32642 - <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:     0x58ab06b42f3f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x58ab06b42f3f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x58ab06afd463 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58ab06afd463 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x58ab06b09df2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x58ab06b0ee7f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x58ab06b0ed11 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x58ab06a629de - <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:     0x58ab06a629de - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58ab06b0f48f - <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:     0x58ab06b0f48f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x58ab06b0f2ea - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x58ab06b09f29 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x58ab06af16fd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x58ab06b4ada0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ab06acd2c0 - core::panicking::panic_display::h47ebf2117eba240b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:264:5
[INFO] [stdout]   20:     0x58ab06acb727 - assert_cmd::assert::AssertError::panic::hde4fd2d9b7adf7fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:1030:9
[INFO] [stdout]   21:     0x58ab06ac0765 - core::ops::function::FnOnce::call_once::h9862d30810fce637
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x58ab06aca024 - core::result::Result<T,E>::unwrap_or_else::hd43bfc8f32b66cdf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x58ab06acc094 - assert_cmd::assert::Assert::success::hdd134d146043bbbc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.1/src/assert.rs:156:28
[INFO] [stdout]   24:     0x58ab06a3890a - iwad_import::tnt_iwad_import_should_print_the_correct_information::h70e693aa3519aabe
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:207:10
[INFO] [stdout]   25:     0x58ab06a3a0b7 - iwad_import::tnt_iwad_import_should_print_the_correct_information::{{closure}}::h894510b2a027eb26
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/iwad_import.rs:196:58
[INFO] [stdout]   26:     0x58ab06a40bc6 - core::ops::function::FnOnce::call_once::hdb22cbde1ae24743
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x58ab06a627db - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x58ab06a627db - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x58ab06a7683d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x58ab06a7683d - <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]   31:     0x58ab06a7683d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x58ab06a7683d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x58ab06a7683d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x58ab06a7683d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x58ab06a7683d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x58ab06a4fd84 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x58ab06a4fd84 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x58ab06a535da - <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]   40:     0x58ab06a535da - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x58ab06a535da - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x58ab06a535da - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58ab06a535da - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x58ab06a535da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x58ab06b0520f - <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]   46:     0x58ab06b0520f - 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]   47:     0x7de820ee4aa4 - <unknown>
[INFO] [stdout]   48:     0x7de820f71a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     doom2_iwad_import_should_print_the_correct_information
[INFO] [stdout]     doom_iwad_import_should_print_the_correct_information
[INFO] [stdout]     plutonia_iwad_import_should_print_the_correct_information
[INFO] [stdout]     tnt_iwad_import_should_print_the_correct_information
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.85s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test iwad_import`
[INFO] running `Command { std: "docker" "inspect" "b4772ea2fd164800fb3c696f635af6417eca692d83bdd6e26e0436fb6e474361", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4772ea2fd164800fb3c696f635af6417eca692d83bdd6e26e0436fb6e474361", kill_on_drop: false }`
[INFO] [stdout] b4772ea2fd164800fb3c696f635af6417eca692d83bdd6e26e0436fb6e474361
