[INFO] fetching crate graphity 1.0.0... [INFO] checking graphity-1.0.0 against try#575650af7d7ca88602df28e39d27bf3e456c306e for pr-80579 [INFO] extracting crate graphity 1.0.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate graphity 1.0.0 on toolchain 575650af7d7ca88602df28e39d27bf3e456c306e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate graphity 1.0.0 [INFO] finished tweaking crates.io crate graphity 1.0.0 [INFO] tweaked toml for crates.io crate graphity 1.0.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate graphity 1.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13877be160b51c300a022db6ed800646ef4b59ae369beb40da5b2c6e565d32b0 [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" "13877be160b51c300a022db6ed800646ef4b59ae369beb40da5b2c6e565d32b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13877be160b51c300a022db6ed800646ef4b59ae369beb40da5b2c6e565d32b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13877be160b51c300a022db6ed800646ef4b59ae369beb40da5b2c6e565d32b0", kill_on_drop: false }` [INFO] [stdout] 13877be160b51c300a022db6ed800646ef4b59ae369beb40da5b2c6e565d32b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b6f1c84dbc5141bf3ff14f5ed0175a6cd3358c46054a427938acc9418f34042 [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" "7b6f1c84dbc5141bf3ff14f5ed0175a6cd3358c46054a427938acc9418f34042", kill_on_drop: false }` [INFO] [stderr] Checking graphity v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity` [INFO] [stdout] --> src/graphity.rs:237:9 [INFO] [stdout] | [INFO] [stdout] 237 | use graphity::node::{Node, NodeIndex, NodeWrapper}; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `graphity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphity` [INFO] [stdout] --> src/graphity.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | use graphity::node::{ [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `graphity` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | use graphity::signal::SignalGraph; [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `graphity` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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 `Node` [INFO] [stdout] --> src/graphity.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | $node(<$node as Node<$payload>>::Consumer), [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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 `Node` [INFO] [stdout] --> src/graphity.rs:197:29 [INFO] [stdout] | [INFO] [stdout] 197 | $node(<$node as Node<$payload>>::Producer), [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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 `Node` [INFO] [stdout] --> src/graphity.rs:212:29 [INFO] [stdout] | [INFO] [stdout] 212 | impl From<<$node as Node<$payload>>::Consumer> for GeneratedConsumer { [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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 `Node` [INFO] [stdout] --> src/graphity.rs:213:41 [INFO] [stdout] | [INFO] [stdout] 213 | fn from(consumer: <$node as Node<$payload>>::Consumer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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 `Node` [INFO] [stdout] --> src/graphity.rs:218:29 [INFO] [stdout] | [INFO] [stdout] 218 | impl From<<$node as Node<$payload>>::Producer> for GeneratedProducer { [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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 `Node` [INFO] [stdout] --> src/graphity.rs:219:41 [INFO] [stdout] | [INFO] [stdout] 219 | fn from(producer: <$node as Node<$payload>>::Producer) -> Self { [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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[E0405]: cannot find trait `Node` in this scope [INFO] [stdout] --> src/graphity.rs:247:10 [INFO] [stdout] | [INFO] [stdout] 247 | impl Node for Generator { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 237 | use crate::Node; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Node` in this scope [INFO] [stdout] --> src/graphity.rs:272:10 [INFO] [stdout] | [INFO] [stdout] 272 | impl Node for Sum { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 237 | use crate::Node; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Node` in this scope [INFO] [stdout] --> src/graphity.rs:301:10 [INFO] [stdout] | [INFO] [stdout] 301 | impl Node for Recorder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 237 | use crate::Node; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NodeClass` in this scope [INFO] [stdout] --> src/graphity.rs:73:14 [INFO] [stdout] | [INFO] [stdout] 73 | impl NodeClass for GeneratedNode { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::NodeClass; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NodeWrapper` in this scope [INFO] [stdout] --> src/graphity.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | impl NodeWrapper for GeneratedNode { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 326 | use crate::NodeWrapper; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ExternalNodeWrapper` in this scope [INFO] [stdout] --> src/graphity.rs:131:14 [INFO] [stdout] | [INFO] [stdout] 131 | impl ExternalNodeWrapper<$payload> for GeneratedNode {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::ExternalNodeWrapper; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `NodeIndex` in this scope [INFO] [stdout] --> src/graphity.rs:139:14 [INFO] [stdout] | [INFO] [stdout] 139 | impl NodeIndex for GeneratedNodeIndex { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 326 | use crate::NodeIndex; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CommonConsumerIndex` [INFO] [stdout] --> src/graphity.rs:158:53 [INFO] [stdout] | [INFO] [stdout] 158 | Self::Consumer::$node(_) => CommonConsumerIndex::new(*self, consumer), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::CommonConsumerIndex; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CommonProducerIndex` [INFO] [stdout] --> src/graphity.rs:174:53 [INFO] [stdout] | [INFO] [stdout] 174 | Self::Producer::$node(_) => CommonProducerIndex::new(*self, producer), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::CommonProducerIndex; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ExternalConsumer` in this scope [INFO] [stdout] --> src/graphity.rs:190:14 [INFO] [stdout] | [INFO] [stdout] 190 | impl ExternalConsumer for GeneratedConsumer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::ExternalConsumer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommonConsumerIndex` in this scope [INFO] [stdout] --> src/graphity.rs:192:43 [INFO] [stdout] | [INFO] [stdout] 192 | pub type GeneratedConsumerIndex = CommonConsumerIndex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::CommonConsumerIndex; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ExternalProducer` in this scope [INFO] [stdout] --> src/graphity.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | impl ExternalProducer for GeneratedProducer {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::ExternalProducer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CommonProducerIndex` in this scope [INFO] [stdout] --> src/graphity.rs:203:43 [INFO] [stdout] | [INFO] [stdout] 203 | pub type GeneratedProducerIndex = CommonProducerIndex; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 326 | use crate::node::CommonProducerIndex; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SignalGraph` in this scope [INFO] [stdout] --> src/graphity.rs:226:27 [INFO] [stdout] | [INFO] [stdout] 226 | pub type $graph = SignalGraph< [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 327 | graphity!(Graph; Generator, Sum, Recorder); [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] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 326 | use crate::signal::SignalGraph; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [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" "7b6f1c84dbc5141bf3ff14f5ed0175a6cd3358c46054a427938acc9418f34042", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b6f1c84dbc5141bf3ff14f5ed0175a6cd3358c46054a427938acc9418f34042", kill_on_drop: false }` [INFO] [stdout] 7b6f1c84dbc5141bf3ff14f5ed0175a6cd3358c46054a427938acc9418f34042