Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: Add exception handling for OSError that my be thrown by os.fsync #6020

Closed
wants to merge 1 commit into from

Add exception handling for OSError that my be thrown by os.fsync

5698332
Select commit
Loading
Failed to load commit list.
Closed

Backport: Add exception handling for OSError that my be thrown by os.fsync #6020

Add exception handling for OSError that my be thrown by os.fsync
5698332
Select commit
Loading
Failed to load commit list.
Cirrus CI / fedora_develop_install_uninstall failed Sep 3, 2024 in 51s

Task Summary

Instruction develop_install_uninstall failed in 00:46

Details

✅ 00:04 clone
❌ 00:46 develop_install_uninstall

writing manifest file 'avocado_framework_plugin_varianter_cit.egg-info/SOURCES.txt'
running build_ext
Creating /root/.local/lib/python3.9/site-packages/avocado-framework-plugin-varianter-cit.egg-link (link to .)
Adding avocado-framework-plugin-varianter-cit 92.3 to easy-install.pth file

Installed /tmp/cirrus-ci-build/optional_plugins/varianter_cit
Processing dependencies for avocado-framework-plugin-varianter-cit==92.3
Searching for avocado-framework==92.3
Best match: avocado-framework 92.3
avocado-framework 92.3 is already the active version in easy-install.pth
Installing avocado script to /root/.local/bin
Installing avocado-runner script to /root/.local/bin
Installing avocado-runner-avocado-instrumented script to /root/.local/bin
Installing avocado-runner-dry-run script to /root/.local/bin
Installing avocado-runner-exec-test script to /root/.local/bin
Installing avocado-runner-noop script to /root/.local/bin
Installing avocado-runner-python-unittest script to /root/.local/bin
Installing avocado-runner-requirement-asset script to /root/.local/bin
Installing avocado-runner-requirement-package script to /root/.local/bin
Installing avocado-runner-sysinfo script to /root/.local/bin
Installing avocado-runner-tap script to /root/.local/bin
Installing avocado-software-manager script to /root/.local/bin

Using /tmp/cirrus-ci-build
Searching for setuptools==53.0.0
Best match: setuptools 53.0.0
Adding setuptools 53.0.0 to easy-install.pth file

Using /usr/lib/python3.9/site-packages
Finished processing dependencies for avocado-framework-plugin-varianter-cit==92.3
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/varianter_pict
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/golang
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/robot
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/html
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/result_upload
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/resultsdb
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/varianter_yaml_to_mux
>> DEVELOP LINK /tmp/cirrus-ci-build/optional_plugins/varianter_cit
test `python3 -m avocado plugins | grep ^html | wc -l` -eq "3"
Traceback (most recent call last):
  File "/usr/lib64/python3.9/runpy.py", line 188, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib64/python3.9/runpy.py", line 147, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/lib64/python3.9/runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "/tmp/cirrus-ci-build/avocado/__init__.py", line 28, in <module>
    from avocado.core import register_core_options, initialize_plugins
  File "/tmp/cirrus-ci-build/avocado/core/__init__.py", line 23, in <module>
    from .utils import prepend_base_path
  File "/tmp/cirrus-ci-build/avocado/core/utils.py", line 5, in <module>
    from ..utils import path, process
  File "/tmp/cirrus-ci-build/avocado/utils/process.py", line 522
    except UnsupportedOperation, OSError:
                               ^
SyntaxError: invalid syntax