Build · c53aed09Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output2.6 MiB captured
python3.12-paho-mqtt-2.1.0
  File "/build/source/tests/lib/clients/08-ssl-connect-cert-auth.py", line 21, in <module>
    mqttc.connect("localhost", get_test_server_port())
  File "/nix/store/cy7ivwf6avf870l9w0bjha5navl06a8j-python3.12-paho-mqtt-2.1.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/paho/mqtt/client.py", line 1435, in connect
_______________________ test_08_ssl_connect_crt_auth_pw ________________________
ssl_server_socket = <ssl.SSLSocket fd=11, family=2, type=1, proto=0, laddr=('127.0.0.1', 39379)>
start_client = <function start_client.<locals>.starter at 0x7fffb60842a0>
    def test_08_ssl_connect_crt_auth_pw(ssl_server_socket, start_client):
        start_client("08-ssl-connect-cert-auth-pw.py")
>       (conn, address) = ssl_server_socket.accept()
tests/lib/test_08_ssl_connect_cert_auth_pw.py:21: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:1366: in accept
    newsock = self.context.wrap_socket(newsock,
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:455: in wrap_socket
    return self.sslsocket_class._create(
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:1042: in _create
    self.do_handshake()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <ssl.SSLSocket [closed] fd=-1, family=2, type=1, proto=0>, block = False
    @_sslcopydoc
    def do_handshake(self, block=False):
        self._check_connected()
        timeout = self.gettimeout()
        try:
            if timeout == 0.0 and block:
                self.settimeout(None)
>           self._sslobj.do_handshake()
E           ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_EXPIRED] ssl/tls alert certificate expired (_ssl.c:1000)
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:1320: SSLError
----------------------------- Captured stderr call -----------------------------
/build/source/tests/lib/clients/08-ssl-connect-cert-auth-pw.py:13: DeprecationWarning: Callback API version 1 is deprecated, update to latest version
  mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION1, "08-ssl-connect-crt-auth-pw")
Traceback (most recent call last):
  File "/build/source/tests/lib/clients/08-ssl-connect-cert-auth-pw.py", line 22, in <module>
    mqttc.connect("localhost", get_test_server_port())
  File "/nix/store/cy7ivwf6avf870l9w0bjha5navl06a8j-python3.12-paho-mqtt-2.1.0-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/paho/mqtt/client.py", line 1435, in connect
_________________________ test_08_ssl_connect_no_auth __________________________
ssl_server_socket = <ssl.SSLSocket fd=11, family=2, type=1, proto=0, laddr=('127.0.0.1', 41241)>
start_client = <function start_client.<locals>.starter at 0x7fffdb17c720>
    def test_08_ssl_connect_no_auth(ssl_server_socket, start_client):
        start_client("08-ssl-connect-no-auth.py")
>       (conn, address) = ssl_server_socket.accept()
tests/lib/test_08_ssl_connect_no_auth.py:18: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:1366: in accept
    newsock = self.context.wrap_socket(newsock,
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:455: in wrap_socket
    return self.sslsocket_class._create(
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:1042: in _create
    self.do_handshake()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <ssl.SSLSocket [closed] fd=-1, family=2, type=1, proto=0>, block = False
    @_sslcopydoc
    def do_handshake(self, block=False):
        self._check_connected()
        timeout = self.gettimeout()
        try:
            if timeout == 0.0 and block:
                self.settimeout(None)
>           self._sslobj.do_handshake()
E           ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_EXPIRED] ssl/tls alert certificate expired (_ssl.c:1000)
/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/ssl.py:1320: SSLError
----------------------------- Captured stderr call -----------------------------
IVersion.VERSION1, "08-ssl-connect-no-auth")
Traceback (most recent call last):
  File "/build/source/tests/lib/clients/08-ssl-connect-no-auth.py", line 17, in <module>
    mqttc.connect("localhost", get_test_server_port())
_____ TestPublish.test_publish_various_payload[tcp-4.2000000000000002-4.2] _____
self = <tests.test_client.TestPublish object at 0x7fffb032c430>
user_payload = 4.2000000000000002, sent_payload = b'4.2'
fake_broker = <tests.testsupport.broker.FakeBroker object at 0x7fffb4dacbf0>
    @pytest.mark.parametrize("user_payload,sent_payload", [
        ("string", b"string"),
        (b"byte", b"byte"),
        (bytearray(b"bytearray"), b"bytearray"),
        (42, b"42"),
        (4.2, b"4.2"),
        (None, b""),
    ])
    def test_publish_various_payload(self, user_payload: client.PayloadType, sent_payload: bytes, fake_broker: FakeBroker) -> None:
        mqttc = client.Client(
            CallbackAPIVersion.VERSION2,
            "test_publish_various_payload",
            transport=fake_broker.transport,
        )
        mqttc.connect("localhost", fake_broker.port)
        mqttc.loop_start()
        mqttc.enable_logger()
        try:
            fake_broker.start()
            connect_packet = paho_test.gen_connect(
                "test_publish_various_payload", keepalive=60,
                proto_ver=client.MQTTv311)
            fake_broker.expect_packet("connect", connect_packet)
            connack_packet = paho_test.gen_connack(rc=0)
            count = fake_broker.send_packet(connack_packet)
            assert count  # Check connection was not closed
            assert count == len(connack_packet)
            mqttc.publish("test", user_payload)
            publish_packet = paho_test.gen_publish(
                b"test", payload=sent_payload, qos=0
            )
>           fake_broker.expect_packet("publish", publish_packet)
tests/test_client.py:467: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/testsupport/broker.py:76: in expect_packet
    paho_test.expect_packet(self._conn, name, packet)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
sock = <socket.socket fd=13, family=2, type=1, proto=0, laddr=('127.0.0.1', 43893), raddr=('127.0.0.1', 43269)>
name = 'publish', expected = b'0\t\x00\x04test4.2'
    def expect_packet(sock, name, expected):
        rlen = len(expected) if len(expected) > 0 else 1
        packet_recvd = b""
        try:
            while len(packet_recvd) < rlen:
                data = sock.recv(rlen-len(packet_recvd))
                if len(data) == 0:
                    break
                packet_recvd += data
        except socket.timeout:  # pragma: no cover
            pass
>       assert packet_matches(name, packet_recvd, expected)
E       AssertionError: assert False
E        +  where False = packet_matches('publish', b'0\x18\x00\x04test4.2', b'0\t\x00\x04test4.2')
tests/paho_test.py:72: AssertionError
----------------------------- Captured stdout call -----------------------------
FAIL: Received incorrect publish.
Received: PUBLISH, rl=24, topic=b'test', qos=0, retain=0, dup=0, payload=b'4.2'
Expected: PUBLISH, rl=9, topic=b'test', qos=0, retain=0, dup=0, payload=b'4.2'
____ TestPublish.test_publish_various_payload[unix-4.2000000000000002-4.2] _____
self = <tests.test_client.TestPublish object at 0x7fffb033b1b0>
user_payload = 4.2000000000000002, sent_payload = b'4.2'
fake_broker = <tests.testsupport.broker.FakeBroker object at 0x7fffb1a90df0>
    @pytest.mark.parametrize("user_payload,sent_payload", [
        ("string", b"string"),
        (b"byte", b"byte"),
        (bytearray(b"bytearray"), b"bytearray"),
        (42, b"42"),
        (4.2, b"4.2"),
        (None, b""),
    ])
    def test_publish_various_payload(self, user_payload: client.PayloadType, sent_payload: bytes, fake_broker: FakeBroker) -> None:
        mqttc = client.Client(
            CallbackAPIVersion.VERSION2,
            "test_publish_various_payload",
            transport=fake_broker.transport,
        )
        mqttc.connect("localhost", fake_broker.port)
        mqttc.loop_start()
        mqttc.enable_logger()
        try:
            fake_broker.start()
            connect_packet = paho_test.gen_connect(
                "test_publish_various_payload", keepalive=60,
                proto_ver=client.MQTTv311)
            fake_broker.expect_packet("connect", connect_packet)
            connack_packet = paho_test.gen_connack(rc=0)
            count = fake_broker.send_packet(connack_packet)
            assert count  # Check connection was not closed
            assert count == len(connack_packet)
            mqttc.publish("test", user_payload)
            publish_packet = paho_test.gen_publish(
                b"test", payload=sent_payload, qos=0
            )
>           fake_broker.expect_packet("publish", publish_packet)
tests/test_client.py:467: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
tests/testsupport/broker.py:76: in expect_packet
    paho_test.expect_packet(self._conn, name, packet)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
sock = <socket.socket fd=16, family=1, type=1, proto=0, laddr=localhost>
name = 'publish', expected = b'0\t\x00\x04test4.2'
    def expect_packet(sock, name, expected):
        rlen = len(expected) if len(expected) > 0 else 1
        packet_recvd = b""
        try:
            while len(packet_recvd) < rlen:
                data = sock.recv(rlen-len(packet_recvd))
                if len(data) == 0:
                    break
                packet_recvd += data
        except socket.timeout:  # pragma: no cover
            pass
