[INFO] fetching crate despatma 0.1.0...
[INFO] checking despatma-0.1.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate despatma 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate despatma 0.1.0 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate despatma 0.1.0
[INFO] finished tweaking crates.io crate despatma 0.1.0
[INFO] tweaked toml for crates.io crate despatma 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded output_vt100 v0.1.3
[INFO] [stderr]   Downloaded macrotest v1.0.9
[INFO] [stderr]   Downloaded pretty_assertions v0.6.1
[INFO] [stderr]   Downloaded despatma-lib v0.1.0
[INFO] [stderr]   Downloaded tokenstream2-tmpl v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60e640623fa86c72572421d0b7e101ca54776402cabbb97b5beb46a9d5ab8665
[INFO] running `Command { std: "docker" "start" "-a" "60e640623fa86c72572421d0b7e101ca54776402cabbb97b5beb46a9d5ab8665", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60e640623fa86c72572421d0b7e101ca54776402cabbb97b5beb46a9d5ab8665", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60e640623fa86c72572421d0b7e101ca54776402cabbb97b5beb46a9d5ab8665", kill_on_drop: false }`
[INFO] [stdout] 60e640623fa86c72572421d0b7e101ca54776402cabbb97b5beb46a9d5ab8665
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ab989c8bc886e07a9c333dfc54ee07aae5eb7a0f3063579b812349fb1013792
[INFO] running `Command { std: "docker" "start" "-a" "4ab989c8bc886e07a9c333dfc54ee07aae5eb7a0f3063579b812349fb1013792", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]    Compiling trybuild v1.0.89
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking pretty_assertions v0.6.1
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking tokenstream2-tmpl v0.1.1
[INFO] [stderr]     Checking despatma-lib v0.1.0
[INFO] [stderr]     Checking despatma v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking basic-toml v0.1.8
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking macrotest v1.0.9
[INFO] [stdout] error[E0432]: unresolved import `despatma_test_helpers`
[INFO] [stdout]   --> src/abstract_factory.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     use despatma_test_helpers::reformat;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `despatma_test_helpers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `despatma_test_helpers`
[INFO] [stdout]    --> src/visitor.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |     use despatma_test_helpers::reformat;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `despatma_test_helpers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `AnnotatedType<SimpleType>: std::cmp::Eq` is not satisfied
[INFO] [stdout]   --> src/visitor.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg_attr(test, derive(Eq, PartialEq, Debug))]
[INFO] [stdout]    |                         -- in this derive macro expansion
[INFO] [stdout] 29 | pub struct VisitorFunction {
[INFO] [stdout] 30 |     types: Punctuated<AnnotatedType<SimpleType>, Token![,]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `AnnotatedType<SimpleType>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::cmp::Eq` is implemented for `syn::punctuated::Punctuated<T, P>`
[INFO] [stdout]    = note: required for `syn::punctuated::Punctuated<AnnotatedType<SimpleType>, syn::token::Comma>` to implement `std::cmp::Eq`
[INFO] [stdout] note: required by a bound in `AssertParamIsEq`
[INFO] [stdout]   --> /rustc/5518eaa946291f00471af8b254b2a1715f234882/library/core/src/cmp.rs:339:1
[INFO] [stdout]    = note: this error originates in the derive macro `Eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `syn::punctuated::Punctuated<AnnotatedType<SimpleType>, syn::token::Comma>`
[INFO] [stdout]   --> src/visitor.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg_attr(test, derive(Eq, PartialEq, Debug))]
[INFO] [stdout]    |                             --------- in this derive macro expansion
[INFO] [stdout] 29 | pub struct VisitorFunction {
[INFO] [stdout] 30 |     types: Punctuated<AnnotatedType<SimpleType>, Token![,]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `PartialEq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `AnnotatedType<SimpleType>` doesn't implement `Debug`
[INFO] [stdout]   --> src/visitor.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[cfg_attr(test, derive(Eq, PartialEq, Debug))]
[INFO] [stdout]    |                                        ----- in this derive macro expansion
[INFO] [stdout] 29 | pub struct VisitorFunction {
[INFO] [stdout] 30 |     types: Punctuated<AnnotatedType<SimpleType>, Token![,]>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `AnnotatedType<SimpleType>` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Debug` is not implemented for `AnnotatedType<SimpleType>`
[INFO] [stdout]    = help: the trait `Debug` is implemented for `syn::punctuated::Punctuated<T, P>`
[INFO] [stdout]    = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `despatma` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "4ab989c8bc886e07a9c333dfc54ee07aae5eb7a0f3063579b812349fb1013792", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ab989c8bc886e07a9c333dfc54ee07aae5eb7a0f3063579b812349fb1013792", kill_on_drop: false }`
[INFO] [stdout] 4ab989c8bc886e07a9c333dfc54ee07aae5eb7a0f3063579b812349fb1013792
