this derivation will be built: /nix/store/8k9qvnx8jii3l4hvsd6igw4zx7gj7cvd-wikiextractor-3.0.7.drv these 23 paths will be fetched (146.0 MiB download, 415.4 MiB unpacked): /nix/store/hram4qkpabkddz9nz96lnizschkcd42c-ensure-newer-sources-hook /nix/store/m1p6gxgxis75rn0d549ny2y8gpxjv9pd-findutils-4.10.0 /nix/store/cmjirs6g57ddbyjglwic2g2cjrwy3ppr-gcc-15.3.0 /nix/store/adcz0m6qq2flmshdf0zz2xwjr5zbq1gr-gcc-wrapper-15.3.0 /nix/store/nv2a2i55hdn0mnhii86gx220r2ma0f10-make-shell-wrapper-hook /nix/store/7psnm27yd0fdg7f1sc6fphpjhw72047d-pypa-build-hook.sh /nix/store/aw2n0ha4p9z97km1axf18sgp22xaph48-pypa-install-hook /nix/store/w5md362y93dai042c9mk8d2jjl4mrad8-python-catch-conflicts-hook /nix/store/3ibvarnzmzvv849sz10smwwd7535mw33-python-imports-check-hook.sh /nix/store/4wsr382c5y2jar5ahzkr252ym4d65wzi-python-namespaces-hook.sh /nix/store/hc6db8rblnjm8rywpg7n40lg58553g6m-python-output-dist-hook /nix/store/fjf853mj2gx3gm4fpy9d5zc5grfr7z3q-python-remove-bin-bytecode-hook /nix/store/wxzv3j1qgsy1jn660w3bz7fx3lm1l5bc-python-remove-tests-dir-hook /nix/store/4yc6856g75fwjsr1aw06a4x7z8rvr3xq-python-runtime-deps-check-hook.sh /nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6 /nix/store/67kbyh83lw8wjk36x5cm6xwm5f8y9rqp-python3.14-build-1.5.1 /nix/store/r97ixkp0w5i79xyhyz07afiyd080b17m-python3.14-installer-1.0.1 /nix/store/kmkgj2c2xvjcmh5w17v7gzg2sqvdvyrl-python3.14-packaging-26.2 /nix/store/gxrvc2gq4kzz54dqi1mlqw7h4zy4l6aw-python3.14-pyproject-hooks-1.2.0 /nix/store/xv8alksljvbyk0mrbf9xvl16ygx27ajn-python3.14-setuptools-83.0.0 /nix/store/bsl1lfwv4g6b8cb89vxpjf612zki6hhv-python3.14-wheel-0.47.0 /nix/store/sxx9r2badzg82107kiwwm9jmzlf52mdb-stdenv-linux /nix/store/2vgls2mqk8jvkg1if4pfqxd3ifllsni0-wrap-python-hook building '/nix/store/8k9qvnx8jii3l4hvsd6igw4zx7gj7cvd-wikiextractor-3.0.7.drv' wikiextractor-3.0.7> tribuchet: building on jamie 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/xv8alksljvbyk0mrbf9xvl16ygx27ajn-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/xv8alksljvbyk0mrbf9xvl16ygx27ajn-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/cirrus-extract.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/extractPage.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/extract.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/__init__.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/WikiExtractor.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/clean.py -> build/lib/wikiextractor wikiextractor-3.0.7> installing to build/bdist.linux-x86_64/wheel wikiextractor-3.0.7> running install wikiextractor-3.0.7> running install_lib wikiextractor-3.0.7> creating build/bdist.linux-x86_64/wheel wikiextractor-3.0.7> creating build/bdist.linux-x86_64/wheel/wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/extractPage.py -> build/bdist.linux-x86_64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/extract.py -> build/bdist.linux-x86_64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/cirrus-extract.py -> build/bdist.linux-x86_64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/__init__.py -> build/bdist.linux-x86_64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/WikiExtractor.py -> build/bdist.linux-x86_64/wheel/./wikiextractor wikiextractor-3.0.7> copying build/lib/wikiextractor/clean.py -> build/bdist.linux-x86_64/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-x86_64/wheel/./wikiextractor-3.0.7-py3.14.egg-info wikiextractor-3.0.7> running install_scripts wikiextractor-3.0.7> creating build/bdist.linux-x86_64/wheel/wikiextractor-3.0.7.dist-info/WHEEL wikiextractor-3.0.7> creating '/build/source/dist/.tmp-n0wqw85v/wikiextractor-3.0.7-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/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-x86_64/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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-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/and90a39j7qi1v347ga3ag80bar009ss-wikiextractor-3.0.7 wikiextractor-3.0.7> checking for references to /build/ in /nix/store/and90a39j7qi1v347ga3ag80bar009ss-wikiextractor-3.0.7... wikiextractor-3.0.7> patching script interpreter paths in /nix/store/and90a39j7qi1v347ga3ag80bar009ss-wikiextractor-3.0.7 wikiextractor-3.0.7> stripping (with command strip and flags -S -p) in /nix/store/and90a39j7qi1v347ga3ag80bar009ss-wikiextractor-3.0.7/lib /nix/store/and90a39j7qi1v347ga3ag80bar009ss-wikiextractor-3.0.7/bin wikiextractor-3.0.7> shrinking RPATHs of ELF executables and libraries in /nix/store/wjddjr4affzxdad1zvc6wxmfxxz1axya-wikiextractor-3.0.7-dist wikiextractor-3.0.7> checking for references to /build/ in /nix/store/wjddjr4affzxdad1zvc6wxmfxxz1axya-wikiextractor-3.0.7-dist... wikiextractor-3.0.7> patching script interpreter paths in /nix/store/wjddjr4affzxdad1zvc6wxmfxxz1axya-wikiextractor-3.0.7-dist wikiextractor-3.0.7> Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6 wikiextractor-3.0.7> wrapping `/nix/store/and90a39j7qi1v347ga3ag80bar009ss-wikiextractor-3.0.7/bin/extractPage'... wikiextractor-3.0.7> Rewriting #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6/bin/python3.14 to #!/nix/store/rgnappqqc5vbq60gza5fflyk84sylwl6-python3-3.14.6 wikiextractor-3.0.7> wrapping `/nix/store/and90a39j7qi1v347ga3ag80bar009ss-wikiextractor-3.0.7/bin/wikiextractor'... 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=x86_64-linux.package-wikiextractor