1these 3 derivations will be built:2 /nix/store/mnczmasrkm16pzyk5bv9szfbn48xcswh-ab8988ebfa9e4557411f3d4c0f4ccda139e18875.patch.drv3 /nix/store/r9kr372p959dz7m3n05xw4q8fmc5rgxb-source.drv4 /nix/store/67d9nd1g9mj1kbcqppi8c89h6iy3y3q9-wikiextractor-3.0.7.drv5this path will be fetched (64.0 KiB download, 271.3 KiB unpacked):6 /nix/store/nas5899rdxanaflscq4m9d9bfbfrnp5q-patchutils-0.3.37building '/nix/store/67d9nd1g9mj1kbcqppi8c89h6iy3y3q9-wikiextractor-3.0.7.drv' on 'ssh-ng://nix@eliza'8building '/nix/store/67d9nd1g9mj1kbcqppi8c89h6iy3y3q9-wikiextractor-3.0.7.drv'9wikiextractor-3.0.7> Sourcing python-remove-tests-dir-hook10wikiextractor-3.0.7> Sourcing python-catch-conflicts-hook.sh11wikiextractor-3.0.7> Sourcing python-remove-bin-bytecode-hook.sh12wikiextractor-3.0.7> Sourcing pypa-build-hook13wikiextractor-3.0.7> Using pypaBuildPhase14wikiextractor-3.0.7> Sourcing python-runtime-deps-check-hook15wikiextractor-3.0.7> Using pythonRuntimeDepsCheckHook16wikiextractor-3.0.7> Sourcing pypa-install-hook17wikiextractor-3.0.7> Using pypaInstallPhase18wikiextractor-3.0.7> Sourcing python-imports-check-hook.sh19wikiextractor-3.0.7> Using pythonImportsCheckPhase20wikiextractor-3.0.7> Sourcing python-namespaces-hook21wikiextractor-3.0.7> Sourcing python-catch-conflicts-hook.sh22wikiextractor-3.0.7> Running phase: unpackPhase23wikiextractor-3.0.7> unpacking source archive /nix/store/9xk06lv2ynzxy2k4vsgaqlz5bxwqlqzc-source24wikiextractor-3.0.7> source root is source25wikiextractor-3.0.7> setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/wikiextractor/extractPage.py"26wikiextractor-3.0.7> Running phase: patchPhase27wikiextractor-3.0.7> applying patch /nix/store/40g2rp48m7v8zwp0nifijbd634c2j55y-ab8988ebfa9e4557411f3d4c0f4ccda139e18875.patch28wikiextractor-3.0.7> patching file wikiextractor/extract.py29wikiextractor-3.0.7> Running phase: updateAutotoolsGnuConfigScriptsPhase30wikiextractor-3.0.7> Running phase: configurePhase31wikiextractor-3.0.7> no configure script, doing nothing32wikiextractor-3.0.7> Running phase: buildPhase33wikiextractor-3.0.7> Executing pypaBuildPhase34wikiextractor-3.0.7> Creating a wheel...35wikiextractor-3.0.7> pypa build flags: --no-isolation --outdir dist/ --wheel36wikiextractor-3.0.7> * Getting build dependencies for wheel...37wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:33: SyntaxWarning: invalid escape sequence '\w'38wikiextractor-3.0.7> tailRE = re.compile('\w+')39wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:171: SyntaxWarning: invalid escape sequence '\.'40wikiextractor-3.0.7> text = re.sub(u' (,:\.\)\]»)', r'\1', text)41wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:172: SyntaxWarning: invalid escape sequence '\['42wikiextractor-3.0.7> text = re.sub(u'(\[\(«) ', r'\1', text)43wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:383: SyntaxWarning: invalid escape sequence '\['44wikiextractor-3.0.7> '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',45wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:737: SyntaxWarning: invalid escape sequence '\w'46wikiextractor-3.0.7> return re.sub("&#?(\w+);", fixup, text)47wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1400: SyntaxWarning: invalid escape sequence '\['48wikiextractor-3.0.7> reOpen = re.compile('{{2,}|\[{2,}')49wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1401: SyntaxWarning: invalid escape sequence '\['50wikiextractor-3.0.7> reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 251wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1652: SyntaxWarning: invalid escape sequence '\s'52wikiextractor-3.0.7> if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):53wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1823: SyntaxWarning: invalid escape sequence '\['54wikiextractor-3.0.7> m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)55wikiextractor-3.0.7> /nix/store/ivs7kb49xxc7qhad00c1qiwwz00hiwkz-python3.13-setuptools-80.10.1/lib/python3.13/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.56wikiextractor-3.0.7> !!57wikiextractor-3.0.7> 58wikiextractor-3.0.7> ********************************************************************************59wikiextractor-3.0.7> Please consider removing the following classifiers in favor of a SPDX license expression:60wikiextractor-3.0.7> 61wikiextractor-3.0.7> License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)62wikiextractor-3.0.7> 63wikiextractor-3.0.7> See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.64wikiextractor-3.0.7> ********************************************************************************65wikiextractor-3.0.7> 66wikiextractor-3.0.7> !!67wikiextractor-3.0.7> self._finalize_license_expression()68wikiextractor-3.0.7> running egg_info69wikiextractor-3.0.7> creating wikiextractor.egg-info70wikiextractor-3.0.7> writing wikiextractor.egg-info/PKG-INFO71wikiextractor-3.0.7> writing dependency_links to wikiextractor.egg-info/dependency_links.txt72wikiextractor-3.0.7> writing entry points to wikiextractor.egg-info/entry_points.txt73wikiextractor-3.0.7> writing top-level names to wikiextractor.egg-info/top_level.txt74wikiextractor-3.0.7> writing manifest file 'wikiextractor.egg-info/SOURCES.txt'75wikiextractor-3.0.7> reading manifest file 'wikiextractor.egg-info/SOURCES.txt'76wikiextractor-3.0.7> adding license file 'LICENSE'77wikiextractor-3.0.7> writing manifest file 'wikiextractor.egg-info/SOURCES.txt'78wikiextractor-3.0.7> * Building wheel...79wikiextractor-3.0.7> /nix/store/ivs7kb49xxc7qhad00c1qiwwz00hiwkz-python3.13-setuptools-80.10.1/lib/python3.13/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.80wikiextractor-3.0.7> !!81wikiextractor-3.0.7> 82wikiextractor-3.0.7> ********************************************************************************83wikiextractor-3.0.7> Please consider removing the following classifiers in favor of a SPDX license expression:84wikiextractor-3.0.7> 85wikiextractor-3.0.7> License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)86wikiextractor-3.0.7> 87wikiextractor-3.0.7> See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.88wikiextractor-3.0.7> ********************************************************************************89wikiextractor-3.0.7> 90wikiextractor-3.0.7> !!91wikiextractor-3.0.7> self._finalize_license_expression()92wikiextractor-3.0.7> running bdist_wheel93wikiextractor-3.0.7> running build94wikiextractor-3.0.7> running build_py95wikiextractor-3.0.7> creating build/lib/wikiextractor96wikiextractor-3.0.7> copying wikiextractor/__init__.py -> build/lib/wikiextractor97wikiextractor-3.0.7> copying wikiextractor/cirrus-extract.py -> build/lib/wikiextractor98wikiextractor-3.0.7> copying wikiextractor/clean.py -> build/lib/wikiextractor99wikiextractor-3.0.7> copying wikiextractor/extractPage.py -> build/lib/wikiextractor100wikiextractor-3.0.7> copying wikiextractor/WikiExtractor.py -> build/lib/wikiextractor101wikiextractor-3.0.7> copying wikiextractor/extract.py -> build/lib/wikiextractor102wikiextractor-3.0.7> installing to build/bdist.linux-aarch64/wheel103wikiextractor-3.0.7> running install104wikiextractor-3.0.7> running install_lib105wikiextractor-3.0.7> creating build/bdist.linux-aarch64/wheel106wikiextractor-3.0.7> creating build/bdist.linux-aarch64/wheel/wikiextractor107wikiextractor-3.0.7> copying build/lib/wikiextractor/__init__.py -> build/bdist.linux-aarch64/wheel/./wikiextractor108wikiextractor-3.0.7> copying build/lib/wikiextractor/WikiExtractor.py -> build/bdist.linux-aarch64/wheel/./wikiextractor109wikiextractor-3.0.7> copying build/lib/wikiextractor/clean.py -> build/bdist.linux-aarch64/wheel/./wikiextractor110wikiextractor-3.0.7> copying build/lib/wikiextractor/extractPage.py -> build/bdist.linux-aarch64/wheel/./wikiextractor111wikiextractor-3.0.7> copying build/lib/wikiextractor/cirrus-extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor112wikiextractor-3.0.7> copying build/lib/wikiextractor/extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor113wikiextractor-3.0.7> running install_egg_info114wikiextractor-3.0.7> running egg_info115wikiextractor-3.0.7> writing wikiextractor.egg-info/PKG-INFO116wikiextractor-3.0.7> writing dependency_links to wikiextractor.egg-info/dependency_links.txt117wikiextractor-3.0.7> writing entry points to wikiextractor.egg-info/entry_points.txt118wikiextractor-3.0.7> writing top-level names to wikiextractor.egg-info/top_level.txt119wikiextractor-3.0.7> reading manifest file 'wikiextractor.egg-info/SOURCES.txt'120wikiextractor-3.0.7> adding license file 'LICENSE'121wikiextractor-3.0.7> writing manifest file 'wikiextractor.egg-info/SOURCES.txt'122wikiextractor-3.0.7> Copying wikiextractor.egg-info to build/bdist.linux-aarch64/wheel/./wikiextractor-3.0.7-py3.13.egg-info123wikiextractor-3.0.7> running install_scripts124wikiextractor-3.0.7> creating build/bdist.linux-aarch64/wheel/wikiextractor-3.0.7.dist-info/WHEEL125wikiextractor-3.0.7> creating '/build/source/dist/.tmp-6__kgbbo/wikiextractor-3.0.7-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it126wikiextractor-3.0.7> adding 'wikiextractor/WikiExtractor.py'127wikiextractor-3.0.7> adding 'wikiextractor/__init__.py'128wikiextractor-3.0.7> adding 'wikiextractor/cirrus-extract.py'129wikiextractor-3.0.7> adding 'wikiextractor/clean.py'130wikiextractor-3.0.7> adding 'wikiextractor/extract.py'131wikiextractor-3.0.7> adding 'wikiextractor/extractPage.py'132wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/licenses/LICENSE'133wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/METADATA'134wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/WHEEL'135wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/entry_points.txt'136wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/top_level.txt'137wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/RECORD'138wikiextractor-3.0.7> removing build/bdist.linux-aarch64/wheel139wikiextractor-3.0.7> Successfully built wikiextractor-3.0.7-py3-none-any.whl140wikiextractor-3.0.7> Finished creating a wheel...141wikiextractor-3.0.7> Finished executing pypaBuildPhase142wikiextractor-3.0.7> Running phase: pythonRuntimeDepsCheckHook143wikiextractor-3.0.7> Executing pythonRuntimeDepsCheck144wikiextractor-3.0.7> Checking runtime dependencies for wikiextractor-3.0.7-py3-none-any.whl145wikiextractor-3.0.7> Finished executing pythonRuntimeDepsCheck146wikiextractor-3.0.7> Running phase: installPhase147wikiextractor-3.0.7> Executing pypaInstallPhase148wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:33: SyntaxWarning: invalid escape sequence '\w'149wikiextractor-3.0.7> tailRE = re.compile('\w+')150wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:171: SyntaxWarning: invalid escape sequence '\.'151wikiextractor-3.0.7> text = re.sub(u' (,:\.\)\]»)', r'\1', text)152wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:172: SyntaxWarning: invalid escape sequence '\['153wikiextractor-3.0.7> text = re.sub(u'(\[\(«) ', r'\1', text)154wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:383: SyntaxWarning: invalid escape sequence '\['155wikiextractor-3.0.7> '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',156wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:737: SyntaxWarning: invalid escape sequence '\w'157wikiextractor-3.0.7> return re.sub("&#?(\w+);", fixup, text)158wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1400: SyntaxWarning: invalid escape sequence '\['159wikiextractor-3.0.7> reOpen = re.compile('{{2,}|\[{2,}')160wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1401: SyntaxWarning: invalid escape sequence '\['161wikiextractor-3.0.7> reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2162wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1652: SyntaxWarning: invalid escape sequence '\s'163wikiextractor-3.0.7> if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):164wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1823: SyntaxWarning: invalid escape sequence '\['165wikiextractor-3.0.7> m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)166wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:33: SyntaxWarning: invalid escape sequence '\w'167wikiextractor-3.0.7> tailRE = re.compile('\w+')168wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:171: SyntaxWarning: invalid escape sequence '\.'169wikiextractor-3.0.7> text = re.sub(u' (,:\.\)\]»)', r'\1', text)170wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:172: SyntaxWarning: invalid escape sequence '\['171wikiextractor-3.0.7> text = re.sub(u'(\[\(«) ', r'\1', text)172wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:383: SyntaxWarning: invalid escape sequence '\['173wikiextractor-3.0.7> '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',174wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:737: SyntaxWarning: invalid escape sequence '\w'175wikiextractor-3.0.7> return re.sub("&#?(\w+);", fixup, text)176wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1400: SyntaxWarning: invalid escape sequence '\['177wikiextractor-3.0.7> reOpen = re.compile('{{2,}|\[{2,}')178wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1401: SyntaxWarning: invalid escape sequence '\['179wikiextractor-3.0.7> reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2180wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1652: SyntaxWarning: invalid escape sequence '\s'181wikiextractor-3.0.7> if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):182wikiextractor-3.0.7> /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib/python3.13/site-packages/wikiextractor/extract.py:1823: SyntaxWarning: invalid escape sequence '\['183wikiextractor-3.0.7> m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)184wikiextractor-3.0.7> Successfully installed wikiextractor-3.0.7-py3-none-any.whl185wikiextractor-3.0.7> Finished executing pypaInstallPhase186wikiextractor-3.0.7> Running phase: pythonOutputDistPhase187wikiextractor-3.0.7> Executing pythonOutputDistPhase188wikiextractor-3.0.7> Finished executing pythonOutputDistPhase189wikiextractor-3.0.7> Running phase: fixupPhase190wikiextractor-3.0.7> shrinking RPATHs of ELF executables and libraries in /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7191wikiextractor-3.0.7> checking for references to /build/ in /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7...192wikiextractor-3.0.7> patching script interpreter paths in /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7193wikiextractor-3.0.7> stripping (with command strip and flags -S -p) in /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/lib /nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/bin194wikiextractor-3.0.7> shrinking RPATHs of ELF executables and libraries in /nix/store/blhvxjlqwg49b6h7q1kk66j9jp7xmar4-wikiextractor-3.0.7-dist195wikiextractor-3.0.7> checking for references to /build/ in /nix/store/blhvxjlqwg49b6h7q1kk66j9jp7xmar4-wikiextractor-3.0.7-dist...196wikiextractor-3.0.7> patching script interpreter paths in /nix/store/blhvxjlqwg49b6h7q1kk66j9jp7xmar4-wikiextractor-3.0.7-dist197wikiextractor-3.0.7> Rewriting #!/nix/store/smwd56pl54f0pcjdspgh5vnf20c8xwsc-python3-3.13.13/bin/python3.13 to #!/nix/store/smwd56pl54f0pcjdspgh5vnf20c8xwsc-python3-3.13.13198wikiextractor-3.0.7> wrapping `/nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/bin/wikiextractor'...199wikiextractor-3.0.7> Rewriting #!/nix/store/smwd56pl54f0pcjdspgh5vnf20c8xwsc-python3-3.13.13/bin/python3.13 to #!/nix/store/smwd56pl54f0pcjdspgh5vnf20c8xwsc-python3-3.13.13200wikiextractor-3.0.7> wrapping `/nix/store/3kfaw0f02svc6vm7n631g20w8amgq7lw-wikiextractor-3.0.7/bin/extractPage'...201wikiextractor-3.0.7> Executing pythonRemoveTestsDir202wikiextractor-3.0.7> Finished executing pythonRemoveTestsDir203wikiextractor-3.0.7> Running phase: installCheckPhase204wikiextractor-3.0.7> no Makefile or custom installCheckPhase, doing nothing205wikiextractor-3.0.7> Running phase: pythonCatchConflictsPhase206wikiextractor-3.0.7> Running phase: pythonRemoveBinBytecodePhase207wikiextractor-3.0.7> Running phase: pythonImportsCheckPhase208wikiextractor-3.0.7> Executing pythonImportsCheckPhase209wikiextractor-3.0.7> Check whether the following modules can be imported: wikiextractor210211post-build step Upload coverage to codecov: ok212Skipping codecov: project=NixOS/nixos-wiki-infra attr=aarch64-linux.package-wikiextractor