this derivation will be built: /nix/store/0l063yy0daqisyf6dmba49snbavsshzc-wikiextractor-3.0.7.drv these 16 paths will be fetched (2.6 MiB download, 13.0 MiB unpacked): /nix/store/j0lx9xfzaci7807w8w6x8jkrjqjxz88f-ensure-newer-sources-hook /nix/store/9xq0cyygygqi09yzdx1fl92ib2jvc2g0-pypa-build-hook.sh /nix/store/bhdkd2xkfj32ycwj6d59fkcn2ppfsizr-pypa-install-hook /nix/store/sr3djbnx9n0b7sps70kscys1bdfn7l16-python-catch-conflicts-hook /nix/store/h3h20wdrwiymzka5kjlri7gfkyya7nmj-python-imports-check-hook.sh /nix/store/jj7lfdq1rsx8mhpkzg11z0wxf6vj0wji-python-namespaces-hook.sh /nix/store/dxs66qjjvdd343gzf5bxr25czwd480qa-python-output-dist-hook /nix/store/r4a7b9s2hr9a3ylxprg6n1a33p7w4s51-python-remove-bin-bytecode-hook /nix/store/vmd73pkn6jda03g9xlkyx9xyjjzh17gk-python-remove-tests-dir-hook /nix/store/hpd9bqprgcclfxd1mac3750vd419qbd2-python-runtime-deps-check-hook.sh /nix/store/zhl6n9jr0g40b0x1fdn8rnl325n8i5n0-python3.14-build-1.5.1 /nix/store/s4bvcp0g1nj0xv12v7p6y05a0srk292j-python3.14-installer-1.0.1 /nix/store/vwjy6fbn2nc06nhakdq252xgivqb804g-python3.14-pyproject-hooks-1.2.0 /nix/store/idlwgfiz0sx90mimq3jjxl7vyi4pqspy-python3.14-setuptools-83.0.0 /nix/store/6rpvwbfgakbcvwspaw98lqh0k2h4azg6-python3.14-wheel-0.47.0 /nix/store/s636h8q3f1rhs81zj38zp6pdkvsmcch2-wrap-python-hook Failed to find a machine for remote build! derivation: 0l063yy0daqisyf6dmba49snbavsshzc-wikiextractor-3.0.7.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/0l063yy0daqisyf6dmba49snbavsshzc-wikiextractor-3.0.7.drv' wikiextractor-3.0.7> tribuchet: building on eliza wikiextractor-3.0.7> Sourcing python-remove-tests-dir-hook wikiextractor-3.0.7> Sourcing python-catch-conflicts-hook.sh wikiextractor-3.0.7> Sourcing python-remove-bin-bytecode-hook.sh wikiextractor-3.0.7> Sourcing pypa-build-hook wikiextractor-3.0.7> Using pypaBuildPhase wikiextractor-3.0.7> Sourcing python-runtime-deps-check-hook wikiextractor-3.0.7> Using pythonRuntimeDepsCheckHook wikiextractor-3.0.7> Sourcing pypa-install-hook wikiextractor-3.0.7> Using pypaInstallPhase wikiextractor-3.0.7> Sourcing python-imports-check-hook.sh wikiextractor-3.0.7> Using pythonImportsCheckPhase wikiextractor-3.0.7> Sourcing python-namespaces-hook wikiextractor-3.0.7> Sourcing python-catch-conflicts-hook.sh wikiextractor-3.0.7> Running phase: unpackPhase wikiextractor-3.0.7> unpacking source archive /nix/store/9xk06lv2ynzxy2k4vsgaqlz5bxwqlqzc-source wikiextractor-3.0.7> source root is source wikiextractor-3.0.7> setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/wikiextractor/extractPage.py" wikiextractor-3.0.7> Running phase: patchPhase wikiextractor-3.0.7> applying patch /nix/store/40g2rp48m7v8zwp0nifijbd634c2j55y-ab8988ebfa9e4557411f3d4c0f4ccda139e18875.patch wikiextractor-3.0.7> patching file wikiextractor/extract.py wikiextractor-3.0.7> Running phase: updateAutotoolsGnuConfigScriptsPhase wikiextractor-3.0.7> Running phase: configurePhase wikiextractor-3.0.7> no configure script, doing nothing wikiextractor-3.0.7> Running phase: buildPhase wikiextractor-3.0.7> Executing pypaBuildPhase wikiextractor-3.0.7> Creating a wheel... wikiextractor-3.0.7> pypa build flags: --no-isolation --outdir dist/ --wheel wikiextractor-3.0.7> * Getting build dependencies for wheel... wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:33: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. wikiextractor-3.0.7> tailRE = re.compile('\w+') wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:171: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. wikiextractor-3.0.7> text = re.sub(u' (,:\.\)\]»)', r'\1', text) wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:172: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> text = re.sub(u'(\[\(«) ', r'\1', text) wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:383: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]', wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:737: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. wikiextractor-3.0.7> return re.sub("&#?(\w+);", fixup, text) wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1400: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> reOpen = re.compile('{{2,}|\[{2,}') wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1401: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2 wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1652: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. wikiextractor-3.0.7> if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test): wikiextractor-3.0.7> /build/source/wikiextractor/extract.py:1823: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE) wikiextractor-3.0.7> /nix/store/idlwgfiz0sx90mimq3jjxl7vyi4pqspy-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. wikiextractor-3.0.7> !! wikiextractor-3.0.7> wikiextractor-3.0.7> ******************************************************************************** wikiextractor-3.0.7> Please consider removing the following classifiers in favor of a SPDX license expression: wikiextractor-3.0.7> wikiextractor-3.0.7> License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) wikiextractor-3.0.7> wikiextractor-3.0.7> See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. wikiextractor-3.0.7> ******************************************************************************** wikiextractor-3.0.7> wikiextractor-3.0.7> !! wikiextractor-3.0.7> self._finalize_license_expression() wikiextractor-3.0.7> running egg_info wikiextractor-3.0.7> creating wikiextractor.egg-info wikiextractor-3.0.7> writing wikiextractor.egg-info/PKG-INFO wikiextractor-3.0.7> writing dependency_links to wikiextractor.egg-info/dependency_links.txt wikiextractor-3.0.7> writing entry points to wikiextractor.egg-info/entry_points.txt wikiextractor-3.0.7> writing top-level names to wikiextractor.egg-info/top_level.txt wikiextractor-3.0.7> writing manifest file 'wikiextractor.egg-info/SOURCES.txt' wikiextractor-3.0.7> reading manifest file 'wikiextractor.egg-info/SOURCES.txt' wikiextractor-3.0.7> adding license file 'LICENSE' wikiextractor-3.0.7> writing manifest file 'wikiextractor.egg-info/SOURCES.txt' wikiextractor-3.0.7> * Building wheel... wikiextractor-3.0.7> /nix/store/idlwgfiz0sx90mimq3jjxl7vyi4pqspy-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. wikiextractor-3.0.7> !! wikiextractor-3.0.7> wikiextractor-3.0.7> ******************************************************************************** wikiextractor-3.0.7> Please consider removing the following classifiers in favor of a SPDX license expression: wikiextractor-3.0.7> wikiextractor-3.0.7> License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) wikiextractor-3.0.7> wikiextractor-3.0.7> See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. wikiextractor-3.0.7> ******************************************************************************** wikiextractor-3.0.7> wikiextractor-3.0.7> !! wikiextractor-3.0.7> self._finalize_license_expression() wikiextractor-3.0.7> running bdist_wheel wikiextractor-3.0.7> running build wikiextractor-3.0.7> running build_py wikiextractor-3.0.7> creating build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/extract.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/WikiExtractor.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/cirrus-extract.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/__init__.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/clean.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/extractPage.py -> build/lib/wikiextractor wikiextractor-3.0.7> installing to build/bdist.linux-aarch64/wheel wikiextractor-3.0.7> running install wikiextractor-3.0.7> running install_lib wikiextractor-3.0.7> creating build/bdist.linux-aarch64/wheel wikiextractor-3.0.7> creating build/bdist.linux-aarch64/wheel/wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/__init__.py -> build/bdist.linux-aarch64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/cirrus-extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/WikiExtractor.py -> build/bdist.linux-aarch64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/extractPage.py -> build/bdist.linux-aarch64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/clean.py -> build/bdist.linux-aarch64/wheel/./wikiextractor wikiextractor-3.0.7> running install_egg_info wikiextractor-3.0.7> running egg_info wikiextractor-3.0.7> writing wikiextractor.egg-info/PKG-INFO wikiextractor-3.0.7> writing dependency_links to wikiextractor.egg-info/dependency_links.txt wikiextractor-3.0.7> writing entry points to wikiextractor.egg-info/entry_points.txt wikiextractor-3.0.7> writing top-level names to wikiextractor.egg-info/top_level.txt wikiextractor-3.0.7> reading manifest file 'wikiextractor.egg-info/SOURCES.txt' wikiextractor-3.0.7> adding license file 'LICENSE' wikiextractor-3.0.7> writing manifest file 'wikiextractor.egg-info/SOURCES.txt' wikiextractor-3.0.7> Copying wikiextractor.egg-info to build/bdist.linux-aarch64/wheel/./wikiextractor-3.0.7-py3.14.egg-info wikiextractor-3.0.7> running install_scripts wikiextractor-3.0.7> creating build/bdist.linux-aarch64/wheel/wikiextractor-3.0.7.dist-info/WHEEL wikiextractor-3.0.7> creating '/build/source/dist/.tmp-1253wbgn/wikiextractor-3.0.7-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it wikiextractor-3.0.7> adding 'wikiextractor/WikiExtractor.py' wikiextractor-3.0.7> adding 'wikiextractor/__init__.py' wikiextractor-3.0.7> adding 'wikiextractor/cirrus-extract.py' wikiextractor-3.0.7> adding 'wikiextractor/clean.py' wikiextractor-3.0.7> adding 'wikiextractor/extract.py' wikiextractor-3.0.7> adding 'wikiextractor/extractPage.py' wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/licenses/LICENSE' wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/METADATA' wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/WHEEL' wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/entry_points.txt' wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/top_level.txt' wikiextractor-3.0.7> adding 'wikiextractor-3.0.7.dist-info/RECORD' wikiextractor-3.0.7> removing build/bdist.linux-aarch64/wheel wikiextractor-3.0.7> Successfully built wikiextractor-3.0.7-py3-none-any.whl wikiextractor-3.0.7> Finished creating a wheel... wikiextractor-3.0.7> Finished executing pypaBuildPhase wikiextractor-3.0.7> Running phase: pythonRuntimeDepsCheckHook wikiextractor-3.0.7> Executing pythonRuntimeDepsCheck wikiextractor-3.0.7> Checking runtime dependencies for wikiextractor-3.0.7-py3-none-any.whl wikiextractor-3.0.7> Finished executing pythonRuntimeDepsCheck wikiextractor-3.0.7> Running phase: installPhase wikiextractor-3.0.7> Executing pypaInstallPhase wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:33: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. wikiextractor-3.0.7> tailRE = re.compile('\w+') wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:171: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. wikiextractor-3.0.7> text = re.sub(u' (,:\.\)\]»)', r'\1', text) wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:172: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> text = re.sub(u'(\[\(«) ', r'\1', text) wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:383: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]', wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:737: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. wikiextractor-3.0.7> return re.sub("&#?(\w+);", fixup, text) wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1400: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> reOpen = re.compile('{{2,}|\[{2,}') wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1401: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2 wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1652: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. wikiextractor-3.0.7> if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test): wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1823: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE) wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:33: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. wikiextractor-3.0.7> tailRE = re.compile('\w+') wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:171: SyntaxWarning: "\." is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\."? A raw string is also an option. wikiextractor-3.0.7> text = re.sub(u' (,:\.\)\]»)', r'\1', text) wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:172: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> text = re.sub(u'(\[\(«) ', r'\1', text) wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:383: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]', wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:737: SyntaxWarning: "\w" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\w"? A raw string is also an option. wikiextractor-3.0.7> return re.sub("&#?(\w+);", fixup, text) wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1400: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> reOpen = re.compile('{{2,}|\[{2,}') wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1401: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2 wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1652: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. wikiextractor-3.0.7> if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test): wikiextractor-3.0.7> /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib/python3.14/site-packages/wikiextractor/extract.py:1823: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. wikiextractor-3.0.7> m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE) wikiextractor-3.0.7> Successfully installed wikiextractor-3.0.7-py3-none-any.whl wikiextractor-3.0.7> Finished executing pypaInstallPhase wikiextractor-3.0.7> Running phase: pythonOutputDistPhase wikiextractor-3.0.7> Executing pythonOutputDistPhase wikiextractor-3.0.7> Finished executing pythonOutputDistPhase wikiextractor-3.0.7> Running phase: fixupPhase wikiextractor-3.0.7> shrinking RPATHs of ELF executables and libraries in /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7 wikiextractor-3.0.7> checking for references to /build/ in /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7... wikiextractor-3.0.7> patching script interpreter paths in /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7 wikiextractor-3.0.7> stripping (with command strip and flags -S -p) in /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/lib /nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/bin wikiextractor-3.0.7> shrinking RPATHs of ELF executables and libraries in /nix/store/kdraax0j1lb4rr8jvr9nn7m2hqiha9ny-wikiextractor-3.0.7-dist wikiextractor-3.0.7> checking for references to /build/ in /nix/store/kdraax0j1lb4rr8jvr9nn7m2hqiha9ny-wikiextractor-3.0.7-dist... wikiextractor-3.0.7> patching script interpreter paths in /nix/store/kdraax0j1lb4rr8jvr9nn7m2hqiha9ny-wikiextractor-3.0.7-dist wikiextractor-3.0.7> Rewriting #!/nix/store/3fl7bdkdxk2k4nssy1d1161isbzn6bsr-python3-3.14.7/bin/python3.14 to #!/nix/store/3fl7bdkdxk2k4nssy1d1161isbzn6bsr-python3-3.14.7 wikiextractor-3.0.7> wrapping `/nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/bin/wikiextractor'... wikiextractor-3.0.7> Rewriting #!/nix/store/3fl7bdkdxk2k4nssy1d1161isbzn6bsr-python3-3.14.7/bin/python3.14 to #!/nix/store/3fl7bdkdxk2k4nssy1d1161isbzn6bsr-python3-3.14.7 wikiextractor-3.0.7> wrapping `/nix/store/z2l33am6j00p91vsnd7dzwy0wn09hmya-wikiextractor-3.0.7/bin/extractPage'... wikiextractor-3.0.7> Executing pythonRemoveTestsDir wikiextractor-3.0.7> Finished executing pythonRemoveTestsDir wikiextractor-3.0.7> Running phase: installCheckPhase wikiextractor-3.0.7> no Makefile or custom installCheckPhase, doing nothing wikiextractor-3.0.7> Running phase: pythonCatchConflictsPhase wikiextractor-3.0.7> Running phase: pythonRemoveBinBytecodePhase wikiextractor-3.0.7> Running phase: pythonImportsCheckPhase wikiextractor-3.0.7> Executing pythonImportsCheckPhase wikiextractor-3.0.7> Check whether the following modules can be imported: wikiextractor post-build step Upload coverage to codecov: ok Skipping codecov: project=NixOS/nixos-wiki-infra attr=checks.aarch64-linux.package-wikiextractor