Skip to content

use maturin release #1497

use maturin release

use maturin release #1497

Triggered via push September 25, 2024 09:23
Status Failure
Total duration 2m 27s
Artifacts

style-checks.yml

on: push
Matrix: Rust style checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Rust style checks: src/assembly/common.rs#L3
unresolved import `green_kernels::types::EvalType`
Rust style checks: src/assembly/boundary/assemblers/adjoint_double_layer.rs#L15
the function or associated item `new` exists for struct `BoundaryAssembler<T, AdjointDoubleLayerBoundaryIntegrand<T>, KernelEvaluator<T, K>>`, but its trait bounds were not satisfied
Rust style checks: src/assembly/boundary/assemblers/double_layer.rs#L15
the function or associated item `new` exists for struct `BoundaryAssembler<T, DoubleLayerBoundaryIntegrand<T>, KernelEvaluator<T, K>>`, but its trait bounds were not satisfied
Rust style checks: src/assembly/boundary/assemblers/hypersingular.rs#L26
the function or associated item `new` exists for struct `BoundaryAssembler<T, I, KernelEvaluator<T, K>>`, but its trait bounds were not satisfied
Rust style checks: src/assembly/boundary/assemblers/single_layer.rs#L15
the function or associated item `new` exists for struct `BoundaryAssembler<T, SingleLayerBoundaryIntegrand<T>, KernelEvaluator<T, K>>`, but its trait bounds were not satisfied
Rust style checks: src/assembly/potential/assemblers/double_layer.rs#L15
the function or associated item `new` exists for struct `PotentialAssembler<T, DoubleLayerPotentialIntegrand<T>, KernelEvaluator<T, K>>`, but its trait bounds were not satisfied
Rust style checks: src/assembly/potential/assemblers/single_layer.rs#L15
the function or associated item `new` exists for struct `PotentialAssembler<T, SingleLayerPotentialIntegrand<T>, KernelEvaluator<T, K>>`, but its trait bounds were not satisfied
Rust style checks
Process completed with exit code 101.
Rust style checks (--features "mpi,strict")
The job was canceled because "job" failed.
Rust style checks (--features "mpi,strict")
The operation was canceled.
Rust style checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/