[INFO] fetching crate flexi_config 0.1.0...
[INFO] testing flexi_config-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate flexi_config 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate flexi_config 0.1.0
[INFO] finished tweaking crates.io crate flexi_config 0.1.0
[INFO] tweaked toml for crates.io crate flexi_config 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate flexi_config 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 44 packages to latest compatible versions
[INFO] [stderr]       Adding clap v2.34.0 (available: v4.5.48)
[INFO] [stderr]       Adding flexi_logger v0.5.2 (available: v0.31.4)
[INFO] [stderr]       Adding lazy_static v0.2.11 (available: v1.5.0)
[INFO] [stderr]       Adding log v0.3.9 (available: v0.4.28)
[INFO] [stderr]       Adding rand v0.3.23 (available: v0.9.2)
[INFO] [stderr]       Adding time v0.1.45 (available: v0.3.44)
[INFO] [stderr]       Adding toml v0.1.30 (available: v0.9.7)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded flexi_logger v0.5.2
[INFO] [stderr]   Downloaded toml v0.1.30
[INFO] [stderr]   Downloaded chrono v0.2.25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44e9c6e217630ee3628265000887ac7ab417a145813cd3d29920b8ec822429ee
[INFO] running `Command { std: "docker" "start" "-a" "44e9c6e217630ee3628265000887ac7ab417a145813cd3d29920b8ec822429ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44e9c6e217630ee3628265000887ac7ab417a145813cd3d29920b8ec822429ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44e9c6e217630ee3628265000887ac7ab417a145813cd3d29920b8ec822429ee", kill_on_drop: false }`
[INFO] [stdout] 44e9c6e217630ee3628265000887ac7ab417a145813cd3d29920b8ec822429ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc6fafd49e28494997931d18abb4f97982ff52c6f19334a2e1da6c4bd2568555
[INFO] running `Command { std: "docker" "start" "-a" "cc6fafd49e28494997931d18abb4f97982ff52c6f19334a2e1da6c4bd2568555", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling utf8-ranges v0.1.3
[INFO] [stderr]    Compiling regex-syntax v0.3.9
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]    Compiling toml v0.1.30
[INFO] [stderr]    Compiling memchr v0.1.11
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling thread-id v2.0.0
[INFO] [stderr]    Compiling thread_local v0.2.7
[INFO] [stderr]    Compiling aho-corasick v0.5.3
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num v0.1.43
[INFO] [stderr]    Compiling chrono v0.2.25
[INFO] [stderr]    Compiling regex v0.1.80
[INFO] [stderr]    Compiling flexi_logger v0.5.2
[INFO] [stderr]    Compiling flexi_config v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:200:71
[INFO] [stdout]     |
[INFO] [stdout] 200 |             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 200 -             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout] 200 +             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:201:71
[INFO] [stdout]     |
[INFO] [stdout] 201 |             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 201 -             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout] 201 +             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 202 -             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout] 202 +             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:203:71
[INFO] [stdout]     |
[INFO] [stdout] 203 |             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 203 -             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout] 203 +             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/flexi_config_cargo.rs:176:41
[INFO] [stdout]     |
[INFO] [stdout] 176 |         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stdout]     |                                         ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 176 -         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stdout] 176 +         Err(Issues::single(String::from("Error parsing cargo file.")))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:430:40
[INFO] [stdout]     |
[INFO] [stdout] 430 |                 config.format        = try!(self.stderr_format.format_function());
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:435:43
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 config.format           = try!(self.disk_format.format_function());
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/config/log_formatter.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / lazy_static!{
[INFO] [stdout] 17 | |     //*********************************************************************************************
[INFO] [stdout] 18 | |     /// This static holds the appenders we're going to use in a writable container.  This is just
[INFO] [stdout] 19 | |     /// used so the APPENDERS static can be initialized from it.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     };
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/config/log_formatter.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / lazy_static!{
[INFO] [stdout] 17 | |     //*********************************************************************************************
[INFO] [stdout] 18 | |     /// This static holds the appenders we're going to use in a writable container.  This is just
[INFO] [stdout] 19 | |     /// used so the APPENDERS static can be initialized from it.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     };
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/time_format.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pieces : Vec<Box<TimeAppender>>
[INFO] [stdout]    |                      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pieces : Vec<Box<dyn TimeAppender>>
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/mod.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Ok(Box<Appender>),
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Ok(Box<dyn Appender>),
[INFO] [stdout]    |            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_format_parser.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pieces : LinkedList<Box<Appender>>
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pieces : LinkedList<Box<dyn Appender>>
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     Full(Vec<Box<Appender>>),
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 |     Full(Vec<Box<dyn Appender>>),
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/config/log_format_parser.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout] 108 |         ) -> Result<Vec<Box<Appender>>, String>
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 108 |         ) -> Result<Vec<Box<dyn Appender>>, String>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:25:36
[INFO] [stdout]    |
[INFO] [stdout] 25 |     static ref APPENDERS : Vec<Box<Appender>> = {
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     static ref APPENDERS : Vec<Box<dyn Appender>> = {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |     appenders : Vec<Box<Appender>>
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     appenders : Vec<Box<dyn Appender>>
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/am_pm.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 55 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/hour.rs:56:18
[INFO] [stdout]    |
[INFO] [stdout] 56 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/month.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> Box<TimeAppender>
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/year.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:57:35
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn take(&mut self) -> Vec<Box<Appender>>
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn take(&mut self) -> Vec<Box<dyn Appender>>
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/time_format.rs:66:41
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut format : LinkedList<Box<TimeAppender>> = LinkedList::new();
[INFO] [stdout]    |                                         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut format : LinkedList<Box<dyn TimeAppender>> = LinkedList::new();
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
[INFO] running `Command { std: "docker" "inspect" "cc6fafd49e28494997931d18abb4f97982ff52c6f19334a2e1da6c4bd2568555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc6fafd49e28494997931d18abb4f97982ff52c6f19334a2e1da6c4bd2568555", kill_on_drop: false }`
[INFO] [stdout] cc6fafd49e28494997931d18abb4f97982ff52c6f19334a2e1da6c4bd2568555
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bda8138c77aa7d113037e250234a393dd4f31cfb4719ed7251b3dac5e80bbfc1
[INFO] running `Command { std: "docker" "start" "-a" "bda8138c77aa7d113037e250234a393dd4f31cfb4719ed7251b3dac5e80bbfc1", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:200:71
[INFO] [stdout]     |
[INFO] [stdout] 200 |             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 200 -             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout] 200 +             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:201:71
[INFO] [stdout]     |
[INFO] [stdout] 201 |             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 201 -             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout] 201 +             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 202 -             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout] 202 +             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:203:71
[INFO] [stdout]     |
[INFO] [stdout] 203 |             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 203 -             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout] 203 +             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/flexi_config_cargo.rs:176:41
[INFO] [stdout]     |
[INFO] [stdout] 176 |         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stdout]     |                                         ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 176 -         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stdout] 176 +         Err(Issues::single(String::from("Error parsing cargo file.")))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:430:40
[INFO] [stdout]     |
[INFO] [stdout] 430 |                 config.format        = try!(self.stderr_format.format_function());
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:435:43
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 config.format           = try!(self.disk_format.format_function());
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/config/log_formatter.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / lazy_static!{
[INFO] [stdout] 17 | |     //*********************************************************************************************
[INFO] [stdout] 18 | |     /// This static holds the appenders we're going to use in a writable container.  This is just
[INFO] [stdout] 19 | |     /// used so the APPENDERS static can be initialized from it.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     };
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/config/log_formatter.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / lazy_static!{
[INFO] [stdout] 17 | |     //*********************************************************************************************
[INFO] [stdout] 18 | |     /// This static holds the appenders we're going to use in a writable container.  This is just
[INFO] [stdout] 19 | |     /// used so the APPENDERS static can be initialized from it.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     };
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/time_format.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pieces : Vec<Box<TimeAppender>>
[INFO] [stdout]    |                      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pieces : Vec<Box<dyn TimeAppender>>
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/mod.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Ok(Box<Appender>),
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Ok(Box<dyn Appender>),
[INFO] [stdout]    |            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_format_parser.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pieces : LinkedList<Box<Appender>>
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pieces : LinkedList<Box<dyn Appender>>
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     Full(Vec<Box<Appender>>),
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 |     Full(Vec<Box<dyn Appender>>),
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/config/log_format_parser.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout] 108 |         ) -> Result<Vec<Box<Appender>>, String>
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 108 |         ) -> Result<Vec<Box<dyn Appender>>, String>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:25:36
[INFO] [stdout]    |
[INFO] [stdout] 25 |     static ref APPENDERS : Vec<Box<Appender>> = {
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     static ref APPENDERS : Vec<Box<dyn Appender>> = {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |     appenders : Vec<Box<Appender>>
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     appenders : Vec<Box<dyn Appender>>
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/am_pm.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 55 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/hour.rs:56:18
[INFO] [stdout]    |
[INFO] [stdout] 56 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/month.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> Box<TimeAppender>
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/year.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:57:35
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn take(&mut self) -> Vec<Box<Appender>>
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn take(&mut self) -> Vec<Box<dyn Appender>>
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/time_format.rs:66:41
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut format : LinkedList<Box<TimeAppender>> = LinkedList::new();
[INFO] [stdout]    |                                         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut format : LinkedList<Box<dyn TimeAppender>> = LinkedList::new();
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling flexi_config v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:200:71
[INFO] [stdout]     |
[INFO] [stdout] 200 |             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 200 -             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout] 200 +             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:201:71
[INFO] [stdout]     |
[INFO] [stdout] 201 |             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 201 -             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout] 201 +             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:202:71
[INFO] [stdout]     |
[INFO] [stdout] 202 |             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 202 -             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stdout] 202 +             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> src/config/log_format.rs:203:71
[INFO] [stdout]     |
[INFO] [stdout] 203 |             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout]     |                                                                       ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 203 -             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stdout] 203 +             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => a == b,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/flexi_config_cargo.rs:176:41
[INFO] [stdout]     |
[INFO] [stdout] 176 |         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stdout]     |                                         ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 176 -         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stdout] 176 +         Err(Issues::single(String::from("Error parsing cargo file.")))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:430:40
[INFO] [stdout]     |
[INFO] [stdout] 430 |                 config.format        = try!(self.stderr_format.format_function());
[INFO] [stdout]     |                                        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:435:43
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 config.format           = try!(self.disk_format.format_function());
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/config/log_formatter.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / lazy_static!{
[INFO] [stdout] 17 | |     //*********************************************************************************************
[INFO] [stdout] 18 | |     /// This static holds the appenders we're going to use in a writable container.  This is just
[INFO] [stdout] 19 | |     /// used so the APPENDERS static can be initialized from it.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     };
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/config/log_formatter.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / lazy_static!{
[INFO] [stdout] 17 | |     //*********************************************************************************************
[INFO] [stdout] 18 | |     /// This static holds the appenders we're going to use in a writable container.  This is just
[INFO] [stdout] 19 | |     /// used so the APPENDERS static can be initialized from it.
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     };
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/time_format.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pieces : Vec<Box<TimeAppender>>
[INFO] [stdout]    |                      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pieces : Vec<Box<dyn TimeAppender>>
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/mod.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Ok(Box<Appender>),
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     Ok(Box<dyn Appender>),
[INFO] [stdout]    |            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_format_parser.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pieces : LinkedList<Box<Appender>>
[INFO] [stdout]    |                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pieces : LinkedList<Box<dyn Appender>>
[INFO] [stdout]    |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |     Full(Vec<Box<Appender>>),
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 42 |     Full(Vec<Box<dyn Appender>>),
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/config/log_format_parser.rs:108:29
[INFO] [stdout]     |
[INFO] [stdout] 108 |         ) -> Result<Vec<Box<Appender>>, String>
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 108 |         ) -> Result<Vec<Box<dyn Appender>>, String>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:25:36
[INFO] [stdout]    |
[INFO] [stdout] 25 |     static ref APPENDERS : Vec<Box<Appender>> = {
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     static ref APPENDERS : Vec<Box<dyn Appender>> = {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |     appenders : Vec<Box<Appender>>
[INFO] [stdout]    |                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 79 |     appenders : Vec<Box<dyn Appender>>
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/am_pm.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 55 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 55 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/hour.rs:56:18
[INFO] [stdout]    |
[INFO] [stdout] 56 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/month.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> Box<TimeAppender>
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 65 |     ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/year.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |         ) -> Box<TimeAppender>
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 44 |         ) -> Box<dyn TimeAppender>
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/mod.rs:82:32
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn unwrap(self) -> Box<Appender>
[INFO] [stdout]    |                                ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn unwrap(self) -> Box<dyn Appender>
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/config/log_formatter.rs:57:35
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn take(&mut self) -> Vec<Box<Appender>>
[INFO] [stdout]    |                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn take(&mut self) -> Vec<Box<dyn Appender>>
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/appender/time/time_format.rs:66:41
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut format : LinkedList<Box<TimeAppender>> = LinkedList::new();
[INFO] [stdout]    |                                         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let mut format : LinkedList<Box<dyn TimeAppender>> = LinkedList::new();
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `appender::time::TimeAppender`
[INFO] [stdout]   --> src/appender/time/am_pm.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     use appender::time::TimeAppender;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `appender::time::TimeAppender`
[INFO] [stdout]   --> src/appender/time/hour.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |     use appender::time::TimeAppender;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `appender::time::TimeAppender`
[INFO] [stdout]   --> src/appender/time/month.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     use appender::time::TimeAppender;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `appender::Appender`
[INFO] [stdout]    --> src/appender/time/time_format.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 185 |     use appender::Appender;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `appender::time::TimeAppender`
[INFO] [stdout]   --> src/appender/time/year.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     use appender::time::TimeAppender;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/appender/log_test.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct LogTest
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub path : String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.86s
[INFO] running `Command { std: "docker" "inspect" "bda8138c77aa7d113037e250234a393dd4f31cfb4719ed7251b3dac5e80bbfc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bda8138c77aa7d113037e250234a393dd4f31cfb4719ed7251b3dac5e80bbfc1", kill_on_drop: false }`
[INFO] [stdout] bda8138c77aa7d113037e250234a393dd4f31cfb4719ed7251b3dac5e80bbfc1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cb654e692292c0f1201e9a13703ca623ddace8e34210abf74664b1eb2b4c4899
[INFO] running `Command { std: "docker" "start" "-a" "cb654e692292c0f1201e9a13703ca623ddace8e34210abf74664b1eb2b4c4899", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:200:71
[INFO] [stderr]     |
[INFO] [stderr] 200 |             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 200 -             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr] 200 +             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:201:71
[INFO] [stderr]     |
[INFO] [stderr] 201 |             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 201 -             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr] 201 +             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:202:71
[INFO] [stderr]     |
[INFO] [stderr] 202 |             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 202 -             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr] 202 +             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:203:71
[INFO] [stderr]     |
[INFO] [stderr] 203 |             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 203 -             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr] 203 +             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/flexi_config_cargo.rs:176:41
[INFO] [stderr]     |
[INFO] [stderr] 176 |         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stderr]     |                                         ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 176 -         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stderr] 176 +         Err(Issues::single(String::from("Error parsing cargo file.")))
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:430:40
[INFO] [stderr]     |
[INFO] [stderr] 430 |                 config.format        = try!(self.stderr_format.format_function());
[INFO] [stderr]     |                                        ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:435:43
[INFO] [stderr]     |
[INFO] [stderr] 435 |                 config.format           = try!(self.disk_format.format_function());
[INFO] [stderr]     |                                           ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/config/log_formatter.rs:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | / lazy_static!{
[INFO] [stderr] 17 | |     //*********************************************************************************************
[INFO] [stderr] 18 | |     /// This static holds the appenders we're going to use in a writable container.  This is just
[INFO] [stderr] 19 | |     /// used so the APPENDERS static can be initialized from it.
[INFO] [stderr] ...  |
[INFO] [stderr] 29 | |     };
[INFO] [stderr] 30 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/time/time_format.rs:52:22
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pieces : Vec<Box<TimeAppender>>
[INFO] [stderr]    |                      ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 52 |     pieces : Vec<Box<dyn TimeAppender>>
[INFO] [stderr]    |                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/mod.rs:65:12
[INFO] [stderr]    |
[INFO] [stderr] 65 |     Ok(Box<Appender>),
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 65 |     Ok(Box<dyn Appender>),
[INFO] [stderr]    |            +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/config/log_format_parser.rs:97:29
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pieces : LinkedList<Box<Appender>>
[INFO] [stderr]    |                             ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pieces : LinkedList<Box<dyn Appender>>
[INFO] [stderr]    |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/config/log_formatter.rs:42:18
[INFO] [stderr]    |
[INFO] [stderr] 42 |     Full(Vec<Box<Appender>>),
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 42 |     Full(Vec<Box<dyn Appender>>),
[INFO] [stderr]    |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/config/log_format_parser.rs:108:29
[INFO] [stderr]     |
[INFO] [stderr] 108 |         ) -> Result<Vec<Box<Appender>>, String>
[INFO] [stderr]     |                             ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 108 |         ) -> Result<Vec<Box<dyn Appender>>, String>
[INFO] [stderr]     |                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/config/log_formatter.rs:25:36
[INFO] [stderr]    |
[INFO] [stderr] 25 |     static ref APPENDERS : Vec<Box<Appender>> = {
[INFO] [stderr]    |                                    ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 25 |     static ref APPENDERS : Vec<Box<dyn Appender>> = {
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/config/log_formatter.rs:79:25
[INFO] [stderr]    |
[INFO] [stderr] 79 |     appenders : Vec<Box<Appender>>
[INFO] [stderr]    |                         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 79 |     appenders : Vec<Box<dyn Appender>>
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/time/am_pm.rs:55:18
[INFO] [stderr]    |
[INFO] [stderr] 55 |         ) -> Box<TimeAppender>
[INFO] [stderr]    |                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 55 |         ) -> Box<dyn TimeAppender>
[INFO] [stderr]    |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/time/hour.rs:56:18
[INFO] [stderr]    |
[INFO] [stderr] 56 |         ) -> Box<TimeAppender>
[INFO] [stderr]    |                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 56 |         ) -> Box<dyn TimeAppender>
[INFO] [stderr]    |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/time/month.rs:65:14
[INFO] [stderr]    |
[INFO] [stderr] 65 |     ) -> Box<TimeAppender>
[INFO] [stderr]    |              ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 65 |     ) -> Box<dyn TimeAppender>
[INFO] [stderr]    |              +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/time/year.rs:44:18
[INFO] [stderr]    |
[INFO] [stderr] 44 |         ) -> Box<TimeAppender>
[INFO] [stderr]    |                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 44 |         ) -> Box<dyn TimeAppender>
[INFO] [stderr]    |                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/config/log_formatter.rs:57:35
[INFO] [stderr]    |
[INFO] [stderr] 57 |     fn take(&mut self) -> Vec<Box<Appender>>
[INFO] [stderr]    |                                   ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 57 |     fn take(&mut self) -> Vec<Box<dyn Appender>>
[INFO] [stderr]    |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/time/time_format.rs:66:41
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let mut format : LinkedList<Box<TimeAppender>> = LinkedList::new();
[INFO] [stderr]    |                                         ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let mut format : LinkedList<Box<dyn TimeAppender>> = LinkedList::new();
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `flexi_config` (lib) generated 22 warnings (1 duplicate) (run `cargo fix --lib -p flexi_config` to apply 18 suggestions)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/appender/mod.rs:82:32
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub fn unwrap(self) -> Box<Appender>
[INFO] [stderr]    |                                ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 82 |     pub fn unwrap(self) -> Box<dyn Appender>
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `appender::time::TimeAppender`
[INFO] [stderr]   --> src/appender/time/am_pm.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |     use appender::time::TimeAppender;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `appender::time::TimeAppender`
[INFO] [stderr]   --> src/appender/time/hour.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |     use appender::time::TimeAppender;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `appender::time::TimeAppender`
[INFO] [stderr]   --> src/appender/time/month.rs:95:9
[INFO] [stderr]    |
[INFO] [stderr] 95 |     use appender::time::TimeAppender;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `appender::Appender`
[INFO] [stderr]    --> src/appender/time/time_format.rs:185:9
[INFO] [stderr]     |
[INFO] [stderr] 185 |     use appender::Appender;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `appender::time::TimeAppender`
[INFO] [stderr]   --> src/appender/time/year.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     use appender::time::TimeAppender;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `path` is never read
[INFO] [stderr]   --> src/appender/log_test.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub struct LogTest
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 41 |     pub path : String,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `flexi_config` (lib test) generated 29 warnings (22 duplicates) (run `cargo fix --lib -p flexi_config --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flexi_config-845ac701c87cb299)
[INFO] [stdout] 
[INFO] [stdout] running 177 tests
[INFO] [stdout] test appender::formatter::test::left_align ... ok
[INFO] [stdout] test appender::formatter::test::right_align ... ok
[INFO] [stdout] test appender::formatter::test::no_formatting ... ok
[INFO] [stdout] test appender::formatter::test::left_align_trunc ... ok
[INFO] [stdout] test appender::formatter::test::truncate ... ok
[INFO] [stdout] test appender::formatter::test::right_align_trunc ... ok
[INFO] [stdout] test appender::event::test::left_align_trunc ... ok
[INFO] [stdout] test appender::file::test::no_formatting ... ok
[INFO] [stdout] test appender::event::test::right_align_trunc ... ok
[INFO] [stdout] test appender::event::test::no_formatting ... ok
[INFO] [stdout] test appender::file::test::left_align_trunc ... ok
[INFO] [stdout] test appender::event::test::right_align ... ok
[INFO] [stdout] test appender::file::test::left_align ... ok
[INFO] [stdout] test appender::file::test::right_align_trunc ... ok
[INFO] [stdout] test appender::file::test::right_align ... ok
[INFO] [stdout] test appender::event::test::truncate ... ok
[INFO] [stdout] test appender::line::test::left_align ... ok
[INFO] [stdout] test appender::line::test::left_align_trunc ... ok
[INFO] [stdout] test appender::line::test::no_formatting ... ok
[INFO] [stdout] test appender::line::test::right_align ... ok
[INFO] [stdout] test appender::file::test::truncate ... ok
[INFO] [stdout] test appender::module::test::left_align_trunc ... ok
[INFO] [stdout] test appender::module::test::no_formatting ... ok
[INFO] [stdout] test appender::line::test::truncate ... ok
[INFO] [stdout] test appender::module::test::right_align ... ok
[INFO] [stdout] test appender::module::test::left_align ... ok
[INFO] [stdout] test appender::priority::test::short_lower ... ok
[INFO] [stdout] test appender::target::test::right_align_trunc ... ok
[INFO] [stdout] test appender::module::test::truncate ... ok
[INFO] [stdout] test appender::priority::test::long_lower ... ok
[INFO] [stdout] test appender::target::test::truncate ... ok
[INFO] [stdout] test appender::text::test::test ... ok
[INFO] [stdout] test appender::time::am_pm::tests::test_lowercase ... ok
[INFO] [stdout] test appender::priority::test::long_upper ... ok
[INFO] [stdout] test appender::priority::test::short_upper ... ok
[INFO] [stdout] test appender::target::test::left_align ... ok
[INFO] [stdout] test appender::target::test::no_formatting ... ok
[INFO] [stdout] test appender::target::test::right_align ... ok
[INFO] [stdout] test appender::time::am_pm::tests::test_uppercase ... ok
[INFO] [stdout] test appender::time::month::tests::current_uppercase ... ok
[INFO] [stdout] test appender::time::day::tests::test ... ok
[INFO] [stdout] test appender::time::hour::tests::test_12 ... ok
[INFO] [stdout] test appender::time::hour::tests::test_long ... ok
[INFO] [stdout] test appender::time::second::tests::test ... ok
[INFO] [stdout] test appender::time::millisecond::tests::test ... ok
[INFO] [stdout] test appender::time::minute::tests::test ... ok
[INFO] [stdout] test appender::time::month::tests::current_lowercase ... ok
[INFO] [stdout] test appender::line::test::right_align_trunc ... ok
[INFO] [stdout] test appender::time::year::tests::test_long ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_static ... ok
[INFO] [stdout] test appender::time::year::tests::test_short ... ok
[INFO] [stdout] test config::issues_builder::tests::error_if_missing_true ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_boolean_false ... ok
[INFO] [stdout] test appender::module::test::right_align_trunc ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_hour ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_boolean_true ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_decodable_error ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_boolean_missing ... ok
[INFO] [stdout] test appender::target::test::left_align_trunc ... ok
[INFO] [stdout] test appender::time::month::tests::current_numbers ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_decodable_false ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_decodable_non_string ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_decodable_bad ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_false ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_huge ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_decodable_missing ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_missing ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_number ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_string ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_true ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_false ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_negative ... ok
[INFO] [stdout] test config::issues_builder::tests::error_if_missing_false ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_or_false_false ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_or_false_missing ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_or_false_number ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_true ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_or_false_string ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_missing ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_values_false ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_values_non_string ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_values_missing ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_minute ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_values_true ... ok
[INFO] [stdout] test config::issues_builder::tests::report_unused_true ... ok
[INFO] [stdout] test config::issues_builder::tests::report_unused_false ... ok
[INFO] [stdout] test config::issues_builder::tests::expect_string_or_false_true ... ok
[INFO] [stdout] test config::issues_builder::tests::warn_if_missing_true ... ok
[INFO] [stdout] test config::log_format::tests::decode ... ok
[INFO] [stdout] test config::issues_builder::tests::warn_if_missing_false ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_complex ... ok
[INFO] [stdout] test config::log_format::tests::equal ... ok
[INFO] [stdout] test config::log_format::tests::encode ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_second ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_month ... ok
[INFO] [stdout] test config::log_format::tests::not_equal ... ok
[INFO] [stdout] test config::log_format_parser::tests::event ... ok
[INFO] [stdout] test config::log_format_parser::tests::line ... ok
[INFO] [stdout] test config::log_format_parser::tests::target ... ok
[INFO] [stdout] test config::log_format_parser::tests::time ... ok
[INFO] [stdout] test config::log_format_parser::tests::file ... ok
[INFO] [stdout] test config::log_format_parser::tests::full ... ok
[INFO] [stdout] test config::target::tests::encode ... ok
[INFO] [stdout] test config::log_format_parser::tests::module ... ok
[INFO] [stdout] test config::toml_common::tests::disk_absent ... ok
[INFO] [stdout] test config::toml_common::tests::disk_good ... ok
[INFO] [stdout] test config::log_format_parser::tests::priority ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_am_pm ... ok
[INFO] [stdout] test config::toml_common::tests::priority_absent ... ok
[INFO] [stdout] test config::toml_common::tests::priority_good ... ok
[INFO] [stdout] test config::toml_common::tests::set_disk ... ok
[INFO] [stdout] test config::toml_common::tests::set_application ... ok
[INFO] [stdout] test config::target::tests::decode ... ok
[INFO] [stdout] test config::toml_common::tests::application_good ... ok
[INFO] [stdout] test config::toml_common::tests::set_priority ... ok
[INFO] [stdout] test config::toml_common::tests::set_stderr ... ok
[INFO] [stdout] test config::toml_common::tests::set_target ... ok
[INFO] [stdout] test config::toml_common::tests::stderr_absent ... ok
[INFO] [stdout] test config::toml_common::tests::target_absent ... ok
[INFO] [stdout] test config::toml_common::tests::target_good ... ok
[INFO] [stdout] test config::toml_common::tests::verify ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_day ... ok
[INFO] [stdout] test config::toml_depends::tests::priority_some ... ok
[INFO] [stdout] test config::toml_depends::tests::set_priority_none ... ok
[INFO] [stdout] test config::toml_depends::tests::set_priority_some ... ok
[INFO] [stdout] test appender::event::test::left_align ... ok
[INFO] [stdout] test config::toml_depends::tests::verify_good ... ok
[INFO] [stdout] test config::toml_disk::tests::dir ... ok
[INFO] [stdout] test config::toml_disk::tests::dir_absent ... ok
[INFO] [stdout] test config::toml_common::tests::stderr_good ... ok
[INFO] [stdout] test config::toml_depends::tests::verify_bad ... ok
[INFO] [stdout] test config::toml_disk::tests::dup_err_absent ... ok
[INFO] [stdout] test config::toml_disk::tests::dup_err ... ok
[INFO] [stdout] test config::toml_disk::tests::dup_info ... ok
[INFO] [stdout] test config::toml_disk::tests::dup_info_absent ... ok
[INFO] [stdout] test config::toml_common::tests::application_absent - should panic ... ok
[INFO] [stdout] test config::toml_common::tests::disk_wrong - should panic ... ok
[INFO] [stdout] test config::toml_common::tests::level_wrong - should panic ... ok
[INFO] [stdout] test config::toml_common::tests::priority_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::extension ... ok
[INFO] [stdout] test config::toml_disk::tests::max_size ... ok
[INFO] [stdout] test config::toml_disk::tests::max_size_absent ... ok
[INFO] [stdout] test config::toml_disk::tests::max_size_huge - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::max_size_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::name_suffix ... ok
[INFO] [stdout] test config::toml_disk::tests::max_size_negative - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::name_suffix_absent ... ok
[INFO] [stdout] test config::toml_disk::tests::name_suffix_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::set_dir_none ... ok
[INFO] [stdout] test config::toml_disk::tests::set_dir_some ... ok
[INFO] [stdout] test config::toml_disk::tests::set_dup_err ... ok
[INFO] [stdout] test config::toml_disk::tests::set_extension ... ok
[INFO] [stdout] test config::toml_disk::tests::set_max_size_none ... ok
[INFO] [stdout] test config::toml_disk::tests::set_max_size_some ... ok
[INFO] [stdout] test config::toml_disk::tests::set_name_suffix_none ... ok
[INFO] [stdout] test config::toml_disk::tests::set_name_suffix_some ... ok
[INFO] [stdout] test config::toml_common::tests::disk_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::set_timestamp ... ok
[INFO] [stdout] test config::toml_common::tests::stderr_invalid - should panic ... ok
[INFO] [stdout] test config::toml_common::tests::target_invalid - should panic ... ok
[INFO] [stdout] test config::toml_common::tests::target_wrong - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::timestamp ... ok
[INFO] [stdout] test config::toml_depends::tests::priority_panic - should panic ... ok
[INFO] [stdout] test config::toml_common::tests::stderr_wrong - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::set_dup_info ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_year ... ok
[INFO] [stdout] test config::toml_common::tests::application_invalid - should panic ... ok
[INFO] [stdout] test tests::test ... ok
[INFO] [stdout] test config::toml_disk::tests::dir_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::dup_info_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::verify ... ok
[INFO] [stdout] test config::toml_disk::tests::extension_absent ... ok
[INFO] [stdout] test config::toml_disk::tests::extension_invalid - should panic ... ok
[INFO] [stdout] test appender::time::time_format::tests::test_milli ... ok
[INFO] [stdout] test config::toml_disk::tests::timestamp_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::dup_err_invalid - should panic ... ok
[INFO] [stdout] test config::toml_disk::tests::timestamp_absent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 177 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests flexi_config
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:200:71
[INFO] [stderr]     |
[INFO] [stderr] 200 |             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 200 -             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr] 200 +             (&LogFormat::Custom(ref a), &LogFormat::Custom(ref b)) => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:201:71
[INFO] [stderr]     |
[INFO] [stderr] 201 |             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 201 -             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr] 201 +             (&LogFormat::CustomStr(a),  &LogFormat::CustomStr(b))  => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:202:71
[INFO] [stderr]     |
[INFO] [stderr] 202 |             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 202 -             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => (a == b),
[INFO] [stderr] 202 +             (&LogFormat::Custom(ref a), &LogFormat::CustomStr(b))  => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> src/config/log_format.rs:203:71
[INFO] [stderr]     |
[INFO] [stderr] 203 |             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr]     |                                                                       ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 203 -             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => (a == b),
[INFO] [stderr] 203 +             (&LogFormat::CustomStr(a),  &LogFormat::Custom(ref b)) => a == b,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/flexi_config_cargo.rs:176:41
[INFO] [stderr]     |
[INFO] [stderr] 176 |         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stderr]     |                                         ^                           ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 176 -         Err(Issues::single(String::from(("Error parsing cargo file."))))
[INFO] [stderr] 176 +         Err(Issues::single(String::from("Error parsing cargo file.")))
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 5 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/flexi_config_to_toml.rs - flexi_config_to_toml::FlexiConfig::to_toml_string (line 58) ... ok
[INFO] [stdout] test src/config/issues.rs - config::issues::Issues (line 20) ... ok
[INFO] [stdout] test src/lib.rs - FlexiConfig::apply (line 398) ... ok
[INFO] [stdout] test src/lib.rs - FlexiConfig::new (line 351) ... ok
[INFO] [stdout] test src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo (line 68) ... FAILED
[INFO] [stdout] test src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 29) ... FAILED
[INFO] [stdout] test src/flexi_config_from_toml.rs - flexi_config_from_toml::FlexiConfig::from_toml_file (line 58) ... FAILED
[INFO] [stdout] test src/flexi_config_to_toml.rs - flexi_config_to_toml::FlexiConfig::to_toml_file (line 77) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 30) ... FAILED
[INFO] [stdout] test src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 40) ... FAILED
[INFO] [stdout] test src/config/log_format.rs - config::log_format::LogFormat (line 62) ... ok
[INFO] [stdout] test src/lib.rs - (line 14) ... FAILED
[INFO] [stdout] test src/flexi_config_from_toml.rs - flexi_config_from_toml::FlexiConfig::from_toml_string (line 97) ... ok
[INFO] [stdout] test src/lib.rs - FlexiConfig::apply (line 414) ... FAILED
[INFO] [stdout] test src/lib.rs - FlexiConfig::new (line 335) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo (line 68) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/flexi_config_cargo.rs:15:33:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x565aa1152752 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x565aa1152752 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x565aa1152752 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x565aa1152752 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x565aa1172563 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x565aa1172563 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x565aa1150463 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x565aa1150463 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x565aa11525a2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x565aa1153643 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x565aa1153425 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x565aa1154015 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x565aa1153daa - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x565aa1152c59 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x565aa1153a3d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x565aa1171350 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x565aa11716e6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x565aa10eacb0 - rust_out::main::_doctest_main_src_flexi_config_cargo_rs_68_0::hf2f43a583d0afc68
[INFO] [stdout]   18:     0x565aa10eab16 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x565aa10ea0c3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x565aa10ea036 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x565aa10ea019 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x565aa114e360 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x565aa114e360 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x565aa114e360 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x565aa114e360 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x565aa114e360 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x565aa114e360 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x565aa114e360 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x565aa114e360 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x565aa114e360 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x565aa10ea001 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x565aa10ead15 - main
[INFO] [stdout]   33:     0x72900b8ea1ca - <unknown>
[INFO] [stdout]   34:     0x72900b8ea28b - __libc_start_main
[INFO] [stdout]   35:     0x565aa10e9635 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 29) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/flexi_config_cargo.rs:9:33:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59bbcb526ff2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59bbcb526ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59bbcb526ff2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59bbcb526ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59bbcb546e03 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59bbcb546e03 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59bbcb524d03 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59bbcb524d03 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59bbcb526e42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59bbcb527ee3 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59bbcb527cc5 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x59bbcb5288b5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x59bbcb52864a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x59bbcb5274f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x59bbcb5282dd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x59bbcb545bf0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x59bbcb545f86 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x59bbcb4bf52f - rust_out::main::_doctest_main_src_flexi_config_cargo_rs_29_0::hc46d17480faa89a5
[INFO] [stdout]   18:     0x59bbcb4bf396 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x59bbcb4be873 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x59bbcb4be7e6 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x59bbcb4be7c9 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x59bbcb522be0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x59bbcb522be0 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x59bbcb522be0 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x59bbcb522be0 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x59bbcb522be0 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x59bbcb522be0 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x59bbcb522be0 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x59bbcb522be0 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x59bbcb522be0 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x59bbcb4be7b1 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x59bbcb4bf595 - main
[INFO] [stdout]   33:     0x7b24e1a421ca - <unknown>
[INFO] [stdout]   34:     0x7b24e1a4228b - __libc_start_main
[INFO] [stdout]   35:     0x59bbcb4bd845 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/flexi_config_from_toml.rs - flexi_config_from_toml::FlexiConfig::from_toml_file (line 58) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/flexi_config_from_toml.rs:7:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Issues { errors: ["Could not open cargo file: No such file or directory (os error 2)"], warnings: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e87cd3cdda2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e87cd3cdda2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e87cd3cdda2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e87cd3cdda2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e87cd3ebda3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e87cd3ebda3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e87cd3cb373 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e87cd3cb373 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e87cd3cdbf2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e87cd3cf153 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5e87cd3cef35 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x5e87cd3cfb25 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x5e87cd3cf8ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x5e87cd3ce2a9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5e87cd3cf54d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x5e87cd3eaef0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5e87cd3eb356 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x5e87cd27f4b4 - rust_out::main::_doctest_main_src_flexi_config_from_toml_rs_58_0::h03bf6de2869cba8b
[INFO] [stdout]   18:     0x5e87cd27f406 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x5e87cd27eea3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x5e87cd27ee76 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x5e87cd27ee59 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x5e87cd3c7680 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x5e87cd3c7680 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x5e87cd3c7680 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x5e87cd3c7680 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x5e87cd3c7680 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x5e87cd3c7680 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x5e87cd3c7680 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x5e87cd3c7680 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5e87cd3c7680 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x5e87cd27ee41 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x5e87cd27f605 - main
[INFO] [stdout]   33:     0x7aa5f839c1ca - <unknown>
[INFO] [stdout]   34:     0x7aa5f839c28b - __libc_start_main
[INFO] [stdout]   35:     0x5e87cd27e8e5 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/flexi_config_to_toml.rs - flexi_config_to_toml::FlexiConfig::to_toml_file (line 77) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/flexi_config_to_toml.rs:9:33:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bd86c672012 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bd86c672012 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bd86c672012 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5bd86c672012 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5bd86c691e23 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5bd86c691e23 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5bd86c66fd23 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bd86c66fd23 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5bd86c671e62 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5bd86c672f03 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5bd86c672ce5 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x5bd86c6738d5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x5bd86c67366a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x5bd86c672519 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5bd86c6732fd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x5bd86c690c10 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5bd86c690fa6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x5bd86c60a54f - rust_out::main::_doctest_main_src_flexi_config_to_toml_rs_77_0::hc4ffaedf0a66b151
[INFO] [stdout]   18:     0x5bd86c60a3b6 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x5bd86c609893 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x5bd86c609806 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x5bd86c6097e9 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x5bd86c66dc00 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x5bd86c66dc00 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x5bd86c66dc00 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x5bd86c66dc00 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x5bd86c66dc00 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x5bd86c66dc00 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x5bd86c66dc00 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x5bd86c66dc00 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bd86c66dc00 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x5bd86c6097d1 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x5bd86c60a5b5 - main
[INFO] [stdout]   33:     0x714591a361ca - <unknown>
[INFO] [stdout]   34:     0x714591a3628b - __libc_start_main
[INFO] [stdout]   35:     0x5bd86c608865 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 30) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/lib.rs:8:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Issues { errors: ["Could not open cargo file: No such file or directory (os error 2)"], warnings: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d298e380d02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d298e380d02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d298e380d02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5d298e380d02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5d298e39ed03 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5d298e39ed03 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5d298e37e2d3 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d298e37e2d3 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5d298e380b52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5d298e3820b3 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5d298e381e95 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x5d298e382a85 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x5d298e38281a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x5d298e381209 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5d298e3824ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x5d298e39de50 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5d298e39e2b6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x5d298e232474 - rust_out::main::_doctest_main_src_lib_rs_30_0::h40b6b49d2293b99f
[INFO] [stdout]   18:     0x5d298e2323c6 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x5d298e231e83 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x5d298e231e56 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x5d298e231e39 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x5d298e37a5e0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x5d298e37a5e0 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x5d298e37a5e0 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x5d298e37a5e0 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x5d298e37a5e0 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x5d298e37a5e0 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x5d298e37a5e0 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x5d298e37a5e0 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5d298e37a5e0 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x5d298e231e21 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x5d298e232525 - main
[INFO] [stdout]   33:     0x72e23984f1ca - <unknown>
[INFO] [stdout]   34:     0x72e23984f28b - __libc_start_main
[INFO] [stdout]   35:     0x5d298e2318c5 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 40) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/flexi_config_cargo.rs:12:33:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56f8e6ffa2e2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56f8e6ffa2e2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56f8e6ffa2e2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56f8e6ffa2e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56f8e701a0f3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56f8e701a0f3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x56f8e6ff7ff3 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56f8e6ff7ff3 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56f8e6ffa132 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56f8e6ffb1d3 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x56f8e6ffafb5 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x56f8e6ffbba5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x56f8e6ffb93a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x56f8e6ffa7e9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x56f8e6ffb5cd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x56f8e7018ee0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x56f8e7019276 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x56f8e6f92700 - rust_out::main::_doctest_main_src_flexi_config_cargo_rs_40_0::hfc56ca5f3ff9c4e1
[INFO] [stdout]   18:     0x56f8e6f92416 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x56f8e6f918b3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x56f8e6f91826 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x56f8e6f91809 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x56f8e6ff5ed0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x56f8e6ff5ed0 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x56f8e6ff5ed0 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x56f8e6ff5ed0 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x56f8e6ff5ed0 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x56f8e6ff5ed0 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x56f8e6ff5ed0 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x56f8e6ff5ed0 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x56f8e6ff5ed0 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x56f8e6f917f1 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x56f8e6f92885 - main
[INFO] [stdout]   33:     0x7fb3f48bd1ca - <unknown>
[INFO] [stdout]   34:     0x7fb3f48bd28b - __libc_start_main
[INFO] [stdout]   35:     0x56f8e6f90885 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 14) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/lib.rs:14:33:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62277e00d2e2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62277e00d2e2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62277e00d2e2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62277e00d2e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62277e02d0f3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62277e02d0f3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62277e00aff3 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62277e00aff3 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62277e00d132 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62277e00e1d3 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62277e00dfb5 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x62277e00eba5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x62277e00e93a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x62277e00d7e9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x62277e00e5cd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x62277e02bee0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x62277e02c276 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x62277dfa5708 - rust_out::main::_doctest_main_src_lib_rs_14_0::h2f4f83d19ae5147d
[INFO] [stdout]   18:     0x62277dfa5426 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x62277dfa48c3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x62277dfa4836 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x62277dfa4819 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x62277e008ed0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x62277e008ed0 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x62277e008ed0 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x62277e008ed0 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x62277e008ed0 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x62277e008ed0 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x62277e008ed0 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x62277e008ed0 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62277e008ed0 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x62277dfa4801 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x62277dfa5885 - main
[INFO] [stdout]   33:     0x745218a4f1ca - <unknown>
[INFO] [stdout]   34:     0x745218a4f28b - __libc_start_main
[INFO] [stdout]   35:     0x62277dfa3895 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - FlexiConfig::apply (line 414) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/lib.rs:7:54:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Issues { errors: ["Could not open cargo file: No such file or directory (os error 2)"], warnings: [] }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5842ea42ada2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5842ea42ada2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5842ea42ada2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5842ea42ada2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5842ea448da3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5842ea448da3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5842ea428373 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5842ea428373 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5842ea42abf2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5842ea42c153 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5842ea42bf35 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x5842ea42cb25 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x5842ea42c8ba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x5842ea42b2a9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5842ea42c54d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x5842ea447ef0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5842ea448356 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x5842ea2dc4b4 - rust_out::main::_doctest_main_src_lib_rs_414_0::hd9361e60d42012d5
[INFO] [stdout]   18:     0x5842ea2dc406 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   19:     0x5842ea2dbea3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   20:     0x5842ea2dbe76 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   21:     0x5842ea2dbe59 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   22:     0x5842ea424680 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   23:     0x5842ea424680 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   24:     0x5842ea424680 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   25:     0x5842ea424680 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   26:     0x5842ea424680 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   27:     0x5842ea424680 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x5842ea424680 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x5842ea424680 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5842ea424680 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   31:     0x5842ea2dbe41 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   32:     0x5842ea2dc605 - main
[INFO] [stdout]   33:     0x7fc0fbc021ca - <unknown>
[INFO] [stdout]   34:     0x7fc0fbc0228b - __libc_start_main
[INFO] [stdout]   35:     0x5842ea2db8e5 - _start
[INFO] [stdout]   36:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo (line 68)
[INFO] [stdout]     src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 29)
[INFO] [stdout]     src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 40)
[INFO] [stdout]     src/flexi_config_from_toml.rs - flexi_config_from_toml::FlexiConfig::from_toml_file (line 58)
[INFO] [stdout]     src/flexi_config_to_toml.rs - flexi_config_to_toml::FlexiConfig::to_toml_file (line 77)
[INFO] [stdout]     src/lib.rs - (line 14)
[INFO] [stdout]     src/lib.rs - (line 30)
[INFO] [stdout]     src/lib.rs - FlexiConfig::apply (line 414)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 7 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "cb654e692292c0f1201e9a13703ca623ddace8e34210abf74664b1eb2b4c4899", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb654e692292c0f1201e9a13703ca623ddace8e34210abf74664b1eb2b4c4899", kill_on_drop: false }`
[INFO] [stdout] cb654e692292c0f1201e9a13703ca623ddace8e34210abf74664b1eb2b4c4899
