[INFO] fetching crate graphity 2.0.0... [INFO] checking graphity-2.0.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate graphity 2.0.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate graphity 2.0.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-1/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: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2e8359476c25ebae82780aee6519ee084610bde06556178ca6bc740211adcb40 [INFO] running `Command { std: "docker" "start" "-a" "2e8359476c25ebae82780aee6519ee084610bde06556178ca6bc740211adcb40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e8359476c25ebae82780aee6519ee084610bde06556178ca6bc740211adcb40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e8359476c25ebae82780aee6519ee084610bde06556178ca6bc740211adcb40", kill_on_drop: false }` [INFO] [stdout] 2e8359476c25ebae82780aee6519ee084610bde06556178ca6bc740211adcb40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0500399404050b688308661098b877048f5a3ba47c5091d27fdd6f413fd5169 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b0500399404050b688308661098b877048f5a3ba47c5091d27fdd6f413fd5169", 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[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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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; [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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^ use of undeclared type `SumConsumer` [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] | ^^^^^^^^^^^ use of undeclared type `SumConsumer` [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] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 262 | Generator = {Iterator, GeneratorConsumer, GeneratorProducer}, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 245 | use core::ops::Generator; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::Generator; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::sort::tests::vec::ops::Generator; [INFO] [stdout] | [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 one of these items [INFO] [stdout] | [INFO] [stdout] 245 | use core::iter::Sum; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::Sum; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::sort::tests::vec::fmt::result::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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::Recorder; [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] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::GeneratorConsumer; [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::GeneratorProducer; [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] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 263 | Sum = {Sum, __Consumer, SumProducer}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::SumConsumer; [INFO] [stdout] | [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] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: an enum with a similar name exists [INFO] [stdout] | [INFO] [stdout] 263 | Sum = {Sum, SumConsumer, __Producer}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::SumProducer; [INFO] [stdout] | [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::RecorderConsumer; [INFO] [stdout] | [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::RecorderProducer; [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] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 269 | let one = graph.add_node(Iterator::new(1)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 245 | use core::ops::Generator; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::Generator; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::sort::tests::vec::ops::Generator; [INFO] [stdout] | [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] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 270 | let two = graph.add_node(Iterator::new(2)); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 245 | use core::ops::Generator; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::Generator; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::sort::tests::vec::ops::Generator; [INFO] [stdout] | [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] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 245 | use core::iter::Sum; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::Sum; [INFO] [stdout] | [INFO] [stdout] 245 | use crate::sort::tests::vec::fmt::result::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] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::Recorder; [INFO] [stdout] | [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] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::GeneratorProducer; [INFO] [stdout] | [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] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::GeneratorProducer; [INFO] [stdout] | [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] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::SumProducer; [INFO] [stdout] | [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] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::RecorderConsumer; [INFO] [stdout] | [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] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 245 | use crate::signal::tests::RecorderProducer; [INFO] [stdout] | [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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b0500399404050b688308661098b877048f5a3ba47c5091d27fdd6f413fd5169", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0500399404050b688308661098b877048f5a3ba47c5091d27fdd6f413fd5169", kill_on_drop: false }` [INFO] [stdout] b0500399404050b688308661098b877048f5a3ba47c5091d27fdd6f413fd5169