[INFO] fetching crate chandeliers-syn 0.5.0...
[INFO] checking chandeliers-syn-0.5.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate chandeliers-syn 0.5.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate chandeliers-syn 0.5.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chandeliers-syn 0.5.0
[INFO] finished tweaking crates.io crate chandeliers-syn 0.5.0
[INFO] tweaked toml for crates.io crate chandeliers-syn 0.5.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding chandeliers-err v0.5.2 (latest: v1.0.0)
[INFO] [stderr]       Adding chandeliers-san v0.5.2 (latest: v1.0.0)
[INFO] [stderr]       Adding chandeliers-sem v0.5.2 (latest: v1.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded syn_derive v0.1.8
[INFO] [stderr]   Downloaded replace_with v0.1.7
[INFO] [stderr]   Downloaded chandeliers-sem v0.5.2
[INFO] [stderr]   Downloaded chandeliers-err v0.5.2
[INFO] [stderr]   Downloaded chandeliers-san v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] deeb8a301b757298102e8f5724f41277e81cb1f9ae109803f4f72e5374830ebf
[INFO] running `Command { std: "docker" "start" "-a" "deeb8a301b757298102e8f5724f41277e81cb1f9ae109803f4f72e5374830ebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "deeb8a301b757298102e8f5724f41277e81cb1f9ae109803f4f72e5374830ebf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "deeb8a301b757298102e8f5724f41277e81cb1f9ae109803f4f72e5374830ebf", kill_on_drop: false }`
[INFO] [stdout] deeb8a301b757298102e8f5724f41277e81cb1f9ae109803f4f72e5374830ebf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8eaebae8b67827bf0f36f9eaaf57697ec12854bdbac251ffcb81164ce79dec70
[INFO] running `Command { std: "docker" "start" "-a" "8eaebae8b67827bf0f36f9eaaf57697ec12854bdbac251ffcb81164ce79dec70", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking replace_with v0.1.7
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking chandeliers-sem v0.5.2
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking chandeliers-err v0.5.2
[INFO] [stderr]     Checking syn v2.0.60
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking chandeliers-san v0.5.2
[INFO] [stderr]    Compiling syn_derive v0.1.8
[INFO] [stderr]     Checking chandeliers-syn v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `chandeliers_err::Basic`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:107:31
[INFO] [stdout]     |
[INFO] [stdout] 107 |             eaccum.error(err::Basic {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chandeliers_err::Basic`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:107:31
[INFO] [stdout]     |
[INFO] [stdout] 107 |             eaccum.error(err::Basic {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::msg`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 msg: format!(
[INFO] [stdout] 109 | |                     "The attribute {} is not valid here (does not apply to {current})",
[INFO] [stdout] 110 | |                     self.message
[INFO] [stdout] 111 | |                 ),
[INFO] [stdout]     | |_________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::span`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 | /                 span: self.span.unwrap_or_else(|| {
[INFO] [stdout] 113 | |                     err::abort!("Malformed `SetOpt`: it has a `value` but no `span`")
[INFO] [stdout] 114 | |                 }),
[INFO] [stdout]     | |__________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::Node`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 194 | /         project! {
[INFO] [stdout] 195 | |             ?_acc => self: Decl => Node {
[INFO] [stdout] 196 | |                 take { trace, export, main, rustc_allow, doc, public, impl_trait, test, }
[INFO] [stdout] 197 | |                 skip {}
[INFO] [stdout] 198 | |             }
[INFO] [stdout] 199 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::ExtNode`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 214 | /         project! {
[INFO] [stdout] 215 | |             ?eaccum => self: Decl => ExtNode {
[INFO] [stdout] 216 | |                 take { trace, main, rustc_allow, }
[INFO] [stdout] 217 | |                 skip { export, doc, public, impl_trait, test, }
[INFO] [stdout] 218 | |             }
[INFO] [stdout] 219 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 304 | |                         msg:("expects either no arguments or one of `stderr`/`stdout`")
[INFO] [stdout] 305 | |                         syn:("`#[trace]`")
[INFO] [stdout] 306 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 314 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 315 | |                         msg:("expects at most two arguments, both strings (input and output formats)")
[INFO] [stdout] 316 | |                         syn:("`#[trace(\"in\", \"out\")]`")
[INFO] [stdout] 317 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 319 |                   duplicate!(trace);
[INFO] [stdout]     |                   ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 324 |                       conflicting!(export, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 325 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 328 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 329 | |                     msg:("expects no arguments")
[INFO] [stdout] 330 | |                     syn:("`#[export]`")
[INFO] [stdout] 331 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 335 |                       conflicting!(public, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 336 |                       duplicate!(public);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 337 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 341 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 342 | |                     msg:("expects no arguments")
[INFO] [stdout] 343 | |                     syn:("`#[pub]`")
[INFO] [stdout] 344 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 348 |                       duplicate!(impl_trait);
[INFO] [stdout]     |                       ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 352 | |                     msg:("expects no arguments")
[INFO] [stdout] 353 | |                     syn:("`#[trait]`")
[INFO] [stdout] 354 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 358 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 359 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 363 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 364 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 370 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 371 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 372 | |                     syn:("`#[main]` or `#[main(42)]`")
[INFO] [stdout] 373 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 377 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 378 |                       conflicting!(test, public);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 379 |                       conflicting!(test, export);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 380 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::msg`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 msg: format!(
[INFO] [stdout] 109 | |                     "The attribute {} is not valid here (does not apply to {current})",
[INFO] [stdout] 110 | |                     self.message
[INFO] [stdout] 111 | |                 ),
[INFO] [stdout]     | |_________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::span`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 | /                 span: self.span.unwrap_or_else(|| {
[INFO] [stdout] 113 | |                     err::abort!("Malformed `SetOpt`: it has a `value` but no `span`")
[INFO] [stdout] 114 | |                 }),
[INFO] [stdout]     | |__________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 384 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 385 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 391 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 392 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 393 | |                     syn:("`#[test]` or `#[test(42)]`")
[INFO] [stdout] 394 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 401 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 402 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 403 | |                     syn:("`#[rustc_allow[dead_code]]`")
[INFO] [stdout] 404 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::Node`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 194 | /         project! {
[INFO] [stdout] 195 | |             ?_acc => self: Decl => Node {
[INFO] [stdout] 196 | |                 take { trace, export, main, rustc_allow, doc, public, impl_trait, test, }
[INFO] [stdout] 197 | |                 skip {}
[INFO] [stdout] 198 | |             }
[INFO] [stdout] 199 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 411 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 412 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 413 | |                     syn:("`#[clippy_allow[len_zero]]`")
[INFO] [stdout] 414 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::ExtNode`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 214 | /         project! {
[INFO] [stdout] 215 | |             ?eaccum => self: Decl => ExtNode {
[INFO] [stdout] 216 | |                 take { trace, main, rustc_allow, }
[INFO] [stdout] 217 | |                 skip { export, doc, public, impl_trait, test, }
[INFO] [stdout] 218 | |             }
[INFO] [stdout] 219 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 421 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 422 | |                     msg:("expects exactly one string")
[INFO] [stdout] 423 | |                     syn:("`#[doc(\"Message\")]`")
[INFO] [stdout] 424 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 426 |               _ => malformed!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 427 | |                 msg:("no such attribute")
[INFO] [stdout] 428 | |                 note:("See the available options and their definition at {}#compilation-options", err::repo!()) //FIXME
[INFO] [stdout] 429 | |             ),
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 304 | |                         msg:("expects either no arguments or one of `stderr`/`stdout`")
[INFO] [stdout] 305 | |                         syn:("`#[trace]`")
[INFO] [stdout] 306 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 314 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 315 | |                         msg:("expects at most two arguments, both strings (input and output formats)")
[INFO] [stdout] 316 | |                         syn:("`#[trace(\"in\", \"out\")]`")
[INFO] [stdout] 317 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 319 |                   duplicate!(trace);
[INFO] [stdout]     |                   ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 324 |                       conflicting!(export, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 325 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 328 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 329 | |                     msg:("expects no arguments")
[INFO] [stdout] 330 | |                     syn:("`#[export]`")
[INFO] [stdout] 331 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 335 |                       conflicting!(public, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 336 |                       duplicate!(public);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 337 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 341 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 342 | |                     msg:("expects no arguments")
[INFO] [stdout] 343 | |                     syn:("`#[pub]`")
[INFO] [stdout] 344 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 348 |                       duplicate!(impl_trait);
[INFO] [stdout]     |                       ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/translate/mod.rs:538:13
[INFO] [stdout]     |
[INFO] [stdout] 538 |             blocks,
[INFO] [stdout]     |             ^^^^^^ expected `Vec<NodeInstance>`, found `Vec<Sp<NodeName>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<NodeInstance>`
[INFO] [stdout]                found struct `Vec<Sp<NodeName>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 352 | |                     msg:("expects no arguments")
[INFO] [stdout] 353 | |                     syn:("`#[trait]`")
[INFO] [stdout] 354 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 358 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 359 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 363 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 364 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 370 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 371 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 372 | |                     syn:("`#[main]` or `#[main(42)]`")
[INFO] [stdout] 373 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 377 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 378 |                       conflicting!(test, public);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 379 |                       conflicting!(test, export);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 380 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 384 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 385 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 391 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 392 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 393 | |                     syn:("`#[test]` or `#[test(42)]`")
[INFO] [stdout] 394 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 401 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 402 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 403 | |                     syn:("`#[rustc_allow[dead_code]]`")
[INFO] [stdout] 404 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 411 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 412 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 413 | |                     syn:("`#[clippy_allow[len_zero]]`")
[INFO] [stdout] 414 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 421 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 422 | |                     msg:("expects exactly one string")
[INFO] [stdout] 423 | |                     syn:("`#[doc(\"Message\")]`")
[INFO] [stdout] 424 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 426 |               _ => malformed!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 427 | |                 msg:("no such attribute")
[INFO] [stdout] 428 | |                 note:("See the available options and their definition at {}#compilation-options", err::repo!()) //FIXME
[INFO] [stdout] 429 | |             ),
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/translate/mod.rs:538:13
[INFO] [stdout]     |
[INFO] [stdout] 538 |             blocks,
[INFO] [stdout]     |             ^^^^^^ expected `Vec<NodeInstance>`, found `Vec<Sp<NodeName>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<NodeInstance>`
[INFO] [stdout]                found struct `Vec<Sp<NodeName>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chandeliers-syn` (lib) due to 32 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chandeliers-syn` (lib test) due to 32 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8eaebae8b67827bf0f36f9eaaf57697ec12854bdbac251ffcb81164ce79dec70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8eaebae8b67827bf0f36f9eaaf57697ec12854bdbac251ffcb81164ce79dec70", kill_on_drop: false }`
[INFO] [stdout] 8eaebae8b67827bf0f36f9eaaf57697ec12854bdbac251ffcb81164ce79dec70
[INFO] checking chandeliers-syn-0.5.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate chandeliers-syn 0.5.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate chandeliers-syn 0.5.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate chandeliers-syn 0.5.0
[INFO] finished tweaking crates.io crate chandeliers-syn 0.5.0
[INFO] tweaked toml for crates.io crate chandeliers-syn 0.5.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding chandeliers-err v0.5.2 (latest: v1.0.0)
[INFO] [stderr]       Adding chandeliers-san v0.5.2 (latest: v1.0.0)
[INFO] [stderr]       Adding chandeliers-sem v0.5.2 (latest: v1.0.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 041a5e0f56dffb99cc321c07a10ac004ed8f269be0ad4f4140fc28b2500b4257
[INFO] running `Command { std: "docker" "start" "-a" "041a5e0f56dffb99cc321c07a10ac004ed8f269be0ad4f4140fc28b2500b4257", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "041a5e0f56dffb99cc321c07a10ac004ed8f269be0ad4f4140fc28b2500b4257", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "041a5e0f56dffb99cc321c07a10ac004ed8f269be0ad4f4140fc28b2500b4257", kill_on_drop: false }`
[INFO] [stdout] 041a5e0f56dffb99cc321c07a10ac004ed8f269be0ad4f4140fc28b2500b4257
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c38e15c7b957b546ae09d4e6460ad7e790ed7ad335b0790399c463f21a34c8f
[INFO] running `Command { std: "docker" "start" "-a" "4c38e15c7b957b546ae09d4e6460ad7e790ed7ad335b0790399c463f21a34c8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking replace_with v0.1.7
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking chandeliers-sem v0.5.2
[INFO] [stderr]     Checking quote v1.0.36
[INFO] [stderr]     Checking chandeliers-err v0.5.2
[INFO] [stderr]     Checking syn v2.0.60
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking chandeliers-san v0.5.2
[INFO] [stderr]    Compiling syn_derive v0.1.8
[INFO] [stderr]     Checking chandeliers-syn v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated struct `chandeliers_err::Basic`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:107:31
[INFO] [stdout]     |
[INFO] [stdout] 107 |             eaccum.error(err::Basic {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `chandeliers_err::Basic`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:107:31
[INFO] [stdout]     |
[INFO] [stdout] 107 |             eaccum.error(err::Basic {
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::msg`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 msg: format!(
[INFO] [stdout] 109 | |                     "The attribute {} is not valid here (does not apply to {current})",
[INFO] [stdout] 110 | |                     self.message
[INFO] [stdout] 111 | |                 ),
[INFO] [stdout]     | |_________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::span`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 | /                 span: self.span.unwrap_or_else(|| {
[INFO] [stdout] 113 | |                     err::abort!("Malformed `SetOpt`: it has a `value` but no `span`")
[INFO] [stdout] 114 | |                 }),
[INFO] [stdout]     | |__________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::Node`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 194 | /         project! {
[INFO] [stdout] 195 | |             ?_acc => self: Decl => Node {
[INFO] [stdout] 196 | |                 take { trace, export, main, rustc_allow, doc, public, impl_trait, test, }
[INFO] [stdout] 197 | |                 skip {}
[INFO] [stdout] 198 | |             }
[INFO] [stdout] 199 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::ExtNode`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 214 | /         project! {
[INFO] [stdout] 215 | |             ?eaccum => self: Decl => ExtNode {
[INFO] [stdout] 216 | |                 take { trace, main, rustc_allow, }
[INFO] [stdout] 217 | |                 skip { export, doc, public, impl_trait, test, }
[INFO] [stdout] 218 | |             }
[INFO] [stdout] 219 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 304 | |                         msg:("expects either no arguments or one of `stderr`/`stdout`")
[INFO] [stdout] 305 | |                         syn:("`#[trace]`")
[INFO] [stdout] 306 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 314 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 315 | |                         msg:("expects at most two arguments, both strings (input and output formats)")
[INFO] [stdout] 316 | |                         syn:("`#[trace(\"in\", \"out\")]`")
[INFO] [stdout] 317 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 319 |                   duplicate!(trace);
[INFO] [stdout]     |                   ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 324 |                       conflicting!(export, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 325 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 328 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 329 | |                     msg:("expects no arguments")
[INFO] [stdout] 330 | |                     syn:("`#[export]`")
[INFO] [stdout] 331 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 335 |                       conflicting!(public, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 336 |                       duplicate!(public);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 337 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::msg`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 msg: format!(
[INFO] [stdout] 109 | |                     "The attribute {} is not valid here (does not apply to {current})",
[INFO] [stdout] 110 | |                     self.message
[INFO] [stdout] 111 | |                 ),
[INFO] [stdout]     | |_________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 341 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 342 | |                     msg:("expects no arguments")
[INFO] [stdout] 343 | |                     syn:("`#[pub]`")
[INFO] [stdout] 344 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `chandeliers_err::Basic::span`: This is a nonspecific error constructor that should eventually become a prebuilt message.
[INFO] [stdout]    --> src/translate/options.rs:112:17
[INFO] [stdout]     |
[INFO] [stdout] 112 | /                 span: self.span.unwrap_or_else(|| {
[INFO] [stdout] 113 | |                     err::abort!("Malformed `SetOpt`: it has a `value` but no `span`")
[INFO] [stdout] 114 | |                 }),
[INFO] [stdout]     | |__________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 348 |                       duplicate!(impl_trait);
[INFO] [stdout]     |                       ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 352 | |                     msg:("expects no arguments")
[INFO] [stdout] 353 | |                     syn:("`#[trait]`")
[INFO] [stdout] 354 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 358 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::Node`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 194 | /         project! {
[INFO] [stdout] 195 | |             ?_acc => self: Decl => Node {
[INFO] [stdout] 196 | |                 take { trace, export, main, rustc_allow, doc, public, impl_trait, test, }
[INFO] [stdout] 197 | |                 skip {}
[INFO] [stdout] 198 | |             }
[INFO] [stdout] 199 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 359 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0063]: missing field `generics` in initializer of `chandeliers_san::ast::options::ExtNode`
[INFO] [stdout]    --> src/translate/options.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 |           Some($To {
[INFO] [stdout]     |                ^ missing `generics`
[INFO] [stdout] ...
[INFO] [stdout] 214 | /         project! {
[INFO] [stdout] 215 | |             ?eaccum => self: Decl => ExtNode {
[INFO] [stdout] 216 | |                 take { trace, main, rustc_allow, }
[INFO] [stdout] 217 | |                 skip { export, doc, public, impl_trait, test, }
[INFO] [stdout] 218 | |             }
[INFO] [stdout] 219 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 363 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 364 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 370 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 371 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 372 | |                     syn:("`#[main]` or `#[main(42)]`")
[INFO] [stdout] 373 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 303 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 304 | |                         msg:("expects either no arguments or one of `stderr`/`stdout`")
[INFO] [stdout] 305 | |                         syn:("`#[trace]`")
[INFO] [stdout] 306 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 377 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 314 |                       _ => malformed!(
[INFO] [stdout]     |  __________________________-
[INFO] [stdout] 315 | |                         msg:("expects at most two arguments, both strings (input and output formats)")
[INFO] [stdout] 316 | |                         syn:("`#[trace(\"in\", \"out\")]`")
[INFO] [stdout] 317 | |                     ),
[INFO] [stdout]     | |_____________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 378 |                       conflicting!(test, public);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 379 |                       conflicting!(test, export);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 319 |                   duplicate!(trace);
[INFO] [stdout]     |                   ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 380 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 324 |                       conflicting!(export, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 384 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 385 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 325 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 391 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 392 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 393 | |                     syn:("`#[test]` or `#[test(42)]`")
[INFO] [stdout] 394 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 401 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 402 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 403 | |                     syn:("`#[rustc_allow[dead_code]]`")
[INFO] [stdout] 404 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 328 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 329 | |                     msg:("expects no arguments")
[INFO] [stdout] 330 | |                     syn:("`#[export]`")
[INFO] [stdout] 331 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 335 |                       conflicting!(public, test);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 411 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 412 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 413 | |                     syn:("`#[clippy_allow[len_zero]]`")
[INFO] [stdout] 414 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 336 |                       duplicate!(public);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 337 |                       duplicate!(export);
[INFO] [stdout]     |                       ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 421 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 422 | |                     msg:("expects exactly one string")
[INFO] [stdout] 423 | |                     syn:("`#[doc(\"Message\")]`")
[INFO] [stdout] 424 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 341 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 342 | |                     msg:("expects no arguments")
[INFO] [stdout] 343 | |                     syn:("`#[pub]`")
[INFO] [stdout] 344 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 426 |               _ => malformed!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 427 | |                 msg:("no such attribute")
[INFO] [stdout] 428 | |                 note:("See the available options and their definition at {}#compilation-options", err::repo!()) //FIXME
[INFO] [stdout] 429 | |             ),
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 348 |                       duplicate!(impl_trait);
[INFO] [stdout]     |                       ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 351 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 352 | |                     msg:("expects no arguments")
[INFO] [stdout] 353 | |                     syn:("`#[trait]`")
[INFO] [stdout] 354 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 358 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 359 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 363 |                       conflicting!(main, test);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 364 |                       duplicate!(main);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 370 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 371 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 372 | |                     syn:("`#[main]` or `#[main(42)]`")
[INFO] [stdout] 373 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 377 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 378 |                       conflicting!(test, public);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 379 |                       conflicting!(test, export);
[INFO] [stdout]     |                       -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 380 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:269:36
[INFO] [stdout]     |
[INFO] [stdout] 269 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 270 | |                         (
[INFO] [stdout] 271 | |                             format!(
[INFO] [stdout] 272 | |                                 "{} is incompatible with {}",
[INFO] [stdout] ...   |
[INFO] [stdout] 280 | |                         ),
[INFO] [stdout] 281 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 384 |                       conflicting!(test, main);
[INFO] [stdout]     |                       ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `conflicting` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/translate/mod.rs:538:13
[INFO] [stdout]     |
[INFO] [stdout] 538 |             blocks,
[INFO] [stdout]     |             ^^^^^^ expected `Vec<NodeInstance>`, found `Vec<Sp<NodeName>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<NodeInstance>`
[INFO] [stdout]                found struct `Vec<Sp<NodeName>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<Transparent<proc_macro2::Span>>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:247:36
[INFO] [stdout]     |
[INFO] [stdout] 247 |                       eaccum.warning(vec![
[INFO] [stdout]     |  ____________________________-------_^
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            required by a bound introduced by this call
[INFO] [stdout] 248 | |                         (
[INFO] [stdout] 249 | |                             format!(
[INFO] [stdout] 250 | |                                 "{} is already set by a previous attribute",
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |                         ),
[INFO] [stdout] 259 | |                     ])
[INFO] [stdout]     | |_____________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<Transparent<proc_macro2::Span>>)>`
[INFO] [stdout] ...
[INFO] [stdout] 385 |                       duplicate!(test);
[INFO] [stdout]     |                       ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::warning`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn warning<E: IntoError>(&mut self, e: E) {
[INFO] [stdout]     |                       ^^^^^^^^^ required by this bound in `EAccum::warning`
[INFO] [stdout]     = note: this error originates in the macro `duplicate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 391 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 392 | |                     msg:("expects at most one integer argument")
[INFO] [stdout] 393 | |                     syn:("`#[test]` or `#[test(42)]`")
[INFO] [stdout] 394 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 401 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 402 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 403 | |                     syn:("`#[rustc_allow[dead_code]]`")
[INFO] [stdout] 404 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 411 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 412 | |                     msg:("expects exactly one identifier")
[INFO] [stdout] 413 | |                     syn:("`#[clippy_allow[len_zero]]`")
[INFO] [stdout] 414 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 421 |                   _ => malformed!(
[INFO] [stdout]     |  ______________________-
[INFO] [stdout] 422 | |                     msg:("expects exactly one string")
[INFO] [stdout] 423 | |                     syn:("`#[doc(\"Message\")]`")
[INFO] [stdout] 424 | |                 ),
[INFO] [stdout]     | |_________________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Vec<(String, Option<_>)>: IntoError` is not satisfied
[INFO] [stdout]    --> src/translate/options.rs:235:30
[INFO] [stdout]     |
[INFO] [stdout] 235 |                   eaccum.error(vec![
[INFO] [stdout]     |  ________________________-----_^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        required by a bound introduced by this call
[INFO] [stdout] 236 | |                     (format!("Malformed attribute {}: {}", action, format!($($msg)*)), Some(attr.span.into())),
[INFO] [stdout] 237 | |                     $( (format!("Maybe try this syntax: {}", format!($($syntax)*)), None), )?
[INFO] [stdout] 238 | |                     $( (format!($($suggestion)*), None), )?
[INFO] [stdout] 239 | |                 ])?
[INFO] [stdout]     | |_________________^ the trait `IntoError` is not implemented for `Vec<(String, Option<_>)>`
[INFO] [stdout] ...
[INFO] [stdout] 426 |               _ => malformed!(
[INFO] [stdout]     |  __________________-
[INFO] [stdout] 427 | |                 msg:("no such attribute")
[INFO] [stdout] 428 | |                 note:("See the available options and their definition at {}#compilation-options", err::repo!()) //FIXME
[INFO] [stdout] 429 | |             ),
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `IntoError`:
[INFO] [stdout]               Basic
[INFO] [stdout]               BinopMismatch<oper, site, expect, left, right>
[INFO] [stdout]               BoolRequired<what, site, inner>
[INFO] [stdout]               ClkNotComparable<first, second, whole>
[INFO] [stdout]               ClkTooSlowExpectImplicit<slow, implicit, extra>
[INFO] [stdout]               CmpNotAssociative<oper1, first, site, second, third, oper2>
[INFO] [stdout]               ExecutableNodeSig<reason, inputs_nonempty, inputs, outputs_nonempty, outputs, site>
[INFO] [stdout]               FunNotFound<fun>
[INFO] [stdout]             and 18 others
[INFO] [stdout] note: required by a bound in `EAccum::error`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/chandeliers-err-0.5.2/src/lib.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn error<T, E: IntoError>(&mut self, e: E) -> Option<T> {
[INFO] [stdout]     |                        ^^^^^^^^^ required by this bound in `EAccum::error`
[INFO] [stdout]     = note: this error originates in the macro `malformed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/translate/mod.rs:538:13
[INFO] [stdout]     |
[INFO] [stdout] 538 |             blocks,
[INFO] [stdout]     |             ^^^^^^ expected `Vec<NodeInstance>`, found `Vec<Sp<NodeName>>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Vec<NodeInstance>`
[INFO] [stdout]                found struct `Vec<Sp<NodeName>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chandeliers-syn` (lib) due to 32 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0063, E0277, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0063`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chandeliers-syn` (lib test) due to 32 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "4c38e15c7b957b546ae09d4e6460ad7e790ed7ad335b0790399c463f21a34c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c38e15c7b957b546ae09d4e6460ad7e790ed7ad335b0790399c463f21a34c8f", kill_on_drop: false }`
[INFO] [stdout] 4c38e15c7b957b546ae09d4e6460ad7e790ed7ad335b0790399c463f21a34c8f
