Skip to content

Tests

2567f74
Select commit
Loading
Failed to load commit list.
Open

Tests #205

Tests
2567f74
Select commit
Loading
Failed to load commit list.
exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr failed Feb 25, 2026 in 5m 33s

Failed

Pipelines as Code CI/vulnerability-analysis-on-pr has failed.

Details


Task Statuses:

StatusDurationName
🟢 Succeeded 21 seconds

fetch-repository

🔴 Failed 5 minutes

lint-and-test


Failure snippet:

task lint-and-test has the status "Failed":
1 skipped
        12 warnings
make: *** [Makefile:75: test-unit] Error 1

Annotations

Check failure on line 19 in /workspace/source/src/vuln_analysis/tools/transitive_code_search.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/src/vuln_analysis/tools/transitive_code_search.py#L19

DeprecationWarning: !!! The 'aiq' namespace is deprecated and will be removed in a future release. Please use the 'nat' namespace instead.

Check failure on line 173 in /workspace/source/src/exploit_iq_commons/utils/functions_parsers/java_functions_parsers.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/src/exploit_iq_commons/utils/functions_parsers/java_functions_parsers.py#L173

SyntaxWarning: invalid escape sequence '\ '

Check failure on line 153 in /workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py#L153

DeprecationWarning: __package__ != __spec__.parent

Check failure on line 154 in /workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py#L154

DeprecationWarning: __package__ != __spec__.parent

Check failure on line 36 in /workspace/source/.venv/lib64/python3.12/site-packages/tree_sitter/__init__.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/.venv/lib64/python3.12/site-packages/tree_sitter/__init__.py#L36

FutureWarning: Language(path, name) is deprecated. Use Language(ptr, name) instead.