[INFO] crate bigraph 0.1.0-alpha.6 is already in cache [INFO] testing bigraph-0.1.0-alpha.6 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate bigraph 0.1.0-alpha.6 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate bigraph 0.1.0-alpha.6 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate bigraph 0.1.0-alpha.6 [INFO] finished tweaking crates.io crate bigraph 0.1.0-alpha.6 [INFO] tweaked toml for crates.io crate bigraph 0.1.0-alpha.6 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "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] ba36278d5316852fab77fb1a4e4e9876c254019f44e951b67d3054d0bd483a2f [INFO] running `Command { std: "docker" "start" "-a" "ba36278d5316852fab77fb1a4e4e9876c254019f44e951b67d3054d0bd483a2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba36278d5316852fab77fb1a4e4e9876c254019f44e951b67d3054d0bd483a2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba36278d5316852fab77fb1a4e4e9876c254019f44e951b67d3054d0bd483a2f", kill_on_drop: false }` [INFO] [stdout] ba36278d5316852fab77fb1a4e4e9876c254019f44e951b67d3054d0bd483a2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2ad01f84970bc80b36435e76dc7237d866ccbeb5cb35a9f1db9f535d490c6b3 [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" "c2ad01f84970bc80b36435e76dc7237d866ccbeb5cb35a9f1db9f535d490c6b3", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling strum v0.15.0 [INFO] [stderr] Compiling opaque_typedef v0.0.5 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling traitgraph v0.1.0 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Compiling opaque_typedef_macros v0.0.5 [INFO] [stderr] Compiling bigraph v0.1.0-alpha.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `traitgraph::EdgeIndices`, `traitgraph::NodeIndices` [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:8:30 [INFO] [stdout] | [INFO] [stdout] 8 | DynamicGraph, EdgeIndex, EdgeIndices, ImmutableGraphContainer, MutableGraphContainer, [INFO] [stdout] | ^^^^^^^^^^^ no `EdgeIndices` in the root [INFO] [stdout] 9 | NavigableGraph, NodeIndex, NodeIndices, StaticGraph, [INFO] [stdout] | ^^^^^^^^^^^ no `NodeIndices` in the root [INFO] [stdout] | [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 8 | DynamicGraph, EdgeIndex, EdgeIndex, ImmutableGraphContainer, MutableGraphContainer, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] help: a similar name exists in the module [INFO] [stdout] | [INFO] [stdout] 9 | NavigableGraph, NodeIndex, NodeIndex, StaticGraph, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:167:31 [INFO] [stdout] | [INFO] [stdout] 167 | > ImmutableGraphContainer [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:212:29 [INFO] [stdout] | [INFO] [stdout] 212 | > MutableGraphContainer [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:244:26 [INFO] [stdout] | [INFO] [stdout] 244 | > NavigableGraph<'a, NodeData, EdgeData, IndexType> [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:42:61 [INFO] [stdout] | [INFO] [stdout] 42 | impl> [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:70:31 [INFO] [stdout] | [INFO] [stdout] 70 | Topology: StaticGraph, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:124:31 [INFO] [stdout] | [INFO] [stdout] 124 | Topology: StaticGraph, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | T: DynamicGraph, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:166:36 [INFO] [stdout] | [INFO] [stdout] 166 | T: ImmutableGraphContainer, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:211:34 [INFO] [stdout] | [INFO] [stdout] 211 | T: MutableGraphContainer, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:243:31 [INFO] [stdout] | [INFO] [stdout] 243 | T: NavigableGraph<'a, NodeData, EdgeData, IndexType>, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/interface/static_bigraph.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | StaticGraph + Sized [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:247:50 [INFO] [stdout] | [INFO] [stdout] 247 | type OutNeighbors = >::OutNeighbors; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/implementation/node_bigraph_wrapper.rs:248:49 [INFO] [stdout] | [INFO] [stdout] 248 | type InNeighbors = >::InNeighbors; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/interface/dynamic_bigraph.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | DynamicGraph + StaticBigraph [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/interface/dynamic_bigraph.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | Self::Topology: DynamicGraph, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 0, found 3 [INFO] [stdout] --> src/interface/static_bigraph.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | type Topology: StaticGraph; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^ unexpected type argument [INFO] [stdout] | | | [INFO] [stdout] | | unexpected type argument [INFO] [stdout] | unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bigraph`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "c2ad01f84970bc80b36435e76dc7237d866ccbeb5cb35a9f1db9f535d490c6b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2ad01f84970bc80b36435e76dc7237d866ccbeb5cb35a9f1db9f535d490c6b3", kill_on_drop: false }` [INFO] [stdout] c2ad01f84970bc80b36435e76dc7237d866ccbeb5cb35a9f1db9f535d490c6b3