[INFO] fetching crate mapgraph 0.12.0...
[INFO] testing mapgraph-0.12.0 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[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 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d62089c3c7810b7c74ffa7ebb6d8ea41ed6cb076ae8c5745b5dfea78017b78d5
[INFO] running `Command { std: "docker" "start" "-a" "d62089c3c7810b7c74ffa7ebb6d8ea41ed6cb076ae8c5745b5dfea78017b78d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d62089c3c7810b7c74ffa7ebb6d8ea41ed6cb076ae8c5745b5dfea78017b78d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d62089c3c7810b7c74ffa7ebb6d8ea41ed6cb076ae8c5745b5dfea78017b78d5", kill_on_drop: false }`
[INFO] [stdout] d62089c3c7810b7c74ffa7ebb6d8ea41ed6cb076ae8c5745b5dfea78017b78d5
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ec6c4447efe842251e25702e96e602720fa3036b31e43655835ad3c46198071
[INFO] running `Command { std: "docker" "start" "-a" "0ec6c4447efe842251e25702e96e602720fa3036b31e43655835ad3c46198071", 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<N, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<NI, Node<N, EI>>;
[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<E, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<EI, Edge<E, NI, EI>>;
[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 1.71s
[INFO] running `Command { std: "docker" "inspect" "0ec6c4447efe842251e25702e96e602720fa3036b31e43655835ad3c46198071", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ec6c4447efe842251e25702e96e602720fa3036b31e43655835ad3c46198071", kill_on_drop: false }`
[INFO] [stdout] 0ec6c4447efe842251e25702e96e602720fa3036b31e43655835ad3c46198071
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6afcf61ebe401acccefcabe5471f36d1c49723a9b4057178e56fa43f87635ed
[INFO] running `Command { std: "docker" "start" "-a" "b6afcf61ebe401acccefcabe5471f36d1c49723a9b4057178e56fa43f87635ed", 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<N, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<NI, Node<N, EI>>;
[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<E, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<EI, Edge<E, NI, EI>>;
[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<N, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<NI, Node<N, EI>>;
[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<E, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<EI, Edge<E, NI, EI>>;
[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 3.10s
[INFO] running `Command { std: "docker" "inspect" "b6afcf61ebe401acccefcabe5471f36d1c49723a9b4057178e56fa43f87635ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6afcf61ebe401acccefcabe5471f36d1c49723a9b4057178e56fa43f87635ed", kill_on_drop: false }`
[INFO] [stdout] b6afcf61ebe401acccefcabe5471f36d1c49723a9b4057178e56fa43f87635ed
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3b5f7acf0a7956fcc90292d0effa311e55da4c36907588c3c0838d932018db24
[INFO] running `Command { std: "docker" "start" "-a" "3b5f7acf0a7956fcc90292d0effa311e55da4c36907588c3c0838d932018db24", 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<N, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<NI, Node<N, EI>>;
[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<E, NI = NodeIndex, EI = EdgeIndex> = HopSlotMap<EI, Edge<E, NI, EI>>;
[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.06s
[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_nested_loop ... ok
[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_two_loops ... ok
[INFO] [stdout] test graph::tests::test_drain_edges ... ok
[INFO] [stdout] test graph::tests::test_drain_edges_incomplete ... ok
[INFO] [stdout] test algo::scc::tests::test_simple_loop ... ok
[INFO] [stdout] test graph::tests::test_insert_refs ... ok
[INFO] [stdout] test graph::tests::test_remove_edge_complex_cyclic ... ok
[INFO] [stdout] test graph::tests::test_split_iter ... ok
[INFO] [stderr]    Doc-tests mapgraph
[INFO] [stdout] test algo::scc::tests::test_irreducible ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::find_node (line 446) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::node_weight (line 300) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::nodes_range_mut (line 759) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::inputs (line 548) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::edge_weight (line 351) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::find_edge (line 410) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::outputs (line 517) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::node_weight_mut (line 316) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::Graph<N,E,NI,EI,NM,EM>::add_edge (line 1015) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::Graph<N,E,NI,EI,NM,EM>::remove_edge (line 1306) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::predecessors (line 612) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::Graph<N,E,NI,EI,NM,EM>::clear (line 988) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::Graph<N,E,NI,EI,NM,EM>::remove_node (line 1151) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::Graph<N,E,NI,EI,NM,EM>::replace_edge (line 1100) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::Graph<N,E,NI,EI,NM,EM>::try_split_node_at_index (line 1554) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::Graph<N,E,NI,EI,NM,EM>::unlink_and_remove_node (line 1197) ... ok
[INFO] [stdout] test src/lib.rs - (line 164) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 182) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 116) ... ok
[INFO] [stdout] test src/graph/mod.rs - graph::FrozenGraph<N,E,NI,EI,NM,EM>::successors (line 581) ... ok
[INFO] [stdout] test src/lib.rs - (line 71) ... ok
[INFO] [stdout] test src/lib.rs - (line 26) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 164) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rayon`
[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<i32, i32, &str, EdgeIndex, HashMap<&str, Node<i32, ...>>, ...>` 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/rustdoctestid0nW4/rust_out.long-type-15818756891384597561.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]: failed to resolve: use of unresolved module or unlinked crate `rayon`
[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<i32, EdgeIndex, HashMap<&str, Node<i32, EdgeIndex>>>` 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[E0282]: type annotations needed for `(_, _)`
[INFO] [stdout]    --> src/lib.rs:194:32
[INFO] [stdout]     |
[INFO] [stdout] 194 | nodes.par_iter_mut().for_each(|(_, node)| {
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 195 |     // let's sum all the weight of outgoing edges of that node
[INFO] [stdout] 196 |     let mut outputs_walker = node.walk_outputs();
[INFO] [stdout]     |                              ---- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type, where the placeholders `_` are specified
[INFO] [stdout]     |
[INFO] [stdout] 194 | nodes.par_iter_mut().for_each(|(_, node): (_, _)| {
[INFO] [stdout]     |                                         ++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> src/lib.rs:199:17
[INFO] [stdout]     |
[INFO] [stdout] 199 |         sum += *edge.weight();
[INFO] [stdout]     |                 ^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[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 3.33s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "3b5f7acf0a7956fcc90292d0effa311e55da4c36907588c3c0838d932018db24", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b5f7acf0a7956fcc90292d0effa311e55da4c36907588c3c0838d932018db24", kill_on_drop: false }`
[INFO] [stdout] 3b5f7acf0a7956fcc90292d0effa311e55da4c36907588c3c0838d932018db24
