[INFO] fetching crate graphity 2.0.0...
[INFO] checking graphity-2.0.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate graphity 2.0.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate graphity 2.0.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 graphity 2.0.0
[INFO] finished tweaking crates.io crate graphity 2.0.0
[INFO] tweaked toml for crates.io crate graphity 2.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate graphity 2.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 781d5f181428d564bbb73ec2b7a1a1a9648cba8fc2563ec198dde741af5528ab
[INFO] running `Command { std: "docker" "start" "-a" "781d5f181428d564bbb73ec2b7a1a1a9648cba8fc2563ec198dde741af5528ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "781d5f181428d564bbb73ec2b7a1a1a9648cba8fc2563ec198dde741af5528ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "781d5f181428d564bbb73ec2b7a1a1a9648cba8fc2563ec198dde741af5528ab", kill_on_drop: false }`
[INFO] [stdout] 781d5f181428d564bbb73ec2b7a1a1a9648cba8fc2563ec198dde741af5528ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd5f0b0c5181c044defa113ec45e5fe5fd4a9a7566227e8c3afb4ef6f1eed1af
[INFO] running `Command { std: "docker" "start" "-a" "fd5f0b0c5181c044defa113ec45e5fe5fd4a9a7566227e8c3afb4ef6f1eed1af", kill_on_drop: false }`
[INFO] [stderr]     Checking ahash v0.4.7
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking graphity v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 245 |     use graphity::node::{NodeIndex, NodeWrapper};
[INFO] [stdout]     |         ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `graphity_nodes`
[INFO] [stdout]    --> src/graphity.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 |         use graphity_nodes::*;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of undeclared crate or module `graphity_nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]    --> src/graphity.rs:262:26
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]     |                          ^^^^^^^^^ help: a trait with a similar name exists: `Iterator`
[INFO] [stdout]    --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named trait `Iterator` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Generator` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 |     struct Generator(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sum` in this scope
[INFO] [stdout]    --> src/graphity.rs:263:20
[INFO] [stdout]     |
[INFO] [stdout] 263 |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]     |                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use core::iter::Sum;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Recorder` in this scope
[INFO] [stdout]    --> src/graphity.rs:264:25
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout]     |                         ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Recorder` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:778:5
[INFO] [stdout]     |
[INFO] [stdout] 778 |     struct Recorder(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:71:14
[INFO] [stdout]     |
[INFO] [stdout] 71  |           impl graphity::node::NodeClass for __Node {
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:83:14
[INFO] [stdout]     |
[INFO] [stdout] 83  |           impl graphity::node::NodeWrapper for __Node {
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:91:51
[INFO] [stdout]     |
[INFO] [stdout] 91  |                       Self::$nid(node) => <$node as graphity::node::Node<$payload>>::tick(node),
[INFO] [stdout]     |                                                     ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:104:69
[INFO] [stdout]     |
[INFO] [stdout] 104 |                           Self::Producer::$nid(producer) => <$node as graphity::node::Node<$payload>>::read(node, producer),
[INFO] [stdout]     |                                                                       ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:120:69
[INFO] [stdout]     |
[INFO] [stdout] 120 |                           Self::Consumer::$nid(consumer) => <$node as graphity::node::Node<$payload>>::write(node, consumer, input),
[INFO] [stdout]     |                                                                       ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |           impl graphity::node::ExternalNodeWrapper<$payload> for __Node {}
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |           impl graphity::node::NodeIndex for __NodeIndex {
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:157:81
[INFO] [stdout]     |
[INFO] [stdout] 157 |                               graphity::node::CommonConsumerIndex<__NodeIndex> as graphity::node::ConsumerIndex
[INFO] [stdout]     |                                                                                   ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:157:29
[INFO] [stdout]     |
[INFO] [stdout] 157 |                               graphity::node::CommonConsumerIndex<__NodeIndex> as graphity::node::ConsumerIndex
[INFO] [stdout]     |                               ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:175:81
[INFO] [stdout]     |
[INFO] [stdout] 175 |                               graphity::node::CommonProducerIndex<__NodeIndex> as graphity::node::ProducerIndex
[INFO] [stdout]     |                                                                                   ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:175:29
[INFO] [stdout]     |
[INFO] [stdout] 175 |                               graphity::node::CommonProducerIndex<__NodeIndex> as graphity::node::ProducerIndex
[INFO] [stdout]     |                               ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:188:28
[INFO] [stdout]     |
[INFO] [stdout] 188 |               $nid(<$node as graphity::node::Node<$payload>>::Consumer),
[INFO] [stdout]     |                              ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:192:14
[INFO] [stdout]     |
[INFO] [stdout] 192 |           impl graphity::node::ExternalConsumer for __Consumer {}
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:194:36
[INFO] [stdout]     |
[INFO] [stdout] 194 |           pub type __ConsumerIndex = graphity::node::CommonConsumerIndex<__NodeIndex>;
[INFO] [stdout]     |                                      ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:199:28
[INFO] [stdout]     |
[INFO] [stdout] 199 |               $nid(<$node as graphity::node::Node<$payload>>::Producer),
[INFO] [stdout]     |                              ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:203:14
[INFO] [stdout]     |
[INFO] [stdout] 203 |           impl graphity::node::ExternalProducer for __Producer {}
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:205:36
[INFO] [stdout]     |
[INFO] [stdout] 205 |           pub type __ProducerIndex = graphity::node::CommonProducerIndex<__NodeIndex>;
[INFO] [stdout]     |                                      ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:262:37
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::GeneratorConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:697:5
[INFO] [stdout]     |
[INFO] [stdout] 697 |     enum GeneratorConsumer {}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:215:41
[INFO] [stdout]     |
[INFO] [stdout] 215 |               fn from(consumer: <$node as graphity::node::Node<$payload>>::Consumer) -> Self {
[INFO] [stdout]     |                                           ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:262:56
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::GeneratorProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 |     struct GeneratorProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:221:41
[INFO] [stdout]     |
[INFO] [stdout] 221 |               fn from(producer: <$node as graphity::node::Node<$payload>>::Producer) -> Self {
[INFO] [stdout]     |                                           ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:263:25
[INFO] [stdout]     |
[INFO] [stdout] 186 |         pub enum __Consumer {
[INFO] [stdout]     |         ------------------- similarly named enum `__Consumer` defined here
[INFO] [stdout] ...
[INFO] [stdout] 263 |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::SumConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     enum SumConsumer {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:263:38
[INFO] [stdout]     |
[INFO] [stdout] 197 |         pub enum __Producer {
[INFO] [stdout]     |         ------------------- similarly named enum `__Producer` defined here
[INFO] [stdout] ...
[INFO] [stdout] 263 |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]     |                                      ^^^^^^^^^^^ help: an enum with a similar name exists: `__Producer`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::SumProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:737:5
[INFO] [stdout]     |
[INFO] [stdout] 737 |     struct SumProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RecorderConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:264:35
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::RecorderConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:781:5
[INFO] [stdout]     |
[INFO] [stdout] 781 |     struct RecorderConsumer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RecorderProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:264:53
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::RecorderProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:784:5
[INFO] [stdout]     |
[INFO] [stdout] 784 |     struct RecorderProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:227:27
[INFO] [stdout]     |
[INFO] [stdout] 227 |           pub type $graph = graphity::signal::SignalGraph<
[INFO] [stdout]     |                             ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::signal;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]    --> src/graphity.rs:269:34
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let one = graph.add_node(Generator::new(1));
[INFO] [stdout]     |                                  ^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  use of undeclared type `Generator`
[INFO] [stdout]     |                                  help: a trait with a similar name exists: `Iterator`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Generator` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 |     struct Generator(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]    --> src/graphity.rs:270:34
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let two = graph.add_node(Generator::new(2));
[INFO] [stdout]     |                                  ^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  use of undeclared type `Generator`
[INFO] [stdout]     |                                  help: a trait with a similar name exists: `Iterator`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Generator` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 |     struct Generator(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sum`
[INFO] [stdout]    --> src/graphity.rs:271:34
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let sum = graph.add_node(Sum::default());
[INFO] [stdout]     |                                  ^^^ use of undeclared type `Sum`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use core::iter::Sum;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Recorder`
[INFO] [stdout]    --> src/graphity.rs:272:39
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let recorder = graph.add_node(Recorder::default());
[INFO] [stdout]     |                                       ^^^^^^^^ use of undeclared type `Recorder`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Recorder` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:778:5
[INFO] [stdout]     |
[INFO] [stdout] 778 |     struct Recorder(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 275 |             one.producer(GeneratorProducer),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::GeneratorProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 |     struct GeneratorProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]    --> src/graphity.rs:276:26
[INFO] [stdout]     |
[INFO] [stdout] 276 |             sum.consumer(SumConsumer::In1),
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          use of undeclared type `SumConsumer`
[INFO] [stdout]     |                          help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::SumConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     enum SumConsumer {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:279:26
[INFO] [stdout]     |
[INFO] [stdout] 279 |             two.producer(GeneratorProducer),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::GeneratorProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 |     struct GeneratorProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]    --> src/graphity.rs:280:26
[INFO] [stdout]     |
[INFO] [stdout] 280 |             sum.consumer(SumConsumer::In2),
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          use of undeclared type `SumConsumer`
[INFO] [stdout]     |                          help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::SumConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     enum SumConsumer {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SumProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:283:26
[INFO] [stdout]     |
[INFO] [stdout] 283 |             sum.producer(SumProducer),
[INFO] [stdout]     |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::SumProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:737:5
[INFO] [stdout]     |
[INFO] [stdout] 737 |     struct SumProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `RecorderConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:284:31
[INFO] [stdout]     |
[INFO] [stdout] 284 |             recorder.consumer(RecorderConsumer),
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::RecorderConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:781:5
[INFO] [stdout]     |
[INFO] [stdout] 781 |     struct RecorderConsumer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `RecorderProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:288:56
[INFO] [stdout]     |
[INFO] [stdout] 288 |         assert_eq!(graph.node(&recorder).unwrap().read(RecorderProducer), 3);
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::RecorderProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:784:5
[INFO] [stdout]     |
[INFO] [stdout] 784 |     struct RecorderProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `graphity_nodes`
[INFO] [stdout]  --> examples/graph.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use graphity_nodes::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `graphity_nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 42 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphity` (lib test) due to 43 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sum` in this scope
[INFO] [stdout]   --> examples/graph.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]    |            ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 4  + use core::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 4  + use std::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:48
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]    | |                 ^^^^^^^^^^^ help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Consumer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:12:30
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]    | |                              ^^^^^^^^^^^ help: an enum with a similar name exists: `__Producer`
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Producer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EchoConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    | |                   ^^^^^^^^^^^^ help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Consumer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EchoProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:33
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    | |                                 ^^^^^^^^^^^^ help: an enum with a similar name exists: `__Producer`
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Producer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sum`
[INFO] [stdout]   --> examples/graph.rs:21:30
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let sum = graph.add_node(Sum::default());
[INFO] [stdout]    |                              ^^^ use of undeclared type `Sum`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 4  + use core::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 4  + use std::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |         one.producer(GeneratorProducer),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |         two.producer(GeneratorProducer),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SumProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:42:38
[INFO] [stdout]    |
[INFO] [stdout] 42 |     graph.must_add_edge(sum.producer(SumProducer), echo.consumer(EchoConsumer));
[INFO] [stdout]    |                                      ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EchoConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:42:66
[INFO] [stdout]    |
[INFO] [stdout] 42 |     graph.must_add_edge(sum.producer(SumProducer), echo.consumer(EchoConsumer));
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |         two.producer(GeneratorProducer),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SumProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 |     graph.must_add_edge(sum.producer(SumProducer), sum.consumer(SumConsumer::In2));
[INFO] [stdout]    |                                      ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]   --> examples/graph.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let one = graph.add_node(Generator::new(1));
[INFO] [stdout]    |                              ^^^^^^^^^ use of undeclared type `Generator`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__Consumer(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__Node(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__NodeClass(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__Producer(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let one = graph.add_node(Iterator::new(1));
[INFO] [stdout]    |                              ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]   --> examples/graph.rs:20:30
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let two = graph.add_node(Generator::new(2));
[INFO] [stdout]    |                              ^^^^^^^^^ use of undeclared type `Generator`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__Consumer(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__Node(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__NodeClass(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__Producer(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let two = graph.add_node(Iterator::new(2));
[INFO] [stdout]    |                              ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Echo`
[INFO] [stdout]   --> examples/graph.rs:22:31
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let echo = graph.add_node(Echo::default());
[INFO] [stdout]    |                               ^^^^ use of undeclared type `Echo`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__Consumer());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__Node());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__NodeClass());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__Producer());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:36:22
[INFO] [stdout]    |
[INFO] [stdout] 36 |         sum.consumer(SumConsumer::In1),
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      use of undeclared type `SumConsumer`
[INFO] [stdout]    |                      help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |         sum.consumer(SumConsumer::In2),
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      use of undeclared type `SumConsumer`
[INFO] [stdout]    |                      help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:59:22
[INFO] [stdout]    |
[INFO] [stdout] 59 |         sum.consumer(SumConsumer::In2),
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      use of undeclared type `SumConsumer`
[INFO] [stdout]    |                      help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:61:65
[INFO] [stdout]    |
[INFO] [stdout] 61 |     graph.must_add_edge(sum.producer(SumProducer), sum.consumer(SumConsumer::In2));
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^
[INFO] [stdout]    |                                                                 |
[INFO] [stdout]    |                                                                 use of undeclared type `SumConsumer`
[INFO] [stdout]    |                                                                 help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 32 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphity` (example "graph") due to 33 previous errors
[INFO] running `Command { std: "docker" "inspect" "fd5f0b0c5181c044defa113ec45e5fe5fd4a9a7566227e8c3afb4ef6f1eed1af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd5f0b0c5181c044defa113ec45e5fe5fd4a9a7566227e8c3afb4ef6f1eed1af", kill_on_drop: false }`
[INFO] [stdout] fd5f0b0c5181c044defa113ec45e5fe5fd4a9a7566227e8c3afb4ef6f1eed1af
[INFO] checking graphity-2.0.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate graphity 2.0.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate graphity 2.0.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 graphity 2.0.0
[INFO] finished tweaking crates.io crate graphity 2.0.0
[INFO] tweaked toml for crates.io crate graphity 2.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate crates.io crate graphity 2.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 1a5c1a347abd431d76ff88f56ebf7af01169033e1af72d1e05aa7a165b2187b5
[INFO] running `Command { std: "docker" "start" "-a" "1a5c1a347abd431d76ff88f56ebf7af01169033e1af72d1e05aa7a165b2187b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a5c1a347abd431d76ff88f56ebf7af01169033e1af72d1e05aa7a165b2187b5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a5c1a347abd431d76ff88f56ebf7af01169033e1af72d1e05aa7a165b2187b5", kill_on_drop: false }`
[INFO] [stdout] 1a5c1a347abd431d76ff88f56ebf7af01169033e1af72d1e05aa7a165b2187b5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 4a8d0f4bae50c590149967243891d4b36512a14b36434afccdd832aa38f33930
[INFO] running `Command { std: "docker" "start" "-a" "4a8d0f4bae50c590149967243891d4b36512a14b36434afccdd832aa38f33930", kill_on_drop: false }`
[INFO] [stderr]     Checking ahash v0.4.7
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking graphity v2.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 245 |     use graphity::node::{NodeIndex, NodeWrapper};
[INFO] [stdout]     |         ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `graphity_nodes`
[INFO] [stdout]    --> src/graphity.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 |         use graphity_nodes::*;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of undeclared crate or module `graphity_nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]    --> src/graphity.rs:262:26
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]     |                          ^^^^^^^^^ help: a trait with a similar name exists: `Iterator`
[INFO] [stdout]    --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named trait `Iterator` defined here
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Generator` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 |     struct Generator(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sum` in this scope
[INFO] [stdout]    --> src/graphity.rs:263:20
[INFO] [stdout]     |
[INFO] [stdout] 263 |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]     |                    ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use core::iter::Sum;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Recorder` in this scope
[INFO] [stdout]    --> src/graphity.rs:264:25
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout]     |                         ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Recorder` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:778:5
[INFO] [stdout]     |
[INFO] [stdout] 778 |     struct Recorder(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:71:14
[INFO] [stdout]     |
[INFO] [stdout] 71  |           impl graphity::node::NodeClass for __Node {
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:83:14
[INFO] [stdout]     |
[INFO] [stdout] 83  |           impl graphity::node::NodeWrapper for __Node {
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:91:51
[INFO] [stdout]     |
[INFO] [stdout] 91  |                       Self::$nid(node) => <$node as graphity::node::Node<$payload>>::tick(node),
[INFO] [stdout]     |                                                     ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:104:69
[INFO] [stdout]     |
[INFO] [stdout] 104 |                           Self::Producer::$nid(producer) => <$node as graphity::node::Node<$payload>>::read(node, producer),
[INFO] [stdout]     |                                                                       ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:120:69
[INFO] [stdout]     |
[INFO] [stdout] 120 |                           Self::Consumer::$nid(consumer) => <$node as graphity::node::Node<$payload>>::write(node, consumer, input),
[INFO] [stdout]     |                                                                       ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |           impl graphity::node::ExternalNodeWrapper<$payload> for __Node {}
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |           impl graphity::node::NodeIndex for __NodeIndex {
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:157:81
[INFO] [stdout]     |
[INFO] [stdout] 157 |                               graphity::node::CommonConsumerIndex<__NodeIndex> as graphity::node::ConsumerIndex
[INFO] [stdout]     |                                                                                   ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:157:29
[INFO] [stdout]     |
[INFO] [stdout] 157 |                               graphity::node::CommonConsumerIndex<__NodeIndex> as graphity::node::ConsumerIndex
[INFO] [stdout]     |                               ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:175:81
[INFO] [stdout]     |
[INFO] [stdout] 175 |                               graphity::node::CommonProducerIndex<__NodeIndex> as graphity::node::ProducerIndex
[INFO] [stdout]     |                                                                                   ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:175:29
[INFO] [stdout]     |
[INFO] [stdout] 175 |                               graphity::node::CommonProducerIndex<__NodeIndex> as graphity::node::ProducerIndex
[INFO] [stdout]     |                               ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:188:28
[INFO] [stdout]     |
[INFO] [stdout] 188 |               $nid(<$node as graphity::node::Node<$payload>>::Consumer),
[INFO] [stdout]     |                              ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:192:14
[INFO] [stdout]     |
[INFO] [stdout] 192 |           impl graphity::node::ExternalConsumer for __Consumer {}
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:194:36
[INFO] [stdout]     |
[INFO] [stdout] 194 |           pub type __ConsumerIndex = graphity::node::CommonConsumerIndex<__NodeIndex>;
[INFO] [stdout]     |                                      ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:199:28
[INFO] [stdout]     |
[INFO] [stdout] 199 |               $nid(<$node as graphity::node::Node<$payload>>::Producer),
[INFO] [stdout]     |                              ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:203:14
[INFO] [stdout]     |
[INFO] [stdout] 203 |           impl graphity::node::ExternalProducer for __Producer {}
[INFO] [stdout]     |                ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:205:36
[INFO] [stdout]     |
[INFO] [stdout] 205 |           pub type __ProducerIndex = graphity::node::CommonProducerIndex<__NodeIndex>;
[INFO] [stdout]     |                                      ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:262:37
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::GeneratorConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:697:5
[INFO] [stdout]     |
[INFO] [stdout] 697 |     enum GeneratorConsumer {}
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:215:41
[INFO] [stdout]     |
[INFO] [stdout] 215 |               fn from(consumer: <$node as graphity::node::Node<$payload>>::Consumer) -> Self {
[INFO] [stdout]     |                                           ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:262:56
[INFO] [stdout]     |
[INFO] [stdout] 262 |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::GeneratorProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 |     struct GeneratorProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `graphity_nodes`
[INFO] [stdout]  --> examples/graph.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use graphity_nodes::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of undeclared crate or module `graphity_nodes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:221:41
[INFO] [stdout]     |
[INFO] [stdout] 221 |               fn from(producer: <$node as graphity::node::Node<$payload>>::Producer) -> Self {
[INFO] [stdout]     |                                           ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::node;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:263:25
[INFO] [stdout]     |
[INFO] [stdout] 186 |         pub enum __Consumer {
[INFO] [stdout]     |         ------------------- similarly named enum `__Consumer` defined here
[INFO] [stdout] ...
[INFO] [stdout] 263 |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]     |                         ^^^^^^^^^^^ help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::SumConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     enum SumConsumer {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:263:38
[INFO] [stdout]     |
[INFO] [stdout] 197 |         pub enum __Producer {
[INFO] [stdout]     |         ------------------- similarly named enum `__Producer` defined here
[INFO] [stdout] ...
[INFO] [stdout] 263 |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]     |                                      ^^^^^^^^^^^ help: an enum with a similar name exists: `__Producer`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::SumProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:737:5
[INFO] [stdout]     |
[INFO] [stdout] 737 |     struct SumProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RecorderConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:264:35
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::RecorderConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:781:5
[INFO] [stdout]     |
[INFO] [stdout] 781 |     struct RecorderConsumer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RecorderProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:264:53
[INFO] [stdout]     |
[INFO] [stdout] 264 |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::RecorderProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:784:5
[INFO] [stdout]     |
[INFO] [stdout] 784 |     struct RecorderProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity`
[INFO] [stdout]    --> src/graphity.rs:227:27
[INFO] [stdout]     |
[INFO] [stdout] 227 |           pub type $graph = graphity::signal::SignalGraph<
[INFO] [stdout]     |                             ^^^^^^^^ use of undeclared crate or module `graphity`
[INFO] [stdout] ...
[INFO] [stdout] 260 | /         graphity!(
[INFO] [stdout] 261 | |             Graph<i32>;
[INFO] [stdout] 262 | |             Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 263 | |             Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 264 | |             Recorder = {Recorder, RecorderConsumer, RecorderProducer},
[INFO] [stdout] 265 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `graphity` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use crate::signal;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]    --> src/graphity.rs:269:34
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let one = graph.add_node(Generator::new(1));
[INFO] [stdout]     |                                  ^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  use of undeclared type `Generator`
[INFO] [stdout]     |                                  help: a trait with a similar name exists: `Iterator`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Generator` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 |     struct Generator(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]    --> src/graphity.rs:270:34
[INFO] [stdout]     |
[INFO] [stdout] 270 |         let two = graph.add_node(Generator::new(2));
[INFO] [stdout]     |                                  ^^^^^^^^^
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  use of undeclared type `Generator`
[INFO] [stdout]     |                                  help: a trait with a similar name exists: `Iterator`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Generator` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:694:5
[INFO] [stdout]     |
[INFO] [stdout] 694 |     struct Generator(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sum`
[INFO] [stdout]    --> src/graphity.rs:271:34
[INFO] [stdout]     |
[INFO] [stdout] 271 |         let sum = graph.add_node(Sum::default());
[INFO] [stdout]     |                                  ^^^ use of undeclared type `Sum`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout] 245 +     use core::iter::Sum;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Recorder`
[INFO] [stdout]    --> src/graphity.rs:272:39
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let recorder = graph.add_node(Recorder::default());
[INFO] [stdout]     |                                       ^^^^^^^^ use of undeclared type `Recorder`
[INFO] [stdout]     |
[INFO] [stdout] note: struct `crate::signal::tests::Recorder` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:778:5
[INFO] [stdout]     |
[INFO] [stdout] 778 |     struct Recorder(Payload);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 275 |             one.producer(GeneratorProducer),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::GeneratorProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 |     struct GeneratorProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]    --> src/graphity.rs:276:26
[INFO] [stdout]     |
[INFO] [stdout] 276 |             sum.consumer(SumConsumer::In1),
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          use of undeclared type `SumConsumer`
[INFO] [stdout]     |                          help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::SumConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     enum SumConsumer {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:279:26
[INFO] [stdout]     |
[INFO] [stdout] 279 |             two.producer(GeneratorProducer),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::GeneratorProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:700:5
[INFO] [stdout]     |
[INFO] [stdout] 700 |     struct GeneratorProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]    --> src/graphity.rs:280:26
[INFO] [stdout]     |
[INFO] [stdout] 280 |             sum.consumer(SumConsumer::In2),
[INFO] [stdout]     |                          ^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          use of undeclared type `SumConsumer`
[INFO] [stdout]     |                          help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout]     |
[INFO] [stdout] note: enum `crate::signal::tests::SumConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     enum SumConsumer {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SumProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:283:26
[INFO] [stdout]     |
[INFO] [stdout] 283 |             sum.producer(SumProducer),
[INFO] [stdout]     |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::SumProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:737:5
[INFO] [stdout]     |
[INFO] [stdout] 737 |     struct SumProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `RecorderConsumer` in this scope
[INFO] [stdout]    --> src/graphity.rs:284:31
[INFO] [stdout]     |
[INFO] [stdout] 284 |             recorder.consumer(RecorderConsumer),
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::RecorderConsumer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:781:5
[INFO] [stdout]     |
[INFO] [stdout] 781 |     struct RecorderConsumer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `RecorderProducer` in this scope
[INFO] [stdout]    --> src/graphity.rs:288:56
[INFO] [stdout]     |
[INFO] [stdout] 288 |         assert_eq!(graph.node(&recorder).unwrap().read(RecorderProducer), 3);
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] note: unit struct `crate::signal::tests::RecorderProducer` exists but is inaccessible
[INFO] [stdout]    --> src/signal.rs:784:5
[INFO] [stdout]     |
[INFO] [stdout] 784 |     struct RecorderProducer;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ not accessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 42 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphity` (lib test) due to 43 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sum` in this scope
[INFO] [stdout]   --> examples/graph.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]    |            ^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 4  + use core::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 4  + use std::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:186:28
[INFO] [stdout]    |
[INFO] [stdout] 186|         pub enum __Consumer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Generator` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ^^^^^^^^^
[INFO] [stdout]   --> /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/iter/traits/iterator.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Iterator` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {crate::__Consumer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Node, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__NodeClass, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 11 |     Generator = {crate::__Producer, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Iterator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                  ~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Generator> {
[INFO] [stdout]    |                            +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Echo` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Echo = {crate::__Consumer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Node, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__NodeClass, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 13 |     Echo = {crate::__Producer, EchoConsumer, EchoProducer},
[INFO] [stdout]    |             ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   --> /opt/rustwide/workdir/src/graphity.rs:197:28
[INFO] [stdout]    |
[INFO] [stdout] 197|         pub enum __Producer<Echo> {
[INFO] [stdout]    |                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:11:48
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]    | |                 ^^^^^^^^^^^ help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Consumer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SumProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:12:30
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout]    | |                              ^^^^^^^^^^^ help: an enum with a similar name exists: `__Producer`
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Producer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EchoConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    | |                   ^^^^^^^^^^^^ help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Consumer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `EchoProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:13:33
[INFO] [stdout]    |
[INFO] [stdout] 9  | / graphity!(
[INFO] [stdout] 10 | |     Graph<i32>;
[INFO] [stdout] 11 | |     Generator = {Generator, GeneratorConsumer, GeneratorProducer},
[INFO] [stdout] 12 | |     Sum = {Sum, SumConsumer, SumProducer},
[INFO] [stdout] 13 | |     Echo = {Echo, EchoConsumer, EchoProducer},
[INFO] [stdout]    | |                                 ^^^^^^^^^^^^ help: an enum with a similar name exists: `__Producer`
[INFO] [stdout] 14 | | );
[INFO] [stdout]    | |_- similarly named enum `__Producer` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sum`
[INFO] [stdout]   --> examples/graph.rs:21:30
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let sum = graph.add_node(Sum::default());
[INFO] [stdout]    |                              ^^^ use of undeclared type `Sum`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout] 4  + use core::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 4  + use std::iter::Sum;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |         one.producer(GeneratorProducer),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:39:22
[INFO] [stdout]    |
[INFO] [stdout] 39 |         two.producer(GeneratorProducer),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SumProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:42:38
[INFO] [stdout]    |
[INFO] [stdout] 42 |     graph.must_add_edge(sum.producer(SumProducer), echo.consumer(EchoConsumer));
[INFO] [stdout]    |                                      ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `EchoConsumer` in this scope
[INFO] [stdout]   --> examples/graph.rs:42:66
[INFO] [stdout]    |
[INFO] [stdout] 42 |     graph.must_add_edge(sum.producer(SumProducer), echo.consumer(EchoConsumer));
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GeneratorProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 |         two.producer(GeneratorProducer),
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SumProducer` in this scope
[INFO] [stdout]   --> examples/graph.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 |     graph.must_add_edge(sum.producer(SumProducer), sum.consumer(SumConsumer::In2));
[INFO] [stdout]    |                                      ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]   --> examples/graph.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let one = graph.add_node(Generator::new(1));
[INFO] [stdout]    |                              ^^^^^^^^^ use of undeclared type `Generator`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__Consumer(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__Node(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__NodeClass(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 19 |     let one = graph.add_node(crate::__Producer(1));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let one = graph.add_node(Iterator::new(1));
[INFO] [stdout]    |                              ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Generator`
[INFO] [stdout]   --> examples/graph.rs:20:30
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let two = graph.add_node(Generator::new(2));
[INFO] [stdout]    |                              ^^^^^^^^^ use of undeclared type `Generator`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Generator` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__Consumer(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__Node(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__NodeClass(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 20 |     let two = graph.add_node(crate::__Producer(2));
[INFO] [stdout]    |                              ~~~~~~~~~~~~~~~~~
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let two = graph.add_node(Iterator::new(2));
[INFO] [stdout]    |                              ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Echo`
[INFO] [stdout]   --> examples/graph.rs:22:31
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let echo = graph.add_node(Echo::default());
[INFO] [stdout]    |                               ^^^^ use of undeclared type `Echo`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `crate::__Consumer::Echo` and 4 others; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__Consumer());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__Node());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__NodeClass());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 22 |     let echo = graph.add_node(crate::__Producer());
[INFO] [stdout]    |                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:36:22
[INFO] [stdout]    |
[INFO] [stdout] 36 |         sum.consumer(SumConsumer::In1),
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      use of undeclared type `SumConsumer`
[INFO] [stdout]    |                      help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |         sum.consumer(SumConsumer::In2),
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      use of undeclared type `SumConsumer`
[INFO] [stdout]    |                      help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:59:22
[INFO] [stdout]    |
[INFO] [stdout] 59 |         sum.consumer(SumConsumer::In2),
[INFO] [stdout]    |                      ^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      use of undeclared type `SumConsumer`
[INFO] [stdout]    |                      help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SumConsumer`
[INFO] [stdout]   --> examples/graph.rs:61:65
[INFO] [stdout]    |
[INFO] [stdout] 61 |     graph.must_add_edge(sum.producer(SumProducer), sum.consumer(SumConsumer::In2));
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^
[INFO] [stdout]    |                                                                 |
[INFO] [stdout]    |                                                                 use of undeclared type `SumConsumer`
[INFO] [stdout]    |                                                                 help: an enum with a similar name exists: `__Consumer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 32 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `graphity` (example "graph") due to 33 previous errors
[INFO] running `Command { std: "docker" "inspect" "4a8d0f4bae50c590149967243891d4b36512a14b36434afccdd832aa38f33930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a8d0f4bae50c590149967243891d4b36512a14b36434afccdd832aa38f33930", kill_on_drop: false }`
[INFO] [stdout] 4a8d0f4bae50c590149967243891d4b36512a14b36434afccdd832aa38f33930
