[INFO] fetching crate simple_config 0.134.0...
[INFO] testing simple_config-0.134.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate simple_config 0.134.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate simple_config 0.134.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate simple_config 0.134.0
[INFO] tweaked toml for crates.io crate simple_config 0.134.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate simple_config 0.134.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate simple_config 0.134.0 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e90deb21bdae603bc50f15b2c124e16135ee5f0c9101f1a5d88cbf5f03d504e
[INFO] running `Command { std: "docker" "start" "-a" "1e90deb21bdae603bc50f15b2c124e16135ee5f0c9101f1a5d88cbf5f03d504e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e90deb21bdae603bc50f15b2c124e16135ee5f0c9101f1a5d88cbf5f03d504e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e90deb21bdae603bc50f15b2c124e16135ee5f0c9101f1a5d88cbf5f03d504e", kill_on_drop: false }`
[INFO] [stdout] 1e90deb21bdae603bc50f15b2c124e16135ee5f0c9101f1a5d88cbf5f03d504e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a35365d76e8543d6003de64d8b483fd79954bdd8bc5c88ba7d6787b3999e720e
[INFO] running `Command { std: "docker" "start" "-a" "a35365d76e8543d6003de64d8b483fd79954bdd8bc5c88ba7d6787b3999e720e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling simple_config v0.134.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/mod.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/mod.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/mod.rs:116:15
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<str>, Location), DeserializeError> {
[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] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<'_, str>, Location), DeserializeError> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/mod.rs:283:15
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<str>), DeserializeError> {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<'_, str>), DeserializeError> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s
[INFO] running `Command { std: "docker" "inspect" "a35365d76e8543d6003de64d8b483fd79954bdd8bc5c88ba7d6787b3999e720e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a35365d76e8543d6003de64d8b483fd79954bdd8bc5c88ba7d6787b3999e720e", kill_on_drop: false }`
[INFO] [stdout] a35365d76e8543d6003de64d8b483fd79954bdd8bc5c88ba7d6787b3999e720e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 768694dcd70d8d8b2ab3e00146dc3bcfe37bdd8544e33533ab8b883bcf7b3f8e
[INFO] running `Command { std: "docker" "start" "-a" "768694dcd70d8d8b2ab3e00146dc3bcfe37bdd8544e33533ab8b883bcf7b3f8e", kill_on_drop: false }`
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling humantime-serde v1.1.1
[INFO] [stderr]    Compiling serde_with v3.14.0
[INFO] [stderr]    Compiling simple_config v0.134.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/mod.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/mod.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/mod.rs:116:15
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<str>, Location), DeserializeError> {
[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] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<'_, str>, Location), DeserializeError> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/mod.rs:283:15
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<str>), DeserializeError> {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<'_, str>), DeserializeError> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/mod.rs:46:18
[INFO] [stdout]    |
[INFO] [stdout] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/de/mod.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/mod.rs:116:15
[INFO] [stdout]     |
[INFO] [stdout] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<str>, Location), DeserializeError> {
[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] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<'_, str>, Location), DeserializeError> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/de/mod.rs:283:15
[INFO] [stdout]     |
[INFO] [stdout] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<str>), DeserializeError> {
[INFO] [stdout]     |                  ^^^^^^^^^ the lifetime is elided here          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<'_, str>), DeserializeError> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.33s
[INFO] running `Command { std: "docker" "inspect" "768694dcd70d8d8b2ab3e00146dc3bcfe37bdd8544e33533ab8b883bcf7b3f8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "768694dcd70d8d8b2ab3e00146dc3bcfe37bdd8544e33533ab8b883bcf7b3f8e", kill_on_drop: false }`
[INFO] [stdout] 768694dcd70d8d8b2ab3e00146dc3bcfe37bdd8544e33533ab8b883bcf7b3f8e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 329ea78f9038fc7364813430c94aad56db781c13eef2e0ddcb19f871709c5627
[INFO] running `Command { std: "docker" "start" "-a" "329ea78f9038fc7364813430c94aad56db781c13eef2e0ddcb19f871709c5627", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/mod.rs:46:18
[INFO] [stderr]    |
[INFO] [stderr] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 46 |     fn parse_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stderr]    |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/de/mod.rs:77:25
[INFO] [stderr]    |
[INFO] [stderr] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<str>, crate::Location), DeserializeError> {
[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] 77 |     fn parse_inline_string(&mut self) -> Result<(std::borrow::Cow<'_, str>, crate::Location), DeserializeError> {
[INFO] [stderr]    |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/de/mod.rs:116:15
[INFO] [stderr]     |
[INFO] [stderr] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<str>, Location), DeserializeError> {
[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] 116 |     fn parse_key(&mut self) -> Result<(std::borrow::Cow<'_, str>, Location), DeserializeError> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/de/mod.rs:283:15
[INFO] [stderr]     |
[INFO] [stderr] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<str>), DeserializeError> {
[INFO] [stderr]     |                  ^^^^^^^^^ the lifetime is elided here          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 283 |     fn parse_num(&mut self) -> Result<(Number, crate::Location, std::borrow::Cow<'_, str>), DeserializeError> {
[INFO] [stderr]     |                                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: `simple_config` (lib) generated 4 warnings (run `cargo fix --lib -p simple_config` to apply 4 suggestions)
[INFO] [stderr] warning: `simple_config` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simple_config-b0eacd6fabc468aa)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test tests::float::f32 ... ok
[INFO] [stdout] test tests::int::test ... ok
[INFO] [stdout] test tests::float::f64_keys ... ok
[INFO] [stdout] test tests::int::overflows ... ok
[INFO] [stdout] test tests::map::int_keys ... ok
[INFO] [stdout] test tests::float::f64 ... ok
[INFO] [stdout] test tests::map::test ... ok
[INFO] [stdout] test tests::misc::empty_struct ... ok
[INFO] [stdout] test tests::option::dict ... ok
[INFO] [stdout] test tests::option::test ... ok
[INFO] [stdout] test tests::option::two_word ... ok
[INFO] [stdout] test tests::int::too_big ... ok
[INFO] [stdout] test tests::r#enum::test ... ok
[INFO] [stdout] test tests::r#enum::key ... ok
[INFO] [stdout] test tests::seq::multi_line ... ok
[INFO] [stdout] test tests::seq::test ... ok
[INFO] [stdout] test tests::string::test_strings ... ok
[INFO] [stdout] test tests::string::test_multiline_strings ... ok
[INFO] [stdout] test tests::float::f32_keys ... ok
[INFO] [stdout] test tests::map::option_keys ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests examples/github-workflow/main.rs (/opt/rustwide/target/debug/examples/github_workflow-563ed701d89804d2)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test nixpkgs_pending_set ... ok
[INFO] [stdout] test nixos_homepage_cron ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests examples/gitlab-ci/main.rs (/opt/rustwide/target/debug/examples/gitlab_ci-1bf3658293933346)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests simple_config
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 23) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "329ea78f9038fc7364813430c94aad56db781c13eef2e0ddcb19f871709c5627", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "329ea78f9038fc7364813430c94aad56db781c13eef2e0ddcb19f871709c5627", kill_on_drop: false }`
[INFO] [stdout] 329ea78f9038fc7364813430c94aad56db781c13eef2e0ddcb19f871709c5627
