[INFO] fetching crate graphity 1.0.0... [INFO] checking graphity-1.0.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate graphity 1.0.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate graphity 1.0.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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-6/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00792ec10bf56ed5ab30e0a309337464c1c0eda9f5c40f01954c30a96dd2f9b6 [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" "00792ec10bf56ed5ab30e0a309337464c1c0eda9f5c40f01954c30a96dd2f9b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00792ec10bf56ed5ab30e0a309337464c1c0eda9f5c40f01954c30a96dd2f9b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00792ec10bf56ed5ab30e0a309337464c1c0eda9f5c40f01954c30a96dd2f9b6", kill_on_drop: false }` [INFO] [stdout] 00792ec10bf56ed5ab30e0a309337464c1c0eda9f5c40f01954c30a96dd2f9b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d44839e4cd2d993a69cc0b366de3454e7b6179e32983830762c4a54699d2832d [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" "d44839e4cd2d993a69cc0b366de3454e7b6179e32983830762c4a54699d2832d", kill_on_drop: false }` [INFO] [stderr] Checking ahash v0.4.7 [INFO] [stderr] Checking hashbrown v0.9.1 [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" "d44839e4cd2d993a69cc0b366de3454e7b6179e32983830762c4a54699d2832d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d44839e4cd2d993a69cc0b366de3454e7b6179e32983830762c4a54699d2832d", kill_on_drop: false }` [INFO] [stdout] d44839e4cd2d993a69cc0b366de3454e7b6179e32983830762c4a54699d2832d