>       assert packet_matches(name, packet_recvd, expected)
E       AssertionError: assert False
E        +  where False = packet_matches('publish', b'0\x18\x00\x04test4.2', b'0\t\x00\x04test4.2')
tests/paho_test.py:72: AssertionError
----------------------------- Captured stdout call -----------------------------
FAIL: Received incorrect publish.
Received: PUBLISH, rl=24, topic=b'test', qos=0, retain=0, dup=0, payload=b'4.2'
Expected: PUBLISH, rl=9, topic=b'test', qos=0, retain=0, dup=0, payload=b'4.2'
=========================== short test summary info ============================
XFAIL tests/lib/test_03_publish_fill_inflight.py::test_03_publish_fill_inflight
======== 6 failed, 156 passed, 1 xfailed, 4 errors in 140.53s (0:02:20) ========
python3.12-websocket-client-1.8.0
Build started
python3.12-paho-mqtt-2.1.0
error: Cannot build '/nix/store/wj5wps3xk0c2p61l174qmc6bkvf99i13-python3.12-paho-mqtt-2.1.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/cy7ivwf6avf870l9w0bjha5navl06a8j-python3.12-paho-mqtt-2.1.0-x86_64-unknown-linux-gnufilc0
         /nix/store/fxmyh243qrn53c51nqjpkr1q2mrgzp9y-python3.12-paho-mqtt-2.1.0-x86_64-unknown-linux-gnufilc0-dist
       Last 25 log lines:
       >     def expect_packet(sock, name, expected):
       >         rlen = len(expected) if len(expected) > 0 else 1
       >
       >         packet_recvd = b""
       >         try:
       >             while len(packet_recvd) < rlen:
       >                 data = sock.recv(rlen-len(packet_recvd))
       >                 if len(data) == 0:
       >                     break
       >                 packet_recvd += data
       >         except socket.timeout:  # pragma: no cover
       >             pass
       >
       > >       assert packet_matches(name, packet_recvd, expected)
       > E       AssertionError: assert False
       > E        +  where False = packet_matches('publish', b'0\x18\x00\x04test4.2', b'0\t\x00\x04test4.2')
       >
       > tests/paho_test.py:72: AssertionError
       > ----------------------------- Captured stdout call -----------------------------
       > FAIL: Received incorrect publish.
       > Received: PUBLISH, rl=24, topic=b'test', qos=0, retain=0, dup=0, payload=b'4.2'
       > Expected: PUBLISH, rl=9, topic=b'test', qos=0, retain=0, dup=0, payload=b'4.2'
       > =========================== short test summary info ============================
       > XFAIL tests/lib/test_03_publish_fill_inflight.py::test_03_publish_fill_inflight
       > ======== 6 failed, 156 passed, 1 xfailed, 4 errors in 140.53s (0:02:20) ========
       For full logs, run:
         nix log /nix/store/wj5wps3xk0c2p61l174qmc6bkvf99i13-python3.12-paho-mqtt-2.1.0-x86_64-unknown-linux-gnufilc0.drv
python3.12-websocket-client-1.8.0
Sourcing python-remove-tests-dir-hook
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-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing pytest-check-hook
Using pytestCheckPhase
→ unpackPhase
unpacking source archive /nix/store/1f3amlkq4pyyyr5mwva7w58lp7bp4zpc-websocket_client-1.8.0.tar.gz
source root is websocket_client-1.8.0
setting SOURCE_DATE_EPOCH to timestamp 1713910407 of file "websocket_client-1.8.0/setup.cfg"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing pypaBuildPhase
Creating a wheel...
pypa build flags: --no-isolation --outdir dist/ --wheel
* Getting build dependencies for wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: Apache Software License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running egg_info
writing websocket_client.egg-info/PKG-INFO
writing dependency_links to websocket_client.egg-info/dependency_links.txt
writing entry points to websocket_client.egg-info/entry_points.txt
writing requirements to websocket_client.egg-info/requires.txt
writing top-level names to websocket_client.egg-info/top_level.txt
reading manifest file 'websocket_client.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'websocket_client.egg-info/SOURCES.txt'
* Building wheel...
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require'
  warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
/nix/store/dc1zv2avnpf3zifhg4awwq3fi7wx0yzq-python3.12-setuptools-78.1.1/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:
        License :: OSI Approved :: Apache Software License
        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************
