[INFO] fetching crate dot-parser 0.3.3...
[INFO] checking dot-parser-0.3.3 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate dot-parser 0.3.3 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate dot-parser 0.3.3 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate dot-parser 0.3.3
[INFO] finished tweaking crates.io crate dot-parser 0.3.3
[INFO] tweaked toml for crates.io crate dot-parser 0.3.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate dot-parser 0.3.3 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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c2fc48deeda59c24b33e8af60f1bcef4b265eb9aedcbe29405e529fdd5216e7d
[INFO] running `Command { std: "docker" "start" "-a" "c2fc48deeda59c24b33e8af60f1bcef4b265eb9aedcbe29405e529fdd5216e7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2fc48deeda59c24b33e8af60f1bcef4b265eb9aedcbe29405e529fdd5216e7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2fc48deeda59c24b33e8af60f1bcef4b265eb9aedcbe29405e529fdd5216e7d", kill_on_drop: false }`
[INFO] [stdout] c2fc48deeda59c24b33e8af60f1bcef4b265eb9aedcbe29405e529fdd5216e7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a9fdbfc262564b343ed4fffb230725b45c9d187e509ca8f1cd5e4a5ffff096f
[INFO] running `Command { std: "docker" "start" "-a" "5a9fdbfc262564b343ed4fffb230725b45c9d187e509ca8f1cd5e4a5ffff096f", kill_on_drop: false }`
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]     Checking pest v2.7.14
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]     Checking dot-parser v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `petgraph`
[INFO] [stdout]   --> examples/example.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |             let petgraph: petgraph::graph::Graph<_, _> = canonical::Graph::from(graph).into();
[INFO] [stdout]    |                           ^^^^^^^^ use of undeclared crate or module `petgraph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `AList<String>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> examples/extract_labels.rs:41:39
[INFO] [stdout]    |
[INFO] [stdout] 41 |         println!("{} -- {}", node.id, node.attr)
[INFO] [stdout]    |                                       ^^^^^^^^^ `AList<String>` cannot be formatted with the default formatter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `AList<String>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `AList<String>` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> examples/extract_labels.rs:45:56
[INFO] [stdout]    |
[INFO] [stdout] 45 |         println!("{} -> {} -- {}", edge.from, edge.to, edge.attr)
[INFO] [stdout]    |                                                        ^^^^^^^^^ `AList<String>` cannot be formatted with the default formatter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `AList<String>`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `petgraph`
[INFO] [stdout]   --> examples/keywords.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 |             let petgraph: petgraph::graph::Graph<_, _> = canonical::Graph::from(graph).into();
[INFO] [stdout]    |                           ^^^^^^^^ use of undeclared crate or module `petgraph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dot-parser` (example "extract_labels") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dot-parser` (example "example") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dot-parser` (example "keywords") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5a9fdbfc262564b343ed4fffb230725b45c9d187e509ca8f1cd5e4a5ffff096f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a9fdbfc262564b343ed4fffb230725b45c9d187e509ca8f1cd5e4a5ffff096f", kill_on_drop: false }`
[INFO] [stdout] 5a9fdbfc262564b343ed4fffb230725b45c9d187e509ca8f1cd5e4a5ffff096f
