[INFO] cloning repository https://github.com/superdaminou/ilmen-dot-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/superdaminou/ilmen-dot-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuperdaminou%2Filmen-dot-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuperdaminou%2Filmen-dot-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 49bbbcebbcdd57e10170e4e003d0c97aee50e5e6
[INFO] checking superdaminou/ilmen-dot-parser against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuperdaminou%2Filmen-dot-parser" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/superdaminou/ilmen-dot-parser
[INFO] finished tweaking git repo https://github.com/superdaminou/ilmen-dot-parser
[INFO] tweaked toml for git repo https://github.com/superdaminou/ilmen-dot-parser written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/superdaminou/ilmen-dot-parser on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/superdaminou/ilmen-dot-parser already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `ilmen-dot-parser` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v2.0.9
[INFO] [stderr]   Downloaded thiserror-impl v2.0.9
[INFO] [stderr]   Downloaded syn v2.0.93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c
[INFO] running `Command { std: "docker" "start" "bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key: package.author
[INFO] [stderr] warning: `ilmen-dot-parser` (manifest) generated 1 warning
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling thiserror v2.0.9
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.93
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.9
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]     Checking petgraph v0.7.1
[INFO] [stderr]     Checking ilmen-dot-parser v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find type `HashMap` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:65:29
[INFO] [stdout]    |
[INFO] [stdout] 65 |         let mut first_map = HashMap::new();
[INFO] [stdout]    |                             ^^^^^^^ use of undeclared type `HashMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use std::collections::HashMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashMap` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:67:30
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let mut second_map = HashMap::new();
[INFO] [stdout]    |                              ^^^^^^^ use of undeclared type `HashMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use std::collections::HashMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Node` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:70:37
[INFO] [stdout]    |
[INFO] [stdout] 70 |         let combinations :Vec<(&str,Node)> = vec![
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Node;
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use petgraph::graph::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |             ("A", Node::new("A", Attributs::default())),
[INFO] [stdout]    |                   ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Node;
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use petgraph::graph::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attributs` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:71:34
[INFO] [stdout]    |
[INFO] [stdout] 71 |             ("A", Node::new("A", Attributs::default())),
[INFO] [stdout]    |                                  ^^^^^^^^^ use of undeclared type `Attributs`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Attributs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:72:29
[INFO] [stdout]    |
[INFO] [stdout] 72 |             ("A_long_name", Node::new("A_long_name", Attributs::default())),
[INFO] [stdout]    |                             ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Node;
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use petgraph::graph::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attributs` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:72:54
[INFO] [stdout]    |
[INFO] [stdout] 72 |             ("A_long_name", Node::new("A_long_name", Attributs::default())),
[INFO] [stdout]    |                                                      ^^^^^^^^^ use of undeclared type `Attributs`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Attributs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:73:44
[INFO] [stdout]    |
[INFO] [stdout] 73 |             ("Bepourquoi[label=\"toto\"]", Node::new("Bepourquoi",Attributs::from(first_map))),
[INFO] [stdout]    |                                            ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Node;
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use petgraph::graph::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attributs` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:73:67
[INFO] [stdout]    |
[INFO] [stdout] 73 |             ("Bepourquoi[label=\"toto\"]", Node::new("Bepourquoi",Attributs::from(first_map))),
[INFO] [stdout]    |                                                                   ^^^^^^^^^ use of undeclared type `Attributs`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Attributs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:74:53
[INFO] [stdout]    |
[INFO] [stdout] 74 |             ("Bepourquoi[label=\"toto\",encore=2]", Node::new("Bepourquoi", Attributs::from(second_map)))
[INFO] [stdout]    |                                                     ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Node;
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use petgraph::graph::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attributs` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:74:77
[INFO] [stdout]    |
[INFO] [stdout] 74 |             ("Bepourquoi[label=\"toto\",encore=2]", Node::new("Bepourquoi", Attributs::from(second_map)))
[INFO] [stdout]    |                                                                             ^^^^^^^^^ use of undeclared type `Attributs`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Attributs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Node` in this scope
[INFO] [stdout]   --> src/dot_parser/node.rs:78:64
[INFO] [stdout]    |
[INFO] [stdout] 78 |         combinations.iter().for_each(|combinaisons| assert_eq!(Node::try_from(&combinaisons.0.to_string()).unwrap(), combinaisons.1));
[INFO] [stdout]    |                                                                ^^^^ use of undeclared type `Node`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use crate::Node;
[INFO] [stdout]    |
[INFO] [stdout] 62 +     use petgraph::graph::Node;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `HashMap` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let mut  map = HashMap::new();
[INFO] [stdout]    |                        ^^^^^^^ use of undeclared type `HashMap`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use std::collections::HashMap;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:61:37
[INFO] [stdout]    |
[INFO] [stdout] 61 |         let combinations :Vec<(&str,Edge)> = vec![
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::graph::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Edge` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:62:22
[INFO] [stdout]    |
[INFO] [stdout] 62 | ...   ("A->B", Edge{node_out: "A".to_string(), node_in: "B".to_string(), relation: TypeRelation::Oriente, attributs: Attributs::defa...
[INFO] [stdout]    |                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::data::Element::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::graph::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TypeRelation` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:62:90
[INFO] [stdout]    |
[INFO] [stdout] 62 | ...), node_in: "B".to_string(), relation: TypeRelation::Oriente, attributs: Attributs::default()}),
[INFO] [stdout]    |                                           ^^^^^^^^^^^^ use of undeclared type `TypeRelation`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::TypeRelation;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attributs` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:62:124
[INFO] [stdout]    |
[INFO] [stdout] 62 | ...lation: TypeRelation::Oriente, attributs: Attributs::default()}),
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `Attributs`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Attributs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Edge` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:63:26
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...   (" A -> B ", Edge{node_out: "A".to_string(), node_in: "B".to_string(), relation: TypeRelation::Oriente, attributs: Attributs::...
[INFO] [stdout]    |                    ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::data::Element::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::graph::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TypeRelation` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:63:94
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...), node_in: "B".to_string(), relation: TypeRelation::Oriente, attributs: Attributs::default()}),
[INFO] [stdout]    |                                           ^^^^^^^^^^^^ use of undeclared type `TypeRelation`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::TypeRelation;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attributs` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:63:128
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...lation: TypeRelation::Oriente, attributs: Attributs::default()}),
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `Attributs`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Attributs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Edge` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:64:33
[INFO] [stdout]    |
[INFO] [stdout] 64 | ...   ("A->B[toto=tutu]", Edge{node_out: "A".to_string(), node_in: "B".to_string(), relation: TypeRelation::Oriente, attributs: Attr...
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::data::Element::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::graph::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TypeRelation` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:64:101
[INFO] [stdout]    |
[INFO] [stdout] 64 | ...), node_in: "B".to_string(), relation: TypeRelation::Oriente, attributs: Attributs::from(map)})
[INFO] [stdout]    |                                           ^^^^^^^^^^^^ use of undeclared type `TypeRelation`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::TypeRelation;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Attributs` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:64:135
[INFO] [stdout]    |
[INFO] [stdout] 64 | ...lation: TypeRelation::Oriente, attributs: Attributs::from(map)})
[INFO] [stdout]    |                                              ^^^^^^^^^ use of undeclared type `Attributs`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Attributs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Edge` in this scope
[INFO] [stdout]   --> src/dot_parser/edge.rs:68:64
[INFO] [stdout]    |
[INFO] [stdout] 68 |         combinations.iter().for_each(|combinaisons| assert_eq!(Edge::try_from((combinaisons.0, "->")).unwrap(), combinaisons.1));
[INFO] [stdout]    |                                                                ^^^^ use of undeclared type `Edge`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use crate::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 57 +     use petgraph::graph::Edge;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ilmen-dot-parser` (lib test) due to 24 previous errors
[INFO] [stderr] warning: unused dependency `petgraph`
[INFO] [stderr]  --> Cargo.toml:7:15
[INFO] [stderr]   |
[INFO] [stderr] 7 | [dependencies.petgraph]
[INFO] [stderr]   |               ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `petgraph`
[INFO] [stderr] warning: `ilmen-dot-parser` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "inspect" "bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c", kill_on_drop: false }`
[INFO] [stdout] bf198a7e53f47cd02f7ff441c8950addb8525467c201b72040a8eccd5bff9f6c