!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/websocket
copying websocket/__init__.py -> build/lib/websocket
copying websocket/_abnf.py -> build/lib/websocket
copying websocket/_app.py -> build/lib/websocket
copying websocket/_cookiejar.py -> build/lib/websocket
copying websocket/_core.py -> build/lib/websocket
copying websocket/_exceptions.py -> build/lib/websocket
copying websocket/_handshake.py -> build/lib/websocket
copying websocket/_http.py -> build/lib/websocket
copying websocket/_logging.py -> build/lib/websocket
copying websocket/_socket.py -> build/lib/websocket
copying websocket/_ssl_compat.py -> build/lib/websocket
copying websocket/_url.py -> build/lib/websocket
copying websocket/_utils.py -> build/lib/websocket
copying websocket/_wsdump.py -> build/lib/websocket
creating build/lib/websocket/tests
copying websocket/tests/__init__.py -> build/lib/websocket/tests
copying websocket/tests/echo-server.py -> build/lib/websocket/tests
copying websocket/tests/test_abnf.py -> build/lib/websocket/tests
copying websocket/tests/test_app.py -> build/lib/websocket/tests
copying websocket/tests/test_cookiejar.py -> build/lib/websocket/tests
copying websocket/tests/test_http.py -> build/lib/websocket/tests
copying websocket/tests/test_url.py -> build/lib/websocket/tests
copying websocket/tests/test_websocket.py -> build/lib/websocket/tests
copying websocket/py.typed -> build/lib/websocket
creating build/lib/websocket/tests/data
copying websocket/tests/data/header01.txt -> build/lib/websocket/tests/data
copying websocket/tests/data/header02.txt -> build/lib/websocket/tests/data
copying websocket/tests/data/header03.txt -> build/lib/websocket/tests/data
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/websocket
copying build/lib/websocket/__init__.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_abnf.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_app.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_cookiejar.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_core.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_exceptions.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_handshake.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_http.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_logging.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_socket.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_ssl_compat.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_url.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_utils.py -> build/bdist.linux-x86_64/wheel/./websocket
copying build/lib/websocket/_wsdump.py -> build/bdist.linux-x86_64/wheel/./websocket
creating build/bdist.linux-x86_64/wheel/websocket/tests
copying build/lib/websocket/tests/__init__.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
copying build/lib/websocket/tests/echo-server.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
copying build/lib/websocket/tests/test_abnf.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
copying build/lib/websocket/tests/test_app.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
copying build/lib/websocket/tests/test_cookiejar.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
copying build/lib/websocket/tests/test_http.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
copying build/lib/websocket/tests/test_url.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
copying build/lib/websocket/tests/test_websocket.py -> build/bdist.linux-x86_64/wheel/./websocket/tests
creating build/bdist.linux-x86_64/wheel/websocket/tests/data
copying build/lib/websocket/tests/data/header01.txt -> build/bdist.linux-x86_64/wheel/./websocket/tests/data
copying build/lib/websocket/tests/data/header02.txt -> build/bdist.linux-x86_64/wheel/./websocket/tests/data
copying build/lib/websocket/tests/data/header03.txt -> build/bdist.linux-x86_64/wheel/./websocket/tests/data
copying build/lib/websocket/py.typed -> build/bdist.linux-x86_64/wheel/./websocket
running install_egg_info
running egg_info
writing websocket_client.egg-info/PKG-INFO
writing dependency_links to websocket_client.egg-info/dependency_links.txt
writing entry points to websocket_client.egg-info/entry_points.txt
writing requirements to websocket_client.egg-info/requires.txt
writing top-level names to websocket_client.egg-info/top_level.txt
reading manifest file 'websocket_client.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'websocket_client.egg-info/SOURCES.txt'
Copying websocket_client.egg-info to build/bdist.linux-x86_64/wheel/./websocket_client-1.8.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/websocket_client-1.8.0.dist-info/WHEEL
creating '/build/websocket_client-1.8.0/dist/.tmp-8q9vvp95/websocket_client-1.8.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'websocket/__init__.py'
adding 'websocket/_abnf.py'
adding 'websocket/_app.py'
adding 'websocket/_cookiejar.py'
adding 'websocket/_core.py'
adding 'websocket/_exceptions.py'
adding 'websocket/_handshake.py'
adding 'websocket/_http.py'
adding 'websocket/_logging.py'
adding 'websocket/_socket.py'
adding 'websocket/_ssl_compat.py'
adding 'websocket/_url.py'
adding 'websocket/_utils.py'
adding 'websocket/_wsdump.py'
adding 'websocket/py.typed'
adding 'websocket/tests/__init__.py'
adding 'websocket/tests/echo-server.py'
adding 'websocket/tests/test_abnf.py'
adding 'websocket/tests/test_app.py'
adding 'websocket/tests/test_cookiejar.py'
adding 'websocket/tests/test_http.py'
adding 'websocket/tests/test_url.py'
adding 'websocket/tests/test_websocket.py'
adding 'websocket/tests/data/header01.txt'
adding 'websocket/tests/data/header02.txt'
adding 'websocket/tests/data/header03.txt'
adding 'websocket_client-1.8.0.dist-info/licenses/LICENSE'
adding 'websocket_client-1.8.0.dist-info/METADATA'
adding 'websocket_client-1.8.0.dist-info/WHEEL'
adding 'websocket_client-1.8.0.dist-info/entry_points.txt'
adding 'websocket_client-1.8.0.dist-info/top_level.txt'
adding 'websocket_client-1.8.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built websocket_client-1.8.0-py3-none-any.whl
Finished creating a wheel...
Finished executing pypaBuildPhase
→ pythonRuntimeDepsCheckHook
Executing pythonRuntimeDepsCheck
Checking runtime dependencies for websocket_client-1.8.0-py3-none-any.whl
Finished executing pythonRuntimeDepsCheck
→ installPhase
Executing pypaInstallPhase
Successfully installed websocket_client-1.8.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/j17ygzsyajd9fgs9kv43z8yxfz9b3hka-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/j17ygzsyajd9fgs9kv43z8yxfz9b3hka-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/j17ygzsyajd9fgs9kv43z8yxfz9b3hka-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/j17ygzsyajd9fgs9kv43z8yxfz9b3hka-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0/lib /nix/store/j17ygzsyajd9fgs9kv43z8yxfz9b3hka-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/1rn3afzsy7kx46fxfsy6c3rg92pkcf6y-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/1rn3afzsy7kx46fxfsy6c3rg92pkcf6y-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/1rn3afzsy7kx46fxfsy6c3rg92pkcf6y-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/j17ygzsyajd9fgs9kv43z8yxfz9b3hka-python3.12-websocket-client-1.8.0-x86_64-unknown-linux-gnufilc0/bin/wsdump'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
→ pytestCheckPhase
Executing pytestCheckPhase
pytest flags: -m pytest
============================= test session starts ==============================
platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
rootdir: /build/websocket_client-1.8.0
collected 65 items                                                             
websocket/tests/test_abnf.py .....                                       [  7%]
websocket/tests/test_app.py sssssssssssss                                [ 27%]
websocket/tests/test_cookiejar.py ...                                    [ 32%]
websocket/tests/test_http.py ss..s.                                      [ 41%]
websocket/tests/test_url.py .........                                    [ 55%]
websocket/tests/test_websocket.py s...ss.s........s.sss..s..s.s          [100%]
======================== 38 passed, 27 skipped in 0.34s ========================
Finished executing pytestCheckPhase
→ pytestcachePhase
→ pytestRemoveBytecodePhase
socat-1.8.0.3
Build started
→ unpackPhase
unpacking source archive /nix/store/p2707vymx1q6qhipvxdnkm1rszkiycmh-socat-1.8.0.3.tar.bz2
source root is socat-1.8.0.3
setting SOURCE_DATE_EPOCH to timestamp 1740141734 of file "socat-1.8.0.3/doc/socat.1"
→ patchPhase
patching script interpreter paths in test.sh
test.sh: interpreter directive changed from "#! /usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
substituteStream() in derivation socat-x86_64-unknown-linux-gnufilc0-1.8.0.3: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'test.sh')
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --prefix=/nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking which defines needed for makedepend... 
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking for x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
checking whether the compiler supports GNU C... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to enable C11 features... (cached) none needed
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for ar... ar
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for stdbool.h... yes
checking for inttypes.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for strings.h... (cached) yes
checking for sys/param.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for pwd.h... yes
checking for grp.h... yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for poll.h... yes
checking for sys/poll.h... yes
checking for sys/socket.h... yes
checking for sys/uio.h... yes
checking for sys/stat.h... (cached) yes
checking for netdb.h... yes
checking for sys/un.h... yes
checking for pty.h... yes
checking for netinet/in.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/ip.h... yes
checking for netinet/tcp.h... yes
checking for net/if.h... yes
checking for arpa/nameser.h... yes
checking for sys/types.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking for netdb.h... (cached) yes
checking for resolv.h... yes
checking for termios.h... yes
checking for linux/if_tun.h... yes
checking for net/if_dl.h... no
checking for linux/types.h... yes
checking for linux/errqueue.h... yes
checking for sys/utsname.h... yes
checking for sys/select.h... yes
checking for sys/file.h... yes
checking for util.h... no
checking for bsd/libutil.h... no
checking for libutil.h... no
checking for stropts.h... no
checking for regex.h... yes
checking for linux/fs.h... yes
checking for linux/ext2_fs.h... no
checking for setgrent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for getgrouplist... yes
checking for cfmakeraw... yes
checking for library containing res_9_init... no
checking for hstrerror... yes
checking for gethostent... yes
checking for setsockopt... yes
checking for hstrerror prototype... yes
checking for getprotobynumber_r() variant... 1 /* Linux */
checking whether to include help... yes
checking whether to include transfer statistics... yes
checking whether to include STDIO support... yes
checking whether to include FD-number support... yes
checking whether to include direct file support... yes
checking whether to include direct create support... yes
checking whether to include gopen support... yes
checking whether to include explicit pipe support... yes
checking whether to include explicit socketpair support... yes
checking whether to include explicit termios support... yes
checking whether to include UNIX socket support... yes
checking whether to include abstract UNIX socket support... yes
checking whether to include IPv4 support... yes
checking whether to include IPv6 support... yes
checking for netinet/ip6.h... yes
checking for netinet6/in6.h... no
checking if __APPLE_USE_RFC_2292 is helpful... no
checking if including netinet/in.h suffices... yes
checking whether to include raw IP support... yes
checking whether to include generic socket support... yes
checking whether to include generic network interface support... yes
checking whether to include TCP support... yes
checking whether to include UDP support... yes
checking whether to include UDP-Lite support... yes
checking for IPPROTO_UDPLITE... yes
checking whether to include SCTP support... yes
checking for IPPROTO_SCTP... yes
checking whether to include DCCP support... yes
checking for netinet/dccp.h... no
checking for linux/dccp.h... yes
checking for IPPROTO_DCCP... yes
checking for SOCK_DCCP... yes
checking whether to include vsock support... yes
checking for linux/vm_sockets.h... yes
checking whether to include Linux namespaces support... YES
checking whether to include listen support... yes
checking whether to include POSIX MQ support... yes
checking for mqueue.h... yes
checking whether to include socks4 support... yes
checking whether to include socks4a support... yes
checking whether to include socks5 support... yes
checking whether to include proxy connect support... yes
checking whether to include exec support... yes
checking whether to include system (shell) support... yes
checking whether to include shell invocation support... yes
checking whether to include pty address support... yes
checking whether to include fs attributes support... yes
checking whether to include readline support... yes
checking for usable readline in default location... yes
checking whether to include openssl support... yes
configure: checking for components of OpenSSL
configure: checked for openssl/ssl.h... yes
checking for libssl... yes
checking for OPENSSL_init_ssl... yes
checking for SSL_library_init... no
checking for OPENSSL_INIT_new... yes
checking for OPENSSL_INIT_SETTINGS... no
checking whether to include OpenSSL method option... no
checking whether to include undocumented resolver related options... yes
checking whether to include deprecated resolver option... no
checking whether to include openssl fips support... no
checking whether to include tun/tap address support... yes
checking for netinet/if_ether.h... yes
checking for linux/if_packet.h... yes
checking whether to include system call tracing... yes
checking whether to include file descriptor analyzer... yes
checking whether to include retry support... yes
checking whether to include devtests support... no
checking included message level... debug
checking default IP version... "0"
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... clang -E
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for nanosleep... yes
checking whether clang needs -traditional... no
checking for working memcmp... no
checking return type of signal handlers... void
checking for strftime... yes
checking for putenv... yes
checking for select... yes
checking for pselect... yes
checking for poll... yes
checking for socket... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for uname... yes
checking for getpgid... yes
checking for getsid... yes
checking for gethostbyname... yes
checking for getaddrinfo... yes
checking for getprotobynumber... yes
checking for setgroups... yes
checking for inet_aton... yes
checking for grantpt... yes
checking for unlockpt... yes
checking for cfsetispeed... yes
checking for cfgetispeed... yes
checking for cfsetospeed... yes
checking for cfgetospeed... yes
checking for posix_memalign prototype... yes
checking for strdup prototype... yes
checking for strerror prototype... yes
checking for strstr prototype... yes
checking for getipnodebyname prototype... no
checking for strndup prototype... yes
checking for memrchr prototype... yes
checking for if_indextoname prototype... yes
checking for ptsname prototype... yes
checking for long long... yes
checking for sig_atomic_t... yes
checking for bool... yes
checking for socklen_t... yes
checking for struct stat64... yes
checking for off64_t... yes
checking for sighandler_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for fdset->fds_bits... yes
checking for struct termios . c_ispeed... yes
checking for struct termios . c_ospeed... yes
checking for sa_family_t... yes
checking for struct sock_extended_err... yes
checking for struct sigaction.sa_sigaction... yes
checking if _SVID3 is helpful... no
checking if _XPG4_2 is helpful... no
checking for struct timespec... yes
checking for struct linger... yes
checking for struct ip... yes
checking for struct ip_mreq... yes
checking for struct ip_mreqn... yes
checking for struct ipv6_mreq... yes
checking for struct ip_mreq_source... yes
checking for struct group_source_req... yes
checking for struct ifreq... yes
checking for struct ifreq.ifr_index... no
checking for struct ifreq.ifr_ifindex... yes
checking for struct sockaddr.sa_len... no
checking for component names of sockaddr_in6... s6_addr
checking for struct iovec... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_controllen... yes
checking for struct msghdr.msgflags... yes
checking for struct cmsghdr... yes
checking for struct in_pktinfo... yes
checking for ipi_spec_dst in struct in_pktinfo... yes
checking for struct in6_pktinfo... yes
checking for struct tpacket_auxdata... yes
checking for tp_vlan_tpid in struct tpacket_auxdata... yes
checking for struct ip.ip_hl... yes
checking for sigaction... yes
checking for stat64... yes
checking for fstat64... yes
checking for lstat64... yes
checking for lseek64... yes
checking for truncate64... yes
checking for ftruncate64... yes
checking for strtoll... yes
checking for hstrerror... (cached) yes
checking for inet_ntop... yes
checking for openpty... yes
checking for openpty in -lbsd... no
checking for openpty in -lutil... yes
checking for gettimeofday prototype... yes
checking for clock_gettime... yes
checking for getresuid... yes
checking for getresgid... yes
checking for flock... yes
checking for setenv... yes
checking for unsetenv... yes
checking for TLS_client_method... yes
checking for TLS_server_method... yes
checking for DTLS_client_method... yes
checking for DTLS_server_method... yes
checking for SSL_CTX_set_default_verify_paths... yes
checking for RAND_egd... no
checking for RAND_egd in -lcrypt... no
checking for DH_set0_pqg... yes
checking for ASN1_STRING_get0_data... yes
checking for RAND_status... yes
checking for SSL_CTX_clear_mode... no
checking for SSL_set_tlsext_host_name... no
checking for SSL_CTX_set_tlsext_max_fragment_length... yes
checking if SSL_CTX_set_max_send_fragment exists... yes
checking for SSL_library_init... (cached) no
checking for ERR_error_string... yes
checking for type EC_KEY... yes
checking if snprintf conforms to C99... no
checking if printf has Z modifier... no
checking shift offset of CRDLY... -1
checking shift offset of TABDLY... -1
checking shift offset of CSIZE... -1
configure: using compile -Werror method to find basic types
checking for equivalent simple type of uint16_t... 2 /* unsigned short */
checking for equivalent simple type of uint32_t... 4 /* unsigned int */
checking for equivalent simple type of uint64_t... 6 /* unsigned long */
checking for equivalent simple type of int16_t... 1 /* short */
checking for equivalent simple type of int32_t... 3 /* int */
checking for equivalent simple type of int64_t... 5 /* long */
checking for equivalent simple type of size_t... 6 /* unsigned long */
checking for equivalent simple type of mode_t... 4 /* unsigned int */
checking for equivalent simple type of pid_t... 3 /* int */
checking for equivalent simple type of uid_t... 4 /* unsigned int */
checking for equivalent simple type of gid_t... 4 /* unsigned int */
checking for equivalent simple type of time_t... 5 /* long */
checking for equivalent simple type of socklen_t... 4 /* unsigned int */
checking for equivalent simple type of off_t... 5 /* long */
checking for equivalent simple type of off64_t... 5 /* long */
checking for equivalent simple type of dev_t... 6 /* unsigned long */
checking for equivalent simple type of speed_t... 4 /* unsigned int */
checking for basic type of struct stat.st_ino... 6 /* unsigned long */
checking for basic type of struct stat.st_nlink... 6 /* unsigned long */
checking for basic type of struct stat.st_size... 5 /* long */
checking for basic type of struct stat.st_blksize... 5 /* long */
checking for basic type of struct stat.st_blocks... 5 /* long */
checking for basic type of struct stat64.st_dev... 6 /* unsigned long */
checking for basic type of struct stat64.st_ino... 6 /* unsigned long */
checking for basic type of struct stat64.st_nlink... 6 /* unsigned long */
checking for basic type of struct stat64.st_size... 5 /* long */
checking for basic type of struct stat64.st_blksize... 5 /* long */
checking for basic type of struct stat64.st_blocks... 5 /* long */
checking for basic type of struct timeval.tv_usec... 5 /* long */
checking for basic type of struct timespec.tv_nsec... 5 /* long */
checking for basic type of struct rlimit.rlim_max... 6 /* unsigned long */
checking for basic type of struct cmsghdr.cmsg_len... 6 /* unsigned long */
checking for /dev/ptmx... yes
checking for /proc... yes
checking for /proc/*/fd... yes
checking for /proc/*/path... no
checking for d_type in struct dirent... yes
checking for _res.retrans... yes
checking for _res.retry... yes
checking for _res.nsaddr_list... yes
checking whether to include libwrap support... yes
checking for components of libwrap... configure: checked for tcpd.h... no
configure: WARNING: not all components of tcp wrappers found, disabling it
checking for hosts_allow_table... no
checking for declaration of environ... yes
checking for var environ... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o socat.o socat.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioinitialize.o xioinitialize.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xiohelp.o xiohelp.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioparam.o xioparam.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xiodiag.o xiodiag.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioopen.o xioopen.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioopts.o xioopts.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xiosignal.o xiosignal.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xiosigchld.o xiosigchld.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioread.o xioread.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xiowrite.o xiowrite.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xiolayer.o xiolayer.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioshutdown.o xioshutdown.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioclose.o xioclose.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xioexit.o xioexit.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-process.o xio-process.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-fd.o xio-fd.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-fdnum.o xio-fdnum.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-stdio.o xio-stdio.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-pipe.o xio-pipe.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-socketpair.o xio-socketpair.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-gopen.o xio-gopen.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-creat.o xio-creat.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-file.o xio-file.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-named.o xio-named.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-socket.o xio-socket.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-interface.o xio-interface.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-listen.o xio-listen.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-unix.o xio-unix.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-vsock.o xio-vsock.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-ip.o xio-ip.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-ip4.o xio-ip4.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-ip6.o xio-ip6.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-ipapp.o xio-ipapp.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-tcp.o xio-tcp.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-sctp.o xio-sctp.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-dccp.o xio-dccp.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-rawip.o xio-rawip.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-posixmq.o xio-posixmq.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-socks.o xio-socks.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-socks5.o xio-socks5.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-proxy.o xio-proxy.c
xio-socket.c:1692:8: warning: unused variable 'result' [-Wunused-variable]
 1692 |    int result;
      |        ^~~~~~
1 warning generated.
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-udp.o xio-udp.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-udplite.o xio-udplite.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-progcall.o xio-progcall.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-exec.o xio-exec.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-system.o xio-system.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-shell.o xio-shell.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-termios.o xio-termios.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-readline.o xio-readline.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-pty.o xio-pty.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-openssl.o xio-openssl.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-streams.o xio-streams.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-namespaces.o xio-namespaces.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-ascii.o xio-ascii.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xiolockfile.o xiolockfile.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-tcpwrap.o xio-tcpwrap.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-fs.o xio-fs.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o xio-tun.o xio-tun.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o error.o error.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o dalan.o dalan.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -c -D CC="\"clang\"" -o procan.o ./procan.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o procan-cdefs.o procan-cdefs.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o hostan.o hostan.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o fdname.o fdname.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o sysutils.o sysutils.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o utils.o utils.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o nestlex.o nestlex.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o vsnprintf_r.o vsnprintf_r.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o snprinterr.o snprinterr.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o filan.o filan.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o sycls.o sycls.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o sslcls.o sslcls.c
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o procan_main.o procan_main.c
xio-openssl.c:1302:12: warning: 'DH_new' is deprecated [-Wdeprecated-declarations]
 1302 |       dh = DH_new();
      |            ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:210:1: note: 'DH_new' has been explicitly marked deprecated here
  210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
      | ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
xio-openssl.c:1307:13: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
 1307 |             DH_free(dh);
      |             ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
  211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      | ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
xio-openssl.c:1320:12: warning: 'DH_set0_pqg' is deprecated [-Wdeprecated-declarations]
 1320 |       if (!DH_set0_pqg(dh, p, NULL, g)) {
      |            ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:266:1: note: 'DH_set0_pqg' has been explicitly marked deprecated here
  266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
      | ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
xio-openssl.c:1321:8: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
 1321 |               DH_free(dh);
      |               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
  211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      | ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
xio-openssl.c:1338:7: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
 1338 |       DH_free(dh);
      |       ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
  211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      | ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
xio-openssl.c:1357:14: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]
 1357 |       ecdh = EC_KEY_new_by_curve_name(nid);
      |              ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ec.h:1009:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here
 1009 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
      | ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
6 warnings generated.
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.  -I.   -c -o filan_main.o filan_main.c
sslcls.c:456:13: warning: 'PEM_read_bio_DHparams' is deprecated [-Wdeprecated-declarations]
  456 |    result = PEM_read_bio_DHparams(bp, x, cb, u);
      |             ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:479:21: note: 'PEM_read_bio_DHparams' has been explicitly marked deprecated here
  479 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
      |                     ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
  217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
      |                               ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
   61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
      |                                               ^
