[INFO] fetching crate dotwalk 0.1.0... [INFO] testing dotwalk-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate dotwalk 0.1.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate dotwalk 0.1.0 [INFO] finished tweaking crates.io crate dotwalk 0.1.0 [INFO] tweaked toml for crates.io crate dotwalk 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate dotwalk 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d067710ffcb96bb70b0526be83bac623fe642e2543651621c06d45e04762fb8 [INFO] running `Command { std: "docker" "start" "-a" "9d067710ffcb96bb70b0526be83bac623fe642e2543651621c06d45e04762fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d067710ffcb96bb70b0526be83bac623fe642e2543651621c06d45e04762fb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d067710ffcb96bb70b0526be83bac623fe642e2543651621c06d45e04762fb8", kill_on_drop: false }` [INFO] [stdout] 9d067710ffcb96bb70b0526be83bac623fe642e2543651621c06d45e04762fb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a2a875b258e2e04267e52f70ee34c1f77e3be3514352e254779c1d6acda98f2 [INFO] running `Command { std: "docker" "start" "-a" "2a2a875b258e2e04267e52f70ee34c1f77e3be3514352e254779c1d6acda98f2", kill_on_drop: false }` [INFO] [stderr] Compiling dotwalk v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:460:41 [INFO] [stdout] | [INFO] [stdout] 460 | fn graph_attrs(&'a self) -> HashMap<&str, &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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 460 | fn graph_attrs(&'a self) -> HashMap<&'a str, &'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:512:57 [INFO] [stdout] | [INFO] [stdout] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&'a str, &'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:542:57 [INFO] [stdout] | [INFO] [stdout] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&'a str, &'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:602:65 [INFO] [stdout] | [INFO] [stdout] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&'a str, &'a str> { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s [INFO] running `Command { std: "docker" "inspect" "2a2a875b258e2e04267e52f70ee34c1f77e3be3514352e254779c1d6acda98f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a2a875b258e2e04267e52f70ee34c1f77e3be3514352e254779c1d6acda98f2", kill_on_drop: false }` [INFO] [stdout] 2a2a875b258e2e04267e52f70ee34c1f77e3be3514352e254779c1d6acda98f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f95b4c28e4409bea29991045883f1c27812a53036327124b31dd42e3af67c494 [INFO] running `Command { std: "docker" "start" "-a" "f95b4c28e4409bea29991045883f1c27812a53036327124b31dd42e3af67c494", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:460:41 [INFO] [stdout] | [INFO] [stdout] 460 | fn graph_attrs(&'a self) -> HashMap<&str, &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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 460 | fn graph_attrs(&'a self) -> HashMap<&'a str, &'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:512:57 [INFO] [stdout] | [INFO] [stdout] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&'a str, &'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:542:57 [INFO] [stdout] | [INFO] [stdout] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&'a str, &'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:602:65 [INFO] [stdout] | [INFO] [stdout] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&'a str, &'a str> { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dotwalk v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/lib.rs:460:41 [INFO] [stdout] | [INFO] [stdout] 460 | fn graph_attrs(&'a self) -> HashMap<&str, &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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 460 | fn graph_attrs(&'a self) -> HashMap<&'a str, &'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:512:57 [INFO] [stdout] | [INFO] [stdout] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&'a str, &'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:542:57 [INFO] [stdout] | [INFO] [stdout] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&'a str, &'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:602:65 [INFO] [stdout] | [INFO] [stdout] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&str, &str> { [INFO] [stdout] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&'a str, &'a str> { [INFO] [stdout] | ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.04s [INFO] running `Command { std: "docker" "inspect" "f95b4c28e4409bea29991045883f1c27812a53036327124b31dd42e3af67c494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f95b4c28e4409bea29991045883f1c27812a53036327124b31dd42e3af67c494", kill_on_drop: false }` [INFO] [stdout] f95b4c28e4409bea29991045883f1c27812a53036327124b31dd42e3af67c494 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 59da2c9d87b6aa554e31c3dec0d427ce94e4ac83fc22332b9ad66dce6fff1d7f [INFO] running `Command { std: "docker" "start" "-a" "59da2c9d87b6aa554e31c3dec0d427ce94e4ac83fc22332b9ad66dce6fff1d7f", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:460:41 [INFO] [stderr] | [INFO] [stderr] 460 | fn graph_attrs(&'a self) -> HashMap<&str, &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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 460 | fn graph_attrs(&'a self) -> HashMap<&'a str, &'a str> { [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:512:57 [INFO] [stderr] | [INFO] [stderr] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&str, &str> { [INFO] [stderr] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 512 | fn node_attrs(&'a self, _n: &Self::Node) -> HashMap<&'a str, &'a str> { [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:542:57 [INFO] [stderr] | [INFO] [stderr] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&str, &str> { [INFO] [stderr] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 542 | fn edge_attrs(&'a self, _e: &Self::Edge) -> HashMap<&'a str, &'a str> { [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/lib.rs:602:65 [INFO] [stderr] | [INFO] [stderr] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&str, &str> { [INFO] [stderr] | -- ^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same 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: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 602 | fn subgraph_attrs(&'a self, _n: &Self::Subgraph) -> HashMap<&'a str, &'a str> { [INFO] [stderr] | ++ ++ [INFO] [stderr] [INFO] [stderr] warning: `dotwalk` (lib) generated 4 warnings (run `cargo fix --lib -p dotwalk` to apply 4 suggestions) [INFO] [stderr] warning: `dotwalk` (lib test) generated 4 warnings (4 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/dotwalk-32a6ca27f1094066) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test tests::badly_formatted_id ... ok [INFO] [stdout] test tests::default_style_digraph ... ok [INFO] [stdout] test tests::digraph_with_rankdir ... ok [INFO] [stdout] test tests::left_aligned_text ... ok [INFO] [stdout] test tests::simple_id_construction ... ok [INFO] [stdout] test tests::hasse_diagram ... ok [INFO] [stdout] test tests::single_edge ... ok [INFO] [stdout] test tests::single_edge_with_style ... ok [INFO] [stdout] test tests::single_node_with_style ... ok [INFO] [stdout] test tests::subgraph ... ok [INFO] [stdout] test tests::test_some_arrow ... ok [INFO] [stdout] test tests::test_some_arrows ... ok [INFO] [stdout] test tests::test_some_labelled ... ok [INFO] [stdout] test tests::single_node ... ok [INFO] [stdout] test tests::empty_graph ... ok [INFO] [stdout] test tests::default_style_graph ... ok [INFO] [stdout] test tests::single_cyclic_node ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests dotwalk [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/lib.rs - (line 385) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 301) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 100) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 216) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 312) ... ok [INFO] [stdout] test src/lib.rs - (line 37) ... ok [INFO] [stdout] test src/lib.rs - (line 233) ... ok [INFO] [stdout] test src/lib.rs - (line 152) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.84s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "59da2c9d87b6aa554e31c3dec0d427ce94e4ac83fc22332b9ad66dce6fff1d7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59da2c9d87b6aa554e31c3dec0d427ce94e4ac83fc22332b9ad66dce6fff1d7f", kill_on_drop: false }` [INFO] [stdout] 59da2c9d87b6aa554e31c3dec0d427ce94e4ac83fc22332b9ad66dce6fff1d7f