Skip to content

Integrate disable() in _clear_widgets() #234

Integrate disable() in _clear_widgets()

Integrate disable() in _clear_widgets() #234

Triggered via push May 10, 2024 20:01
Status Failure
Total duration 19m 11s
Artifacts

ci.yml

on: push
Matrix: linters
Matrix: tests-docker
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 7 warnings
linters (flake8)
Process completed with exit code 1.
linters (mypy-pyqt5)
Process completed with exit code 1.
linters (mypy-pyqt6)
Process completed with exit code 1.
linters (pylint)
Process completed with exit code 20.
tests-docker (py, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] Files: 1.txt'}.
tests-docker (py, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'message', 'loglevel': 40, 'message': 'Failed to open tempfile *'}.
tests-docker (py, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] key press: 27'}.
tests-docker (py, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] click_element clicked'}.
tests-docker (py, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] Alert done'}.
tests-docker (py, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
tests-docker (py, archlinux-webengine-qt6)
FAILED tests/end2end/features/test_editor_bdd.py::test_select_one_file_with_single_file_command_that_writes_to_stdout - end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] Files: 1.txt'}.
tests-docker (py, archlinux-webengine-qt6)
FAILED tests/end2end/features/test_editor_bdd.py::test_file_selector_deleting_temporary_file - end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'message', 'loglevel': 40, 'message': 'Failed to open tempfile *'}.
tests-docker (py, archlinux-webengine-qt6)
FAILED tests/end2end/features/test_keyinput_bdd.py::test_fakekey_sending_special_key_to_the_website - end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] key press: 27'}.
tests-docker (py, archlinux-webengine-qt6)
FAILED tests/end2end/features/test_misc_bdd.py::test_clicking_first_element_matching_a_selector - end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] click_element clicked'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] Files: 1.txt'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'message', 'loglevel': 40, 'message': 'Failed to open tempfile *'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] click_element clicked'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] click_element position'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] Alert done'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] Prompt reply: null'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
FAILED tests/end2end/features/test_editor_bdd.py::test_select_two_files_with_single_file_command - end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] Files: 1.txt'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
FAILED tests/end2end/features/test_editor_bdd.py::test_file_selector_deleting_temporary_file - end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'message', 'loglevel': 40, 'message': 'Failed to open tempfile *'}.
tests-docker (py, archlinux-webengine-unstable-qt6)
FAILED tests/end2end/features/test_misc_bdd.py::test_clicking_first_element_matching_a_selector - end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] click_element clicked'}.
linters (flake8): qutebrowser/mainwindow/statusbar/widget.py#L1
Missing docstring in public module
linters (flake8): qutebrowser/mainwindow/statusbar/widget.py#L6
1 blank line required after class docstring
linters (flake8): qutebrowser/mainwindow/statusbar/widget.py#L6
First line should end with a period
linters (flake8): qutebrowser/mainwindow/statusbar/widget.py#L11
First line should end with a period
linters (pylint): qutebrowser/mainwindow/statusbar/percentage.py#L26
Attribute 'enabled' defined outside __init__
linters (pylint): qutebrowser/mainwindow/statusbar/widget.py#L1
Missing module docstring
linters (pylint): qutebrowser/mainwindow/statusbar/widget.py#L7
Unnecessary pass statement