Skip to content

[cppyy] Move libcppyy.so to <LIBDIR>/cppyy/libcppyy.so #25727

[cppyy] Move libcppyy.so to <LIBDIR>/cppyy/libcppyy.so

[cppyy] Move libcppyy.so to <LIBDIR>/cppyy/libcppyy.so #25727

Triggered via pull request October 15, 2025 14:37
Status Failure
Total duration 1m 9s
Artifacts

code_analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
ruff
Process completed with exit code 123.
ruff
Formatting failed. To apply the changes locally, run the following command:
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L100
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:100:5: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L99
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:99:23: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L99
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:99:5: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L96
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:96:21: F405 `_backend` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L92
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:92:32: F405 `gbl` may be undefined, or defined from star imports
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L91
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:91:28: F405 `gbl` may be undefined, or defined from star imports
Ruff (F403): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L87
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:87:5: F403 `from ._cpython_cppyy import *` used; unable to detect undefined names
Ruff (F403): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L85
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:85:5: F403 `from ._pypy_cppyy import *` used; unable to detect undefined names
Ruff (F401): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L67
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:67:23: F401 `._version.__version__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F405): bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L43
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:43:5: F405 `nullptr` may be undefined, or defined from star imports
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.