[INFO] fetching crate flow-graph 0.23.0...
[INFO] checking flow-graph-0.23.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate flow-graph 0.23.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate flow-graph 0.23.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate flow-graph 0.23.0
[INFO] finished tweaking crates.io crate flow-graph 0.23.0
[INFO] tweaked toml for crates.io crate flow-graph 0.23.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6d793578d26fe0d73cad6ae3dab91ac0120bffb0773718fb8c8b4295a499e064
[INFO] running `Command { std: "docker" "start" "-a" "6d793578d26fe0d73cad6ae3dab91ac0120bffb0773718fb8c8b4295a499e064", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d793578d26fe0d73cad6ae3dab91ac0120bffb0773718fb8c8b4295a499e064", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d793578d26fe0d73cad6ae3dab91ac0120bffb0773718fb8c8b4295a499e064", kill_on_drop: false }`
[INFO] [stdout] 6d793578d26fe0d73cad6ae3dab91ac0120bffb0773718fb8c8b4295a499e064
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e873ce4cf740ed10e654627c4a60df24d54eccb1826a804b791c6148264eefa
[INFO] running `Command { std: "docker" "start" "-a" "7e873ce4cf740ed10e654627c4a60df24d54eccb1826a804b791c6148264eefa", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking flow-graph v0.23.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stdout]   --> src/lib.rs:91:3
[INFO] [stdout]    |
[INFO] [stdout] 91 |   private_in_public,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Connection` is imported redundantly
[INFO] [stdout]    --> src/schematic/iterators/connection.rs:2:13
[INFO] [stdout]     |
[INFO] [stdout] 1   | use super::*;
[INFO] [stdout]     |     -------- the item `Connection` is already imported here
[INFO] [stdout] 2   | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:100:3
[INFO] [stdout]     |
[INFO] [stdout] 100 |   unused,
[INFO] [stdout]     |   ^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `ConnectionIndex` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/connection.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `ConnectionIndex` is already imported here
[INFO] [stdout] 2 | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Schematic` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/node.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `Schematic` is already imported here
[INFO] [stdout] 2 | use crate::node::{Node, NodeKind};
[INFO] [stdout] 3 | use crate::{NodeIndex, Schematic};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `NodePort` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `NodePort` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortDirection` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortDirection` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout] 3 | use crate::port::PortDirection;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortReference` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortReference` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 4 | use crate::{NodeIndex, PortReference};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stdout]   --> src/lib.rs:91:3
[INFO] [stdout]    |
[INFO] [stdout] 91 |   private_in_public,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Connection` is imported redundantly
[INFO] [stdout]    --> src/schematic/iterators/connection.rs:2:13
[INFO] [stdout]     |
[INFO] [stdout] 1   | use super::*;
[INFO] [stdout]     |     -------- the item `Connection` is already imported here
[INFO] [stdout] 2   | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:100:3
[INFO] [stdout]     |
[INFO] [stdout] 100 |   unused,
[INFO] [stdout]     |   ^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `ConnectionIndex` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/connection.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `ConnectionIndex` is already imported here
[INFO] [stdout] 2 | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Schematic` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/node.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `Schematic` is already imported here
[INFO] [stdout] 2 | use crate::node::{Node, NodeKind};
[INFO] [stdout] 3 | use crate::{NodeIndex, Schematic};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `NodePort` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `NodePort` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortDirection` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortDirection` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout] 3 | use crate::port::PortDirection;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortReference` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortReference` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 4 | use crate::{NodeIndex, PortReference};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flow-graph` (lib) due to 7 previous errors; 1 warning emitted
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `flow-graph` (lib test) due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "7e873ce4cf740ed10e654627c4a60df24d54eccb1826a804b791c6148264eefa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e873ce4cf740ed10e654627c4a60df24d54eccb1826a804b791c6148264eefa", kill_on_drop: false }`
[INFO] [stdout] 7e873ce4cf740ed10e654627c4a60df24d54eccb1826a804b791c6148264eefa
[INFO] checking flow-graph-0.23.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate flow-graph 0.23.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate flow-graph 0.23.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate flow-graph 0.23.0
[INFO] finished tweaking crates.io crate flow-graph 0.23.0
[INFO] tweaked toml for crates.io crate flow-graph 0.23.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 181f61323aa1f4c837bd6f8c8f53ea8bbaea15679bdb7bb75f3d56985fbc0d86
[INFO] running `Command { std: "docker" "start" "-a" "181f61323aa1f4c837bd6f8c8f53ea8bbaea15679bdb7bb75f3d56985fbc0d86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "181f61323aa1f4c837bd6f8c8f53ea8bbaea15679bdb7bb75f3d56985fbc0d86", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "181f61323aa1f4c837bd6f8c8f53ea8bbaea15679bdb7bb75f3d56985fbc0d86", kill_on_drop: false }`
[INFO] [stdout] 181f61323aa1f4c837bd6f8c8f53ea8bbaea15679bdb7bb75f3d56985fbc0d86
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5fc3a12eab9a2b6322a58fb07d065a8e837c2ade88a1919b4dda7dcbf2232f26
[INFO] running `Command { std: "docker" "start" "-a" "5fc3a12eab9a2b6322a58fb07d065a8e837c2ade88a1919b4dda7dcbf2232f26", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking flow-graph v0.23.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stdout]   --> src/lib.rs:91:3
[INFO] [stdout]    |
[INFO] [stdout] 91 |   private_in_public,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Connection` is imported redundantly
[INFO] [stdout]    --> src/schematic/iterators/connection.rs:2:13
[INFO] [stdout]     |
[INFO] [stdout] 1   | use super::*;
[INFO] [stdout]     |     -------- the item `Connection` is already imported here
[INFO] [stdout] 2   | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:100:3
[INFO] [stdout]     |
[INFO] [stdout] 100 |   unused,
[INFO] [stdout]     |   ^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `ConnectionIndex` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/connection.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `ConnectionIndex` is already imported here
[INFO] [stdout] 2 | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Schematic` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/node.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `Schematic` is already imported here
[INFO] [stdout] 2 | use crate::node::{Node, NodeKind};
[INFO] [stdout] 3 | use crate::{NodeIndex, Schematic};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stdout]   --> src/lib.rs:91:3
[INFO] [stdout]    |
[INFO] [stdout] 91 |   private_in_public,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Connection` is imported redundantly
[INFO] [stdout]    --> src/schematic/iterators/connection.rs:2:13
[INFO] [stdout]     |
[INFO] [stdout] 1   | use super::*;
[INFO] [stdout]     |     -------- the item `Connection` is already imported here
[INFO] [stdout] 2   | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:100:3
[INFO] [stdout]     |
[INFO] [stdout] 100 |   unused,
[INFO] [stdout]     |   ^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_imports)]` implied by `#[deny(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `ConnectionIndex` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/connection.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `ConnectionIndex` is already imported here
[INFO] [stdout] 2 | use crate::{Connection, ConnectionIndex};
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `Schematic` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/node.rs:3:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `Schematic` is already imported here
[INFO] [stdout] 2 | use crate::node::{Node, NodeKind};
[INFO] [stdout] 3 | use crate::{NodeIndex, Schematic};
[INFO] [stdout]   |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `NodePort` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `NodePort` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortDirection` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortDirection` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout] 3 | use crate::port::PortDirection;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortReference` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortReference` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 4 | use crate::{NodeIndex, PortReference};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `NodePort` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `NodePort` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortDirection` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortDirection` is already imported here
[INFO] [stdout] 2 | use crate::node::NodePort;
[INFO] [stdout] 3 | use crate::port::PortDirection;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the item `PortReference` is imported redundantly
[INFO] [stdout]  --> src/schematic/iterators/port.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::*;
[INFO] [stdout]   |     -------- the item `PortReference` is already imported here
[INFO] [stdout] ...
[INFO] [stdout] 4 | use crate::{NodeIndex, PortReference};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flow-graph` (lib test) due to 7 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 6 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flow-graph` (lib) due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "5fc3a12eab9a2b6322a58fb07d065a8e837c2ade88a1919b4dda7dcbf2232f26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fc3a12eab9a2b6322a58fb07d065a8e837c2ade88a1919b4dda7dcbf2232f26", kill_on_drop: false }`
[INFO] [stdout] 5fc3a12eab9a2b6322a58fb07d065a8e837c2ade88a1919b4dda7dcbf2232f26
