Skip to content

chore: use serde(rename_all = "kebab-case") where appropriate (#390) #200

chore: use serde(rename_all = "kebab-case") where appropriate (#390)

chore: use serde(rename_all = "kebab-case") where appropriate (#390) #200

Triggered via push June 26, 2024 12:42
Status Failure
Total duration 22m 57s
Artifacts 1

docker-build.yml

on: push
build-and-push-image
22m 48s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cargo build --release" did not complete successfully: exit code: 101
field `n_total` is never read: src/strucvars/txt_to_bin/vardbs/input.rs#L150
warning: field `n_total` is never read --> src/strucvars/txt_to_bin/vardbs/input.rs:150:9 | 140 | pub struct GnomadCnv4Record { | ---------------- field in this struct ... 150 | pub n_total: u32, | ^^^^^^^ | = note: `GnomadCnv4Record` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
fields `male_n_homref`, `male_n_hemiref`, `female_n_homref`, and `cnv_n_total` are never read: src/strucvars/txt_to_bin/vardbs/input.rs#L117
warning: fields `male_n_homref`, `male_n_hemiref`, `female_n_homref`, and `cnv_n_total` are never read --> src/strucvars/txt_to_bin/vardbs/input.rs:117:9 | 107 | pub struct GnomadSv4Record { | --------------- fields in this struct ... 117 | pub male_n_homref: u32, | ^^^^^^^^^^^^^ ... 123 | pub male_n_hemiref: u32, | ^^^^^^^^^^^^^^ ... 127 | pub female_n_homref: u32, | ^^^^^^^^^^^^^^^ ... 133 | pub cnv_n_total: u32, | ^^^^^^^^^^^ | = note: `GnomadSv4Record` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `num_carriers` is never read: src/strucvars/txt_to_bin/vardbs/input.rs#L20
warning: field `num_carriers` is never read --> src/strucvars/txt_to_bin/vardbs/input.rs:20:9 | 12 | pub struct DbVarRecord { | ----------- field in this struct ... 20 | pub num_carriers: u32, | ^^^^^^^^^^^^ | = note: `DbVarRecord` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
field `label` is never read: src/strucvars/txt_to_bin/masked.rs#L28
warning: field `label` is never read --> src/strucvars/txt_to_bin/masked.rs:28:13 | 20 | pub struct Record { | ------ field in this struct ... 28 | pub label: String, | ^^^^^ | = note: `Record` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
use of deprecated method `itertools::Itertools::group_by`: Use .chunk_by() instead: src/seqvars/query/mod.rs#L297
warning: use of deprecated method `itertools::Itertools::group_by`: Use .chunk_by() instead --> src/seqvars/query/mod.rs:297:14 | 297 | .group_by(|by_hgnc_id| by_hgnc_id.hgnc_id.clone()) | ^^^^^^^^ | = note: `#[warn(deprecated)]` on by default

Artifacts

Produced during runtime
Name Size
varfish-org~varfish-server-worker~ZV1JC4.dockerbuild
98.5 KB