[INFO] cloning repository https://github.com/kingananas20/konfik
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kingananas20/konfik" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingananas20%2Fkonfik", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingananas20%2Fkonfik'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0ca59dad299727ba671d6c814953999054d30c86
[INFO] testing kingananas20/konfik against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingananas20%2Fkonfik" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kingananas20/konfik
[INFO] finished tweaking git repo https://github.com/kingananas20/konfik
[INFO] tweaked toml for git repo https://github.com/kingananas20/konfik written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kingananas20/konfik on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kingananas20/konfik already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0870484ac79d5edee7d48530d45193be921f436252a9088be04eb6ee30bdbb0e
[INFO] running `Command { std: "docker" "start" "-a" "0870484ac79d5edee7d48530d45193be921f436252a9088be04eb6ee30bdbb0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0870484ac79d5edee7d48530d45193be921f436252a9088be04eb6ee30bdbb0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0870484ac79d5edee7d48530d45193be921f436252a9088be04eb6ee30bdbb0e", kill_on_drop: false }`
[INFO] [stdout] 0870484ac79d5edee7d48530d45193be921f436252a9088be04eb6ee30bdbb0e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6811c6dca4623c6a9fad5bb9328d29e8cefa03b1f29934d7f0e6e2b77280296e
[INFO] running `Command { std: "docker" "start" "-a" "6811c6dca4623c6a9fad5bb9328d29e8cefa03b1f29934d7f0e6e2b77280296e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling konfik_derive v0.2.0 (/opt/rustwide/workdir/konfik_derive)
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling konfik v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
[INFO] running `Command { std: "docker" "inspect" "6811c6dca4623c6a9fad5bb9328d29e8cefa03b1f29934d7f0e6e2b77280296e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6811c6dca4623c6a9fad5bb9328d29e8cefa03b1f29934d7f0e6e2b77280296e", kill_on_drop: false }`
[INFO] [stdout] 6811c6dca4623c6a9fad5bb9328d29e8cefa03b1f29934d7f0e6e2b77280296e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abd4e46e29c3fd4c3c814a8b147fe5409fc61d4e91377569a96eedf630d45be7
[INFO] running `Command { std: "docker" "start" "-a" "abd4e46e29c3fd4c3c814a8b147fe5409fc61d4e91377569a96eedf630d45be7", kill_on_drop: false }`
[INFO] [stderr]    Compiling konfik v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.07s
[INFO] running `Command { std: "docker" "inspect" "abd4e46e29c3fd4c3c814a8b147fe5409fc61d4e91377569a96eedf630d45be7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abd4e46e29c3fd4c3c814a8b147fe5409fc61d4e91377569a96eedf630d45be7", kill_on_drop: false }`
[INFO] [stdout] abd4e46e29c3fd4c3c814a8b147fe5409fc61d4e91377569a96eedf630d45be7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 176e5668aae7cfecc0027ae0b0cb0f8a8c3c2df4eb893c60b4d29ec748b08fe5
[INFO] running `Command { std: "docker" "start" "-a" "176e5668aae7cfecc0027ae0b0cb0f8a8c3c2df4eb893c60b4d29ec748b08fe5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/konfik-8d78019b495f8e4a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests konfik
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - (line 137) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 115) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 154) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 126) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 52) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 104) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 30) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 137) stdout ----
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> src/lib.rs:138:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Deserialize, Konfik)]
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Konfik` in this scope
[INFO] [stdout]  --> src/lib.rs:138:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Deserialize, Konfik)]
[INFO] [stdout]   |                       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Konfik` is in scope, but it is a struct, not a derive macro
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use konfik::Konfik;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use konfik_derive::Konfik;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 115) stdout ----
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> src/lib.rs:116:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Deserialize, Konfik)]
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 2 + use serde::Deserialize;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Konfik` in this scope
[INFO] [stdout]  --> src/lib.rs:116:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Deserialize, Konfik)]
[INFO] [stdout]   |                       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these derive macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use konfik::Konfik;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use konfik_derive::Konfik;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 154) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConfigLoader`
[INFO] [stdout]  --> src/lib.rs:155:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let config = ConfigLoader::default()
[INFO] [stdout]   |              ^^^^^^^^^^^^ use of undeclared type `ConfigLoader`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use konfik::ConfigLoader;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Error`
[INFO] [stdout]  --> src/lib.rs:160:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |                 return Err(Error::Validation("Port must be between 1024 and 65535".into()));
[INFO] [stdout]   |                            ^^^^^ use of undeclared type `Error`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::error::Error;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::fmt::Error;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::io::Error;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use core::error::Error;
[INFO] [stdout]   |
[INFO] [stdout]     and 11 other candidates
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Error`
[INFO] [stdout]   --> src/lib.rs:169:24
[INFO] [stdout]    |
[INFO] [stdout] 17 |             return Err(Error::Validation("SSL enabled but no certificate path provided".into()));
[INFO] [stdout]    |                        ^^^^^ use of undeclared type `Error`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use core::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]      and 11 other candidates
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AppConfig` in this scope
[INFO] [stdout]   --> src/lib.rs:174:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |     .load::<AppConfig>()?;
[INFO] [stdout]    |             ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 2  | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_154_0<AppConfig>() {
[INFO] [stdout]    |                                                                       +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 126) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConfigLoader`
[INFO] [stdout]  --> src/lib.rs:127:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let config = ConfigLoader::default()
[INFO] [stdout]   |              ^^^^^^^^^^^^ use of undeclared type `ConfigLoader`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use konfik::ConfigLoader;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Config` in this scope
[INFO] [stdout]  --> src/lib.rs:129:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     .load::<Config>()?;
[INFO] [stdout]   |             ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_126_0<Config>() {
[INFO] [stdout]   |                                                                       ++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 52) stdout ----
[INFO] [stdout] error[E0599]: no method named `with_cli` found for struct `ConfigLoader` in the current scope
[INFO] [stdout]   --> src/lib.rs:71:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |       let config = ConfigLoader::default()
[INFO] [stdout]    |  __________________-
[INFO] [stdout] 19 | |         .with_env_prefix("MYAPP")           // Environment variables: MYAPP_DATABASE_URL, etc.
[INFO] [stdout] 20 | |         .with_config_file("app.toml")       // Additional config file
[INFO] [stdout] 21 | |         .with_cli()                         // Enable CLI argument parsing
[INFO] [stdout]    | |_________-^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `load_with_cli` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 21 |         .load_with_cli()                         // Enable CLI argument parsing
[INFO] [stdout]    |          +++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 104) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConfigLoader`
[INFO] [stdout]  --> src/lib.rs:105:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | let config = ConfigLoader::default()
[INFO] [stdout]   |              ^^^^^^^^^^^^ use of undeclared type `ConfigLoader`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use konfik::ConfigLoader;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `AppConfig` in this scope
[INFO] [stdout]  --> src/lib.rs:108:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     .load::<AppConfig>()?;
[INFO] [stdout]   |             ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_104_0<AppConfig>() {
[INFO] [stdout]   |                                                                       +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 30) stdout ----
[INFO] [stdout] Test executable failed (exit status: 1).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] Error: ConfigParse { type_name: "rust_out::AppConfig", source: Error("missing field `database_url`", line: 0, column: 0) }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 104)
[INFO] [stdout]     src/lib.rs - (line 115)
[INFO] [stdout]     src/lib.rs - (line 126)
[INFO] [stdout]     src/lib.rs - (line 137)
[INFO] [stdout]     src/lib.rs - (line 154)
[INFO] [stdout]     src/lib.rs - (line 30)
[INFO] [stdout]     src/lib.rs - (line 52)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "176e5668aae7cfecc0027ae0b0cb0f8a8c3c2df4eb893c60b4d29ec748b08fe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "176e5668aae7cfecc0027ae0b0cb0f8a8c3c2df4eb893c60b4d29ec748b08fe5", kill_on_drop: false }`
[INFO] [stdout] 176e5668aae7cfecc0027ae0b0cb0f8a8c3c2df4eb893c60b4d29ec748b08fe5
