You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 2190, in _enter_file
self._readline = self._open(filename, "r").readline
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 3959, in _open
open(filename, mode, encoding=self._encoding)
IsADirectoryError: [Errno 21] Is a directory: '.../workspace/zephyr/'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "./scripts/ci/check_compliance.py", line 1267, in main
n_fails = _main(args)
File "./scripts/ci/check_compliance.py", line 1202, in _main
test.run()
File "./scripts/ci/check_compliance.py", line 682, in run
super().run(full=False)
File "./scripts/ci/check_compliance.py", line 270, in run
kconf = self.parse_kconfig()
File "./scripts/ci/check_compliance.py", line 384, in parse_kconfig
return kconfiglib.Kconfig()
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 947, in __init__
self._init(filename, warn, warn_to_stderr, encoding)
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 1085, in _init
self._parse_block(None, self.top_node, self.top_node).next = None
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 3001, in _parse_block
prev = self._parse_block(None, parent, prev)
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 3040, in _parse_block
self._parse_block(_T_ENDMENU, node, node)
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 3001, in _parse_block
prev = self._parse_block(None, parent, prev)
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 3001, in _parse_block
prev = self._parse_block(None, parent, prev)
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 3040, in _parse_block
self._parse_block(_T_ENDMENU, node, node)
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 3000, in _parse_block
self._enter_file(filename)
File ".../workspace/zephyr/scripts/kconfig/kconfiglib.py", line 2193, in _enter_file
raise _KconfigIOError(
kconfiglib._KconfigIOError: /tmp/Kconfig.modules:206: Could not open '.../workspace/zephyr/' (in 'osource "$(ZEPHYR_UBXLIB_KCONFIG)"') (EISDIR: Is a directory)
Expected behavior ./scripts/ci/check_compliance.py --annotate -m KconfigBasic -c origin/v3.6-branch.. works w/o side effects also for downstrem modules folder.
Impact
No showstopper for the time being, but should be fixed until next Bridle release.
This issue has been marked as stale because it has been open (more than) 90 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 30 days. Note, that you can always re-open a closed issue at any time.
Describe the bug
To Reproduce
Steps to reproduce the behavior: See https://github.com/tiacsys/bridle/actions/runs/6926377539/job/18838445069?pr=158
Expected behavior
./scripts/ci/check_compliance.py --annotate -m KconfigBasic -c origin/v3.6-branch..
works w/o side effects also for downstrem modules folder.Impact
No showstopper for the time being, but should be fixed until next Bridle release.
Logs and console output
See: https://github.com/tiacsys/bridle/actions/runs/6926377539/job/18838445069?pr=158
Screenshots
Non.
Development Environment (please complete the following information):
Additional context
Non.
The text was updated successfully, but these errors were encountered: