[INFO] fetching crate dogma 0.1.11...
[INFO] testing dogma-0.1.11 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate dogma 0.1.11 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate dogma 0.1.11
[INFO] finished tweaking crates.io crate dogma 0.1.11
[INFO] tweaked toml for crates.io crate dogma 0.1.11 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dogma 0.1.11 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dogma 0.1.11 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a4f2acfe1b62294deff52a3b78e0180e7a72c3f5012fbddb22399b859890842
[INFO] running `Command { std: "docker" "start" "-a" "8a4f2acfe1b62294deff52a3b78e0180e7a72c3f5012fbddb22399b859890842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a4f2acfe1b62294deff52a3b78e0180e7a72c3f5012fbddb22399b859890842", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a4f2acfe1b62294deff52a3b78e0180e7a72c3f5012fbddb22399b859890842", kill_on_drop: false }`
[INFO] [stdout] 8a4f2acfe1b62294deff52a3b78e0180e7a72c3f5012fbddb22399b859890842
[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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 789f267755ebd2ac0a529182f6ea3ccc9d3383e9b9f77c8cc97af799f3c88c67
[INFO] running `Command { std: "docker" "start" "-a" "789f267755ebd2ac0a529182f6ea3ccc9d3383e9b9f77c8cc97af799f3c88c67", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling known-schemes v0.2.0
[INFO] [stderr]    Compiling dogma v0.1.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:109:22
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn authority(&self) -> Option<IriAuthority> {
[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] 109 |     pub fn authority(&self) -> Option<IriAuthority<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:113:40
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents> {
[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] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:161:19
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn to_uri(&self) -> Uri {
[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] 161 |     pub fn to_uri(&self) -> Uri<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/labeled.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn label(&self) -> Cow<str>;
[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] 8 |     fn label(&self) -> Cow<'_, str>;
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/maybe_labeled.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn label(&self) -> Option<Cow<str>> {
[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] 8 |     fn label(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]   |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/maybe_named.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn name(&self) -> Option<Cow<str>> {
[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] 8 |     fn name(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]   |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/named.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn name(&self) -> Cow<str>;
[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] 8 |     fn name(&self) -> Cow<'_, str>;
[INFO] [stdout]   |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
[INFO] running `Command { std: "docker" "inspect" "789f267755ebd2ac0a529182f6ea3ccc9d3383e9b9f77c8cc97af799f3c88c67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "789f267755ebd2ac0a529182f6ea3ccc9d3383e9b9f77c8cc97af799f3c88c67", kill_on_drop: false }`
[INFO] [stdout] 789f267755ebd2ac0a529182f6ea3ccc9d3383e9b9f77c8cc97af799f3c88c67
[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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e43568893badafe05446778852852480b543707afaf3e3e2f94e4894d0d2088f
[INFO] running `Command { std: "docker" "start" "-a" "e43568893badafe05446778852852480b543707afaf3e3e2f94e4894d0d2088f", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:109:22
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn authority(&self) -> Option<IriAuthority> {
[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] 109 |     pub fn authority(&self) -> Option<IriAuthority<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:113:40
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents> {
[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] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:161:19
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn to_uri(&self) -> Uri {
[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] 161 |     pub fn to_uri(&self) -> Uri<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/labeled.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn label(&self) -> Cow<str>;
[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] 8 |     fn label(&self) -> Cow<'_, str>;
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling dogma v0.1.11 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/maybe_labeled.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn label(&self) -> Option<Cow<str>> {
[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] 8 |     fn label(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]   |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/maybe_named.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn name(&self) -> Option<Cow<str>> {
[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] 8 |     fn name(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]   |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/named.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn name(&self) -> Cow<str>;
[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] 8 |     fn name(&self) -> Cow<'_, str>;
[INFO] [stdout]   |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:109:22
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn authority(&self) -> Option<IriAuthority> {
[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] 109 |     pub fn authority(&self) -> Option<IriAuthority<'_>> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:113:40
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents> {
[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] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/enums/iri.rs:161:19
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub fn to_uri(&self) -> Uri {
[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] 161 |     pub fn to_uri(&self) -> Uri<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/labeled.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn label(&self) -> Cow<str>;
[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] 8 |     fn label(&self) -> Cow<'_, str>;
[INFO] [stdout]   |                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/maybe_labeled.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn label(&self) -> Option<Cow<str>> {
[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] 8 |     fn label(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]   |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/maybe_named.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn name(&self) -> Option<Cow<str>> {
[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] 8 |     fn name(&self) -> Option<Cow<'_, str>> {
[INFO] [stdout]   |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/traits/named.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn name(&self) -> Cow<str>;
[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] 8 |     fn name(&self) -> Cow<'_, str>;
[INFO] [stdout]   |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] running `Command { std: "docker" "inspect" "e43568893badafe05446778852852480b543707afaf3e3e2f94e4894d0d2088f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e43568893badafe05446778852852480b543707afaf3e3e2f94e4894d0d2088f", kill_on_drop: false }`
[INFO] [stdout] e43568893badafe05446778852852480b543707afaf3e3e2f94e4894d0d2088f
[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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 745b2c76c6eaa96c0e33c03c4d79eca3facbad1b27c219551b1a90fdd5de0c06
[INFO] running `Command { std: "docker" "start" "-a" "745b2c76c6eaa96c0e33c03c4d79eca3facbad1b27c219551b1a90fdd5de0c06", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/enums/iri.rs:109:22
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub fn authority(&self) -> Option<IriAuthority> {
[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] 109 |     pub fn authority(&self) -> Option<IriAuthority<'_>> {
[INFO] [stderr]     |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/enums/iri.rs:113:40
[INFO] [stderr]     |
[INFO] [stderr] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents> {
[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] 113 |     pub(crate) fn authority_components(&self) -> Option<AuthorityComponents<'_>> {
[INFO] [stderr]     |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/enums/iri.rs:161:19
[INFO] [stderr]     |
[INFO] [stderr] 161 |     pub fn to_uri(&self) -> Uri {
[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] 161 |     pub fn to_uri(&self) -> Uri<'_> {
[INFO] [stderr]     |                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/traits/labeled.rs:8:14
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn label(&self) -> Cow<str>;
[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] 8 |     fn label(&self) -> Cow<'_, str>;
[INFO] [stderr]   |                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/traits/maybe_labeled.rs:8:14
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn label(&self) -> Option<Cow<str>> {
[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] 8 |     fn label(&self) -> Option<Cow<'_, str>> {
[INFO] [stderr]   |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/traits/maybe_named.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn name(&self) -> Option<Cow<str>> {
[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] 8 |     fn name(&self) -> Option<Cow<'_, str>> {
[INFO] [stderr]   |                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/traits/named.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 |     fn name(&self) -> Cow<str>;
[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] 8 |     fn name(&self) -> Cow<'_, str>;
[INFO] [stderr]   |                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `dogma` (lib) generated 7 warnings (run `cargo fix --lib -p dogma` to apply 7 suggestions)
[INFO] [stderr] warning: `dogma` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dogma-ec4ff519dc8c0be3)
[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 dogma
[INFO] [stderr] error: couldn't read `src/../../../README.md`: No such file or directory (os error 2)
[INFO] [stderr]   --> src/lib.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[doc = include_str!("../../../README.md")]
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: there is a file with the same name in a different directory
[INFO] [stderr]    |
[INFO] [stderr] 48 - #[doc = include_str!("../../../README.md")]
[INFO] [stderr] 48 + #[doc = include_str!("../README.md")]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 1 previous error
[INFO] [stderr] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dogma --test src/lib.rs --test-run-directory /opt/rustwide/workdir -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dogma=/opt/rustwide/target/debug/deps/libdogma-d87421239be9a95f.rlib --extern iri_string=/opt/rustwide/target/debug/deps/libiri_string-24d092d3f51843ad.rlib --extern known_schemes=/opt/rustwide/target/debug/deps/libknown_schemes-847af146af33f5a1.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6c9f522d88775ab3.rlib -C embed-bitcode=no --cfg 'feature="all"' --cfg 'feature="collection"' --cfg 'feature="countable"' --cfg 'feature="default"' --cfg 'feature="enums"' --cfg 'feature="iri"' --cfg 'feature="labeled"' --cfg 'feature="named"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="structs"' --cfg 'feature="traits"' --cfg 'feature="uri"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "clap", "collection", "countable", "default", "enums", "iri", "labeled", "miette", "named", "serde", "std", "structs", "traits", "unstable", "uri"))' --cap-lints=forbid --error-format human` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "745b2c76c6eaa96c0e33c03c4d79eca3facbad1b27c219551b1a90fdd5de0c06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "745b2c76c6eaa96c0e33c03c4d79eca3facbad1b27c219551b1a90fdd5de0c06", kill_on_drop: false }`
[INFO] [stdout] 745b2c76c6eaa96c0e33c03c4d79eca3facbad1b27c219551b1a90fdd5de0c06
