[INFO] fetching crate twee-v3 0.2.1... [INFO] testing twee-v3-0.2.1 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate twee-v3 0.2.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate twee-v3 0.2.1 [INFO] finished tweaking crates.io crate twee-v3 0.2.1 [INFO] tweaked toml for crates.io crate twee-v3 0.2.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate twee-v3 0.2.1 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate twee-v3 0.2.1 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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e258958d7d6680c9451f2f843f76f2d990ab5194cca5b877548c6d06e58c8741 [INFO] running `Command { std: "docker" "start" "-a" "e258958d7d6680c9451f2f843f76f2d990ab5194cca5b877548c6d06e58c8741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e258958d7d6680c9451f2f843f76f2d990ab5194cca5b877548c6d06e58c8741", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e258958d7d6680c9451f2f843f76f2d990ab5194cca5b877548c6d06e58c8741", kill_on_drop: false }` [INFO] [stdout] e258958d7d6680c9451f2f843f76f2d990ab5194cca5b877548c6d06e58c8741 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] baea88bafbc778633628e4f807ed9656c99cc93557aa6ef45f1c72777db909bf [INFO] running `Command { std: "docker" "start" "-a" "baea88bafbc778633628e4f807ed9656c99cc93557aa6ef45f1c72777db909bf", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling twee-v3 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:87:65 [INFO] [stdout] | [INFO] [stdout] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn links(&self) -> LinkIterator { [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] 123 | pub fn links(&self) -> LinkIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:176:60 [INFO] [stdout] | [INFO] [stdout] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:210:68 [INFO] [stdout] | [INFO] [stdout] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/passage.rs:56:51 [INFO] [stdout] | [INFO] [stdout] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&str, ContentNode<&str>> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&'a str, ContentNode<&'a str>> { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/story.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [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] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s [INFO] running `Command { std: "docker" "inspect" "baea88bafbc778633628e4f807ed9656c99cc93557aa6ef45f1c72777db909bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baea88bafbc778633628e4f807ed9656c99cc93557aa6ef45f1c72777db909bf", kill_on_drop: false }` [INFO] [stdout] baea88bafbc778633628e4f807ed9656c99cc93557aa6ef45f1c72777db909bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9baca59317c2f2c0b3b99e3e7eb8fd8a9c74da9f9e65df9810fc7c393c49ad9c [INFO] running `Command { std: "docker" "start" "-a" "9baca59317c2f2c0b3b99e3e7eb8fd8a9c74da9f9e65df9810fc7c393c49ad9c", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:87:65 [INFO] [stdout] | [INFO] [stdout] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn links(&self) -> LinkIterator { [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] 123 | pub fn links(&self) -> LinkIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:176:60 [INFO] [stdout] | [INFO] [stdout] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:210:68 [INFO] [stdout] | [INFO] [stdout] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/passage.rs:56:51 [INFO] [stdout] | [INFO] [stdout] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&str, ContentNode<&str>> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&'a str, ContentNode<&'a str>> { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/story.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [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] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling twee-v3 v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:87:65 [INFO] [stdout] | [INFO] [stdout] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:123:18 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn links(&self) -> LinkIterator { [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] 123 | pub fn links(&self) -> LinkIterator<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:176:60 [INFO] [stdout] | [INFO] [stdout] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:210:68 [INFO] [stdout] | [INFO] [stdout] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&str> { [INFO] [stdout] | -- -- ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&'a str> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/parser/passage.rs:56:51 [INFO] [stdout] | [INFO] [stdout] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&str, ContentNode<&str>> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&'a str, ContentNode<&'a str>> { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser/story.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock> { [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [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] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "9baca59317c2f2c0b3b99e3e7eb8fd8a9c74da9f9e65df9810fc7c393c49ad9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9baca59317c2f2c0b3b99e3e7eb8fd8a9c74da9f9e65df9810fc7c393c49ad9c", kill_on_drop: false }` [INFO] [stdout] 9baca59317c2f2c0b3b99e3e7eb8fd8a9c74da9f9e65df9810fc7c393c49ad9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 92c43cce389a0935494c5f71753d4c4b46d0e9c4f0105a08ed34a97b46cef6d6 [INFO] running `Command { std: "docker" "start" "-a" "92c43cce389a0935494c5f71753d4c4b46d0e9c4f0105a08ed34a97b46cef6d6", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:87:65 [INFO] [stderr] | [INFO] [stderr] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&str> { [INFO] [stderr] | -- -- ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 87 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Metadata<&'a str> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:123:18 [INFO] [stderr] | [INFO] [stderr] 123 | pub fn links(&self) -> LinkIterator { [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] 123 | pub fn links(&self) -> LinkIterator<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:176:60 [INFO] [stderr] | [INFO] [stderr] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&str> { [INFO] [stderr] | -- -- ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 176 | fn as_borrowed<'a>(&'a self, original: &'a str) -> Tag<&'a str> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:210:68 [INFO] [stderr] | [INFO] [stderr] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&str> { [INFO] [stderr] | -- -- ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 210 | fn as_borrowed<'a>(&'a self, original: &'a str) -> ContentNode<&'a str> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/parser/passage.rs:56:51 [INFO] [stderr] | [INFO] [stderr] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&str, ContentNode<&str>> { [INFO] [stderr] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 56 | fn parse_link_node<'a>(input: &'a str) -> IResult<&'a str, ContentNode<&'a str>> { [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser/story.rs:60:29 [INFO] [stderr] | [INFO] [stderr] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock> { [INFO] [stderr] | ^^^^ ^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [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] 60 | fn parse_story_block(input: &str) -> IResult<&str, StoryBlock<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `twee-v3` (lib) generated 6 warnings (run `cargo fix --lib -p twee-v3` to apply 6 suggestions) [INFO] [stderr] warning: `twee-v3` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/twee_v3-e93a0438dbb451e0) [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test parser::metadata::tests::test_metadata_reminder ... ok [INFO] [stdout] test parser::passage::tests::test_find_content_block ... ok [INFO] [stdout] test parser::passage::tests::test_find_content_block_weird_char_end_text ... ok [INFO] [stdout] test parser::passage::tests::test_parse_link_node_pipe ... ok [INFO] [stdout] test parser::passage::tests::test_parse_link_node_simple ... ok [INFO] [stdout] test parser::passage::tests::test_parse_link_node_to_left ... ok [INFO] [stdout] test parser::passage::tests::test_parse_link_node_to_right ... ok [INFO] [stdout] test parser::passage::tests::test_parse_passage_weird_char ... ok [INFO] [stdout] test parser::passage::tests::test_parse_text_node ... ok [INFO] [stdout] test parser::passage::tests::test_parse_text_node_is_link_node ... ok [INFO] [stdout] test parser::passage::tests::test_find_content_block_weird_char ... ok [INFO] [stdout] test parser::passage::tests::test_passage ... ok [INFO] [stdout] test parser::passage::tests::test_passage_tag_and_metadata ... ok [INFO] [stdout] test parser::passage::tests::test_tags_escaped ... ok [INFO] [stdout] test parser::passage::tests::test_tags_escaped_and_dash ... ok [INFO] [stdout] test parser::passage::tests::test_title_start_with_whitespace ... ok [INFO] [stdout] test parser::passage::tests::test_passage_til_next ... ok [INFO] [stdout] test parser::passage::tests::test_tags ... ok [INFO] [stdout] test parser::metadata::tests::test_take_greedy_simple_metadata ... ok [INFO] [stdout] test parser::passage::tests::test_title ... ok [INFO] [stdout] test parser::passage::tests::test_title_with_metadata ... ok [INFO] [stdout] test parser::passage::tests::test_title_with_tags ... ok [INFO] [stdout] test parser::story::tests::test_parse_story_data ... ok [INFO] [stdout] test parser::story::tests::test_parse_story_just_title_and_start ... ok [INFO] [stdout] test utils::tests::test_split_escaped_actually_escaped ... ok [INFO] [stdout] test utils::tests::test_split_escaped ... ok [INFO] [stdout] test parser::story::tests::test_parse_story_title ... ok [INFO] [stdout] test parser::story::tests::test_parse_story_title_until_next_dots ... ok [INFO] [stdout] test parser::story::tests::test_parse_whole_story ... ok [INFO] [stdout] test utils::tests::test_split_escaped_actually_escaped_proper_skip ... ok [INFO] [stdout] test utils::tests::test_split_escaped_no_match ... ok [INFO] [stdout] test parser::metadata::tests::test_take_greedy_escaped_brackets ... ok [INFO] [stdout] test utils::tests::test_until_link1 ... ok [INFO] [stdout] test utils::tests::test_until_link1_has_brackets ... ok [INFO] [stdout] test utils::tests::test_until_link1_has_escaped_brackets ... ok [INFO] [stdout] test utils::tests::test_until_link1_start_with_link ... ok [INFO] [stdout] test parser::passage::tests::test_parse_text_node_escaped_bracket ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests twee_v3 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "92c43cce389a0935494c5f71753d4c4b46d0e9c4f0105a08ed34a97b46cef6d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92c43cce389a0935494c5f71753d4c4b46d0e9c4f0105a08ed34a97b46cef6d6", kill_on_drop: false }` [INFO] [stdout] 92c43cce389a0935494c5f71753d4c4b46d0e9c4f0105a08ed34a97b46cef6d6