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 / debian_egg container:ubuntu:18.04 failed Sep 3, 2024 in 24s

Task Summary

Instruction egg failed in 00:19

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:04 clone
❌ 00:19 egg

'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.6' does not exist -- can't clean it
running clean
'build/lib' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.6' does not exist -- can't clean it
running clean
'build/lib' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.6' does not exist -- can't clean it
running clean
'build/lib' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.6' does not exist -- can't clean it
running clean
'build/lib' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.6' does not exist -- can't clean it
>> CLEAN optional_plugins/varianter_pict
>> CLEAN optional_plugins/golang
>> CLEAN optional_plugins/robot
>> CLEAN optional_plugins/html
>> CLEAN optional_plugins/result_upload
>> CLEAN optional_plugins/resultsdb
>> CLEAN optional_plugins/varianter_yaml_to_mux
>> CLEAN optional_plugins/varianter_cit
python3 -c 'import sys; import glob; sys.path.insert(0, glob.glob("/tmp/avocado_framework-*.egg")[0]); from avocado.core.main import main; sys.exit(main())' run --test-runner=runner /bin/true
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/tmp/avocado_framework-92.3-py3.6.egg/avocado/__init__.py", line 28, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/tmp/avocado_framework-92.3-py3.6.egg/avocado/core/__init__.py", line 23, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/tmp/avocado_framework-92.3-py3.6.egg/avocado/core/utils.py", line 5, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 951, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 894, in _find_spec
  File "<frozen importlib._bootstrap_external>", line 1157, in find_spec
  File "<frozen importlib._bootstrap_external>", line 1131, in _get_spec
  File "<frozen importlib._bootstrap_external>", line 1112, in _legacy_get_spec
  File "<frozen importlib._bootstrap>", line 441, in spec_from_loader
  File "<frozen importlib._bootstrap_external>", line 544, in spec_from_file_location
  File "/tmp/avocado_framework-92.3-py3.6.egg/avocado/utils/process.py", line 522
    except UnsupportedOperation, OSError:
                               ^
SyntaxError: invalid syntax