[INFO] fetching crate flexi_config 0.1.0... [INFO] testing flexi_config-0.1.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate flexi_config 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate flexi_config 0.1.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7859e1d3eafb047550c7bc8caf257dde4563d82a08e921bf1b53cff9d485a0c0 [INFO] running `Command { std: "docker" "start" "-a" "7859e1d3eafb047550c7bc8caf257dde4563d82a08e921bf1b53cff9d485a0c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7859e1d3eafb047550c7bc8caf257dde4563d82a08e921bf1b53cff9d485a0c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7859e1d3eafb047550c7bc8caf257dde4563d82a08e921bf1b53cff9d485a0c0", kill_on_drop: false }` [INFO] [stdout] 7859e1d3eafb047550c7bc8caf257dde4563d82a08e921bf1b53cff9d485a0c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 234e44ceb8860c63a1265dc42b8c95adf45e498d72cb9b2dfe3eee9a29fadbd4 [INFO] running `Command { std: "docker" "start" "-a" "234e44ceb8860c63a1265dc42b8c95adf45e498d72cb9b2dfe3eee9a29fadbd4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling flexi_logger v0.5.2 [INFO] [stderr] Compiling flexi_config v0.1.0 (/opt/rustwide/workdir) [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> = LinkedList::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>, String> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> = { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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 `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` (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 `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` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.36s [INFO] running `Command { std: "docker" "inspect" "234e44ceb8860c63a1265dc42b8c95adf45e498d72cb9b2dfe3eee9a29fadbd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "234e44ceb8860c63a1265dc42b8c95adf45e498d72cb9b2dfe3eee9a29fadbd4", kill_on_drop: false }` [INFO] [stdout] 234e44ceb8860c63a1265dc42b8c95adf45e498d72cb9b2dfe3eee9a29fadbd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb6bb73c78de86d378c4d0d7c50cf08cfa8c6289a0f0bc0b93e3e1504ec0828f [INFO] running `Command { std: "docker" "start" "-a" "bb6bb73c78de86d378c4d0d7c50cf08cfa8c6289a0f0bc0b93e3e1504ec0828f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling atty v0.2.14 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> = LinkedList::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>, String> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> = { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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 `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` (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 `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` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling flexi_config v0.1.0 (/opt/rustwide/workdir) [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> = LinkedList::new(); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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 [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>, String> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> = { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>), [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [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 `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` (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 `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` (in Nightly builds, run with -Z macro-backtrace for more info) [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: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.66s [INFO] running `Command { std: "docker" "inspect" "bb6bb73c78de86d378c4d0d7c50cf08cfa8c6289a0f0bc0b93e3e1504ec0828f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb6bb73c78de86d378c4d0d7c50cf08cfa8c6289a0f0bc0b93e3e1504ec0828f", kill_on_drop: false }` [INFO] [stdout] bb6bb73c78de86d378c4d0d7c50cf08cfa8c6289a0f0bc0b93e3e1504ec0828f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7093c2d5c4ebaa108bd766ba1d537d62d6627900717c80dddff2ecd5cecfc785 [INFO] running `Command { std: "docker" "start" "-a" "7093c2d5c4ebaa108bd766ba1d537d62d6627900717c80dddff2ecd5cecfc785", kill_on_drop: false }` [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 [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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 issue #80165 [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 [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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> = LinkedList::new(); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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 [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn TimeAppender` [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 issue #80165 [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), [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>, String> [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> = { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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>), [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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> [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [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 `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` (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/mod.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | pub fn unwrap(self) -> Box [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Appender` [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 issue #80165 [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: `flexi_config` (lib) generated 18 warnings (1 duplicate) [INFO] [stderr] warning: `flexi_config` (lib test) generated 24 warnings (18 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/flexi_config-f661787ca296207a) [INFO] [stdout] running 177 tests [INFO] [stdout] test appender::event::test::left_align_trunc ... ok [INFO] [stdout] test appender::event::test::left_align ... ok [INFO] [stdout] test appender::event::test::no_formatting ... ok [INFO] [stdout] test appender::event::test::truncate ... ok [INFO] [stdout] test appender::event::test::right_align ... ok [INFO] [stdout] test appender::file::test::left_align ... ok [INFO] [stdout] test appender::event::test::right_align_trunc ... ok [INFO] [stdout] test appender::file::test::left_align_trunc ... ok [INFO] [stdout] test appender::file::test::truncate ... ok [INFO] [stdout] test appender::formatter::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::file::test::no_formatting ... ok [INFO] [stdout] test appender::formatter::test::left_align_trunc ... 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::right_align_trunc ... ok [INFO] [stdout] test appender::formatter::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::truncate ... ok [INFO] [stdout] test appender::line::test::right_align_trunc ... ok [INFO] [stdout] test appender::line::test::right_align ... ok [INFO] [stdout] test appender::module::test::left_align ... ok [INFO] [stdout] test appender::module::test::truncate ... ok [INFO] [stdout] test appender::module::test::no_formatting ... ok [INFO] [stdout] test appender::module::test::right_align ... ok [INFO] [stdout] test appender::module::test::left_align_trunc ... ok [INFO] [stdout] test appender::module::test::right_align_trunc ... ok [INFO] [stdout] test appender::priority::test::short_lower ... ok [INFO] [stdout] test appender::target::test::left_align ... ok [INFO] [stdout] test appender::target::test::left_align_trunc ... ok [INFO] [stdout] test appender::priority::test::short_upper ... ok [INFO] [stdout] test appender::priority::test::long_upper ... ok [INFO] [stdout] test appender::priority::test::long_lower ... 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_lowercase ... ok [INFO] [stdout] test appender::target::test::truncate ... ok [INFO] [stdout] test appender::time::am_pm::tests::test_uppercase ... ok [INFO] [stdout] test appender::target::test::right_align_trunc ... ok [INFO] [stdout] test appender::time::hour::tests::test_12 ... ok [INFO] [stdout] test appender::text::test::test ... ok [INFO] [stdout] test appender::time::hour::tests::test_long ... ok [INFO] [stdout] test appender::time::day::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::time::month::tests::current_numbers ... ok [INFO] [stdout] test appender::time::month::tests::current_uppercase ... ok [INFO] [stdout] test appender::time::second::tests::test ... ok [INFO] [stdout] test appender::time::time_format::tests::test_am_pm ... ok [INFO] [stdout] test appender::time::time_format::tests::test_complex ... 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 config::issues_builder::tests::error_if_missing_true ... ok [INFO] [stdout] test appender::time::year::tests::test_short ... ok [INFO] [stdout] test config::issues_builder::tests::expect_boolean_false ... ok [INFO] [stdout] test config::issues_builder::tests::error_if_missing_false ... ok [INFO] [stdout] test config::issues_builder::tests::expect_boolean_missing ... 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_decodable_bad ... ok [INFO] [stdout] test config::issues_builder::tests::expect_decodable_false ... ok [INFO] [stdout] test config::issues_builder::tests::expect_decodable_missing ... ok [INFO] [stdout] test config::issues_builder::tests::expect_decodable_non_string ... 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_number_or_false_missing ... ok [INFO] [stdout] test config::issues_builder::tests::expect_number_or_false_negative ... 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 appender::time::time_format::tests::test_hour ... ok [INFO] [stdout] test config::issues_builder::tests::expect_string_false ... ok [INFO] [stdout] test config::issues_builder::tests::expect_string_missing ... 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_or_false_string ... ok [INFO] [stdout] test config::issues_builder::tests::expect_string_or_false_true ... ok [INFO] [stdout] test config::issues_builder::tests::expect_string_true ... ok [INFO] [stdout] test config::issues_builder::tests::expect_values_false ... ok [INFO] [stdout] test config::issues_builder::tests::expect_values_missing ... ok [INFO] [stdout] test config::issues_builder::tests::expect_values_non_string ... ok [INFO] [stdout] test config::issues_builder::tests::expect_values_true ... ok [INFO] [stdout] test config::issues_builder::tests::report_unused_false ... ok [INFO] [stdout] test appender::time::time_format::tests::test_minute ... ok [INFO] [stdout] test config::issues_builder::tests::report_unused_true ... ok [INFO] [stdout] test config::issues_builder::tests::warn_if_missing_false ... 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::log_format::tests::encode ... ok [INFO] [stdout] test config::log_format::tests::equal ... 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::file ... ok [INFO] [stdout] test config::log_format_parser::tests::full ... ok [INFO] [stdout] test config::log_format_parser::tests::line ... ok [INFO] [stdout] test config::log_format_parser::tests::module ... ok [INFO] [stdout] test config::log_format_parser::tests::priority ... 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::target::tests::decode ... ok [INFO] [stdout] test appender::time::time_format::tests::test_month ... ok [INFO] [stdout] test appender::time::time_format::tests::test_second ... ok [INFO] [stdout] test config::target::tests::encode ... ok [INFO] [stdout] test config::toml_common::tests::application_good ... 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::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_priority ... ok [INFO] [stdout] test config::toml_common::tests::set_application ... ok [INFO] [stdout] test config::toml_common::tests::set_target ... ok [INFO] [stdout] test config::toml_common::tests::set_stderr ... ok [INFO] [stdout] test config::toml_common::tests::stderr_absent ... ok [INFO] [stdout] test config::toml_common::tests::stderr_good ... 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 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 config::toml_depends::tests::verify_bad ... ok [INFO] [stdout] test config::toml_depends::tests::verify_good ... ok [INFO] [stdout] test config::toml_disk::tests::dir_absent ... ok [INFO] [stdout] test config::toml_disk::tests::dir ... ok [INFO] [stdout] test config::toml_disk::tests::dup_err ... ok [INFO] [stdout] test config::toml_disk::tests::dup_err_absent ... 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_disk::tests::extension ... ok [INFO] [stdout] test config::toml_disk::tests::extension_absent ... 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::name_suffix ... ok [INFO] [stdout] test config::toml_disk::tests::name_suffix_absent ... 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_dup_info ... 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_timestamp ... ok [INFO] [stdout] test config::toml_disk::tests::set_name_suffix_some ... ok [INFO] [stdout] test config::toml_disk::tests::timestamp ... ok [INFO] [stdout] test config::toml_disk::tests::timestamp_absent ... ok [INFO] [stdout] test config::toml_disk::tests::verify ... ok [INFO] [stdout] test tests::test ... ok [INFO] [stdout] test appender::time::time_format::tests::test_year ... ok [INFO] [stdout] test config::toml_common::tests::application_absent - should panic ... ok [INFO] [stdout] test config::toml_common::tests::application_invalid - should panic ... ok [INFO] [stdout] test config::toml_common::tests::disk_invalid - should panic ... ok [INFO] [stdout] test config::toml_common::tests::level_wrong - should panic ... ok [INFO] [stdout] test config::toml_common::tests::disk_wrong - should panic ... ok [INFO] [stdout] test config::toml_common::tests::priority_invalid - should panic ... ok [INFO] [stdout] test config::toml_common::tests::stderr_wrong - should panic ... ok [INFO] [stdout] test appender::time::time_format::tests::test_day ... 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_depends::tests::priority_panic - should panic ... ok [INFO] [stdout] test config::toml_disk::tests::dir_invalid - should panic ... ok [INFO] [stdout] test config::toml_common::tests::stderr_invalid - should panic ... ok [INFO] [stdout] test config::toml_disk::tests::dup_err_invalid - should panic ... ok [INFO] [stdout] test config::toml_disk::tests::dup_info_invalid - should panic ... ok [INFO] [stdout] test config::toml_disk::tests::extension_invalid - should panic ... 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::max_size_negative - should panic ... ok [INFO] [stdout] test config::toml_disk::tests::name_suffix_invalid - should panic ... ok [INFO] [stdout] test config::toml_disk::tests::timestamp_invalid - should panic ... ok [INFO] [stdout] test appender::time::time_format::tests::test_milli ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 177 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Doc-tests flexi_config [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> /opt/rustwide/workdir/src/flexi_config_cargo.rs:176:41 [INFO] [stderr] | [INFO] [stderr] 176 | Err(Issues::single(String::from(("Error parsing cargo file.")))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 1 warning emitted [INFO] [stdout] running 15 tests [INFO] [stderr] [INFO] [stdout] test src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 29) ... FAILED [INFO] [stdout] test src/lib.rs - (line 14) ... FAILED [INFO] [stdout] test src/config/issues.rs - config::issues::Issues (line 20) ... FAILED [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/log_format.rs - config::log_format::LogFormat (line 62) ... ok [INFO] [stdout] test src/lib.rs - FlexiConfig::new (line 335) ... ok [INFO] [stdout] test src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo (line 68) ... 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 - FlexiConfig::apply (line 414) ... 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_from_toml.rs - flexi_config_from_toml::FlexiConfig::from_toml_string (line 97) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... FAILED [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_file (line 40) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo_file (line 29) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 14) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config/issues.rs - config::issues::Issues (line 20) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/flexi_config_cargo.rs - flexi_config_cargo::FlexiConfig::from_cargo (line 68) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"', src/flexi_config_cargo.rs:14:33 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56419f34ec70 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x56419f34ec70 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56419f34ec70 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x56419f34ec70 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56419f36d80c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x56419f34d555 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x56419f3508ab - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x56419f3508ab - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x56419f3508ab - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x56419f350381 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x56419f350f74 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x56419f350a57 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x56419f34f16c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x56419f3509b9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56419f2e4e21 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56419f2e4f13 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x56419f2e6932 - core::result::Result::unwrap::hc576fb7e4d30c417 [INFO] [stdout] 17: 0x56419f2e6dc2 - rust_out::main::_doctest_main_src_flexi_config_cargo_rs_68_0::hf950ba2790493b5d [INFO] [stdout] 18: 0x56419f2e6d36 - rust_out::main::h61823b600df25383 [INFO] [stdout] 19: 0x56419f2e63b3 - core::ops::function::FnOnce::call_once::h064404ccb42900dd [INFO] [stdout] 20: 0x56419f2e5b99 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3a50028bf297fb1f [INFO] [stdout] 21: 0x56419f2e6269 - std::rt::lang_start::{{closure}}::hf6d523a4729f0a25 [INFO] [stdout] 22: 0x56419f35147a - core::ops::function::impls:: for &F>::call_once::ha9408abe89f69dc4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 23: 0x56419f35147a - std::panicking::try::do_call::h5b0cc9e9102acb65 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x56419f35147a - std::panicking::try::hddc7f8229138b3ba [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x56419f35147a - std::panic::catch_unwind::hfa401ff8bab2986e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x56419f35147a - std::rt::lang_start_internal::{{closure}}::h8163422320d11405 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:48 [INFO] [stdout] 27: 0x56419f35147a - std::panicking::try::do_call::hc742cc7bb4f0fb20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x56419f35147a - std::panicking::try::ha37d8d2dd1acf7d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x56419f35147a - std::panic::catch_unwind::h8a5381d5ecf437bc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x56419f35147a - std::rt::lang_start_internal::h7e2cee8c90d4a4d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:20 [INFO] [stdout] 31: 0x56419f2e6241 - std::rt::lang_start::h56740483be3c5e53 [INFO] [stdout] 32: 0x56419f2e6de3 - main [INFO] [stdout] 33: 0x7ff5530470b3 - __libc_start_main [INFO] [stdout] 34: 0x56419f2e55de - _start [INFO] [stdout] 35: 0x0 - [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 code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"', src/flexi_config_to_toml.rs:8:33 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d2026fb170 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55d2026fb170 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2026fb170 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55d2026fb170 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55d202719d0c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55d2026f9a55 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55d2026fcdab - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55d2026fcdab - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55d2026fcdab - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55d2026fc881 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55d2026fd474 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55d2026fcf57 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55d2026fb66c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55d2026fceb9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55d20268fe21 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55d20268ff13 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x55d202692a42 - core::result::Result::unwrap::hc576fb7e4d30c417 [INFO] [stdout] 17: 0x55d202693091 - rust_out::main::_doctest_main_src_flexi_config_to_toml_rs_77_0::heca7f5b41fa74c7c [INFO] [stdout] 18: 0x55d202693006 - rust_out::main::h61823b600df25383 [INFO] [stdout] 19: 0x55d202692413 - core::ops::function::FnOnce::call_once::h064404ccb42900dd [INFO] [stdout] 20: 0x55d2026911e9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3a50028bf297fb1f [INFO] [stdout] 21: 0x55d2026922a9 - std::rt::lang_start::{{closure}}::hf6d523a4729f0a25 [INFO] [stdout] 22: 0x55d2026fd97a - core::ops::function::impls:: for &F>::call_once::ha9408abe89f69dc4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 23: 0x55d2026fd97a - std::panicking::try::do_call::h5b0cc9e9102acb65 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x55d2026fd97a - std::panicking::try::hddc7f8229138b3ba [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x55d2026fd97a - std::panic::catch_unwind::hfa401ff8bab2986e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x55d2026fd97a - std::rt::lang_start_internal::{{closure}}::h8163422320d11405 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:48 [INFO] [stdout] 27: 0x55d2026fd97a - std::panicking::try::do_call::hc742cc7bb4f0fb20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x55d2026fd97a - std::panicking::try::ha37d8d2dd1acf7d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x55d2026fd97a - std::panic::catch_unwind::h8a5381d5ecf437bc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x55d2026fd97a - std::rt::lang_start_internal::h7e2cee8c90d4a4d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:20 [INFO] [stdout] 31: 0x55d202692281 - std::rt::lang_start::h56740483be3c5e53 [INFO] [stdout] 32: 0x55d2026930b3 - main [INFO] [stdout] 33: 0x7fdf7d9ea0b3 - __libc_start_main [INFO] [stdout] 34: 0x55d2026905de - _start [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - FlexiConfig::apply (line 414) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Issues { errors: ["Could not open cargo file: No such file or directory (os error 2)"], warnings: [] }', src/lib.rs:6:54 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f5dc2de290 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55f5dc2de290 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f5dc2de290 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f5dc2de290 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f5dc2fa7cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55f5dc2dbe85 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55f5dc2e01cb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f5dc2e01cb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f5dc2e01cb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55f5dc2dfca1 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55f5dc2e0894 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55f5dc2e0377 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55f5dc2de78c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55f5dc2e02d9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55f5dc13a0c1 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55f5dc13a153 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x55f5dc13bc2d - core::result::Result::unwrap::hfacdc04c7741426b [INFO] [stdout] 17: 0x55f5dc13bf87 - rust_out::main::_doctest_main_src_lib_rs_414_0::h22e905439736e605 [INFO] [stdout] 18: 0x55f5dc13bf46 - rust_out::main::h61823b600df25383 [INFO] [stdout] 19: 0x55f5dc13b9c3 - core::ops::function::FnOnce::call_once::h064404ccb42900dd [INFO] [stdout] 20: 0x55f5dc13ae09 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3a50028bf297fb1f [INFO] [stdout] 21: 0x55f5dc13b919 - std::rt::lang_start::{{closure}}::hf6d523a4729f0a25 [INFO] [stdout] 22: 0x55f5dc2e0d9a - core::ops::function::impls:: for &F>::call_once::ha9408abe89f69dc4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 23: 0x55f5dc2e0d9a - std::panicking::try::do_call::h5b0cc9e9102acb65 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x55f5dc2e0d9a - std::panicking::try::hddc7f8229138b3ba [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x55f5dc2e0d9a - std::panic::catch_unwind::hfa401ff8bab2986e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x55f5dc2e0d9a - std::rt::lang_start_internal::{{closure}}::h8163422320d11405 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:48 [INFO] [stdout] 27: 0x55f5dc2e0d9a - std::panicking::try::do_call::hc742cc7bb4f0fb20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x55f5dc2e0d9a - std::panicking::try::ha37d8d2dd1acf7d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x55f5dc2e0d9a - std::panic::catch_unwind::h8a5381d5ecf437bc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x55f5dc2e0d9a - std::rt::lang_start_internal::h7e2cee8c90d4a4d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:20 [INFO] [stdout] 31: 0x55f5dc13b8f1 - std::rt::lang_start::h56740483be3c5e53 [INFO] [stdout] 32: 0x55f5dc13bfe3 - main [INFO] [stdout] 33: 0x7faf634ca0b3 - __libc_start_main [INFO] [stdout] 34: 0x55f5dc13a85e - _start [INFO] [stdout] 35: 0x0 - [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 code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Issues { errors: ["Could not open cargo file: No such file or directory (os error 2)"], warnings: [] }', src/flexi_config_from_toml.rs:6:58 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55b228447290 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55b228447290 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55b228447290 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55b228447290 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55b2284637cc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55b228444e85 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55b2284491cb - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55b2284491cb - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55b2284491cb - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55b228448ca1 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55b228449894 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55b228449377 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x55b22844778c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55b2284492d9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55b2282a30c1 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55b2282a3153 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x55b2282a4c2d - core::result::Result::unwrap::hfacdc04c7741426b [INFO] [stdout] 17: 0x55b2282a4f87 - rust_out::main::_doctest_main_src_flexi_config_from_toml_rs_58_0::ha6d2342a55927c7f [INFO] [stdout] 18: 0x55b2282a4f46 - rust_out::main::h61823b600df25383 [INFO] [stdout] 19: 0x55b2282a49c3 - core::ops::function::FnOnce::call_once::h064404ccb42900dd [INFO] [stdout] 20: 0x55b2282a3e09 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3a50028bf297fb1f [INFO] [stdout] 21: 0x55b2282a4919 - std::rt::lang_start::{{closure}}::hf6d523a4729f0a25 [INFO] [stdout] 22: 0x55b228449d9a - core::ops::function::impls:: for &F>::call_once::ha9408abe89f69dc4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 23: 0x55b228449d9a - std::panicking::try::do_call::h5b0cc9e9102acb65 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x55b228449d9a - std::panicking::try::hddc7f8229138b3ba [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x55b228449d9a - std::panic::catch_unwind::hfa401ff8bab2986e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x55b228449d9a - std::rt::lang_start_internal::{{closure}}::h8163422320d11405 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:48 [INFO] [stdout] 27: 0x55b228449d9a - std::panicking::try::do_call::hc742cc7bb4f0fb20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x55b228449d9a - std::panicking::try::ha37d8d2dd1acf7d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x55b228449d9a - std::panic::catch_unwind::h8a5381d5ecf437bc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x55b228449d9a - std::rt::lang_start_internal::h7e2cee8c90d4a4d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:20 [INFO] [stdout] 31: 0x55b2282a48f1 - std::rt::lang_start::h56740483be3c5e53 [INFO] [stdout] 32: 0x55b2282a4fe3 - main [INFO] [stdout] 33: 0x7f38f1b790b3 - __libc_start_main [INFO] [stdout] 34: 0x55b2282a385e - _start [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 30) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Issues { errors: ["Could not open cargo file: No such file or directory (os error 2)"], warnings: [] }', src/lib.rs:7:58 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559ad7c7a260 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x559ad7c7a260 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559ad7c7a260 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559ad7c7a260 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x559ad7c9679c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x559ad7c77e55 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x559ad7c7c19b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x559ad7c7c19b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x559ad7c7c19b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x559ad7c7bc71 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559ad7c7c864 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x559ad7c7c347 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x559ad7c7a75c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x559ad7c7c2a9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x559ad7ad60c1 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x559ad7ad6153 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x559ad7ad7bcd - core::result::Result::unwrap::hfacdc04c7741426b [INFO] [stdout] 17: 0x559ad7ad7ee7 - rust_out::main::_doctest_main_src_lib_rs_30_0::h11a4ed00373710ef [INFO] [stdout] 18: 0x559ad7ad7ea6 - rust_out::main::h61823b600df25383 [INFO] [stdout] 19: 0x559ad7ad79c3 - core::ops::function::FnOnce::call_once::h064404ccb42900dd [INFO] [stdout] 20: 0x559ad7ad6e09 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3a50028bf297fb1f [INFO] [stdout] 21: 0x559ad7ad7919 - std::rt::lang_start::{{closure}}::hf6d523a4729f0a25 [INFO] [stdout] 22: 0x559ad7c7cd6a - core::ops::function::impls:: for &F>::call_once::ha9408abe89f69dc4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 23: 0x559ad7c7cd6a - std::panicking::try::do_call::h5b0cc9e9102acb65 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x559ad7c7cd6a - std::panicking::try::hddc7f8229138b3ba [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x559ad7c7cd6a - std::panic::catch_unwind::hfa401ff8bab2986e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x559ad7c7cd6a - std::rt::lang_start_internal::{{closure}}::h8163422320d11405 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:48 [INFO] [stdout] 27: 0x559ad7c7cd6a - std::panicking::try::do_call::hc742cc7bb4f0fb20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x559ad7c7cd6a - std::panicking::try::ha37d8d2dd1acf7d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x559ad7c7cd6a - std::panic::catch_unwind::h8a5381d5ecf437bc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x559ad7c7cd6a - std::rt::lang_start_internal::h7e2cee8c90d4a4d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:20 [INFO] [stdout] 31: 0x559ad7ad78f1 - std::rt::lang_start::h56740483be3c5e53 [INFO] [stdout] 32: 0x559ad7ad7f73 - main [INFO] [stdout] 33: 0x7f694a2d50b3 - __libc_start_main [INFO] [stdout] 34: 0x559ad7ad685e - _start [INFO] [stdout] 35: 0x0 - [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 code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Could not create file: Read-only file system (os error 30)"', src/flexi_config_cargo.rs:11:33 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559c25d74460 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x559c25d74460 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559c25d74460 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559c25d74460 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x559c25d92ffc - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x559c25d72d45 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x559c25d7609b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x559c25d7609b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x559c25d7609b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x559c25d75b71 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559c25d76764 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x559c25d76247 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x559c25d7495c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x559c25d761a9 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x559c25d08e21 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x559c25d08f13 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x559c25d0ba42 - core::result::Result::unwrap::hc576fb7e4d30c417 [INFO] [stdout] 17: 0x559c25d0c27c - rust_out::main::_doctest_main_src_flexi_config_cargo_rs_40_0::h80911fc72546ddf3 [INFO] [stdout] 18: 0x559c25d0c0c6 - rust_out::main::h61823b600df25383 [INFO] [stdout] 19: 0x559c25d0b413 - core::ops::function::FnOnce::call_once::h064404ccb42900dd [INFO] [stdout] 20: 0x559c25d0a1e9 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3a50028bf297fb1f [INFO] [stdout] 21: 0x559c25d0b2a9 - std::rt::lang_start::{{closure}}::hf6d523a4729f0a25 [INFO] [stdout] 22: 0x559c25d76c6a - core::ops::function::impls:: for &F>::call_once::ha9408abe89f69dc4 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:259:13 [INFO] [stdout] 23: 0x559c25d76c6a - std::panicking::try::do_call::h5b0cc9e9102acb65 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 24: 0x559c25d76c6a - std::panicking::try::hddc7f8229138b3ba [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 25: 0x559c25d76c6a - std::panic::catch_unwind::hfa401ff8bab2986e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 26: 0x559c25d76c6a - std::rt::lang_start_internal::{{closure}}::h8163422320d11405 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:48 [INFO] [stdout] 27: 0x559c25d76c6a - std::panicking::try::do_call::hc742cc7bb4f0fb20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 28: 0x559c25d76c6a - std::panicking::try::ha37d8d2dd1acf7d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 29: 0x559c25d76c6a - std::panic::catch_unwind::h8a5381d5ecf437bc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 30: 0x559c25d76c6a - std::rt::lang_start_internal::h7e2cee8c90d4a4d3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/rt.rs:45:20 [INFO] [stdout] 31: 0x559c25d0b281 - std::rt::lang_start::h56740483be3c5e53 [INFO] [stdout] 32: 0x559c25d0c3a3 - main [INFO] [stdout] 33: 0x7f5ca9d2c0b3 - __libc_start_main [INFO] [stdout] 34: 0x559c25d095de - _start [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/config/issues.rs - config::issues::Issues (line 20) [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. 6 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 33.78s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "7093c2d5c4ebaa108bd766ba1d537d62d6627900717c80dddff2ecd5cecfc785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7093c2d5c4ebaa108bd766ba1d537d62d6627900717c80dddff2ecd5cecfc785", kill_on_drop: false }` [INFO] [stdout] 7093c2d5c4ebaa108bd766ba1d537d62d6627900717c80dddff2ecd5cecfc785