tribuchet: building on eliza Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase Running phase: unpackPhase unpacking source archive /nix/store/ln215zfhwvzn80425jbpfi7shd7kdilw-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tox.ini" Running phase: patchPhase applying patch /nix/store/qmznsqjrr268nn2j0j88bq0bj4434sd8-generate-ssl-certs-in-a-test-fixture.patch patching file .github/workflows/lint-python.yml patching file .github/workflows/precommit.yml patching file .github/workflows/tox.yml patching file src/paho/mqtt/client.py Hunk #3 succeeded at 489 (offset -5 lines). Hunk #4 succeeded at 586 (offset -5 lines). Hunk #5 succeeded at 1473 (offset -5 lines). Hunk #6 succeeded at 1638 (offset -5 lines). Hunk #7 succeeded at 4037 (offset -4 lines). Hunk #8 succeeded at 4059 (offset -4 lines). Hunk #9 succeeded at 4134 (offset -4 lines). Hunk #10 succeeded at 4212 (offset -4 lines). Hunk #11 succeeded at 4279 (offset -3 lines). Hunk #12 succeeded at 4303 (offset -3 lines). Hunk #13 succeeded at 4466 (offset -3 lines). patching file tests/lib/conftest.py Hunk #2 succeeded at 57 (offset -8 lines). patching file tests/paho_test.py patching file tests/ssl/all-ca.crt patching file tests/ssl/client-expired.crt patching file tests/ssl/client-pw.crt patching file tests/ssl/client-pw.key patching file tests/ssl/client-revoked.crt patching file tests/ssl/client-revoked.key patching file tests/ssl/client.crt patching file tests/ssl/client.key patching file tests/ssl/crl.pem patching file tests/ssl/gen.sh patching file tests/ssl/server-expired.crt patching file tests/ssl/server.crt patching file tests/ssl/server.key patching file tests/ssl/test-alt-ca.crt patching file tests/ssl/test-alt-ca.key patching file tests/ssl/test-bad-root-ca.crt patching file tests/ssl/test-bad-root-ca.key patching file tests/ssl/test-ca.srl patching file tests/ssl/test-fake-root-ca.crt patching file tests/ssl/test-fake-root-ca.key patching file tests/ssl/test-root-ca.crt patching file tests/ssl/test-root-ca.key patching file tests/ssl/test-signing-ca.crt patching file tests/ssl/test-signing-ca.key Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... pypa build flags: --no-isolation --outdir dist/ --wheel * Getting build dependencies for wheel... * Building wheel... Successfully built paho_mqtt-2.1.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for paho_mqtt-2.1.0-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase Executing pypaInstallPhase Successfully installed paho_mqtt-2.1.0-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/49smmjzwap4d7c61yjmk5a174s3flvp2-python3.14-paho-mqtt-2.1.0 checking for references to /build/ in /nix/store/49smmjzwap4d7c61yjmk5a174s3flvp2-python3.14-paho-mqtt-2.1.0... patching script interpreter paths in /nix/store/49smmjzwap4d7c61yjmk5a174s3flvp2-python3.14-paho-mqtt-2.1.0 stripping (with command strip and flags -S -p) in /nix/store/49smmjzwap4d7c61yjmk5a174s3flvp2-python3.14-paho-mqtt-2.1.0/lib shrinking RPATHs of ELF executables and libraries in /nix/store/9b2q8a72i89fg7g4iy6xkz9f29nd2hag-python3.14-paho-mqtt-2.1.0-dist checking for references to /build/ in /nix/store/9b2q8a72i89fg7g4iy6xkz9f29nd2hag-python3.14-paho-mqtt-2.1.0-dist... patching script interpreter paths in /nix/store/9b2q8a72i89fg7g4iy6xkz9f29nd2hag-python3.14-paho-mqtt-2.1.0-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase Running phase: pythonRemoveBinBytecodePhase Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: paho.mqtt Running phase: pytestCheckPhase Executing pytestCheckPhase pytest flags: -m pytest -k not\ \(test_01_zero_length_clientid\) ============================= test session starts ============================== platform linux -- Python 3.14.6, pytest-9.0.3, pluggy-1.6.0 rootdir: /build/source configfile: pyproject.toml testpaths: tests, src collected 163 items / 1 deselected / 162 selected tests/lib/test_01_asyncio.py . [ 0%] tests/lib/test_01_decorators.py . [ 1%] tests/lib/test_01_keepalive_pingreq.py . [ 1%] tests/lib/test_01_no_clean_session.py . [ 2%] tests/lib/test_01_reconnect_on_failure.py .. [ 3%] tests/lib/test_01_unpwd_empty_password_set.py . [ 4%] tests/lib/test_01_unpwd_empty_set.py . [ 4%] tests/lib/test_01_unpwd_set.py . [ 5%] tests/lib/test_01_unpwd_unicode_set.py . [ 6%] tests/lib/test_01_will_set.py . [ 6%] tests/lib/test_01_will_unpwd_set.py . [ 7%] tests/lib/test_02_subscribe_qos0.py . [ 8%] tests/lib/test_02_subscribe_qos1.py . [ 8%] tests/lib/test_02_subscribe_qos2.py . [ 9%] tests/lib/test_02_unsubscribe.py . [ 9%] tests/lib/test_03_publish_b2c_qos1.py . [ 10%] tests/lib/test_03_publish_b2c_qos2.py . [ 11%] tests/lib/test_03_publish_c2b_qos1_disconnect.py . [ 11%] tests/lib/test_03_publish_c2b_qos2_disconnect.py . [ 12%] tests/lib/test_03_publish_fill_inflight.py x [ 12%] tests/lib/test_03_publish_helper_qos0.py . [ 13%] tests/lib/test_03_publish_helper_qos0_v5.py . [ 14%] tests/lib/test_03_publish_helper_qos1_disconnect.py . [ 14%] tests/lib/test_03_publish_qos0.py . [ 15%] tests/lib/test_03_publish_qos0_no_payload.py . [ 16%] tests/lib/test_04_retain_qos0.py . [ 16%] tests/lib/test_08_ssl_bad_cacert.py . [ 17%] tests/lib/test_08_ssl_connect_alpn.py . [ 17%] tests/lib/test_08_ssl_connect_cert_auth.py . [ 18%] tests/lib/test_08_ssl_connect_cert_auth_pw.py . [ 19%] tests/lib/test_08_ssl_connect_no_auth.py . [ 19%] tests/lib/test_08_ssl_fake_cacert.py . [ 20%] tests/test_client.py ................................................... [ 51%] ............... [ 61%] tests/test_matcher.py ................. [ 71%] tests/test_mqttv5.py ..................... [ 84%] tests/test_reasoncodes.py ... [ 86%] tests/test_websocket_integration.py .................. [ 97%] tests/test_websockets.py .... [100%] =========================== short test summary info ============================ XFAIL tests/lib/test_03_publish_fill_inflight.py::test_03_publish_fill_inflight =========== 161 passed, 1 deselected, 1 xfailed in 130.54s (0:02:10) =========== Finished executing pytestCheckPhase pytestCheckPhase completed in 2 minutes 11 seconds Running phase: pytestcachePhase Running phase: pytestRemoveBytecodePhase