1 warning generated.
ar r libxio.a xioinitialize.o xiohelp.o xioparam.o xiodiag.o xioopen.o xioopts.o xiosignal.o xiosigchld.o xioread.o xiowrite.o xiolayer.o xioshutdown.o xioclose.o xioexit.o xio-process.o xio-fd.o xio-fdnum.o xio-stdio.o xio-pipe.o xio-socketpair.o xio-gopen.o xio-creat.o xio-file.o xio-named.o xio-socket.o xio-interface.o xio-listen.o xio-unix.o xio-vsock.o xio-ip.o xio-ip4.o xio-ip6.o xio-ipapp.o xio-tcp.o xio-sctp.o xio-dccp.o xio-rawip.o xio-posixmq.o xio-socks.o xio-socks5.o xio-proxy.o xio-udp.o xio-udplite.o xio-progcall.o xio-exec.o xio-system.o xio-shell.o xio-termios.o xio-readline.o xio-pty.o xio-openssl.o xio-streams.o xio-namespaces.o xio-ascii.o xiolockfile.o xio-tcpwrap.o xio-fs.o xio-tun.o error.o dalan.o procan.o procan-cdefs.o hostan.o fdname.o sysutils.o utils.o nestlex.o vsnprintf_r.o snprinterr.o filan.o sycls.o sslcls.o
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.   -o procan procan_main.o procan.o procan-cdefs.o hostan.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o -lutil  -lrt -lreadline  -lssl -lcrypto -lcrypto
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.   -o filan filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o vsnprintf_r.o snprinterr.o -lutil  -lrt -lreadline  -lssl -lcrypto -lcrypto
ar: creating libxio.a
ranlib libxio.a
clang -O -D_GNU_SOURCE -Wall -Wno-parentheses  -DHAVE_CONFIG_H -I.   -o socat socat.o libxio.a -lutil  -lrt -lreadline  -lssl -lcrypto -lcrypto
→ installPhase
install flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
mkdir -p /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 755 socat /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin/socat1
ln -sf socat1 /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin/socat
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 755 socat-chain.sh  /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 755 socat-mux.sh    /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 755 socat-broker.sh /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 755 procan /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 755 filan /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin
mkdir -p /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/share/man/man1
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./doc/socat.1 /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/share/man/man1/socat1.1
ln -sf socat1.1 /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/share/man/man1/socat.1
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3
shrinking /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin/socat1
shrinking /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin/procan
shrinking /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin/filan
checking for references to /build/ in /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3...
gzipping man pages under /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/share/man/
patching script interpreter paths in /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3
stripping (with command strip and flags -S -p) in  /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/bin
rewriting symlink /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3/share/man/man1/socat.1.gz to be relative to /nix/store/4sdnn08v2dp72msg7l7x3dcfzhwibss2-socat-x86_64-unknown-linux-gnufilc0-1.8.0.3
python3.12-mpfshell-unstable-2020-04-11
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/nyf45vxrg0wg5gkz7cvqmlm2mrylhd01-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/tests/ontarget/test_mpfexp.py"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing setuptoolsBuildPhase
setup.py build flags: ''
/nix/store/01sa4zsjg3117lf3wjg3ab2dmpmrpb9q-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!
        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************
!!
  opt = self._enforce_underscore(opt, section)
/nix/store/01sa4zsjg3117lf3wjg3ab2dmpmrpb9q-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
!!
        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.
        (Affected: mpfshell).
        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.
        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************
!!
  opt = self._enforce_underscore(opt, section)
running bdist_wheel
running build
running build_py
creating build/lib/mp
copying mp/__init__.py -> build/lib/mp
copying mp/conbase.py -> build/lib/mp
copying mp/conserial.py -> build/lib/mp
copying mp/contelnet.py -> build/lib/mp
copying mp/conwebsock.py -> build/lib/mp
copying mp/mpfexp.py -> build/lib/mp
copying mp/mpfshell.py -> build/lib/mp
copying mp/pyboard.py -> build/lib/mp
copying mp/retry.py -> build/lib/mp
copying mp/term.py -> build/lib/mp
copying mp/tokenizer.py -> build/lib/mp
copying mp/version.py -> build/lib/mp
/nix/store/01sa4zsjg3117lf3wjg3ab2dmpmrpb9q-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.
        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
!!
  self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/mp
