[INFO] fetching crate carpet 0.1.1... [INFO] testing carpet-0.1.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate carpet 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate carpet 0.1.1 [INFO] finished tweaking crates.io crate carpet 0.1.1 [INFO] tweaked toml for crates.io crate carpet 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate carpet 0.1.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 28 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d8f2254d81043b62e0ae1974a168239e538e2e42832a65f6ddc43e319d3ad52 [INFO] running `Command { std: "docker" "start" "-a" "2d8f2254d81043b62e0ae1974a168239e538e2e42832a65f6ddc43e319d3ad52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d8f2254d81043b62e0ae1974a168239e538e2e42832a65f6ddc43e319d3ad52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d8f2254d81043b62e0ae1974a168239e538e2e42832a65f6ddc43e319d3ad52", kill_on_drop: false }` [INFO] [stdout] 2d8f2254d81043b62e0ae1974a168239e538e2e42832a65f6ddc43e319d3ad52 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da1d8049f902f26c76d8b38b0a59f61b0b86989c8ab4eb0942d5860e984a5628 [INFO] running `Command { std: "docker" "start" "-a" "da1d8049f902f26c76d8b38b0a59f61b0b86989c8ab4eb0942d5860e984a5628", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling dashmap v6.1.0 [INFO] [stderr] Compiling carpet v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:42:53 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&V> [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&'a V> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:54:58 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:62:56 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:70:82 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stdout] | -- ^^ ^^ ^^ -- the same lifetime is named here [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is elided here [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] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stdout] | ++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `Command { std: "docker" "inspect" "da1d8049f902f26c76d8b38b0a59f61b0b86989c8ab4eb0942d5860e984a5628", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da1d8049f902f26c76d8b38b0a59f61b0b86989c8ab4eb0942d5860e984a5628", kill_on_drop: false }` [INFO] [stdout] da1d8049f902f26c76d8b38b0a59f61b0b86989c8ab4eb0942d5860e984a5628 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] abb14f3e3b084acab9fb0f76df1047ef5a9b47879667f25a7f262231a6cacb82 [INFO] running `Command { std: "docker" "start" "-a" "abb14f3e3b084acab9fb0f76df1047ef5a9b47879667f25a7f262231a6cacb82", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:42:53 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&V> [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&'a V> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:54:58 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:62:56 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling carpet v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:70:82 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stdout] | -- ^^ ^^ ^^ -- the same lifetime is named here [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is elided here [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] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stdout] | ++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:42:53 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&V> [INFO] [stdout] | -- ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&'a V> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:54:58 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:62:56 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | | [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] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/read_only.rs:70:82 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stdout] | -- ^^ ^^ ^^ -- the same lifetime is named here [INFO] [stdout] | | | | | [INFO] [stdout] | | | | the same lifetime is elided here [INFO] [stdout] | | | the same lifetime is elided here [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] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stdout] | ++ ++ ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "abb14f3e3b084acab9fb0f76df1047ef5a9b47879667f25a7f262231a6cacb82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abb14f3e3b084acab9fb0f76df1047ef5a9b47879667f25a7f262231a6cacb82", kill_on_drop: false }` [INFO] [stdout] abb14f3e3b084acab9fb0f76df1047ef5a9b47879667f25a7f262231a6cacb82 [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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ed7c876cb365e5202ac116cb8279f7f84b846a8c0287ba851f08bde32886b460 [INFO] running `Command { std: "docker" "start" "-a" "ed7c876cb365e5202ac116cb8279f7f84b846a8c0287ba851f08bde32886b460", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/read_only.rs:42:53 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&V> [INFO] [stderr] | -- ^^ the same lifetime is elided here [INFO] [stderr] | | [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] 42 | pub fn get_node(&'a self, key: &Q) -> Option<&'a V> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/read_only.rs:54:58 [INFO] [stderr] | [INFO] [stderr] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | | [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] 54 | pub fn edge_ids_from(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/read_only.rs:62:56 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&Vec<(EdgeId, K)>> [INFO] [stderr] | -- ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | | [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] 62 | pub fn edge_ids_to(&'a self, key: &Q) -> Option<&'a Vec<(EdgeId, K)>> [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/read_only.rs:70:82 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stderr] | -- ^^ ^^ ^^ -- the same lifetime is named here [INFO] [stderr] | | | | | [INFO] [stderr] | | | | the same lifetime is elided here [INFO] [stderr] | | | the same lifetime is elided here [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] 70 | pub fn iter_edges_from(&'a self, key: &Q) -> Option + 'a> [INFO] [stderr] | ++ ++ ++ [INFO] [stderr] [INFO] [stderr] warning: `carpet` (lib) generated 4 warnings (run `cargo fix --lib -p carpet` to apply 4 suggestions) [INFO] [stderr] warning: `carpet` (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/carpet-2ffa1c034f3b13f6) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test::test_from_iter ... ok [INFO] [stderr] Doc-tests carpet [INFO] [stdout] test test::test_add_node_to_empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/lib.rs - Graph::new (line 74) ... FAILED [INFO] [stdout] test src/lib.rs - Graph::with_capacity (line 86) ... FAILED [INFO] [stdout] test src/lib.rs - Graph::with_capacity_and_hasher (line 116) ... FAILED [INFO] [stdout] test src/lib.rs - (line 96) ... FAILED [INFO] [stdout] test src/lib.rs - (line 134) ... ok [INFO] [stdout] test src/lib.rs - (line 67) ... ok [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Graph::new (line 74) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `weave` [INFO] [stdout] --> src/lib.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 3 | use weave::Graph; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `weave` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `weave`, use `cargo add weave` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Graph::with_capacity (line 86) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `weave` [INFO] [stdout] --> src/lib.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 3 | use weave::Graph; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `weave` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `weave`, use `cargo add weave` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Graph::with_capacity_and_hasher (line 116) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `weave` [INFO] [stdout] --> src/lib.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 4 | use weave::Graph; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `weave` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `weave`, use `cargo add weave` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 96) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `carpet::dot` [INFO] [stdout] --> src/lib.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 6 | use carpet::{dot::ToDot, Graph}; [INFO] [stdout] | ^^^ could not find `dot` in `carpet` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(feature = "dot")] [INFO] [stdout] | --------------- the item is gated behind the `dot` feature [INFO] [stdout] 9 | pub mod dot; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_dot` found for struct `Graph` in the current scope [INFO] [stdout] --> src/lib.rs:105:11 [INFO] [stdout] | [INFO] [stdout] 12 | graph.to_dot(&mut debug_file)?; [INFO] [stdout] | ^^^^^^ method not found in `Graph` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_dot` found for struct `Graph` in the current scope [INFO] [stdout] --> src/lib.rs:112:11 [INFO] [stdout] | [INFO] [stdout] 19 | graph.to_dot(&mut buf)?; [INFO] [stdout] | ^^^^^^ method not found in `Graph` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 96) [INFO] [stdout] src/lib.rs - Graph::new (line 74) [INFO] [stdout] src/lib.rs - Graph::with_capacity (line 86) [INFO] [stdout] src/lib.rs - Graph::with_capacity_and_hasher (line 116) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "ed7c876cb365e5202ac116cb8279f7f84b846a8c0287ba851f08bde32886b460", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed7c876cb365e5202ac116cb8279f7f84b846a8c0287ba851f08bde32886b460", kill_on_drop: false }` [INFO] [stdout] ed7c876cb365e5202ac116cb8279f7f84b846a8c0287ba851f08bde32886b460