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

Adds pread_disk_io.cpp and pread_storage.cpp to CMakeList sources #7569

Closed
wants to merge 50 commits into from

Adds pread_disk_io.cpp and pread_storage.cpp to CMakeList sources

a322398
Select commit
Loading
Failed to load commit list.
Closed

Adds pread_disk_io.cpp and pread_storage.cpp to CMakeList sources #7569

Adds pread_disk_io.cpp and pread_storage.cpp to CMakeList sources
a322398
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build macOS arm64 wheels. failed Dec 5, 2023 in 4m 10s

Task Summary

Instruction run_cibuildwheel failed in 03:02

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
⚠️ Auto-upgraded from ghcr.io/cirruslabs/macos-monterey-xcode to ghcr.io/cirruslabs/macos-monterey-xcode:latest

✅ 00:46 clone
✅ 00:15 install_pre_requirements
✅ 00:01 debug
✅ 00:01 install_cibuildwheel
❌ 03:02 run_cibuildwheel

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

timeout = 10, msg = 'block_downloading_alert'

    def loop_until_timeout(timeout: float, msg: str = "condition") -> Iterator[None]:
        deadline = time.monotonic() + timeout
        while time.monotonic() < deadline:
            yield
>       raise AssertionError(f"{msg} timed out")
E       AssertionError: block_downloading_alert timed out

tests/lib.py:33: AssertionError
------------------------------ Captured log call -------------------------------
DEBUG    root:alert_test.py:405 add_torrent: added torrent: test.txt
___________________ PickerLogAlertTest.test_picker_log_alert ___________________

self = <tests.alert_test.PickerLogAlertTest testMethod=test_picker_log_alert>

    def test_picker_log_alert(self) -> None:
        handle = self.session.add_torrent(self.atp)
        peer_handle = self.peer.add_torrent(self.peer_atp)
        wait_until_done_checking(peer_handle, timeout=5)
        for i, piece in enumerate(self.torrent.pieces):
            peer_handle.add_piece(0, piece, 0)
        handle.connect_peer(self.peer_endpoint)
    
>       alert = wait_for(self.session, lt.picker_log_alert, timeout=5)

tests/alert_test.py:2111: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/alert_test.py:400: in wait_for
    for _ in lib.loop_until_timeout(timeout, msg=alert_type.__name__):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

timeout = 5, msg = 'picker_log_alert'

    def loop_until_timeout(timeout: float, msg: str = "condition") -> Iterator[None]:
        deadline = time.monotonic() + timeout
        while time.monotonic() < deadline:
            yield
>       raise AssertionError(f"{msg} timed out")
E       AssertionError: picker_log_alert timed out

tests/lib.py:33: AssertionError
------------------------------ Captured log call -------------------------------
DEBUG    root:alert_test.py:405 add_torrent: added torrent: test.txt
=========================== short test summary info ============================
FAILED tests/alert_test.py::BlockFinishedAlertTest::test_block_finished_alert - AssertionError: block_finished_alert timed out
FAILED tests/alert_test.py::BlockDownloadingAlertTest::test_block_downloading_alert - AssertionError: block_downloading_alert timed out
FAILED tests/alert_test.py::PickerLogAlertTest::test_picker_log_alert - AssertionError: picker_log_alert timed out
================= 3 failed, 435 passed, 111 skipped in 54.66s ==================

                                                                      ✕ 58.82s
Error: Command ['/bin/sh', '-c', 'cd /private/var/folders/76/zy5ktkns50v6gt5g8r0sf6sc0000gn/T/cirrus-ci-build/bindings/python && python -X dev -m pytest --log-level=DEBUG --log-cli-level=DEBUG && python -m mypy --config-file mypy-tox.ini tests && python -m pip install -r test-requirements.txt'] failed with code 1. None

��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������