Skip to content

36 implement graph coarsening #67

36 implement graph coarsening

36 implement graph coarsening #67

Triggered via pull request October 6, 2023 20:02
Status Failure
Total duration 2m 59s
Artifacts

ci-cd.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 18 warnings
unused import: `crate::data_structures::subgraph::Subgraph`: src/algorithms/graph_coarsening.rs#L3
error: unused import: `crate::data_structures::subgraph::Subgraph` --> src/algorithms/graph_coarsening.rs:3:5 | 3 | use crate::data_structures::subgraph::Subgraph; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
unused import: `std::collections::HashSet`: src/data_structures/bitvec.rs#L1
error: unused import: `std::collections::HashSet` --> src/data_structures/bitvec.rs:1:5 | 1 | use std::collections::HashSet; | ^^^^^^^^^^^^^^^^^^^^^^^^^
fields `f`, `node_to_cloud`, `cloud_to_node`, `weights`, `cloud_part`, and `simplified` are never read: src/algorithms/graph_coarsening.rs#L221
error: fields `f`, `node_to_cloud`, `cloud_to_node`, `weights`, `cloud_part`, and `simplified` are never read --> src/algorithms/graph_coarsening.rs:221:5 | 220 | pub struct F<'a> { | - fields in this struct 221 | f: Graph, | ^ 222 | node_to_cloud: Vec<usize>, | ^^^^^^^^^^^^^ 223 | //TODO: Dieser Vec braucht bedeutend mehr Speicher als theoretisch nötig 224 | cloud_to_node: Vec<usize>, | ^^^^^^^^^^^^^ 225 | weights: Vec<usize>, | ^^^^^^^ 226 | cloud_part: &'a CloudPartition<'a>, | ^^^^^^^^^^ 227 | simplified: bool, | ^^^^^^^^^^ | = note: `F` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
this argument is a mutable reference, but not used mutably: src/algorithms/graph_coarsening.rs#L134
error: this argument is a mutable reference, but not used mutably --> src/algorithms/graph_coarsening.rs:134:29 | 134 | visited_big_clouds: &mut FastBitvec, | ^^^^^^^^^^^^^^^ help: consider changing to: `&FastBitvec` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pass_by_ref_mut = note: `-D clippy::needless-pass-by-ref-mut` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_pass_by_ref_mut)]`
Lint
Clippy had exited with the 101 exit code
Tests
Process completed with exit code 101.
Miri
Process completed with exit code 1.
Coverage Report
Process completed with exit code 1.
Format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coverage Report
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, Swatinem/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Coverage Report
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coverage Report
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coverage Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coverage Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coverage Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coverage Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Coverage Report
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/