[INFO] fetching crate saboten 0.1.2-alpha.3... [INFO] testing saboten-0.1.2-alpha.3 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate saboten 0.1.2-alpha.3 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate saboten 0.1.2-alpha.3 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate saboten 0.1.2-alpha.3 [INFO] finished tweaking crates.io crate saboten 0.1.2-alpha.3 [INFO] tweaked toml for crates.io crate saboten 0.1.2-alpha.3 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded three-edge-connected v0.2.2 [INFO] [stderr] Downloaded gfa v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37a0509c468a78354e75283d76b1f1a39576d61e0b83080e4dd60d7857f073a3 [INFO] running `Command { std: "docker" "start" "-a" "37a0509c468a78354e75283d76b1f1a39576d61e0b83080e4dd60d7857f073a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37a0509c468a78354e75283d76b1f1a39576d61e0b83080e4dd60d7857f073a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37a0509c468a78354e75283d76b1f1a39576d61e0b83080e4dd60d7857f073a3", kill_on_drop: false }` [INFO] [stdout] 37a0509c468a78354e75283d76b1f1a39576d61e0b83080e4dd60d7857f073a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ad12b4026345b07acbf2a4c305337457f8fa4d66068cca9ee8b3e1b18f9adb8 [INFO] running `Command { std: "docker" "start" "-a" "6ad12b4026345b07acbf2a4c305337457f8fa4d66068cca9ee8b3e1b18f9adb8", kill_on_drop: false }` [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling bytemuck_derive v1.0.1 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling gfa v0.10.0 [INFO] [stderr] Compiling three-edge-connected v0.2.2 [INFO] [stderr] Compiling saboten v0.1.2-alpha.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `id_to_black_edge` [INFO] [stdout] --> src/biedgedgraph.rs:6:25 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::projection::{id_to_black_edge, Projection}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Biedged` [INFO] [stdout] --> src/biedgedgraph.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::snarls::{Biedged, Node}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SnarlMapIter`, `SnarlType` [INFO] [stdout] --> src/cactusgraph.rs:14:57 [INFO] [stdout] | [INFO] [stdout] 14 | Biedged, Bridge, Cactus, Node, Snarl, SnarlMap, SnarlMapIter, SnarlType, [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ChainEdges` [INFO] [stdout] --> src/netgraph.rs:4:38 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::cactusgraph::{CactusTree, ChainEdges}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `trace` [INFO] [stdout] --> src/snarls.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use log::{debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b_inv` [INFO] [stdout] --> src/cactusgraph.rs:212:21 [INFO] [stdout] | [INFO] [stdout] 212 | let b_inv = inv_proj.get(&b.id).unwrap(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_b_inv` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vertices` [INFO] [stdout] --> src/cactusgraph.rs:877:9 [INFO] [stdout] | [INFO] [stdout] 877 | vertices: &FxHashSet, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vertices` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cactus_tree` [INFO] [stdout] --> src/netgraph.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | cactus_tree: &CactusTree, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cactus_tree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `black_edge_cycle_rank` [INFO] [stdout] --> src/cactusgraph.rs:502:8 [INFO] [stdout] | [INFO] [stdout] 502 | fn black_edge_cycle_rank(&self, x: Node) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.65s [INFO] running `Command { std: "docker" "inspect" "6ad12b4026345b07acbf2a4c305337457f8fa4d66068cca9ee8b3e1b18f9adb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ad12b4026345b07acbf2a4c305337457f8fa4d66068cca9ee8b3e1b18f9adb8", kill_on_drop: false }` [INFO] [stdout] 6ad12b4026345b07acbf2a4c305337457f8fa4d66068cca9ee8b3e1b18f9adb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67f9c8bb475cee7fff01fe069446c158036f6cc6dae463348b66209eac39a0b3 [INFO] running `Command { std: "docker" "start" "-a" "67f9c8bb475cee7fff01fe069446c158036f6cc6dae463348b66209eac39a0b3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stdout] warning: unused import: `id_to_black_edge` [INFO] [stdout] --> src/biedgedgraph.rs:6:25 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::projection::{id_to_black_edge, Projection}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Biedged` [INFO] [stdout] --> src/biedgedgraph.rs:7:21 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::snarls::{Biedged, Node}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SnarlMapIter`, `SnarlType` [INFO] [stdout] --> src/cactusgraph.rs:14:57 [INFO] [stdout] | [INFO] [stdout] 14 | Biedged, Bridge, Cactus, Node, Snarl, SnarlMap, SnarlMapIter, SnarlType, [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ChainEdges` [INFO] [stdout] --> src/netgraph.rs:4:38 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::cactusgraph::{CactusTree, ChainEdges}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `trace` [INFO] [stdout] --> src/snarls.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use log::{debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b_inv` [INFO] [stdout] --> src/cactusgraph.rs:212:21 [INFO] [stdout] | [INFO] [stdout] 212 | let b_inv = inv_proj.get(&b.id).unwrap(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_b_inv` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vertices` [INFO] [stdout] --> src/cactusgraph.rs:877:9 [INFO] [stdout] | [INFO] [stdout] 877 | vertices: &FxHashSet, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_vertices` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cactus_tree` [INFO] [stdout] --> src/netgraph.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | cactus_tree: &CactusTree, [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cactus_tree` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `black_edge_cycle_rank` [INFO] [stdout] --> src/cactusgraph.rs:502:8 [INFO] [stdout] | [INFO] [stdout] 502 | fn black_edge_cycle_rank(&self, x: Node) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling saboten v0.1.2-alpha.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `id_to_black_edge` [INFO] [stdout] --> src/biedgedgraph.rs:6:25 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::projection::{id_to_black_edge, Projection}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SnarlMapIter`, `SnarlType` [INFO] [stdout] --> src/cactusgraph.rs:14:57 [INFO] [stdout] | [INFO] [stdout] 14 | Biedged, Bridge, Cactus, Node, Snarl, SnarlMap, SnarlMapIter, SnarlType, [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ChainEdges` [INFO] [stdout] --> src/netgraph.rs:4:38 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::cactusgraph::{CactusTree, ChainEdges}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `debug`, `trace` [INFO] [stdout] --> src/snarls.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use log::{debug, trace}; [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this struct takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/biedgedgraph.rs:611:42 [INFO] [stdout] | [INFO] [stdout] 611 | fn example_graph_2() -> BiedgedGraph> { [INFO] [stdout] | ^^^^--------- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: struct defined here, with 0 generic parameters [INFO] [stdout] --> src/snarls.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Node { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `saboten` due to 2 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "67f9c8bb475cee7fff01fe069446c158036f6cc6dae463348b66209eac39a0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f9c8bb475cee7fff01fe069446c158036f6cc6dae463348b66209eac39a0b3", kill_on_drop: false }` [INFO] [stdout] 67f9c8bb475cee7fff01fe069446c158036f6cc6dae463348b66209eac39a0b3