copying build/lib/mp/__init__.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/conbase.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/conserial.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/contelnet.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/conwebsock.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/mpfexp.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/mpfshell.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/pyboard.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/retry.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/term.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/tokenizer.py -> build/bdist.linux-x86_64/wheel/./mp
copying build/lib/mp/version.py -> build/bdist.linux-x86_64/wheel/./mp
running install_egg_info
running egg_info
creating mpfshell.egg-info
writing mpfshell.egg-info/PKG-INFO
writing dependency_links to mpfshell.egg-info/dependency_links.txt
writing entry points to mpfshell.egg-info/entry_points.txt
writing requirements to mpfshell.egg-info/requires.txt
writing top-level names to mpfshell.egg-info/top_level.txt
writing manifest file 'mpfshell.egg-info/SOURCES.txt'
reading manifest file 'mpfshell.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'mpfshell.egg-info/SOURCES.txt'
Copying mpfshell.egg-info to build/bdist.linux-x86_64/wheel/./mpfshell-0.9.1-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/mpfshell-0.9.1.dist-info/WHEEL
creating 'dist/mpfshell-0.9.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'mp/__init__.py'
adding 'mp/conbase.py'
adding 'mp/conserial.py'
adding 'mp/contelnet.py'
adding 'mp/conwebsock.py'
adding 'mp/mpfexp.py'
adding 'mp/mpfshell.py'
adding 'mp/pyboard.py'
adding 'mp/retry.py'
adding 'mp/term.py'
adding 'mp/tokenizer.py'
adding 'mp/version.py'
adding 'mpfshell-0.9.1.dist-info/licenses/LICENSE'
adding 'mpfshell-0.9.1.dist-info/METADATA'
adding 'mpfshell-0.9.1.dist-info/WHEEL'
adding 'mpfshell-0.9.1.dist-info/entry_points.txt'
adding 'mpfshell-0.9.1.dist-info/top_level.txt'
adding 'mpfshell-0.9.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
→ installPhase
Executing pypaInstallPhase
Successfully installed mpfshell-0.9.1-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/l1qy3li04kiksd5mibl3hpbfb4i2i0cj-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/l1qy3li04kiksd5mibl3hpbfb4i2i0cj-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/l1qy3li04kiksd5mibl3hpbfb4i2i0cj-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/l1qy3li04kiksd5mibl3hpbfb4i2i0cj-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0/lib /nix/store/l1qy3li04kiksd5mibl3hpbfb4i2i0cj-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/m0mihnpkj0ilgwbqd5k4xbcr42a142yg-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/m0mihnpkj0ilgwbqd5k4xbcr42a142yg-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/m0mihnpkj0ilgwbqd5k4xbcr42a142yg-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/l1qy3li04kiksd5mibl3hpbfb4i2i0cj-python3.12-mpfshell-unstable-2020-04-11-x86_64-unknown-linux-gnufilc0/bin/mpfshell'...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ pythonRemoveBinBytecodePhase
mpvc-1.4-unstable-2024-07-09
Build started
→ unpackPhase
unpacking source archive /nix/store/nsclcbi2qmdhcfnkd1x775xpdklir08c-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\)
make: Nothing to be done for 'all'.
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) pkgconfigdir=/nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/lib/pkgconfig m4datadir=/nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/aclocal aclocaldir=/nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/aclocal PREFIX=\$\(out\) install
BINDIR=//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin extras/mpvc-installer install
Installing mpvc...
'/build/source/mpvc' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc'
'/build/source/extras/mpvc-tui' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-tui'
'/build/source/extras/mpvc-fzf' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-fzf'
'/build/source/extras/mpvc-cut' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-cut'
'/build/source/extras/mpvc-chapter' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-chapter'
'/build/source/extras/mpvc-mpris' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-mpris'
'/build/source/extras/mpvc-equalizer' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-equalizer'
'/build/source/extras/mpvc-web' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-web'
'/build/source/extras/mpvc-autostart' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-autostart'
'/build/source/extras/mpvc-now' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-now'
'/build/source/extras/mpvc-cast' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-cast'
'/build/source/extras/mpvc-installer' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin/mpvc-installer'
DOCDIR=//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/doc/mpvc/ extras/mpvc-installer docs
'/build/source/README.md' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/doc/mpvc/README.md'
'/build/source/docs/mpv.conf' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/doc/mpvc/mpv.conf'
'/build/source/docs/logbook.html' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/doc/mpvc/logbook.html'
LICDIR=//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/licenses/mpvc/ extras/mpvc-installer licenses
'/build/source/LICENSE.md' -> '//nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/licenses/mpvc/LICENSE.md'
→ fixupPhase
Moving /nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/share/doc to /nix/store/4i6am7nxi98s9fazwcmsb4s3w8qhwjz7-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09-doc/share/doc
shrinking RPATHs of ELF executables and libraries in /nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09
checking for references to /build/ in /nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09...
patching script interpreter paths in /nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09
stripping (with command strip and flags -S -p) in  /nix/store/lzd0ckb38vrz1nfb9rk8jwwd4cvw0jci-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/4i6am7nxi98s9fazwcmsb4s3w8qhwjz7-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09-doc
checking for references to /build/ in /nix/store/4i6am7nxi98s9fazwcmsb4s3w8qhwjz7-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09-doc...
patching script interpreter paths in /nix/store/4i6am7nxi98s9fazwcmsb4s3w8qhwjz7-mpvc-x86_64-unknown-linux-gnufilc0-1.4-unstable-2024-07-09-doc
mqtt_cpp-13.2.1
In file included from /build/source/test/system/st_broker_offline_message.cpp:9:
/build/source/test/system/checker.hpp:434:34: warning: identifier '_c' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  434 |     checker::cond_var operator"" _c(char const* str, std::size_t length) {
      |                       ~~~~~~~~~~~^~
      |                       operator""_c
1 warning generated.
[ 47%] Linking CXX executable st_broker_offline_message
[ 47%] Built target st_broker_offline_message
[ 49%] Building CXX object test/unit/CMakeFiles/ut_buffer.dir/ut_buffer.cpp.o
[ 49%] Linking CXX executable ut_buffer
[ 49%] Built target ut_buffer
[ 50%] Building CXX object test/unit/CMakeFiles/ut_code.dir/ut_code.cpp.o
[ 50%] Linking CXX executable ut_code
[ 50%] Built target ut_code
[ 50%] Building CXX object test/unit/CMakeFiles/ut_utf8string_validate.dir/ut_utf8string_validate.cpp.o
[ 52%] Linking CXX executable ut_utf8string_validate
[ 52%] Built target ut_utf8string_validate
[ 54%] Building CXX object test/unit/CMakeFiles/ut_packet_id.dir/ut_packet_id.cpp.o
In file included from /build/source/test/system/st_remaining_length.cpp:9:
/build/source/test/system/checker.hpp:434:34: warning: identifier '_c' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  434 |     checker::cond_var operator"" _c(char const* str, std::size_t length) {
      |                       ~~~~~~~~~~~^~
      |                       operator""_c
1 warning generated.
[ 54%] Linking CXX executable st_remaining_length
[ 54%] Built target st_remaining_length
[ 54%] Building CXX object test/unit/CMakeFiles/ut_topic_alias.dir/ut_topic_alias.cpp.o
[ 54%] Linking CXX executable st_utf8string_validate
[ 54%] Built target st_utf8string_validate
[ 56%] Building CXX object test/unit/CMakeFiles/ut_message.dir/ut_message.cpp.o
[ 57%] Linking CXX executable ut_topic_alias
[ 57%] Built target ut_topic_alias
[ 59%] Building CXX object test/unit/CMakeFiles/ut_property.dir/ut_property.cpp.o
In file included from /build/source/test/system/st_length_check.cpp:9:
/build/source/test/system/checker.hpp:434:34: warning: identifier '_c' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  434 |     checker::cond_var operator"" _c(char const* str, std::size_t length) {
      |                       ~~~~~~~~~~~^~
      |                       operator""_c
1 warning generated.
[ 59%] Linking CXX executable st_length_check
[ 59%] Built target st_length_check
[ 59%] Building CXX object test/unit/CMakeFiles/ut_subscription_map.dir/ut_subscription_map.cpp.o
[ 59%] Linking CXX executable ut_message
[ 59%] Built target ut_message
[ 61%] Building CXX object test/unit/CMakeFiles/ut_retained_topic_map.dir/ut_retained_topic_map.cpp.o
In file included from /build/source/test/system/st_resend_serialize.cpp:9:
/build/source/test/system/checker.hpp:434:34: warning: identifier '_c' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  434 |     checker::cond_var operator"" _c(char const* str, std::size_t length) {
      |                       ~~~~~~~~~~~^~
      |                       operator""_c
1 warning generated.
[ 63%] Linking CXX executable st_resend_serialize
[ 63%] Built target st_resend_serialize
[ 63%] Building CXX object test/unit/CMakeFiles/ut_shared_subscriptions.dir/ut_shared_subscriptions.cpp.o
[ 64%] Linking CXX executable ut_subscription_map
[ 64%] Built target ut_subscription_map
[ 64%] Building CXX object test/unit/CMakeFiles/ut_subscription_map_broker.dir/ut_subscription_map_broker.cpp.o
[ 64%] Linking CXX executable ut_retained_topic_map
[ 64%] Built target ut_retained_topic_map
[ 66%] Building CXX object test/unit/CMakeFiles/ut_retained_topic_map_broker.dir/ut_retained_topic_map_broker.cpp.o
[ 68%] Linking CXX executable ut_shared_subscriptions
[ 68%] Built target ut_shared_subscriptions
[ 68%] Building CXX object test/unit/CMakeFiles/ut_value_allocator.dir/ut_value_allocator.cpp.o
[ 68%] Linking CXX executable ut_property
[ 68%] Built target ut_property
[ 70%] Building CXX object test/unit/CMakeFiles/ut_broker_security.dir/ut_broker_security.cpp.o
In file included from /build/source/test/system/st_async_pubsub_2.cpp:9:
/build/source/test/system/checker.hpp:434:34: warning: identifier '_c' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  434 |     checker::cond_var operator"" _c(char const* str, std::size_t length) {
      |                       ~~~~~~~~~~~^~
      |                       operator""_c
1 warning generated.
[ 71%] Linking CXX executable st_async_pubsub_2
[ 71%] Built target st_async_pubsub_2
[ 73%] Building CXX object example/CMakeFiles/no_tls_client.dir/no_tls_client.cpp.o
[ 75%] Linking CXX executable ut_value_allocator
[ 75%] Built target ut_value_allocator
[ 77%] Building CXX object example/CMakeFiles/no_tls_async_client.dir/no_tls_async_client.cpp.o
[ 78%] Linking CXX executable ut_subscription_map_broker
[ 78%] Built target ut_subscription_map_broker
[ 80%] Building CXX object example/CMakeFiles/no_tls_async_client_reconnect.dir/no_tls_async_client_reconnect.cpp.o
[ 80%] Linking CXX executable ut_retained_topic_map_broker
[ 80%] Built target ut_retained_topic_map_broker
[ 80%] Building CXX object example/CMakeFiles/no_tls_server.dir/no_tls_server.cpp.o
In file included from /build/source/test/system/st_resend_serialize_ptr_size.cpp:9:
/build/source/test/system/checker.hpp:434:34: warning: identifier '_c' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  434 |     checker::cond_var operator"" _c(char const* str, std::size_t length) {
      |                       ~~~~~~~~~~~^~
      |                       operator""_c
1 warning generated.
[ 82%] Linking CXX executable st_resend_serialize_ptr_size
[ 82%] Built target st_resend_serialize_ptr_size
[ 84%] Building CXX object example/CMakeFiles/no_tls_both.dir/no_tls_both.cpp.o
[ 84%] Linking CXX executable ut_broker_security
[ 84%] Built target ut_broker_security
[ 84%] Building CXX object example/CMakeFiles/v5_no_tls_client.dir/v5_no_tls_client.cpp.o
[ 84%] Linking CXX executable ut_packet_id
[ 84%] Built target ut_packet_id
[ 84%] Building CXX object example/CMakeFiles/v5_no_tls_server.dir/v5_no_tls_server.cpp.o
[ 84%] Linking CXX executable no_tls_client
[ 84%] Built target no_tls_client
[ 84%] Building CXX object example/CMakeFiles/v5_no_tls_both.dir/v5_no_tls_both.cpp.o
[ 85%] Linking CXX executable no_tls_server
[ 85%] Built target no_tls_server
[ 85%] Building CXX object example/CMakeFiles/v5_no_tls_prop.dir/v5_no_tls_prop.cpp.o
[ 85%] Linking CXX executable no_tls_async_client_reconnect
[ 85%] Built target no_tls_async_client_reconnect
[ 87%] Building CXX object example/CMakeFiles/long_lived_client.dir/long_lived_client.cpp.o
[ 87%] Linking CXX executable no_tls_async_client
[ 87%] Built target no_tls_async_client
[ 87%] Building CXX object example/CMakeFiles/redirect.dir/redirect.cpp.o
[ 87%] Linking CXX executable no_tls_both
[ 87%] Built target no_tls_both
[ 89%] Building CXX object example/CMakeFiles/broker.dir/broker.cpp.o
[ 91%] Linking CXX executable v5_no_tls_client
[ 91%] Built target v5_no_tls_client
[ 91%] Building CXX object example/CMakeFiles/bench.dir/bench.cpp.o
[ 92%] Linking CXX executable v5_no_tls_server
[ 92%] Built target v5_no_tls_server
[ 94%] Building CXX object example/CMakeFiles/client_cli.dir/client_cli.cpp.o
[ 96%] Linking CXX executable v5_no_tls_prop
[ 96%] Built target v5_no_tls_prop
[ 96%] Linking CXX executable long_lived_client
[ 96%] Built target long_lived_client
[ 98%] Linking CXX executable v5_no_tls_both
[ 98%] Built target v5_no_tls_both
[100%] Linking CXX executable redirect
[100%] Built target redirect
[100%] Linking CXX executable client_cli
[100%] Built target client_cli
[100%] Linking CXX executable bench
[100%] Built target bench
[100%] Linking CXX executable broker
[100%] Built target broker
buildPhase completed in 22 minutes 46 seconds
→ installPhase
install flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[  0%] Built target st_underlying_timeout
[  1%] Built target st_connect
[  3%] Built target st_topic_alias
[  5%] Built target st_as_buffer_sub
[  7%] Built target st_maximum_packet_size
[ 10%] Built target st_as_buffer_pubsub
[ 10%] Built target st_shared_sub
[ 12%] Built target st_receive_maximum
[ 14%] Built target st_pubsub_1
[ 15%] Built target st_sub
[ 17%] Built target st_pubsub_2
[ 19%] Built target st_pubsub_no_strand
[ 21%] Built target st_as_buffer_async_pubsub_1
[ 22%] Built target st_multi_sub
[ 24%] Built target st_as_buffer_async_pubsub_2
[ 26%] Built target st_async_pubsub_1
[ 28%] Built target st_reqres
[ 29%] Built target st_retain_2
[ 31%] Built target st_resend_new_client
[ 33%] Built target st_retain_1
[ 35%] Built target st_resend
[ 36%] Built target st_will
[ 38%] Built target st_offline
[ 40%] Built target st_manual_publish
[ 42%] Built target st_async_pubsub_2
[ 42%] Built target st_issue_749
[ 43%] Built target st_broker_offline_message
[ 45%] Built target st_remaining_length
[ 47%] Built target st_utf8string_validate
[ 50%] Built target ut_buffer
[ 50%] Built target ut_utf8string_validate
[ 52%] Built target ut_code
[ 54%] Built target st_resend_serialize
[ 56%] Built target st_length_check
[ 57%] Built target st_resend_serialize_ptr_size
[ 59%] Built target ut_packet_id
[ 61%] Built target ut_topic_alias
[ 63%] Built target ut_message
[ 64%] Built target ut_property
[ 66%] Built target ut_subscription_map
[ 68%] Built target ut_shared_subscriptions
[ 70%] Built target ut_retained_topic_map
[ 71%] Built target ut_subscription_map_broker
[ 73%] Built target ut_value_allocator
[ 75%] Built target ut_retained_topic_map_broker
[ 77%] Built target ut_broker_security
[ 78%] Built target no_tls_client
[ 80%] Built target no_tls_async_client
[ 84%] Built target no_tls_server
[ 84%] Built target no_tls_async_client_reconnect
[ 85%] Built target v5_no_tls_client
[ 87%] Built target no_tls_both
[ 89%] Built target v5_no_tls_server
[ 91%] Built target v5_no_tls_both
[ 92%] Built target v5_no_tls_prop
[ 94%] Built target long_lived_client
[ 96%] Built target redirect
[ 96%] Built target bench
[100%] Built target broker
[100%] Built target client_cli
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/lib/cmake/mqtt_cpp_iface/mqtt_cpp_ifaceConfig.cmake
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/lib/cmake/mqtt_cpp_iface/mqtt_cpp_ifaceTargets.cmake
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt_client_cpp.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt_server_cpp.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/any.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/async_client.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/attributes.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/buffer.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/callable_overlay.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/client.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/config.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/connect_flags.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/connect_return_code.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/const_buffer_util.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/constant.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/control_packet_type.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/deprecated.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/deprecated_msg.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/endpoint.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/error_code.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/exception.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/fixed_header.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/four_byte_util.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/hexdump.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/log.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/message.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/message_variant.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/move.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/namespace.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/null_strand.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/optional.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/packet_id_manager.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/packet_id_type.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/property.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/property_id.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/property_parse.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/property_variant.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/protocol_version.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/publish.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/reason_code.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/remaining_length.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/server.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/session_present.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/setup_log.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/shared_ptr_array.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/shared_scope_guard.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/shared_subscriptions.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/store.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/strand.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/string_check.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/string_view.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/subscribe_entry.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/subscribe_options.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/sync_client.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/tcp_endpoint.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/time_point_t.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/tls.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/topic_alias_recv.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/topic_alias_send.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/two_byte_util.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/two_or_four_byte_util.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/type.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/type_erased_socket.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/unique_scope_guard.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/utf8encoded_strings.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/v5_message.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/value_allocator.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/variable_length.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/variant.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/variant_visit.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/visitor_util.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/will.hpp
-- Installing: /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/include/mqtt/ws_endpoint.hpp
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1
checking for references to /build/ in /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1...
patching script interpreter paths in /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1
stripping (with command strip and flags -S -p) in  /nix/store/29lbpmvx4ffbp88ld32a4iyvp9bn12gm-mqtt_cpp-x86_64-unknown-linux-gnufilc0-13.2.1/lib
mosml-2.10.1
error: Cannot build '/nix/store/lhn3w6j7xyrcxkwjv23kprnjzhjjl1ch-mosml-x86_64-unknown-linux-gnufilc0-2.10.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/dmbdqh2baqwajxf369zww62w50iqc6gm-mosml-x86_64-unknown-linux-gnufilc0-2.10.1
       Last 19 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/hgxn7vdrdy62abaqj3idnph2642yd406-source
       > source root is source/src
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) CC=cc
       > cd config; make all
       > make[1]: Entering directory '/build/source/src/config'
       > sh autoconf cc
       > Checking the sizes of integers and pointers...
       > This architecture seems to be neither 32 bits nor 64 bits.
       > Caml Light won't run on this architecture.
       > make[1]: *** [Makefile:13: runtime] Error 2
       > make[1]: Leaving directory '/build/source/src/config'
       > make: *** [Makefile:26: world] Error 2
       For full logs, run:
         nix log /nix/store/lhn3w6j7xyrcxkwjv23kprnjzhjjl1ch-mosml-x86_64-unknown-linux-gnufilc0-2.10.1.drv
mouse_m908-3.4
error: Cannot build '/nix/store/xsm627xqlyrwz5nx0c4n985vwdi513da-mouse_m908-x86_64-unknown-linux-gnufilc0-3.4.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/qisza63mik8qb47ifvq0mf1252rqdi17-mouse_m908-x86_64-unknown-linux-gnufilc0-3.4
       Last 19 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/rzw47jihhvy0cawp51agr0ffmsy7rc8i-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > c++ -c include/m607/constructor.cpp -std=c++17 -Wall -Wextra -O2 `pkg-config --cflags libusb-1.0` -o constructor_m607.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > In file included from include/m607/constructor.cpp:19:
       > include/m607/../rd_mouse.h:23:10: fatal error: 'libusb.h' file not found
       >    23 | #include <libusb.h>
       >       |          ^~~~~~~~~~
       > 1 error generated.
       > make: *** [makefile:117: constructor_m607.o] Error 1
       For full logs, run:
         nix log /nix/store/xsm627xqlyrwz5nx0c4n985vwdi513da-mouse_m908-x86_64-unknown-linux-gnufilc0-3.4.drv
mp3blaster-3.2.6
error: Cannot build '/nix/store/g32mrfawalccr1xvgzffpxk2hgsqapqz-mp3blaster-x86_64-unknown-linux-gnufilc0-3.2.6.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/w0687yb9q8a2acj2p7ijm7xfdwmm8pjm-mp3blaster-x86_64-unknown-linux-gnufilc0-3.2.6
       Last 25 log lines:
       >       |                                                      ^
       > ./mpegsound.h:1015:47: note: put the semicolon on a separate line to silence this warning
       > 1 warning generated.
       > clang++ -DHAVE_CONFIG_H -I. -I.. -I. -I/nix/store/w0687yb9q8a2acj2p7ijm7xfdwmm8pjm-mp3blaster-x86_64-unknown-linux-gnufilc0-3.2.6/include    -g -O2 -c -o httpinput.o httpinput.cc
       > In file included from httpinput.cc:17:
       > ./mpegsound.h:1015:47: warning: if statement has empty body [-Wempty-body]
       >  1015 |         void setdownfrequency(int value) { if (value); }
       >       |                                                      ^
       > ./mpegsound.h:1015:47: note: put the semicolon on a separate line to silence this warning
       > In file included from httpinput.cc:18:
       > ./mpegsound_locals.h:23:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
       >    23 |   register unsigned short a;
       >       |   ^~~~~~~~
       > ./mpegsound_locals.h:35:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
       >    35 |   register unsigned short a;
       >       |   ^~~~~~~~
       > ./mpegsound_locals.h:47:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
       >    47 |   register int r=(buffer[bitindex>>3]>>(7-(bitindex&7)))&1;
       >       |   ^~~~~~~~
       > 1 warning and 3 errors generated.
       > make[2]: *** [Makefile:386: httpinput.o] Error 1
       > make[2]: Leaving directory '/build/source/mpegsound'
       > make[1]: *** [Makefile:446: all-recursive] Error 1
       > make[1]: Leaving directory '/build/source'
       > make: *** [Makefile:343: all] Error 2
       For full logs, run:
         nix log /nix/store/g32mrfawalccr1xvgzffpxk2hgsqapqz-mp3blaster-x86_64-unknown-linux-gnufilc0-3.2.6.drv
mp4v2-5.0.1
error: Cannot build '/nix/store/0fxgr0202gjy5zw4rh4nv965hw22lsps-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/kcgz8dwmcsslqprdn5743aq11fza6mv7-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1
       Last 25 log lines:
       > In file included from ./libplatform/platform.h:24:
       > In file included from ./libplatform/platform_posix.h:31:
       > In file included from ./libplatform/platform_base.h:6:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/fstream:196:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/max.h:12:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/comp.h:14:
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__type_traits/is_integral.h:20:28: error: expected ';' after top level declarator
       >    20 | _LIBCPP_BEGIN_NAMESPACE_STD
       >       |                            ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__type_traits/is_integral.h:24:1: error: unknown type name 'template'
       >    24 | template <>          struct __libcpp_is_integral<bool>               { enum { value = 1 }; };
       >       | ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__type_traits/is_integral.h:24:10: error: expected identifier or '('
       >    24 | template <>          struct __libcpp_is_integral<bool>               { enum { value = 1 }; };
       >       |          ^
       > fatal error: too many errors emitted, stopping now [-ferror-limit=]
       > 20 errors generated.
       > make: *** [doc/GNUmakefile.mk:369: libplatform/impl.h.gch/shared] Error 1
       > make: *** Waiting for unfinished jobs....
       > 20 errors generated.
       > 20 errors generated.
       > 20 errors generated.
       > make: *** [doc/GNUmakefile.mk:373: util/impl.h.gch/exe] Error 1
       > make: *** [doc/GNUmakefile.mk:369: src/impl.h.gch/shared] Error 1
       > make: *** [doc/GNUmakefile.mk:369: libutil/impl.h.gch/shared] Error 1
       For full logs, run:
         nix log /nix/store/0fxgr0202gjy5zw4rh4nv965hw22lsps-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1.drv
mpdas-0.4.5
error: Cannot build '/nix/store/lmdqjjdbk2zg1zpxczvhpmq0rksix3vi-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/gghbcazgjdr0z4hj3d5967fxp7zm2djd-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5
       Last 25 log lines:
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_status_get_song_id:(.text+0xe338): error: undefined reference to 'pizlonated_mpd_status_get_song_id'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_status_get_elapsed_time:(.text+0xe4c8): error: undefined reference to 'pizlonated_mpd_status_get_elapsed_time'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_stats_get_play_time:(.text+0xe658): error: undefined reference to 'pizlonated_mpd_stats_get_play_time'
       > mpd.o:mpd.cpp:function pizlonatedFI1073_mpd_run_current_song:(.text+0xe7eb): error: undefined reference to 'pizlonated_mpd_run_current_song'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_song_free:(.text+0xe9d8): error: undefined reference to 'pizlonated_mpd_song_free'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_send_read_messages:(.text+0xeb18): error: undefined reference to 'pizlonated_mpd_send_read_messages'
       > mpd.o:mpd.cpp:function pizlonatedFI1073_mpd_recv_message:(.text+0xecab): error: undefined reference to 'pizlonated_mpd_recv_message'
       > mpd.o:mpd.cpp:function pizlonatedFI1073_mpd_message_get_text:(.text+0xee9b): error: undefined reference to 'pizlonated_mpd_message_get_text'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_message_free:(.text+0xf4c8): error: undefined reference to 'pizlonated_mpd_message_free'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_response_finish:(.text+0xf608): error: undefined reference to 'pizlonated_mpd_response_finish'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_status_free:(.text+0xf798): error: undefined reference to 'pizlonated_mpd_status_free'
       > mpd.o:mpd.cpp:function pizlonatedFI1065_mpd_stats_free:(.text+0xf8d8): error: undefined reference to 'pizlonated_mpd_stats_free'
       > mpd.o:mpd.cpp:function pizlonatedFI18629_mpd_song_get_tag:(.text+0xfa25): error: undefined reference to 'pizlonated_mpd_song_get_tag'
       > mpd.o:mpd.cpp:function pizlonatedFI1066_mpd_song_get_duration:(.text+0xfc68): error: undefined reference to 'pizlonated_mpd_song_get_duration'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI9_curl_easy_init:(.text+0x2239e): error: undefined reference to 'pizlonated_curl_easy_init'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1065_curl_easy_cleanup:(.text+0x22b18): error: undefined reference to 'pizlonated_curl_easy_cleanup'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1_curl_global_cleanup:(.text+0x22c4e): error: undefined reference to 'pizlonated_curl_global_cleanup'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI18622_curl_easy_setopt:(.text+0x23365): error: undefined reference to 'pizlonated_curl_easy_setopt'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI131273_curl_easy_setopt:(.text+0x23562): error: undefined reference to 'pizlonated_curl_easy_setopt'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1066_curl_easy_perform:(.text+0x23768): error: undefined reference to 'pizlonated_curl_easy_perform'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI142_curl_easy_strerror:(.text+0x238f3): error: undefined reference to 'pizlonated_curl_easy_strerror'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI28870_curl_easy_escape:(.text+0x24522): error: undefined reference to 'pizlonated_curl_easy_escape'
       > audioscrobbler.o:audioscrobbler.cpp:function pizlonatedFI1065_curl_free:(.text+0x24788): error: undefined reference to 'pizlonated_curl_free'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:22: mpdas] Error 1
       For full logs, run:
         nix log /nix/store/lmdqjjdbk2zg1zpxczvhpmq0rksix3vi-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5.drv
mqtt-randompub-0.3.0
error: Cannot build '/nix/store/589xfjqa6bv7qaiim5xi819z2slxmj6k-mqtt-randompub-0.3.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/9kwwrxwkk0p0j7ic75v9xp5mpgyhil07-mqtt-randompub-0.3.0-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/zmy7zj917b2v07skqcxrx36i9aipi2fs-mqtt-randompub-0.3.0-x86_64-unknown-linux-gnufilc0
mruby-3.3.0
error: Cannot build '/nix/store/8krkk3r465yjc37sh6k0gxf6jfr98hi0-mruby-x86_64-unknown-linux-gnufilc0-3.3.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/mfqv5mprkjns4jzk5by8df9jsjqnzvvb-mruby-x86_64-unknown-linux-gnufilc0-3.3.0
       Last 25 log lines:
       > mrbgems/mruby-compiler/core/y.tab.c:6238:9: warning: variable 'yynerrs' set but not used [-Wunused-but-set-variable]
       >  6238 |     int yynerrs = 0;
       >       |         ^
       > 1 warning generated.
       > AR    build/host/mrbc/lib/libmruby_core.a
       > ar: creating /build/source/build/host/mrbc/lib/libmruby_core.a
       > LD    build/host/mrbc/bin/mrbc
       > /build/source/build/host/mrbc/lib/libmruby_core.a(string.o):string.c:function pizlonatedFIP28870_str_new:(.text+0x67d): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(string.o):string.c:function pizlonatedFIP28870_str_new:(.text+0x68f): error: undefined reference to 'pizlonated_edata'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(symbol.o):symbol.c:function pizlonatedFIP205886_sym_intern:(.text+0x72e): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(symbol.o):symbol.c:function pizlonatedFIP205886_sym_intern:(.text+0x740): error: undefined reference to 'pizlonated_edata'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(codegen.o):codegen.c:function pizlonatedFIP28863_new_lit_str:(.text+0x3e7ad): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(codegen.o):codegen.c:function pizlonatedFIP28863_new_lit_str:(.text+0x3e7bf): error: undefined reference to 'pizlonated_edata'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(load.o):load.c:function pizlonatedFIP12777_mrb_read_irep:(.text+0xa7): error: undefined reference to 'pizlonated_etext'
       > /build/source/build/host/mrbc/lib/libmruby_core.a(load.o):load.c:function pizlonatedFIP12777_mrb_read_irep:(.text+0xbd): error: undefined reference to 'pizlonated_edata'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > rake aborted!
       > Command failed with status (1): [clang++  -o "/build/source/build/host/mrbc/bin/mrbc" "/build/source/build/host/mrbc/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.o" "/build/source/build/host/mrbc/mrbgems/mruby-bin-mrbc/tools/mrbc/stub.o" "/build/source/build/host/mrbc/lib/libmruby_core.a"  -lm ]
       > /build/source/lib/mruby/build/command.rb:33:in `_run'
       > /build/source/lib/mruby/build/command.rb:223:in `run'
       > /build/source/mrbgems/mruby-bin-mrbc/mrbgem.rake:11:in `block (2 levels) in <top (required)>'
       > /nix/store/blg8zdb58n2dra9jb4a9hg3bxfy3z1b3-rake-13.2.1/lib/ruby/gems/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
       > Tasks: TOP => default => all => gensym => /build/source/build/host/presym => /build/source/build/host/mrblib/mrblib.pi => /build/source/build/host/mrblib/mrblib.c => /build/source/build/host/mrbc/bin/mrbc
       > (See full trace by running task with --trace)
       > make: *** [Makefile:6: all] Error 1
       For full logs, run:
         nix log /nix/store/8krkk3r465yjc37sh6k0gxf6jfr98hi0-mruby-x86_64-unknown-linux-gnufilc0-3.3.0.drv
mrustc-0.10.1
error: Cannot build '/nix/store/vfwfnr0ljvq568jfsfynhz9yvnnxnam5-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/a4sp2x6y2gqy70ygcbcln42fcg4w1ygg-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1
       Last 25 log lines:
       > src/mir/optimise.cpp:3731:43: note: place parentheses around comparison expression to evaluate it first
       >  3731 |                         if( v >> (bits-1) != 0 ) {
       >       |                                           ^
       >       |                                  (            )
       > src/mir/optimise.cpp:3834:66: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion]
       >  3834 |                                     if( 0.0 <= vp->v && vp->v <= UINT64_MAX )
       >       |                                                               ~~ ^~~~~~~~~~
       > /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdint.h:125:23: note: expanded from macro 'UINT64_MAX'
       >   125 | # define UINT64_MAX             (__UINT64_C(18446744073709551615))
       >       |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/stdint.h:102:25: note: expanded from macro '__UINT64_C'
       >   102 | #  define __UINT64_C(c) c ## UL
       >       |                         ^~~~~~~
       > <scratch space>:246:1: note: expanded from here
       >   246 | 18446744073709551615UL
       >       | ^~~~~~~~~~~~~~~~~~~~~~
       > 4 warnings generated.
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: git: command not found
       > [CXX] -o .obj/version.o
       > [AR] bin/mrustc.a
       > [CXX] -o bin/mrustc
       > bin/mrustc.a(mangling_v2.o):mangling_v2.cpp:function pizlonatedFI403_log10:(.text+0x12381): error: undefined reference to 'pizlonated_log10'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make: *** [Makefile:163: bin/mrustc] Error 1
       For full logs, run:
         nix log /nix/store/vfwfnr0ljvq568jfsfynhz9yvnnxnam5-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv
mp4v2-5.0.1
error: build of '/nix/store/0fxgr0202gjy5zw4rh4nv965hw22lsps-mp4v2-x86_64-unknown-linux-gnufilc0-5.0.1.drv^*', '/nix/store/589xfjqa6bv7qaiim5xi819z2slxmj6k-mqtt-randompub-0.3.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/8krkk3r465yjc37sh6k0gxf6jfr98hi0-mruby-x86_64-unknown-linux-gnufilc0-3.3.0.drv^*', '/nix/store/g32mrfawalccr1xvgzffpxk2hgsqapqz-mp3blaster-x86_64-unknown-linux-gnufilc0-3.2.6.drv^*', '/nix/store/lhn3w6j7xyrcxkwjv23kprnjzhjjl1ch-mosml-x86_64-unknown-linux-gnufilc0-2.10.1.drv^*', '/nix/store/lmdqjjdbk2zg1zpxczvhpmq0rksix3vi-mpdas-x86_64-unknown-linux-gnufilc0-0.4.5.drv^*', '/nix/store/vfwfnr0ljvq568jfsfynhz9yvnnxnam5-mrustc-x86_64-unknown-linux-gnufilc0-0.10.1.drv^*', '/nix/store/xsm627xqlyrwz5nx0c4n985vwdi513da-mouse_m908-x86_64-unknown-linux-gnufilc0-3.4.drv^*' failed

End of log