[INFO] cloning repository https://github.com/yukimemi/rog
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yukimemi/rog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyukimemi%2Frog", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyukimemi%2Frog'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2e73cb2f317e8228bc105b6ce5a8a0513189c1a4
[INFO] testing yukimemi/rog against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyukimemi%2Frog" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/yukimemi/rog on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/yukimemi/rog
[INFO] finished tweaking git repo https://github.com/yukimemi/rog
[INFO] tweaked toml for git repo https://github.com/yukimemi/rog written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/yukimemi/rog 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pretty_env_logger v0.3.0
[INFO] [stderr]   Downloaded bindata v0.1.1
[INFO] [stderr]   Downloaded bindata-impl v0.1.0
[INFO] [stderr]   Downloaded syn v0.15.33
[INFO] [stderr]   Downloaded unicode-bom v1.1.4
[INFO] [stderr]   Downloaded cc v1.0.35
[INFO] [stderr]   Downloaded rust-embed-impl v4.4.0
[INFO] [stderr]   Downloaded rust-embed v4.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e62ad9071c99aaae1a636da33142d049eede4f46854783119c1b76c37f2c3608
[INFO] running `Command { std: "docker" "start" "-a" "e62ad9071c99aaae1a636da33142d049eede4f46854783119c1b76c37f2c3608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e62ad9071c99aaae1a636da33142d049eede4f46854783119c1b76c37f2c3608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e62ad9071c99aaae1a636da33142d049eede4f46854783119c1b76c37f2c3608", kill_on_drop: false }`
[INFO] [stdout] e62ad9071c99aaae1a636da33142d049eede4f46854783119c1b76c37f2c3608
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff1b984ccd36d886bc059cd96ab2761f9fdde51a7a7eb2cbd1a69c9b9289f815
[INFO] running `Command { std: "docker" "start" "-a" "ff1b984ccd36d886bc059cd96ab2761f9fdde51a7a7eb2cbd1a69c9b9289f815", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.53
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling memchr v2.2.0
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.28
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling serde v1.0.90
[INFO] [stderr]    Compiling cfg-if v0.1.7
[INFO] [stderr]    Compiling syn v0.15.33
[INFO] [stderr]    Compiling ucd-util v0.1.3
[INFO] [stderr]    Compiling regex v1.1.6
[INFO] [stderr]    Compiling lazy_static v1.3.0
[INFO] [stderr]    Compiling ryu v0.2.7
[INFO] [stderr]    Compiling same-file v1.0.4
[INFO] [stderr]    Compiling utf8-ranges v1.0.2
[INFO] [stderr]    Compiling cc v1.0.35
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling proc-macro2 v0.2.3
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling regex-syntax v0.6.6
[INFO] [stderr]    Compiling walkdir v2.2.7
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling serde v0.8.23
[INFO] [stderr]    Compiling quote v0.4.2
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]    Compiling backtrace v0.3.15
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling quick-error v1.2.2
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling humantime v1.2.0
[INFO] [stderr]    Compiling syn v0.12.15
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling quote v0.6.12
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling aho-corasick v0.7.3
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]    Compiling termcolor v1.0.4
[INFO] [stderr]    Compiling backtrace-sys v0.1.28
[INFO] [stderr]    Compiling rustc-demangle v0.1.14
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling num-traits v0.1.43
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling linked-hash-map v0.5.2
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling csv-core v0.1.5
[INFO] [stderr]    Compiling chrono v0.4.6
[INFO] [stderr]    Compiling yaml-rust v0.4.3
[INFO] [stderr]    Compiling rust-ini v0.13.0
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling either v1.5.2
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling itertools v0.8.0
[INFO] [stderr]    Compiling unicode-bom v1.1.4
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling rust-embed-impl v4.4.0
[INFO] [stderr]    Compiling tempfile v3.0.8
[INFO] [stderr]    Compiling serde_test v0.8.23
[INFO] [stderr]    Compiling linked-hash-map v0.3.0
[INFO] [stderr]    Compiling bindata-impl v0.1.0
[INFO] [stderr]    Compiling rust-embed v4.4.0
[INFO] [stderr]    Compiling bindata v0.1.1
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]    Compiling serde-hjson v0.8.2
[INFO] [stderr]    Compiling env_logger v0.6.1
[INFO] [stderr]    Compiling pretty_env_logger v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.90
[INFO] [stderr]    Compiling serde_json v1.0.39
[INFO] [stderr]    Compiling toml v0.4.10
[INFO] [stderr]    Compiling envy v0.4.0
[INFO] [stderr]    Compiling csv v1.0.7
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling config v0.9.2
[INFO] [stderr]    Compiling rog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Stdio`
[INFO] [stdout]   --> src/main.rs:15:29
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::process::{Command, Stdio};
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/main.rs:248:13
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let out = Command::new(&gonkf_path)
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lines` is never constructed
[INFO] [stdout]   --> src/main.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | struct Lines(Vec<Line>);
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `header_add` is never read
[INFO] [stdout]   --> src/main.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | struct Rog {
[INFO] [stdout]    |        --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     header_add: bool,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Rog` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `grep` is never used
[INFO] [stdout]    --> src/main.rs:300:4
[INFO] [stdout]     |
[INFO] [stdout] 300 | fn grep(content: String, greps: Vec<String>) -> Vec<String> {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `fix_header` is never used
[INFO] [stdout]    --> src/main.rs:453:8
[INFO] [stdout]     |
[INFO] [stdout] 427 | impl Rog {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 453 |     fn fix_header<P: AsRef<Path>>(&self, path: P) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `format` is never read
[INFO] [stdout]   --> src/settings.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Out {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 34 |     pub path: String,
[INFO] [stdout] 35 |     pub format: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Out` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/main.rs:69:10
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_LogCfg`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/main.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 | /         &out.fields.iter().for_each(|field| {
[INFO] [stdout] 351 | |             let def = "".to_string();
[INFO] [stdout] 352 | |             let f = line.msg.get(field).unwrap_or(&def);
[INFO] [stdout] 353 | |             if field == "time_fix" {
[INFO] [stdout] ...   |
[INFO] [stdout] 357 | |             }
[INFO] [stdout] 358 | |         });
[INFO] [stdout]     | |__________^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 350 |         let _ = &out.fields.iter().for_each(|field| {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/main.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 | /             &out.fields.iter().for_each(|field| {
[INFO] [stdout] 395 | |                 let def = "".to_string();
[INFO] [stdout] 396 | |                 let f = line.msg.get(field).unwrap_or(&def);
[INFO] [stdout] 397 | |                 if field == "time_fix" {
[INFO] [stdout] ...   |
[INFO] [stdout] 401 | |                 }
[INFO] [stdout] 402 | |             });
[INFO] [stdout]     | |______________^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 394 |             let _ = &out.fields.iter().for_each(|field| {
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/settings.rs:9:24
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]   |                        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Capture`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]   = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/settings.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Rog`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/settings.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Out`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/settings.rs:49:24
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Settings`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, syn v0.12.15
[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" "ff1b984ccd36d886bc059cd96ab2761f9fdde51a7a7eb2cbd1a69c9b9289f815", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff1b984ccd36d886bc059cd96ab2761f9fdde51a7a7eb2cbd1a69c9b9289f815", kill_on_drop: false }`
[INFO] [stdout] ff1b984ccd36d886bc059cd96ab2761f9fdde51a7a7eb2cbd1a69c9b9289f815
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d327755670ea03e8c6f8a54c2c926f380e7873bb7f4a0b0000175ba50e9611c
[INFO] running `Command { std: "docker" "start" "-a" "1d327755670ea03e8c6f8a54c2c926f380e7873bb7f4a0b0000175ba50e9611c", kill_on_drop: false }`
[INFO] [stderr]    Compiling rog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Stdio`
[INFO] [stdout]   --> src/main.rs:15:29
[INFO] [stdout]    |
[INFO] [stdout] 15 | use std::process::{Command, Stdio};
[INFO] [stdout]    |                             ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `out`
[INFO] [stdout]    --> src/main.rs:248:13
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let out = Command::new(&gonkf_path)
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lines` is never constructed
[INFO] [stdout]   --> src/main.rs:47:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | struct Lines(Vec<Line>);
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `header_add` is never read
[INFO] [stdout]   --> src/main.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | struct Rog {
[INFO] [stdout]    |        --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 61 |     header_add: bool,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Rog` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `grep` is never used
[INFO] [stdout]    --> src/main.rs:300:4
[INFO] [stdout]     |
[INFO] [stdout] 300 | fn grep(content: String, greps: Vec<String>) -> Vec<String> {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `fix_header` is never used
[INFO] [stdout]    --> src/main.rs:453:8
[INFO] [stdout]     |
[INFO] [stdout] 427 | impl Rog {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 453 |     fn fix_header<P: AsRef<Path>>(&self, path: P) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `format` is never read
[INFO] [stdout]   --> src/settings.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub struct Out {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 34 |     pub path: String,
[INFO] [stdout] 35 |     pub format: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Out` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/main.rs:69:10
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_LogCfg`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/main.rs:350:9
[INFO] [stdout]     |
[INFO] [stdout] 350 | /         &out.fields.iter().for_each(|field| {
[INFO] [stdout] 351 | |             let def = "".to_string();
[INFO] [stdout] 352 | |             let f = line.msg.get(field).unwrap_or(&def);
[INFO] [stdout] 353 | |             if field == "time_fix" {
[INFO] [stdout] ...   |
[INFO] [stdout] 357 | |             }
[INFO] [stdout] 358 | |         });
[INFO] [stdout]     | |__________^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 350 |         let _ = &out.fields.iter().for_each(|field| {
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/main.rs:394:13
[INFO] [stdout]     |
[INFO] [stdout] 394 | /             &out.fields.iter().for_each(|field| {
[INFO] [stdout] 395 | |                 let def = "".to_string();
[INFO] [stdout] 396 | |                 let f = line.msg.get(field).unwrap_or(&def);
[INFO] [stdout] 397 | |                 if field == "time_fix" {
[INFO] [stdout] ...   |
[INFO] [stdout] 401 | |                 }
[INFO] [stdout] 402 | |             });
[INFO] [stdout]     | |______________^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 394 |             let _ = &out.fields.iter().for_each(|field| {
[INFO] [stdout]     |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]  --> src/settings.rs:9:24
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]   |                        ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Capture`
[INFO] [stdout]   = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]   = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]   = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/settings.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Rog`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/settings.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Out`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/settings.rs:49:24
[INFO] [stdout]    |
[INFO] [stdout] 49 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Settings`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stdout]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.71s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, syn v0.12.15
[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" "1d327755670ea03e8c6f8a54c2c926f380e7873bb7f4a0b0000175ba50e9611c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d327755670ea03e8c6f8a54c2c926f380e7873bb7f4a0b0000175ba50e9611c", kill_on_drop: false }`
[INFO] [stdout] 1d327755670ea03e8c6f8a54c2c926f380e7873bb7f4a0b0000175ba50e9611c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 98da952898a685c44198f95943d3a96d18217ffce59386171b010da45b6c5900
[INFO] running `Command { std: "docker" "start" "-a" "98da952898a685c44198f95943d3a96d18217ffce59386171b010da45b6c5900", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `Stdio`
[INFO] [stderr]   --> src/main.rs:15:29
[INFO] [stderr]    |
[INFO] [stderr] 15 | use std::process::{Command, Stdio};
[INFO] [stderr]    |                             ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `out`
[INFO] [stderr]    --> src/main.rs:248:13
[INFO] [stderr]     |
[INFO] [stderr] 248 |         let out = Command::new(&gonkf_path)
[INFO] [stderr]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_out`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Lines` is never constructed
[INFO] [stderr]   --> src/main.rs:47:8
[INFO] [stderr]    |
[INFO] [stderr] 47 | struct Lines(Vec<Line>);
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `header_add` is never read
[INFO] [stderr]   --> src/main.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 56 | struct Rog {
[INFO] [stderr]    |        --- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 61 |     header_add: bool,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Rog` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `grep` is never used
[INFO] [stderr]    --> src/main.rs:300:4
[INFO] [stderr]     |
[INFO] [stderr] 300 | fn grep(content: String, greps: Vec<String>) -> Vec<String> {
[INFO] [stderr]     |    ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `fix_header` is never used
[INFO] [stderr]    --> src/main.rs:453:8
[INFO] [stderr]     |
[INFO] [stderr] 427 | impl Rog {
[INFO] [stderr]     | -------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 453 |     fn fix_header<P: AsRef<Path>>(&self, path: P) -> Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `format` is never read
[INFO] [stderr]   --> src/settings.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub struct Out {
[INFO] [stderr]    |            --- field in this struct
[INFO] [stderr] 34 |     pub path: String,
[INFO] [stderr] 35 |     pub format: String,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Out` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]   --> src/main.rs:69:10
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[derive(Deserialize, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_LogCfg`
[INFO] [stderr]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stderr]    = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/main.rs:350:9
[INFO] [stderr]     |
[INFO] [stderr] 350 | /         &out.fields.iter().for_each(|field| {
[INFO] [stderr] 351 | |             let def = "".to_string();
[INFO] [stderr] 352 | |             let f = line.msg.get(field).unwrap_or(&def);
[INFO] [stderr] 353 | |             if field == "time_fix" {
[INFO] [stderr] ...   |
[INFO] [stderr] 357 | |             }
[INFO] [stderr] 358 | |         });
[INFO] [stderr]     | |__________^ the borrow produces a value
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 350 |         let _ = &out.fields.iter().for_each(|field| {
[INFO] [stderr]     |         +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused borrow that must be used
[INFO] [stderr]    --> src/main.rs:394:13
[INFO] [stderr]     |
[INFO] [stderr] 394 | /             &out.fields.iter().for_each(|field| {
[INFO] [stderr] 395 | |                 let def = "".to_string();
[INFO] [stderr] 396 | |                 let f = line.msg.get(field).unwrap_or(&def);
[INFO] [stderr] 397 | |                 if field == "time_fix" {
[INFO] [stderr] ...   |
[INFO] [stderr] 401 | |                 }
[INFO] [stderr] 402 | |             });
[INFO] [stderr]     | |______________^ the borrow produces a value
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 394 |             let _ = &out.fields.iter().for_each(|field| {
[INFO] [stderr]     |             +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]  --> src/settings.rs:9:24
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stderr]   |                        ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Capture`
[INFO] [stderr]   = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]   = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]   = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stderr]   = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]   --> src/settings.rs:16:24
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stderr]    |                        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Rog`
[INFO] [stderr]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stderr]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]   --> src/settings.rs:32:24
[INFO] [stderr]    |
[INFO] [stderr] 32 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stderr]    |                        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Out`
[INFO] [stderr]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stderr]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stderr]   --> src/settings.rs:49:24
[INFO] [stderr]    |
[INFO] [stderr] 49 | #[derive(Debug, Clone, Deserialize)]
[INFO] [stderr]    |                        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_Settings`
[INFO] [stderr]    = note: an `impl` definition is non-local if it is nested inside an item and may impact type checking outside of that item. This can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: one exception to the rule are anon-const (`const _: () = { ... }`) at top-level module and anon-const at the same nesting as the trait or type
[INFO] [stderr]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stderr]    = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive`
[INFO] [stderr]    = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `rog` (bin "rog" test) generated 14 warnings (run `cargo fix --bin "rog" --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3, syn v0.12.15
[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/main.rs (/opt/rustwide/target/debug/deps/rog-efc79d0dd79512ba)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_get_entries ... ok
[INFO] [stdout] test tests::test_get_rog ... ok
[INFO] [stdout] test tests::test_grep ... ok
[INFO] [stdout] test tests::test_parse_with_text ... FAILED
[INFO] [stdout] test tests::test_parse_with_csv ... FAILED
[INFO] [stdout] test tests::test_all_lines ... FAILED
[INFO] [stdout] test tests::test_grep_lines ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_parse_with_text stdout ----
[INFO] [stdout] thread 'tests::test_parse_with_text' panicked at src/main.rs:784:23:
[INFO] [stdout] error Os { code: 26, kind: ExecutableFileBusy, message: "Text file busy" }
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0: failure::backtrace::internal::InternalBacktrace::new::h6a965de8dbe7999f (0x560bc9b23e98)
[INFO] [stdout]              at src/backtrace/internal.rs:44
[INFO] [stdout]    1: failure::backtrace::Backtrace::new::h87bc6263be1c540e (0x560bc9b24477)
[INFO] [stdout]              at src/backtrace/mod.rs:111
[INFO] [stdout]    2: <failure::error::error_impl::ErrorImpl as core::convert::From<F>>::from::h62db01e141b2610a (0x560bc985b205)
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/error_impl.rs:19
[INFO] [stdout]    3: <failure::error::Error as core::convert::From<F>>::from::h34a6dbab2d4ab92d (0x560bc9855e69)
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/mod.rs:36
[INFO] [stdout]    4: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual::hc8240260d268bd0d (0x560bc9849977)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1964
[INFO] [stdout]    5: rog::to_utf8::hf3acfe144873c214 (0x560bc982701f)
[INFO] [stdout]              at src/main.rs:248
[INFO] [stdout]    6: rog::Rog::parse_with_text::h79abf460d9f3640b (0x560bc982c654)
[INFO] [stdout]              at src/main.rs:583
[INFO] [stdout]    7: rog::tests::test_parse_with_text::{{closure}}::h16864b137f82bae5 (0x560bc986f5a0)
[INFO] [stdout]              at src/main.rs:772
[INFO] [stdout]    8: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::habfcd422fd5f94f3 (0x560bc986bc30)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:294
[INFO] [stdout]    9: core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h7ea97f8635ded82b (0x560bc98365b1)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2907
[INFO] [stdout]   10: core::iter::adapters::filter_map::filter_map_try_fold::{{closure}}::h92baac7721e09da5 (0x560bc986c7b0)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:50
[INFO] [stdout]   11: core::iter::traits::iterator::Iterator::try_fold::hb266b02095775cee (0x560bc9821784)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2411
[INFO] [stdout]   12: <core::iter::adapters::filter_map::FilterMap<I,F> as core::iter::traits::iterator::Iterator>::try_fold::h17b074e84e94a482 (0x560bc9869368)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:140
[INFO] [stdout]   13: core::iter::traits::iterator::Iterator::find_map::h371f17726c2111f4 (0x560bc986c2da)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2913
[INFO] [stdout]   14: <core::iter::adapters::filter_map::FilterMap<I,F> as core::iter::traits::iterator::Iterator>::next::h1d18d6913066cab0 (0x560bc986923c)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:64
[INFO] [stdout]   15: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::h26b2048daae89fca (0x560bc9800d5e)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/spec_from_iter_nested.rs:26
[INFO] [stdout]   16: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::h64ddadb39992a8db (0x560bc98089dc)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/spec_from_iter.rs:33
[INFO] [stdout]   17: <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::hacc99c7492540158 (0x560bc9808624)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/mod.rs:2972
[INFO] [stdout]   18: core::iter::traits::iterator::Iterator::collect::h67f9c2931c42a5f6 (0x560bc986c25c)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2005
[INFO] [stdout]   19: rog::tests::test_parse_with_text::hc8b4e58402a8845e (0x560bc986f425)
[INFO] [stdout]              at src/main.rs:767
[INFO] [stdout]   20: rog::tests::test_parse_with_text::{{closure}}::h7a9fd9bc7dfe5477 (0x560bc986f176)
[INFO] [stdout]              at src/main.rs:764
[INFO] [stdout]   21: core::ops::function::FnOnce::call_once::h57937463527f19ec (0x560bc98432e5)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250
[INFO] [stdout]   22: core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99 (0x560bc98b53da)
[INFO] [stdout]              at library/core/src/ops/function.rs:250
[INFO] [stdout]       test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]              at library/test/src/lib.rs:625
[INFO] [stdout]   23: test::run_test_in_process::{{closure}}::h510b7ba7990692a5 (0x560bc98b4ae0)
[INFO] [stdout]              at library/test/src/lib.rs:648
[INFO] [stdout]       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]              at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]       std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]              at library/std/src/panicking.rs:559
[INFO] [stdout]       std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]              at library/std/src/panicking.rs:523
[INFO] [stdout]       std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]              at library/std/src/panic.rs:149
[INFO] [stdout]       test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]              at library/test/src/lib.rs:648
[INFO] [stdout]       test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]              at library/test/src/lib.rs:569
[INFO] [stdout]   24: test::run_test::{{closure}}::h608b98ecff5665fb (0x560bc987d4a3)
[INFO] [stdout]              at library/test/src/lib.rs:599
[INFO] [stdout]       std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]              at library/std/src/sys_common/backtrace.rs:155
[INFO] [stdout]   25: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8 (0x560bc9881ed1)
[INFO] [stdout]              at library/std/src/thread/mod.rs:542
[INFO] [stdout]       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]              at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]       std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]              at library/std/src/panicking.rs:559
[INFO] [stdout]       std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]              at library/std/src/panicking.rs:523
[INFO] [stdout]       std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]              at library/std/src/panic.rs:149
[INFO] [stdout]       std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]              at library/std/src/thread/mod.rs:541
[INFO] [stdout]       core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]              at library/core/src/ops/function.rs:250
[INFO] [stdout]   26: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa (0x560bc9bcffda)
[INFO] [stdout]              at library/alloc/src/boxed.rs:2022
[INFO] [stdout]       <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]              at library/alloc/src/boxed.rs:2022
[INFO] [stdout]       std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]              at library/std/src/sys/pal/unix/thread.rs:108
[INFO] [stdout]   27: <unknown> (0x7f3f4ef55ac2)
[INFO] [stdout]   28: __clone (0x7f3f4efe6a03)
[INFO] [stdout]   29: <unknown> (0x0)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x560bc9bc94b5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x560bc9bc94b5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x560bc9bf25cb - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x560bc9bf25cb - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x560bc9bc68cf - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x560bc9bc928e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x560bc9bc928e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x560bc9bcacb9 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x560bc9bca97e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x560bc98b09fa - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he5eacdef44c8728f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x560bc98b09fa - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x560bc9bcb2bb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbd0d80e1ad4e4f9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x560bc9bcb2bb - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x560bc9bcb034 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x560bc9bc9979 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x560bc9bcad67 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x560bc97f7fa3 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x560bc986f84f - rog::tests::test_parse_with_text::{{closure}}::h6b09602569dcaa88
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:784:23
[INFO] [stdout]   20:     0x560bc98232e1 - <core::slice::iter::Iter<T> as core::iter::traits::iterator::Iterator>::for_each::h35db35832d913913
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/slice/iter/macros.rs:252:21
[INFO] [stdout]   21:     0x560bc986f493 - rog::tests::test_parse_with_text::hc8b4e58402a8845e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:779:9
[INFO] [stdout]   22:     0x560bc986f177 - rog::tests::test_parse_with_text::{{closure}}::h7a9fd9bc7dfe5477
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:764:30
[INFO] [stdout]   23:     0x560bc98432e6 - core::ops::function::FnOnce::call_once::h57937463527f19ec
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x560bc98b53db - core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x560bc98b53db - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x560bc98b4ae1 - test::run_test_in_process::{{closure}}::h510b7ba7990692a5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x560bc98b4ae1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x560bc98b4ae1 - std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x560bc98b4ae1 - std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x560bc98b4ae1 - std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x560bc98b4ae1 - test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x560bc98b4ae1 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x560bc987d4a4 - test::run_test::{{closure}}::h608b98ecff5665fb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x560bc987d4a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x560bc9881ed2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x560bc9881ed2 - std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x560bc9881ed2 - std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x560bc9881ed2 - std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x560bc9881ed2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x560bc9bcffdb - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f3f4ef55ac3 - <unknown>
[INFO] [stdout]   46:     0x7f3f4efe6a04 - __clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_parse_with_csv stdout ----
[INFO] [stdout] [src/main.rs:752:9] &rogs = [
[INFO] [stdout]     Err(
[INFO] [stdout]         Os { code: 26, kind: ExecutableFileBusy, message: "Text file busy" }
[INFO] [stdout]         
[INFO] [stdout]         stack backtrace:
[INFO] [stdout]            0: failure::backtrace::internal::InternalBacktrace::new::h6a965de8dbe7999f (0x560bc9b23e98)
[INFO] [stdout]                      at src/backtrace/internal.rs:44
[INFO] [stdout]            1: failure::backtrace::Backtrace::new::h87bc6263be1c540e (0x560bc9b24477)
[INFO] [stdout]                      at src/backtrace/mod.rs:111
[INFO] [stdout]            2: <failure::error::error_impl::ErrorImpl as core::convert::From<F>>::from::h62db01e141b2610a (0x560bc985b205)
[INFO] [stdout]                      at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/error_impl.rs:19
[INFO] [stdout]            3: <failure::error::Error as core::convert::From<F>>::from::h34a6dbab2d4ab92d (0x560bc9855e69)
[INFO] [stdout]                      at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/mod.rs:36
[INFO] [stdout]            4: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual::hc8240260d268bd0d (0x560bc9849977)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1964
[INFO] [stdout]            5: rog::to_utf8::hf3acfe144873c214 (0x560bc982701f)
[INFO] [stdout]                      at src/main.rs:248
[INFO] [stdout]            6: rog::Rog::parse_with_csv::hf5d5136f4512a92b (0x560bc982aa8a)
[INFO] [stdout]                      at src/main.rs:495
[INFO] [stdout]            7: rog::tests::test_parse_with_csv::{{closure}}::hc237c14155c97ae4 (0x560bc986ed60)
[INFO] [stdout]                      at src/main.rs:745
[INFO] [stdout]            8: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h0330b5c09173b290 (0x560bc986bb10)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:294
[INFO] [stdout]            9: core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h2183d75583b4d615 (0x560bc98364f1)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2907
[INFO] [stdout]           10: core::iter::adapters::filter_map::filter_map_try_fold::{{closure}}::h3471d3aa18339bce (0x560bc986c680)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:50
[INFO] [stdout]           11: core::iter::traits::iterator::Iterator::try_fold::he33b4c4f5143eac7 (0x560bc98218e4)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2411
[INFO] [stdout]           12: <core::iter::adapters::filter_map::FilterMap<I,F> as core::iter::traits::iterator::Iterator>::try_fold::h6274b6a81310f04d (0x560bc98693a8)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:140
[INFO] [stdout]           13: core::iter::traits::iterator::Iterator::find_map::hec8495ce43d2d2eb (0x560bc986c38a)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2913
[INFO] [stdout]           14: <core::iter::adapters::filter_map::FilterMap<I,F> as core::iter::traits::iterator::Iterator>::next::hb315539133ee339f (0x560bc986932c)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:64
[INFO] [stdout]           15: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::h6cc040d2a0ee5914 (0x560bc9801ade)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/spec_from_iter_nested.rs:26
[INFO] [stdout]           16: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::h695a2a222b68105f (0x560bc98089fc)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/spec_from_iter.rs:33
[INFO] [stdout]           17: <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h746c342258122f05 (0x560bc9808484)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/mod.rs:2972
[INFO] [stdout]           18: core::iter::traits::iterator::Iterator::collect::hf44d7e55caaebe9c (0x560bc986c29c)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2005
[INFO] [stdout]           19: rog::tests::test_parse_with_csv::hde22bc1cc38f6a5b (0x560bc986ea05)
[INFO] [stdout]                      at src/main.rs:740
[INFO] [stdout]           20: rog::tests::test_parse_with_csv::{{closure}}::h33709d53c57b539a (0x560bc986e756)
[INFO] [stdout]                      at src/main.rs:737
[INFO] [stdout]           21: core::ops::function::FnOnce::call_once::h52b16c6ac0577aa4 (0x560bc9843285)
[INFO] [stdout]                      at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250
[INFO] [stdout]           22: core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99 (0x560bc98b53da)
[INFO] [stdout]                      at library/core/src/ops/function.rs:250
[INFO] [stdout]               test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                      at library/test/src/lib.rs:625
[INFO] [stdout]           23: test::run_test_in_process::{{closure}}::h510b7ba7990692a5 (0x560bc98b4ae0)
[INFO] [stdout]                      at library/test/src/lib.rs:648
[INFO] [stdout]               <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                      at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]               std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                      at library/std/src/panicking.rs:559
[INFO] [stdout]               std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                      at library/std/src/panicking.rs:523
[INFO] [stdout]               std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                      at library/std/src/panic.rs:149
[INFO] [stdout]               test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                      at library/test/src/lib.rs:648
[INFO] [stdout]               test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                      at library/test/src/lib.rs:569
[INFO] [stdout]           24: test::run_test::{{closure}}::h608b98ecff5665fb (0x560bc987d4a3)
[INFO] [stdout]                      at library/test/src/lib.rs:599
[INFO] [stdout]               std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                      at library/std/src/sys_common/backtrace.rs:155
[INFO] [stdout]           25: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8 (0x560bc9881ed1)
[INFO] [stdout]                      at library/std/src/thread/mod.rs:542
[INFO] [stdout]               <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                      at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]               std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                      at library/std/src/panicking.rs:559
[INFO] [stdout]               std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                      at library/std/src/panicking.rs:523
[INFO] [stdout]               std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                      at library/std/src/panic.rs:149
[INFO] [stdout]               std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                      at library/std/src/thread/mod.rs:541
[INFO] [stdout]               core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                      at library/core/src/ops/function.rs:250
[INFO] [stdout]           26: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa (0x560bc9bcffda)
[INFO] [stdout]                      at library/alloc/src/boxed.rs:2022
[INFO] [stdout]               <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                      at library/alloc/src/boxed.rs:2022
[INFO] [stdout]               std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                      at library/std/src/sys/pal/unix/thread.rs:108
[INFO] [stdout]           27: <unknown> (0x7f3f4ef55ac2)
[INFO] [stdout]           28: __clone (0x7f3f4efe6a03)
[INFO] [stdout]           29: <unknown> (0x0),
[INFO] [stdout]     ),
[INFO] [stdout]     Ok(
[INFO] [stdout]         Rog {
[INFO] [stdout]             name: "system_evtx",
[INFO] [stdout]             path: "/opt/rustwide/workdir/test/System_20190503.csv",
[INFO] [stdout]             capture: Csv(
[INFO] [stdout]                 [
[INFO] [stdout]                     "time",
[INFO] [stdout]                     "level",
[INFO] [stdout]                     "msg",
[INFO] [stdout]                 ],
[INFO] [stdout]             ),
[INFO] [stdout]             header_replace: true,
[INFO] [stdout]             header_add: false,
[INFO] [stdout]             parse: [
[INFO] [stdout]                 "%Y/%m/%d %H:%M",
[INFO] [stdout]             ],
[INFO] [stdout]             add_time: None,
[INFO] [stdout]             start: None,
[INFO] [stdout]             end: None,
[INFO] [stdout]             lines: [
[INFO] [stdout]                 Line {
[INFO] [stdout]                     time: 2019-04-28T13:50:00+00:00,
[INFO] [stdout]                     time_fix: 2019-04-28T13:50:00+00:00,
[INFO] [stdout]                     msg: {
[INFO] [stdout]                         "path": "/opt/rustwide/workdir/test/System_20190503.csv",
[INFO] [stdout]                         "msg": "1. hogefuga hello",
[INFO] [stdout]                         "name": "system_evtx",
[INFO] [stdout]                         "level": "INFO",
[INFO] [stdout]                         "time": "2019/04/28 13:50",
[INFO] [stdout]                     },
[INFO] [stdout]                 },
[INFO] [stdout]                 Line {
[INFO] [stdout]                     time: 2019-04-28T14:50:00+00:00,
[INFO] [stdout]                     time_fix: 2019-04-28T14:50:00+00:00,
[INFO] [stdout]                     msg: {
[INFO] [stdout]                         "time": "2019/04/28 14:50",
[INFO] [stdout]                         "name": "system_evtx",
[INFO] [stdout]                         "path": "/opt/rustwide/workdir/test/System_20190503.csv",
[INFO] [stdout]                         "msg": "2 .hogefuga hello",
[INFO] [stdout]                         "level": "INFO",
[INFO] [stdout]                     },
[INFO] [stdout]                 },
[INFO] [stdout]                 Line {
[INFO] [stdout]                     time: 2019-04-28T15:50:00+00:00,
[INFO] [stdout]                     time_fix: 2019-04-28T15:50:00+00:00,
[INFO] [stdout]                     msg: {
[INFO] [stdout]                         "name": "system_evtx",
[INFO] [stdout]                         "level": "INFO",
[INFO] [stdout]                         "path": "/opt/rustwide/workdir/test/System_20190503.csv",
[INFO] [stdout]                         "time": "2019/04/28 15:50",
[INFO] [stdout]                         "msg": "3. hogefuga hello",
[INFO] [stdout]                     },
[INFO] [stdout]                 },
[INFO] [stdout]                 Line {
[INFO] [stdout]                     time: 2019-04-28T16:50:00+00:00,
[INFO] [stdout]                     time_fix: 2019-04-28T16:50:00+00:00,
[INFO] [stdout]                     msg: {
[INFO] [stdout]                         "level": "INFO",
[INFO] [stdout]                         "time": "2019/04/28 16:50",
[INFO] [stdout]                         "msg": "4. hogefuga hello",
[INFO] [stdout]                         "name": "system_evtx",
[INFO] [stdout]                         "path": "/opt/rustwide/workdir/test/System_20190503.csv",
[INFO] [stdout]                     },
[INFO] [stdout]                 },
[INFO] [stdout]                 Line {
[INFO] [stdout]                     time: 2019-04-28T17:50:00+00:00,
[INFO] [stdout]                     time_fix: 2019-04-28T17:50:00+00:00,
[INFO] [stdout]                     msg: {
[INFO] [stdout]                         "time": "2019/04/28 17:50",
[INFO] [stdout]                         "level": "INFO",
[INFO] [stdout]                         "name": "system_evtx",
[INFO] [stdout]                         "path": "/opt/rustwide/workdir/test/System_20190503.csv",
[INFO] [stdout]                         "msg": "5. hogefuga hello",
[INFO] [stdout]                     },
[INFO] [stdout]                 },
[INFO] [stdout]                 Line {
[INFO] [stdout]                     time: 2019-04-28T17:50:00+00:00,
[INFO] [stdout]                     time_fix: 2019-04-28T17:50:00+00:00,
[INFO] [stdout]                     msg: {
[INFO] [stdout]                         "level": "INFO",
[INFO] [stdout]                         "name": "system_evtx",
[INFO] [stdout]                         "time": "2019/04/28 17:50",
[INFO] [stdout]                         "path": "/opt/rustwide/workdir/test/System_20190503.csv",
[INFO] [stdout]                         "msg": "6. 日本語 こんにちは",
[INFO] [stdout]                     },
[INFO] [stdout]                 },
[INFO] [stdout]             ],
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] ]
[INFO] [stdout] thread 'tests::test_parse_with_csv' panicked at src/main.rs:759:23:
[INFO] [stdout] error Os { code: 26, kind: ExecutableFileBusy, message: "Text file busy" }
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0: failure::backtrace::internal::InternalBacktrace::new::h6a965de8dbe7999f (0x560bc9b23e98)
[INFO] [stdout]              at src/backtrace/internal.rs:44
[INFO] [stdout]    1: failure::backtrace::Backtrace::new::h87bc6263be1c540e (0x560bc9b24477)
[INFO] [stdout]              at src/backtrace/mod.rs:111
[INFO] [stdout]    2: <failure::error::error_impl::ErrorImpl as core::convert::From<F>>::from::h62db01e141b2610a (0x560bc985b205)
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/error_impl.rs:19
[INFO] [stdout]    3: <failure::error::Error as core::convert::From<F>>::from::h34a6dbab2d4ab92d (0x560bc9855e69)
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/mod.rs:36
[INFO] [stdout]    4: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual::hc8240260d268bd0d (0x560bc9849977)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1964
[INFO] [stdout]    5: rog::to_utf8::hf3acfe144873c214 (0x560bc982701f)
[INFO] [stdout]              at src/main.rs:248
[INFO] [stdout]    6: rog::Rog::parse_with_csv::hf5d5136f4512a92b (0x560bc982aa8a)
[INFO] [stdout]              at src/main.rs:495
[INFO] [stdout]    7: rog::tests::test_parse_with_csv::{{closure}}::hc237c14155c97ae4 (0x560bc986ed60)
[INFO] [stdout]              at src/main.rs:745
[INFO] [stdout]    8: core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h0330b5c09173b290 (0x560bc986bb10)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:294
[INFO] [stdout]    9: core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h2183d75583b4d615 (0x560bc98364f1)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2907
[INFO] [stdout]   10: core::iter::adapters::filter_map::filter_map_try_fold::{{closure}}::h3471d3aa18339bce (0x560bc986c680)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:50
[INFO] [stdout]   11: core::iter::traits::iterator::Iterator::try_fold::he33b4c4f5143eac7 (0x560bc98218e4)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2411
[INFO] [stdout]   12: <core::iter::adapters::filter_map::FilterMap<I,F> as core::iter::traits::iterator::Iterator>::try_fold::h6274b6a81310f04d (0x560bc98693a8)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:140
[INFO] [stdout]   13: core::iter::traits::iterator::Iterator::find_map::hec8495ce43d2d2eb (0x560bc986c38a)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2913
[INFO] [stdout]   14: <core::iter::adapters::filter_map::FilterMap<I,F> as core::iter::traits::iterator::Iterator>::next::hb315539133ee339f (0x560bc986932c)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/adapters/filter_map.rs:64
[INFO] [stdout]   15: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::h6cc040d2a0ee5914 (0x560bc9801ade)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/spec_from_iter_nested.rs:26
[INFO] [stdout]   16: <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::h695a2a222b68105f (0x560bc98089fc)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/spec_from_iter.rs:33
[INFO] [stdout]   17: <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h746c342258122f05 (0x560bc9808484)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/vec/mod.rs:2972
[INFO] [stdout]   18: core::iter::traits::iterator::Iterator::collect::hf44d7e55caaebe9c (0x560bc986c29c)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/iter/traits/iterator.rs:2005
[INFO] [stdout]   19: rog::tests::test_parse_with_csv::hde22bc1cc38f6a5b (0x560bc986ea05)
[INFO] [stdout]              at src/main.rs:740
[INFO] [stdout]   20: rog::tests::test_parse_with_csv::{{closure}}::h33709d53c57b539a (0x560bc986e756)
[INFO] [stdout]              at src/main.rs:737
[INFO] [stdout]   21: core::ops::function::FnOnce::call_once::h52b16c6ac0577aa4 (0x560bc9843285)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250
[INFO] [stdout]   22: core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99 (0x560bc98b53da)
[INFO] [stdout]              at library/core/src/ops/function.rs:250
[INFO] [stdout]       test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]              at library/test/src/lib.rs:625
[INFO] [stdout]   23: test::run_test_in_process::{{closure}}::h510b7ba7990692a5 (0x560bc98b4ae0)
[INFO] [stdout]              at library/test/src/lib.rs:648
[INFO] [stdout]       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]              at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]       std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]              at library/std/src/panicking.rs:559
[INFO] [stdout]       std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]              at library/std/src/panicking.rs:523
[INFO] [stdout]       std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]              at library/std/src/panic.rs:149
[INFO] [stdout]       test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]              at library/test/src/lib.rs:648
[INFO] [stdout]       test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]              at library/test/src/lib.rs:569
[INFO] [stdout]   24: test::run_test::{{closure}}::h608b98ecff5665fb (0x560bc987d4a3)
[INFO] [stdout]              at library/test/src/lib.rs:599
[INFO] [stdout]       std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]              at library/std/src/sys_common/backtrace.rs:155
[INFO] [stdout]   25: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8 (0x560bc9881ed1)
[INFO] [stdout]              at library/std/src/thread/mod.rs:542
[INFO] [stdout]       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]              at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]       std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]              at library/std/src/panicking.rs:559
[INFO] [stdout]       std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]              at library/std/src/panicking.rs:523
[INFO] [stdout]       std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]              at library/std/src/panic.rs:149
[INFO] [stdout]       std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]              at library/std/src/thread/mod.rs:541
[INFO] [stdout]       core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]              at library/core/src/ops/function.rs:250
[INFO] [stdout]   26: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa (0x560bc9bcffda)
[INFO] [stdout]              at library/alloc/src/boxed.rs:2022
[INFO] [stdout]       <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]              at library/alloc/src/boxed.rs:2022
[INFO] [stdout]       std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]              at library/std/src/sys/pal/unix/thread.rs:108
[INFO] [stdout]   27: <unknown> (0x7f3f4ef55ac2)
[INFO] [stdout]   28: __clone (0x7f3f4efe6a03)
[INFO] [stdout]   29: <unknown> (0x0)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x560bc9bc94b5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x560bc9bc94b5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x560bc9bf25cb - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x560bc9bf25cb - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x560bc9bc68cf - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x560bc9bc928e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x560bc9bc928e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x560bc9bcacb9 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x560bc9bca97e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x560bc98b09fa - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he5eacdef44c8728f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x560bc98b09fa - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x560bc9bcb2bb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbd0d80e1ad4e4f9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x560bc9bcb2bb - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x560bc9bcb034 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x560bc9bc9979 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x560bc9bcad67 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x560bc97f7fa3 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x560bc986f022 - rog::tests::test_parse_with_csv::{{closure}}::h845534d874171fe4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:759:23
[INFO] [stdout]   20:     0x560bc9823511 - <core::slice::iter::Iter<T> as core::iter::traits::iterator::Iterator>::for_each::hcad27423c768a8cb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/slice/iter/macros.rs:252:21
[INFO] [stdout]   21:     0x560bc986ec57 - rog::tests::test_parse_with_csv::hde22bc1cc38f6a5b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:753:9
[INFO] [stdout]   22:     0x560bc986e757 - rog::tests::test_parse_with_csv::{{closure}}::h33709d53c57b539a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:737:29
[INFO] [stdout]   23:     0x560bc9843286 - core::ops::function::FnOnce::call_once::h52b16c6ac0577aa4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x560bc98b53db - core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x560bc98b53db - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x560bc98b4ae1 - test::run_test_in_process::{{closure}}::h510b7ba7990692a5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x560bc98b4ae1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x560bc98b4ae1 - std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x560bc98b4ae1 - std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x560bc98b4ae1 - std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x560bc98b4ae1 - test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x560bc98b4ae1 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x560bc987d4a4 - test::run_test::{{closure}}::h608b98ecff5665fb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x560bc987d4a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x560bc9881ed2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x560bc9881ed2 - std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x560bc9881ed2 - std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x560bc9881ed2 - std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x560bc9881ed2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x560bc9bcffdb - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f3f4ef55ac3 - <unknown>
[INFO] [stdout]   46:     0x7f3f4efe6a04 - __clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_all_lines stdout ----
[INFO] [stdout] thread 'tests::test_all_lines' panicked at src/main.rs:805:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 13
[INFO] [stdout]  right: 26
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x560bc9bc94b5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x560bc9bc94b5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x560bc9bf25cb - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x560bc9bf25cb - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x560bc9bc68cf - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x560bc9bc928e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x560bc9bc928e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x560bc9bcacb9 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x560bc9bca97e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x560bc98b09fa - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he5eacdef44c8728f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x560bc98b09fa - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x560bc9bcb2bb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbd0d80e1ad4e4f9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x560bc9bcb2bb - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x560bc9bcb034 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x560bc9bc9979 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x560bc9bcad67 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x560bc97f7fa3 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x560bc97f83ce - core::panicking::assert_failed_inner::h01c8f7f0c1caba58
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:408:17
[INFO] [stdout]   20:     0x560bc9b63eae - core::panicking::assert_failed::hb72f4ebd759a786e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:363:5
[INFO] [stdout]   21:     0x560bc986fd6c - rog::tests::test_all_lines::h20ea3fc1f8bfbea0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:805:9
[INFO] [stdout]   22:     0x560bc986f907 - rog::tests::test_all_lines::{{closure}}::h97c78631a32fa0e6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:789:24
[INFO] [stdout]   23:     0x560bc9842ed6 - core::ops::function::FnOnce::call_once::h06c1f74a5f71daeb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x560bc98b53db - core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x560bc98b53db - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x560bc98b4ae1 - test::run_test_in_process::{{closure}}::h510b7ba7990692a5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x560bc98b4ae1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x560bc98b4ae1 - std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x560bc98b4ae1 - std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x560bc98b4ae1 - std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x560bc98b4ae1 - test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x560bc98b4ae1 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x560bc987d4a4 - test::run_test::{{closure}}::h608b98ecff5665fb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x560bc987d4a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x560bc9881ed2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x560bc9881ed2 - std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x560bc9881ed2 - std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x560bc9881ed2 - std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x560bc9881ed2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x560bc9bcffdb - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f3f4ef55ac3 - <unknown>
[INFO] [stdout]   46:     0x7f3f4efe6a04 - __clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_grep_lines stdout ----
[INFO] [stdout] thread 'tests::test_grep_lines' panicked at src/main.rs:847:38:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0: failure::backtrace::internal::InternalBacktrace::new::h6a965de8dbe7999f (0x560bc9b23e98)
[INFO] [stdout]              at src/backtrace/internal.rs:44
[INFO] [stdout]    1: failure::backtrace::Backtrace::new::h87bc6263be1c540e (0x560bc9b24477)
[INFO] [stdout]              at src/backtrace/mod.rs:111
[INFO] [stdout]    2: <failure::error::error_impl::ErrorImpl as core::convert::From<F>>::from::h62db01e141b2610a (0x560bc985b205)
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/error_impl.rs:19
[INFO] [stdout]    3: <failure::error::Error as core::convert::From<F>>::from::h34a6dbab2d4ab92d (0x560bc9855e69)
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.5/src/error/mod.rs:36
[INFO] [stdout]    4: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual::hc8240260d268bd0d (0x560bc9849977)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1964
[INFO] [stdout]    5: rog::output_csv::h162f63dbcec95c5b (0x560bc9827f97)
[INFO] [stdout]              at src/main.rs:337
[INFO] [stdout]    6: rog::tests::test_grep_lines::h3c6b113a57e0fd3c (0x560bc9870c87)
[INFO] [stdout]              at src/main.rs:847
[INFO] [stdout]    7: rog::tests::test_grep_lines::{{closure}}::h7d7877854e3d9aae (0x560bc9870806)
[INFO] [stdout]              at src/main.rs:832
[INFO] [stdout]    8: core::ops::function::FnOnce::call_once::h2ca55d2d7601311e (0x560bc98430b5)
[INFO] [stdout]              at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250
[INFO] [stdout]    9: core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99 (0x560bc98b53da)
[INFO] [stdout]              at library/core/src/ops/function.rs:250
[INFO] [stdout]       test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]              at library/test/src/lib.rs:625
[INFO] [stdout]   10: test::run_test_in_process::{{closure}}::h510b7ba7990692a5 (0x560bc98b4ae0)
[INFO] [stdout]              at library/test/src/lib.rs:648
[INFO] [stdout]       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]              at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]       std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]              at library/std/src/panicking.rs:559
[INFO] [stdout]       std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]              at library/std/src/panicking.rs:523
[INFO] [stdout]       std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]              at library/std/src/panic.rs:149
[INFO] [stdout]       test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]              at library/test/src/lib.rs:648
[INFO] [stdout]       test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]              at library/test/src/lib.rs:569
[INFO] [stdout]   11: test::run_test::{{closure}}::h608b98ecff5665fb (0x560bc987d4a3)
[INFO] [stdout]              at library/test/src/lib.rs:599
[INFO] [stdout]       std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]              at library/std/src/sys_common/backtrace.rs:155
[INFO] [stdout]   12: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8 (0x560bc9881ed1)
[INFO] [stdout]              at library/std/src/thread/mod.rs:542
[INFO] [stdout]       <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]              at library/core/src/panic/unwind_safe.rs:272
[INFO] [stdout]       std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]              at library/std/src/panicking.rs:559
[INFO] [stdout]       std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]              at library/std/src/panicking.rs:523
[INFO] [stdout]       std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]              at library/std/src/panic.rs:149
[INFO] [stdout]       std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]              at library/std/src/thread/mod.rs:541
[INFO] [stdout]       core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]              at library/core/src/ops/function.rs:250
[INFO] [stdout]   13: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa (0x560bc9bcffda)
[INFO] [stdout]              at library/alloc/src/boxed.rs:2022
[INFO] [stdout]       <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]              at library/alloc/src/boxed.rs:2022
[INFO] [stdout]       std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]              at library/std/src/sys/pal/unix/thread.rs:108
[INFO] [stdout]   14: <unknown> (0x7f3f4ef55ac2)
[INFO] [stdout]   15: __clone (0x7f3f4efe6a03)
[INFO] [stdout]   16: <unknown> (0x0)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x560bc9bc94b5 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x560bc9bc94b5 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x560bc9bc94b5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x560bc9bf25cb - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x560bc9bf25cb - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x560bc9bc68cf - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x560bc9bc928e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x560bc9bc928e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x560bc9bcacb9 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x560bc9bca97e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x560bc98b09fa - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he5eacdef44c8728f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x560bc98b09fa - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x560bc9bcb2bb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbd0d80e1ad4e4f9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x560bc9bcb2bb - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x560bc9bcb034 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x560bc9bc9979 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x560bc9bcad67 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x560bc97f7fa3 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x560bc97f8516 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1654:5
[INFO] [stdout]   20:     0x560bc9870d10 - core::result::Result<T,E>::unwrap::hfdb47e4da8eda5ab
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1077:23
[INFO] [stdout]   21:     0x560bc9870d10 - rog::tests::test_grep_lines::h3c6b113a57e0fd3c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:847:9
[INFO] [stdout]   22:     0x560bc9870807 - rog::tests::test_grep_lines::{{closure}}::h7d7877854e3d9aae
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:832:25
[INFO] [stdout]   23:     0x560bc98430b6 - core::ops::function::FnOnce::call_once::h2ca55d2d7601311e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x560bc98b53db - core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x560bc98b53db - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:625:18
[INFO] [stdout]   26:     0x560bc98b4ae1 - test::run_test_in_process::{{closure}}::h510b7ba7990692a5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:60
[INFO] [stdout]   27:     0x560bc98b4ae1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x560bc98b4ae1 - std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   29:     0x560bc98b4ae1 - std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   30:     0x560bc98b4ae1 - std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   31:     0x560bc98b4ae1 - test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:27
[INFO] [stdout]   32:     0x560bc98b4ae1 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:569:43
[INFO] [stdout]   33:     0x560bc987d4a4 - test::run_test::{{closure}}::h608b98ecff5665fb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:599:41
[INFO] [stdout]   34:     0x560bc987d4a4 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   35:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   36:     0x560bc9881ed2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x560bc9881ed2 - std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   38:     0x560bc9881ed2 - std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   39:     0x560bc9881ed2 - std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   40:     0x560bc9881ed2 - std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   41:     0x560bc9881ed2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   43:     0x560bc9bcffdb - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   44:     0x560bc9bcffdb - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   45:     0x7f3f4ef55ac3 - <unknown>
[INFO] [stdout]   46:     0x7f3f4efe6a04 - __clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_all_lines
[INFO] [stdout]     tests::test_grep_lines
[INFO] [stdout]     tests::test_parse_with_csv
[INFO] [stdout]     tests::test_parse_with_text
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rog`
[INFO] running `Command { std: "docker" "inspect" "98da952898a685c44198f95943d3a96d18217ffce59386171b010da45b6c5900", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98da952898a685c44198f95943d3a96d18217ffce59386171b010da45b6c5900", kill_on_drop: false }`
[INFO] [stdout] 98da952898a685c44198f95943d3a96d18217ffce59386171b010da45b6c5900
