nixbot

builds

succeeded python3.12-aiohttp-3.10.5 aarch64-darwin.devShell-default · build #1 · raw

1Sourcing python-remove-tests-dir-hook2Sourcing python-catch-conflicts-hook.sh3Sourcing python-remove-bin-bytecode-hook.sh4Sourcing pypa-build-hook5Using pypaBuildPhase6Sourcing python-runtime-deps-check-hook7Using pythonRuntimeDepsCheckHook8Sourcing pypa-install-hook9Using pypaInstallPhase10Sourcing python-imports-check-hook.sh11Using pythonImportsCheckPhase12Sourcing python-namespaces-hook13Sourcing python-catch-conflicts-hook.sh
unpackPhase
14unpacking source archive /nix/store/xg8h8f3w68rii5di1vbj60rrs6jy47h8-source15source root is source16setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/vendor/README.rst
patchPhase
17applying patch /nix/store/xj9bqp9f2nb6z1vvyg5hvg1lqr03jq04-unvendor-llhttp.patch18patching file Makefile19Hunk #1 succeeded at 71 with fuzz 1.20patching file aiohttp/_cparser.pxd21Hunk #1 succeeded at 1 with fuzz 1 (offset -9 lines).22patching file setup.py23applying patch /nix/store/v9y98adk4wjzkdmj9v35rdq61agrdc91-0001-Implement-binding-to-IPv6-addresses-in-the-pytest-se.patch24patching file CHANGES/4650.bugfix25patching file aiohttp/test_utils.py26patching file tests/test_test_utils.py27patching script interpreter paths in tools28tools/drop_merged_branches.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/iafzjk7zbkqaszqfp6n006vvxjrpn4f6-bash-5.2p32/bin/bash"29tools/check_sum.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/bin/python"30tools/gen.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/bin/python"31tools/cleanup_changes.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/bin/python"32tools/check_changes.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/bin/python3"
configurePhase
33no configure script, doing nothing
buildPhase
34Executing pypaBuildPhase35re-hash /nix/var/nix/builds/nix-35330-2729070281/source/tools/gen.py36re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/hdrs.py37./tools/gen.py38re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/_helpers.pyx39re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/_http_parser.pyx40re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/_http_writer.pyx41re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/_websocket.pyx42re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/_helpers.pyi43re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/_cparser.pxd44re-hash /nix/var/nix/builds/nix-35330-2729070281/source/aiohttp/_find_header.pxd45cython -3 -o aiohttp/_helpers.c aiohttp/_helpers.pyx -I aiohttp -Werror46cython -3 -o aiohttp/_http_parser.c aiohttp/_http_parser.pyx -I aiohttp -Werror47cython -3 -o aiohttp/_http_writer.c aiohttp/_http_writer.pyx -I aiohttp -Werror48cython -3 -o aiohttp/_websocket.c aiohttp/_websocket.pyx -I aiohttp -Werror49Creating a wheel...50* Getting build dependencies for wheel...51*********************52* Accelerated build *53*********************54running egg_info55creating aiohttp.egg-info56writing aiohttp.egg-info/PKG-INFO57writing dependency_links to aiohttp.egg-info/dependency_links.txt58writing requirements to aiohttp.egg-info/requires.txt59writing top-level names to aiohttp.egg-info/top_level.txt60writing manifest file 'aiohttp.egg-info/SOURCES.txt'61reading manifest file 'aiohttp.egg-info/SOURCES.txt'62reading manifest template 'MANIFEST.in'63warning: no files found matching '*' under directory 'vendor'64warning: no files found matching 'aiohttp' anywhere in distribution65warning: no previously-included files matching '*.pyc' found anywhere in distribution66warning: no previously-included files matching '*.pyd' found anywhere in distribution67warning: no previously-included files matching '*.so' found anywhere in distribution68warning: no previously-included files matching '*.lib' found anywhere in distribution69warning: no previously-included files matching '*.dll' found anywhere in distribution70warning: no previously-included files matching '*.a' found anywhere in distribution71warning: no previously-included files matching '*.obj' found anywhere in distribution72warning: no previously-included files found matching 'aiohttp/*.html'73no previously-included directories found matching 'docs/_build'74adding license file 'LICENSE.txt'75writing manifest file 'aiohttp.egg-info/SOURCES.txt'76* Building wheel...77*********************78* Accelerated build *79*********************80running bdist_wheel81running build82running build_py83creating build84creating build/lib.macosx-11.0-arm64-cpython-31285creating build/lib.macosx-11.0-arm64-cpython-312/aiohttp86copying aiohttp/web_ws.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp87copying aiohttp/worker.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp88copying aiohttp/multipart.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp89copying aiohttp/web_response.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp90copying aiohttp/client_ws.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp91copying aiohttp/test_utils.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp92copying aiohttp/tracing.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp93copying aiohttp/web_exceptions.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp94copying aiohttp/web_middlewares.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp95copying aiohttp/web.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp96copying aiohttp/http_exceptions.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp97copying aiohttp/web_app.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp98copying aiohttp/streams.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp99copying aiohttp/web_protocol.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp100copying aiohttp/log.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp101copying aiohttp/compression_utils.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp102copying aiohttp/client.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp103copying aiohttp/web_urldispatcher.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp104copying aiohttp/web_request.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp105copying aiohttp/http_websocket.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp106copying aiohttp/client_proto.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp107copying aiohttp/locks.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp108copying aiohttp/__init__.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp109copying aiohttp/web_runner.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp110copying aiohttp/web_server.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp111copying aiohttp/base_protocol.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp112copying aiohttp/payload.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp113copying aiohttp/client_reqrep.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp114copying aiohttp/http.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp115copying aiohttp/web_log.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp116copying aiohttp/resolver.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp117copying aiohttp/formdata.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp118copying aiohttp/payload_streamer.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp119copying aiohttp/web_routedef.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp120copying aiohttp/connector.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp121copying aiohttp/client_exceptions.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp122copying aiohttp/typedefs.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp123copying aiohttp/hdrs.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp124copying aiohttp/web_fileresponse.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp125copying aiohttp/http_writer.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp126copying aiohttp/tcp_helpers.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp127copying aiohttp/helpers.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp128copying aiohttp/http_parser.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp129copying aiohttp/cookiejar.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp130copying aiohttp/pytest_plugin.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp131copying aiohttp/abc.py -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp132running egg_info133writing aiohttp.egg-info/PKG-INFO134writing dependency_links to aiohttp.egg-info/dependency_links.txt135writing requirements to aiohttp.egg-info/requires.txt136writing top-level names to aiohttp.egg-info/top_level.txt137reading manifest file 'aiohttp.egg-info/SOURCES.txt'138reading manifest template 'MANIFEST.in'139warning: no files found matching '*' under directory 'vendor'140warning: no files found matching 'aiohttp' anywhere in distribution141warning: no previously-included files matching '*.pyc' found anywhere in distribution142warning: no previously-included files matching '*.pyd' found anywhere in distribution143warning: no previously-included files matching '*.so' found anywhere in distribution144warning: no previously-included files matching '*.lib' found anywhere in distribution145warning: no previously-included files matching '*.dll' found anywhere in distribution146warning: no previously-included files matching '*.a' found anywhere in distribution147warning: no previously-included files matching '*.obj' found anywhere in distribution148warning: no previously-included files found matching 'aiohttp/*.html'149no previously-included directories found matching 'docs/_build'150adding license file 'LICENSE.txt'151writing manifest file 'aiohttp.egg-info/SOURCES.txt'152copying aiohttp/_cparser.pxd -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp153copying aiohttp/_cparser.pxd.orig -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp154copying aiohttp/_find_header.pxd -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp155copying aiohttp/_headers.pxi -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp156copying aiohttp/_helpers.pyi -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp157copying aiohttp/_helpers.pyx -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp158copying aiohttp/_http_parser.pyx -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp159copying aiohttp/_http_writer.pyx -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp160copying aiohttp/_websocket.pyx -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp161copying aiohttp/py.typed -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp162creating build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash163copying aiohttp/.hash/_cparser.pxd.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash164copying aiohttp/.hash/_find_header.pxd.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash165copying aiohttp/.hash/_helpers.pyi.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash166copying aiohttp/.hash/_helpers.pyx.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash167copying aiohttp/.hash/_http_parser.pyx.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash168copying aiohttp/.hash/_http_writer.pyx.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash169copying aiohttp/.hash/_websocket.pyx.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash170copying aiohttp/.hash/hdrs.py.hash -> build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash171running build_ext172building 'aiohttp._websocket' extension173creating build/temp.macosx-11.0-arm64-cpython-312174creating build/temp.macosx-11.0-arm64-cpython-312/aiohttp175clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -I/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/include -I/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/include/python3.12 -c aiohttp/_websocket.c -o build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_websocket.o176clang-16: warning: argument unused during compilation: '-fno-strict-overflow' [-Wunused-command-line-argument]177clang -bundle -undefined dynamic_lookup -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_websocket.o -L/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/lib -o build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_websocket.cpython-312-darwin.so178ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'179ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'180ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'181ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'182ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'183ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'184ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'185ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'186ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'187ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'188ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'189ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'190ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'191ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'192ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'193ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'194ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'195ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'196ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'197ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'198ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'199ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'200ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'201ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'202ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'203ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'204building 'aiohttp._http_parser' extension205clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -I/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/include -DLLHTTP_STRICT_MODE=0 -I/nix/store/zlc7pg0a0jrn67q75bzlvmhniy00lbxs-llhttp-9.2.1-dev/include -I/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/include/python3.12 -c aiohttp/_find_header.c -o build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_find_header.o206clang-16: warning: argument unused during compilation: '-fno-strict-overflow' [-Wunused-command-line-argument]207aiohttp/_find_header.c:21:11: warning: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]208 char *pchar = str;209 ^ ~~~210aiohttp/_find_header.c:9867:1: warning: unused label 'missing' [-Wunused-label]211missing:212^~~~~~~~2132 warnings generated.214clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -I/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/include -DLLHTTP_STRICT_MODE=0 -I/nix/store/zlc7pg0a0jrn67q75bzlvmhniy00lbxs-llhttp-9.2.1-dev/include -I/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/include/python3.12 -c aiohttp/_http_parser.c -o build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_http_parser.o215clang-16: warning: argument unused during compilation: '-fno-strict-overflow' [-Wunused-command-line-argument]216aiohttp/_http_parser.c:16354:148: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]217 __pyx_t_1 = ((struct __pyx_vtabstruct_7aiohttp_12_http_parser_HttpParser *)__pyx_v_pyparser->__pyx_vtab)->_on_header_field(__pyx_v_pyparser, __pyx_v_at, __pyx_v_length); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 723, __pyx_L3_error)218 ^~~~~~~~~~219aiohttp/_http_parser.c:16286:33: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]220 __pyx_t_6 = (__pyx_v_size > __pyx_v_pyparser->_max_field_size);221 ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~222aiohttp/_http_parser.c:16644:148: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]223 __pyx_t_1 = ((struct __pyx_vtabstruct_7aiohttp_12_http_parser_HttpParser *)__pyx_v_pyparser->__pyx_vtab)->_on_header_value(__pyx_v_pyparser, __pyx_v_at, __pyx_v_length); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 740, __pyx_L3_error)224 ^~~~~~~~~~225aiohttp/_http_parser.c:16576:33: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]226 __pyx_t_6 = (__pyx_v_size > __pyx_v_pyparser->_max_field_size);227 ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~2284 warnings generated.229clang -bundle -undefined dynamic_lookup -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_find_header.o build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_http_parser.o -L/nix/store/7rmc5g53kwlnp1mw6lvy0sbrdd78xj51-llhttp-9.2.1/lib -L/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/lib -lllhttp -o build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_http_parser.cpython-312-darwin.so230ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'231ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'232ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'233ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'234ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'235ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'236ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'237ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'238ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'239ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'240ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'241ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'242ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'243ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'244ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'245ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'246ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'247ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'248ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'249ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'250ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'251ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'252ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'253ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'254ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'255ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'256building 'aiohttp._helpers' extension257clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -I/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/include -I/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/include/python3.12 -c aiohttp/_helpers.c -o build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_helpers.o258clang-16: warning: argument unused during compilation: '-fno-strict-overflow' [-Wunused-command-line-argument]259clang -bundle -undefined dynamic_lookup -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_helpers.o -L/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/lib -o build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_helpers.cpython-312-darwin.so260ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'261ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'262ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'263ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'264ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'265ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'266ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'267ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'268ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'269ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'270ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'271ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'272ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'273ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'274ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'275ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'276ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'277ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'278ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'279ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'280ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'281ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'282ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'283ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'284ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'285ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'286building 'aiohttp._http_writer' extension287clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -I/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/include -I/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/include/python3.12 -c aiohttp/_http_writer.c -o build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_http_writer.o288clang-16: warning: argument unused during compilation: '-fno-strict-overflow' [-Wunused-command-line-argument]289clang -bundle -undefined dynamic_lookup -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib -L/nix/store/sny39q6mg5swbahpmd97wway99hxhx6p-libxcrypt-4.4.36/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib -L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib build/temp.macosx-11.0-arm64-cpython-312/aiohttp/_http_writer.o -L/nix/store/9pj4rzx5pbynkkxq1srzwjhywmcfxws3-python3-3.12.5/lib -o build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_http_writer.cpython-312-darwin.so290ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'291ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'292ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'293ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'294ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'295ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'296ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'297ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'298ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'299ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'300ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'301ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'302ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'303ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib'304ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.6.2/lib'305ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.6/lib'306ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-mpdecimal-4.0.0/lib'307ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4.20221231/lib'308ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.14/lib'309ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.46.0/lib'310ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.6.2/lib'311ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.3.1/lib'312ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-apple-framework-SystemConfiguration-11.0.0/lib'313ld: warning: directory not found for option '-L/nix/store/fh6k84p2mqx5mhmmdbz8dqk7hgz11pcw-tzdata-2024a/lib'314ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.24-lib/lib'315ld: warning: directory not found for option '-L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p10/lib'316installing to build/bdist.macosx-11.0-arm64/wheel317running install318running install_lib319creating build/bdist.macosx-11.0-arm64320creating build/bdist.macosx-11.0-arm64/wheel321creating build/bdist.macosx-11.0-arm64/wheel/aiohttp322copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_ws.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp323copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/worker.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp324copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_http_parser.pyx -> build/bdist.macosx-11.0-arm64/wheel/aiohttp325copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/multipart.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp326copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_http_writer.pyx -> build/bdist.macosx-11.0-arm64/wheel/aiohttp327copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_response.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp328copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/client_ws.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp329copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/test_utils.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp330copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_helpers.cpython-312-darwin.so -> build/bdist.macosx-11.0-arm64/wheel/aiohttp331copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/tracing.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp332copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_exceptions.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp333copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_middlewares.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp334copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_http_writer.cpython-312-darwin.so -> build/bdist.macosx-11.0-arm64/wheel/aiohttp335copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp336copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/http_exceptions.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp337copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_app.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp338copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/streams.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp339copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_protocol.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp340copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/log.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp341copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/compression_utils.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp342copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/client.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp343copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_websocket.pyx -> build/bdist.macosx-11.0-arm64/wheel/aiohttp344copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_urldispatcher.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp345copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_helpers.pyi -> build/bdist.macosx-11.0-arm64/wheel/aiohttp346creating build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash347copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/_http_parser.pyx.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash348copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/_websocket.pyx.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash349copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/_cparser.pxd.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash350copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/_helpers.pyi.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash351copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/hdrs.py.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash352copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/_find_header.pxd.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash353copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/_http_writer.pyx.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash354copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/.hash/_helpers.pyx.hash -> build/bdist.macosx-11.0-arm64/wheel/aiohttp/.hash355copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_request.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp356copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/http_websocket.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp357copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_websocket.cpython-312-darwin.so -> build/bdist.macosx-11.0-arm64/wheel/aiohttp358copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/client_proto.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp359copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/locks.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp360copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/__init__.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp361copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_runner.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp362copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_server.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp363copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/base_protocol.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp364copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_headers.pxi -> build/bdist.macosx-11.0-arm64/wheel/aiohttp365copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/payload.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp366copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_find_header.pxd -> build/bdist.macosx-11.0-arm64/wheel/aiohttp367copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/client_reqrep.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp368copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_cparser.pxd.orig -> build/bdist.macosx-11.0-arm64/wheel/aiohttp369copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/http.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp370copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_log.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp371copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/resolver.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp372copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/formdata.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp373copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/payload_streamer.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp374copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_routedef.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp375copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/connector.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp376copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/py.typed -> build/bdist.macosx-11.0-arm64/wheel/aiohttp377copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/client_exceptions.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp378copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/typedefs.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp379copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_cparser.pxd -> build/bdist.macosx-11.0-arm64/wheel/aiohttp380copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/hdrs.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp381copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/web_fileresponse.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp382copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/http_writer.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp383copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/tcp_helpers.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp384copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_helpers.pyx -> build/bdist.macosx-11.0-arm64/wheel/aiohttp385copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/helpers.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp386copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/_http_parser.cpython-312-darwin.so -> build/bdist.macosx-11.0-arm64/wheel/aiohttp387copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/http_parser.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp388copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/cookiejar.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp389copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/pytest_plugin.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp390copying build/lib.macosx-11.0-arm64-cpython-312/aiohttp/abc.py -> build/bdist.macosx-11.0-arm64/wheel/aiohttp391running install_egg_info392Copying aiohttp.egg-info to build/bdist.macosx-11.0-arm64/wheel/aiohttp-3.10.5-py3.12.egg-info393running install_scripts394creating build/bdist.macosx-11.0-arm64/wheel/aiohttp-3.10.5.dist-info/WHEEL395creating '/nix/var/nix/builds/nix-35330-2729070281/source/dist/.tmp-xkuyzv00/aiohttp-3.10.5-cp312-cp312-macosx_11_0_arm64.whl' and adding 'build/bdist.macosx-11.0-arm64/wheel' to it396adding 'aiohttp/__init__.py'397adding 'aiohttp/_cparser.pxd'398adding 'aiohttp/_cparser.pxd.orig'399adding 'aiohttp/_find_header.pxd'400adding 'aiohttp/_headers.pxi'401adding 'aiohttp/_helpers.cpython-312-darwin.so'402adding 'aiohttp/_helpers.pyi'403adding 'aiohttp/_helpers.pyx'404adding 'aiohttp/_http_parser.cpython-312-darwin.so'405adding 'aiohttp/_http_parser.pyx'406adding 'aiohttp/_http_writer.cpython-312-darwin.so'407adding 'aiohttp/_http_writer.pyx'408adding 'aiohttp/_websocket.cpython-312-darwin.so'409adding 'aiohttp/_websocket.pyx'410adding 'aiohttp/abc.py'411adding 'aiohttp/base_protocol.py'412adding 'aiohttp/client.py'413adding 'aiohttp/client_exceptions.py'414adding 'aiohttp/client_proto.py'415adding 'aiohttp/client_reqrep.py'416adding 'aiohttp/client_ws.py'417adding 'aiohttp/compression_utils.py'418adding 'aiohttp/connector.py'419adding 'aiohttp/cookiejar.py'420adding 'aiohttp/formdata.py'421adding 'aiohttp/hdrs.py'422adding 'aiohttp/helpers.py'423adding 'aiohttp/http.py'424adding 'aiohttp/http_exceptions.py'425adding 'aiohttp/http_parser.py'426adding 'aiohttp/http_websocket.py'427adding 'aiohttp/http_writer.py'428adding 'aiohttp/locks.py'429adding 'aiohttp/log.py'430adding 'aiohttp/multipart.py'431adding 'aiohttp/payload.py'432adding 'aiohttp/payload_streamer.py'433adding 'aiohttp/py.typed'434adding 'aiohttp/pytest_plugin.py'435adding 'aiohttp/resolver.py'436adding 'aiohttp/streams.py'437adding 'aiohttp/tcp_helpers.py'438adding 'aiohttp/test_utils.py'439adding 'aiohttp/tracing.py'440adding 'aiohttp/typedefs.py'441adding 'aiohttp/web.py'442adding 'aiohttp/web_app.py'443adding 'aiohttp/web_exceptions.py'444adding 'aiohttp/web_fileresponse.py'445adding 'aiohttp/web_log.py'446adding 'aiohttp/web_middlewares.py'447adding 'aiohttp/web_protocol.py'448adding 'aiohttp/web_request.py'449adding 'aiohttp/web_response.py'450adding 'aiohttp/web_routedef.py'451adding 'aiohttp/web_runner.py'452adding 'aiohttp/web_server.py'453adding 'aiohttp/web_urldispatcher.py'454adding 'aiohttp/web_ws.py'455adding 'aiohttp/worker.py'456adding 'aiohttp/.hash/_cparser.pxd.hash'457adding 'aiohttp/.hash/_find_header.pxd.hash'458adding 'aiohttp/.hash/_helpers.pyi.hash'459adding 'aiohttp/.hash/_helpers.pyx.hash'460adding 'aiohttp/.hash/_http_parser.pyx.hash'461adding 'aiohttp/.hash/_http_writer.pyx.hash'462adding 'aiohttp/.hash/_websocket.pyx.hash'463adding 'aiohttp/.hash/hdrs.py.hash'464adding 'aiohttp-3.10.5.dist-info/LICENSE.txt'465adding 'aiohttp-3.10.5.dist-info/METADATA'466adding 'aiohttp-3.10.5.dist-info/WHEEL'467adding 'aiohttp-3.10.5.dist-info/top_level.txt'468adding 'aiohttp-3.10.5.dist-info/RECORD'469removing build/bdist.macosx-11.0-arm64/wheel470Successfully built aiohttp-3.10.5-cp312-cp312-macosx_11_0_arm64.whl471Finished creating a wheel...472Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
473Executing pythonRuntimeDepsCheck474Checking runtime dependencies for aiohttp-3.10.5-cp312-cp312-macosx_11_0_arm64.whl475Finished executing pythonRuntimeDepsCheck
installPhase
476Executing pypaInstallPhase477Successfully installed aiohttp-3.10.5-cp312-cp312-macosx_11_0_arm64.whl478Finished executing pypaInstallPhase
pythonOutputDistPhase
479Executing pythonOutputDistPhase480Finished executing pythonOutputDistPhase
fixupPhase
481checking for references to /nix/var/nix/builds/nix-35330-2729070281/ in /nix/store/0j1d4yzcvpzjcpg1kh80b8qqsnf430c7-python3.12-aiohttp-3.10.5...482patching script interpreter paths in /nix/store/0j1d4yzcvpzjcpg1kh80b8qqsnf430c7-python3.12-aiohttp-3.10.5483stripping (with command strip and flags -S) in /nix/store/0j1d4yzcvpzjcpg1kh80b8qqsnf430c7-python3.12-aiohttp-3.10.5/lib484checking for references to /nix/var/nix/builds/nix-35330-2729070281/ in /nix/store/jm3grw96rgdrjwdgmwqp6g85p5m33cil-python3.12-aiohttp-3.10.5-dist...485patching script interpreter paths in /nix/store/jm3grw96rgdrjwdgmwqp6g85p5m33cil-python3.12-aiohttp-3.10.5-dist486Executing pythonRemoveTestsDir487Finished executing pythonRemoveTestsDir
pythonImportsCheckPhase
488Executing pythonImportsCheckPhase