[INFO] fetching crate mapgraph 0.12.0... [INFO] testing mapgraph-0.12.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate mapgraph 0.12.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate mapgraph 0.12.0 [INFO] finished tweaking crates.io crate mapgraph 0.12.0 [INFO] tweaked toml for crates.io crate mapgraph 0.12.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mapgraph 0.12.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 18 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8cce57369c3c8569f69ff4ae1c048b2b7515a87e25a35be0bf22df38977ba6c0 [INFO] running `Command { std: "docker" "start" "-a" "8cce57369c3c8569f69ff4ae1c048b2b7515a87e25a35be0bf22df38977ba6c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8cce57369c3c8569f69ff4ae1c048b2b7515a87e25a35be0bf22df38977ba6c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cce57369c3c8569f69ff4ae1c048b2b7515a87e25a35be0bf22df38977ba6c0", kill_on_drop: false }` [INFO] [stdout] 8cce57369c3c8569f69ff4ae1c048b2b7515a87e25a35be0bf22df38977ba6c0 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 453e33aa48e7c73f878f80dc54a1be1f4b0e2562423f4bd1c67851fda95aa493 [INFO] running `Command { std: "docker" "start" "-a" "453e33aa48e7c73f878f80dc54a1be1f4b0e2562423f4bd1c67851fda95aa493", kill_on_drop: false }` [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Compiling mapgraph v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | slotmap::{DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap, SparseSecondaryMap}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:36:62 [INFO] [stdout] | [INFO] [stdout] 36 | pub type HopSlotNodeMap = HopSlotMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:43:62 [INFO] [stdout] | [INFO] [stdout] 43 | pub type HopSlotEdgeMap = HopSlotMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/map/slotmap.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | use slotmap::{new_key_type, secondary, DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/map/slotmap.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | impl_primary_map!(HopSlotMap, hop); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s [INFO] running `Command { std: "docker" "inspect" "453e33aa48e7c73f878f80dc54a1be1f4b0e2562423f4bd1c67851fda95aa493", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "453e33aa48e7c73f878f80dc54a1be1f4b0e2562423f4bd1c67851fda95aa493", kill_on_drop: false }` [INFO] [stdout] 453e33aa48e7c73f878f80dc54a1be1f4b0e2562423f4bd1c67851fda95aa493 [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f82b865565dc0c091b850c64a6cd81f90bc03534989e7383cbeaa5bad6ac2ab [INFO] running `Command { std: "docker" "start" "-a" "3f82b865565dc0c091b850c64a6cd81f90bc03534989e7383cbeaa5bad6ac2ab", kill_on_drop: false }` [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Compiling mapgraph v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | slotmap::{DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap, SparseSecondaryMap}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:36:62 [INFO] [stdout] | [INFO] [stdout] 36 | pub type HopSlotNodeMap = HopSlotMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:43:62 [INFO] [stdout] | [INFO] [stdout] 43 | pub type HopSlotEdgeMap = HopSlotMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/map/slotmap.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | use slotmap::{new_key_type, secondary, DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/map/slotmap.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | impl_primary_map!(HopSlotMap, hop); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | slotmap::{DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap, SparseSecondaryMap}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:36:62 [INFO] [stdout] | [INFO] [stdout] 36 | pub type HopSlotNodeMap = HopSlotMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/aliases.rs:43:62 [INFO] [stdout] | [INFO] [stdout] 43 | pub type HopSlotEdgeMap = HopSlotMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/map/slotmap.rs:5:54 [INFO] [stdout] | [INFO] [stdout] 5 | use slotmap::{new_key_type, secondary, DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stdout] --> src/map/slotmap.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | impl_primary_map!(HopSlotMap, hop); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "3f82b865565dc0c091b850c64a6cd81f90bc03534989e7383cbeaa5bad6ac2ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f82b865565dc0c091b850c64a6cd81f90bc03534989e7383cbeaa5bad6ac2ab", kill_on_drop: false }` [INFO] [stdout] 3f82b865565dc0c091b850c64a6cd81f90bc03534989e7383cbeaa5bad6ac2ab [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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d3583e8527d377ce6cba4fc7a9f03b4ec5ab68b5aaf5713de1e81be3ff0f0a49 [INFO] running `Command { std: "docker" "start" "-a" "d3583e8527d377ce6cba4fc7a9f03b4ec5ab68b5aaf5713de1e81be3ff0f0a49", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stderr] --> src/aliases.rs:14:29 [INFO] [stderr] | [INFO] [stderr] 14 | slotmap::{DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap, SparseSecondaryMap}, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stderr] --> src/aliases.rs:36:62 [INFO] [stderr] | [INFO] [stderr] 36 | pub type HopSlotNodeMap = HopSlotMap>; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stderr] --> src/aliases.rs:43:62 [INFO] [stderr] | [INFO] [stderr] 43 | pub type HopSlotEdgeMap = HopSlotMap>; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stderr] --> src/map/slotmap.rs:5:54 [INFO] [stderr] | [INFO] [stderr] 5 | use slotmap::{new_key_type, secondary, DenseSlotMap, HopSlotMap, SecondaryMap, SlotMap}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated struct `slotmap::HopSlotMap`: Use `SlotMap` or `DenseSlotMap` instead, the `HopSlotMap` is no longer maintained and will be removed in 2.0. [INFO] [stderr] --> src/map/slotmap.rs:91:19 [INFO] [stderr] | [INFO] [stderr] 91 | impl_primary_map!(HopSlotMap, hop); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `mapgraph` (lib) generated 5 warnings [INFO] [stderr] warning: `mapgraph` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mapgraph-95022be489341e5a) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test algo::dom::tests::test_imm_dom_simple_diamond ... ok [INFO] [stdout] test algo::dom::tests::test_imm_dom_simple_loop ... ok [INFO] [stdout] test algo::scc::tests::test_simple_loop ... ok [INFO] [stdout] test algo::scc::tests::test_two_loops ... ok [INFO] [stdout] test graph::tests::test_drain_edges ... ok [INFO] [stdout] test graph::tests::test_insert_refs ... ok [INFO] [stdout] test graph::tests::test_drain_edges_incomplete ... ok [INFO] [stdout] test graph::tests::test_split_iter ... ok [INFO] [stdout] test algo::scc::tests::test_irreducible ... ok [INFO] [stdout] test graph::tests::test_remove_edge_complex_cyclic ... ok [INFO] [stdout] test algo::dom::tests::test_imm_dom_nested_loop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests mapgraph [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::find_node (line 446) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::Graph::add_edge (line 1015) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::Graph::replace_edge (line 1100) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::successors (line 581) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::node_weight (line 300) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::Graph::remove_edge (line 1306) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::inputs (line 548) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::Graph::remove_node (line 1151) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::Graph::clear (line 988) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::edge_weight (line 351) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::find_edge (line 410) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::Graph::try_split_node_at_index (line 1554) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::node_weight_mut (line 316) ... ok [INFO] [stdout] test src/lib.rs - (line 164) ... FAILED [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::nodes_range_mut (line 759) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::outputs (line 517) ... ok [INFO] [stdout] test src/lib.rs - (line 182) ... FAILED [INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph::predecessors (line 612) ... ok [INFO] [stdout] test src/lib.rs - (line 116) ... ok [INFO] [stdout] test src/lib.rs - (line 26) ... ok [INFO] [stdout] test src/graph/mod.rs - graph::Graph::unlink_and_remove_node (line 1197) ... ok [INFO] [stdout] test src/lib.rs - (line 71) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 164) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `rayon` in this scope [INFO] [stdout] --> src/lib.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | use rayon::iter::ParallelIterator; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `rayon` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rayon`, use `cargo add rayon` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `par_iter_node_weights_mut` found for struct `Graph>, ...>` in the current scope [INFO] [stdout] --> src/lib.rs:175:6 [INFO] [stdout] | [INFO] [stdout] 174 | / graph [INFO] [stdout] 175 | | .par_iter_node_weights_mut() [INFO] [stdout] | |_____-^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the full name for the type has been written to '/tmp/rustdoctestxX9jYN/rust_out.long-type-1861887380223503548.txt' [INFO] [stdout] = note: consider using `--verbose` to print the full type name to the console [INFO] [stdout] help: there is a method `node_weights_mut` with a similar name [INFO] [stdout] | [INFO] [stdout] 175 - .par_iter_node_weights_mut() [INFO] [stdout] 175 + .node_weights_mut() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 182) stdout ---- [INFO] [stdout] error[E0433]: cannot find module or crate `rayon` in this scope [INFO] [stdout] --> src/lib.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | use rayon::iter::ParallelIterator; [INFO] [stdout] | ^^^^^ use of unresolved module or unlinked crate `rayon` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rayon`, use `cargo add rayon` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `par_iter_mut` found for mutable reference `&mut Nodes>>` in the current scope [INFO] [stdout] --> src/lib.rs:194:7 [INFO] [stdout] | [INFO] [stdout] 194 | nodes.par_iter_mut().for_each(|(_, node)| { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: there is a method `iter_mut` with a similar name [INFO] [stdout] | [INFO] [stdout] 194 - nodes.par_iter_mut().for_each(|(_, node)| { [INFO] [stdout] 194 + nodes.iter_mut().for_each(|(_, node)| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 164) [INFO] [stdout] src/lib.rs - (line 182) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 20 passed; 2 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" "d3583e8527d377ce6cba4fc7a9f03b4ec5ab68b5aaf5713de1e81be3ff0f0a49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3583e8527d377ce6cba4fc7a9f03b4ec5ab68b5aaf5713de1e81be3ff0f0a49", kill_on_drop: false }` [INFO] [stdout] d3583e8527d377ce6cba4fc7a9f03b4ec5ab68b5aaf5713de1e81be3ff0f0a49