[INFO] fetching crate manaconf 0.2.1...
[INFO] testing manaconf-0.2.1 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate manaconf 0.2.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate manaconf 0.2.1
[INFO] finished tweaking crates.io crate manaconf 0.2.1
[INFO] tweaked toml for crates.io crate manaconf 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate manaconf 0.2.1 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fc8ce07ead4c2a17bda7b0b3a6d26d65d4f77b3b4e2c4fd0d4db2dc991650d90
[INFO] running `Command { std: "docker" "start" "-a" "fc8ce07ead4c2a17bda7b0b3a6d26d65d4f77b3b4e2c4fd0d4db2dc991650d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc8ce07ead4c2a17bda7b0b3a6d26d65d4f77b3b4e2c4fd0d4db2dc991650d90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc8ce07ead4c2a17bda7b0b3a6d26d65d4f77b3b4e2c4fd0d4db2dc991650d90", kill_on_drop: false }`
[INFO] [stdout] fc8ce07ead4c2a17bda7b0b3a6d26d65d4f77b3b4e2c4fd0d4db2dc991650d90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c376e38b60b47e5f8b47b5a2f43f04a84ecdd689fad80fd0eb8357b9f6c7a388
[INFO] running `Command { std: "docker" "start" "-a" "c376e38b60b47e5f8b47b5a2f43f04a84ecdd689fad80fd0eb8357b9f6c7a388", kill_on_drop: false }`
[INFO] [stderr]    Compiling manaconf v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/lib.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 147 |         self.section(key.as_ref())
[INFO] [stdout]     |         -------------------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:150:17
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn _section(&self, key: &Key) -> Section {
[INFO] [stdout]     |                 ^^^^^                ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn _section(&self, key: &Key) -> Section<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:35
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "c376e38b60b47e5f8b47b5a2f43f04a84ecdd689fad80fd0eb8357b9f6c7a388", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c376e38b60b47e5f8b47b5a2f43f04a84ecdd689fad80fd0eb8357b9f6c7a388", kill_on_drop: false }`
[INFO] [stdout] c376e38b60b47e5f8b47b5a2f43f04a84ecdd689fad80fd0eb8357b9f6c7a388
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cefbd4b8c1ac10e3584ccce4d981441ac23d70f6bda07a3373fffb27daab01fa
[INFO] running `Command { std: "docker" "start" "-a" "cefbd4b8c1ac10e3584ccce4d981441ac23d70f6bda07a3373fffb27daab01fa", kill_on_drop: false }`
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/lib.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 147 |         self.section(key.as_ref())
[INFO] [stdout]     |         -------------------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling manaconf v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:150:17
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn _section(&self, key: &Key) -> Section {
[INFO] [stdout]     |                 ^^^^^                ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn _section(&self, key: &Key) -> Section<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:35
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/lib.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 147 |         self.section(key.as_ref())
[INFO] [stdout]     |         -------------------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:150:17
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn _section(&self, key: &Key) -> Section {
[INFO] [stdout]     |                 ^^^^^                ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn _section(&self, key: &Key) -> Section<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:179:35
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stdout]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "cefbd4b8c1ac10e3584ccce4d981441ac23d70f6bda07a3373fffb27daab01fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cefbd4b8c1ac10e3584ccce4d981441ac23d70f6bda07a3373fffb27daab01fa", kill_on_drop: false }`
[INFO] [stdout] cefbd4b8c1ac10e3584ccce4d981441ac23d70f6bda07a3373fffb27daab01fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d653b4e47f287d26eb021bc7067757c0c932a941feb63d9b226aa3e3e8a9f0e4
[INFO] running `Command { std: "docker" "start" "-a" "d653b4e47f287d26eb021bc7067757c0c932a941feb63d9b226aa3e3e8a9f0e4", kill_on_drop: false }`
[INFO] [stderr] warning: function cannot return without recursing
[INFO] [stderr]    --> src/lib.rs:146:5
[INFO] [stderr]     |
[INFO] [stderr] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stderr] 147 |         self.section(key.as_ref())
[INFO] [stderr]     |         -------------------------- recursive call site
[INFO] [stderr]     |
[INFO] [stderr]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stderr]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:146:35
[INFO] [stderr]     |
[INFO] [stderr] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stderr]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 146 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:150:17
[INFO] [stderr]     |
[INFO] [stderr] 150 |     fn _section(&self, key: &Key) -> Section {
[INFO] [stderr]     |                 ^^^^^                ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 150 |     fn _section(&self, key: &Key) -> Section<'_> {
[INFO] [stderr]     |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:179:35
[INFO] [stderr]     |
[INFO] [stderr] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section {
[INFO] [stderr]     |                                   ^^^^^             ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                   |
[INFO] [stderr]     |                                   the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 179 |     pub fn section<K: AsRef<Key>>(&self, key: K) -> Section<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `manaconf` (lib) generated 4 warnings (run `cargo fix --lib -p manaconf` to apply 3 suggestions)
[INFO] [stderr] warning: `manaconf` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/manaconf-9a0cd4e90bcb05ad)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test key::tests::keybuf_to_key ... ok
[INFO] [stdout] test key::tests::test_creating_key ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests manaconf
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/key.rs - key::KeyBuf::push (line 186) ... FAILED
[INFO] [stdout] test src/lib.rs - Section<'a>::section (line 140) ... FAILED
[INFO] [stdout] test src/lib.rs - Section (line 124) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/key.rs - key::KeyBuf::push (line 186) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `KeyBuf`
[INFO] [stdout]    --> src/key.rs:187:15
[INFO] [stdout]     |
[INFO] [stdout] 187 | let mut buf = KeyBuf::new();
[INFO] [stdout]     |               ^^^^^^ use of undeclared type `KeyBuf`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 186 + use manaconf::KeyBuf;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Key`
[INFO] [stdout]    --> src/key.rs:191:10
[INFO] [stdout]     |
[INFO] [stdout] 191 | buf.push(Key::new("database::host"));
[INFO] [stdout]     |          ^^^ use of undeclared type `Key`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 186 + use manaconf::Key;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Section<'a>::section (line 140) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]    --> src/lib.rs:141:15
[INFO] [stdout]     |
[INFO] [stdout] 141 | let section = config.section("first");
[INFO] [stdout]     |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Section (line 124) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `config` in this scope
[INFO] [stdout]    --> src/lib.rs:125:15
[INFO] [stdout]     |
[INFO] [stdout] 125 | let section = config.section("My::Config::Section");
[INFO] [stdout]     |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/key.rs - key::KeyBuf::push (line 186)
[INFO] [stdout]     src/lib.rs - Section (line 124)
[INFO] [stdout]     src/lib.rs - Section<'a>::section (line 140)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "d653b4e47f287d26eb021bc7067757c0c932a941feb63d9b226aa3e3e8a9f0e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d653b4e47f287d26eb021bc7067757c0c932a941feb63d9b226aa3e3e8a9f0e4", kill_on_drop: false }`
[INFO] [stdout] d653b4e47f287d26eb021bc7067757c0c932a941feb63d9b226aa3e3e8a9f0e4
