[INFO] fetching crate dogma 0.1.11...
[INFO] testing dogma-0.1.11 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate dogma 0.1.11 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dogma 0.1.11 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded known-schemes v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a03fa902ee80f15ab31503128d02041a24cc744441e32db134127eba16188155
[INFO] running `Command { std: "docker" "start" "-a" "a03fa902ee80f15ab31503128d02041a24cc744441e32db134127eba16188155", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a03fa902ee80f15ab31503128d02041a24cc744441e32db134127eba16188155", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a03fa902ee80f15ab31503128d02041a24cc744441e32db134127eba16188155", kill_on_drop: false }`
[INFO] [stdout] a03fa902ee80f15ab31503128d02041a24cc744441e32db134127eba16188155
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0321baa2ed930028a6e436ab1db2d386258e5c626efd4af73b473a6140a1cab6
[INFO] running `Command { std: "docker" "start" "-a" "0321baa2ed930028a6e436ab1db2d386258e5c626efd4af73b473a6140a1cab6", 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 12.68s
[INFO] running `Command { std: "docker" "inspect" "0321baa2ed930028a6e436ab1db2d386258e5c626efd4af73b473a6140a1cab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0321baa2ed930028a6e436ab1db2d386258e5c626efd4af73b473a6140a1cab6", kill_on_drop: false }`
[INFO] [stdout] 0321baa2ed930028a6e436ab1db2d386258e5c626efd4af73b473a6140a1cab6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9a17737e618109f5b1193f57bdafc377c16b4012ec2698c6a47164008629137
[INFO] running `Command { std: "docker" "start" "-a" "f9a17737e618109f5b1193f57bdafc377c16b4012ec2698c6a47164008629137", kill_on_drop: false }`
[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] [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.37s
[INFO] running `Command { std: "docker" "inspect" "f9a17737e618109f5b1193f57bdafc377c16b4012ec2698c6a47164008629137", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9a17737e618109f5b1193f57bdafc377c16b4012ec2698c6a47164008629137", kill_on_drop: false }`
[INFO] [stdout] f9a17737e618109f5b1193f57bdafc377c16b4012ec2698c6a47164008629137
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4b2cee71d2ddd3b3881eb4be70650d72dd67ebd268cecdfa8dde859722c2c098
[INFO] running `Command { std: "docker" "start" "-a" "4b2cee71d2ddd3b3881eb4be70650d72dd67ebd268cecdfa8dde859722c2c098", 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.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dogma-a584d7f20895ed0e)
[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: attribute value must be a literal
[INFO] [stderr]   --> src/lib.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[doc = include_str!("../../../README.md")]
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[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/2fd6efc32704647e64d3d646d21c4c68eae100e4/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name dogma --test src/lib.rs --test-run-directory /opt/rustwide/workdir --extern dogma=/opt/rustwide/target/debug/deps/libdogma-2130fe1a63994f71.rlib --extern iri_string=/opt/rustwide/target/debug/deps/libiri_string-20f2519f485ddb4e.rlib --extern known_schemes=/opt/rustwide/target/debug/deps/libknown_schemes-9eb30ba3d39d73ae.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-54fac01c5c446f7c.rlib -L dependency=/opt/rustwide/target/debug/deps -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" "4b2cee71d2ddd3b3881eb4be70650d72dd67ebd268cecdfa8dde859722c2c098", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b2cee71d2ddd3b3881eb4be70650d72dd67ebd268cecdfa8dde859722c2c098", kill_on_drop: false }`
[INFO] [stdout] 4b2cee71d2ddd3b3881eb4be70650d72dd67ebd268cecdfa8dde859722c2c098
