Skip to content

CI checks for pull_request by mhucka #111

CI checks for pull_request by mhucka

CI checks for pull_request by mhucka #111

Triggered via pull request June 2, 2025 21:34
Status Failure
Total duration 7m 42s
Artifacts

ci.yaml

on: pull_request
(Find changed files)
10s
(Find changed files)
(Set up Python)
1m 18s
(Set up Python)
YAML lint checks
YAML lint checks
JSON lint checks
JSON lint checks
CITATION.cff checks
CITATION.cff checks
Dockerfile lint checks
Dockerfile lint checks
Shell script checks
Shell script checks
Vulnerability checks  /  Run OSV scanner
Vulnerability checks / Run OSV scanner
Matrix: (Python extra pytest matrix)
Matrix: (Python pytest matrix)
Python format checks
43s
Python format checks
Python type checks
1m 6s
Python type checks
Python lint checks
1m 49s
Python lint checks
Python compatibility checks
3m 35s
Python compatibility checks
Python code coverage checks
6m 1s
Python code coverage checks
GitHub Actions workflow checks
0s
GitHub Actions workflow checks
Python extra pytest checks
4s
Python extra pytest checks
Python pytest checks
4s
Python pytest checks
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Python lint checks
Process completed with exit code 16.
Python code coverage checks: src/openfermion/linalg/wedge_product.py#L70
SyntaxWarning: invalid escape sequence '\w'
Python code coverage checks
SyntaxWarning: invalid escape sequence '\w'
Python code coverage checks: src/openfermion/linalg/wave_fitting.py#L43
SyntaxWarning: invalid escape sequence '\s'
Python code coverage checks
SyntaxWarning: invalid escape sequence '\s'
Python code coverage checks: src/openfermion/linalg/erpa.py#L14
SyntaxWarning: invalid escape sequence '\s'
Python code coverage checks
SyntaxWarning: invalid escape sequence '\s'
Python code coverage checks: src/openfermion/circuits/gates/four_qubit_gates.py#L124
SyntaxWarning: invalid escape sequence '\/'
Python code coverage checks: src/openfermion/circuits/gates/four_qubit_gates.py#L124
SyntaxWarning: invalid escape sequence '\/'
Python code coverage checks
SyntaxWarning: invalid escape sequence '\/'
Python code coverage checks
SyntaxWarning: invalid escape sequence '\/'
(Find changed files)
'base' input parameter is ignored when action is triggered by pull request event
Python lint checks: src/openfermion/conftest.py#L16
C0411: standard import "random" should be placed before third party imports "pytest", "numpy" (wrong-import-order)