this derivation will be built: /nix/store/falgm00d9xyk7hp7wdcli3g7bgvm5n0p-wikiextractor-3.0.7.drv building '/nix/store/falgm00d9xyk7hp7wdcli3g7bgvm5n0p-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/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/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/g13nfjvdbmszw808xyzvw35in1s30s68-python3.14-setuptools-82.0.1/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/extractPage.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/cirrus-extract.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/clean.py -> build/lib/wikiextractor wikiextractor-3.0.7> copying wikiextractor/WikiExtractor.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> 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/__init__.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/extract.py -> 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/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-fde8xeym/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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-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/37arhzk1fridgl551nrch6grwy4fsxy6-wikiextractor-3.0.7 wikiextractor-3.0.7> checking for references to /build/ in /nix/store/37arhzk1fridgl551nrch6grwy4fsxy6-wikiextractor-3.0.7... wikiextractor-3.0.7> patching script interpreter paths in /nix/store/37arhzk1fridgl551nrch6grwy4fsxy6-wikiextractor-3.0.7 wikiextractor-3.0.7> stripping (with command strip and flags -S -p) in /nix/store/37arhzk1fridgl551nrch6grwy4fsxy6-wikiextractor-3.0.7/lib /nix/store/37arhzk1fridgl551nrch6grwy4fsxy6-wikiextractor-3.0.7/bin wikiextractor-3.0.7> shrinking RPATHs of ELF executables and libraries in /nix/store/28vfa9qk5pkwv2wawf1hixx7sy8wypnz-wikiextractor-3.0.7-dist wikiextractor-3.0.7> checking for references to /build/ in /nix/store/28vfa9qk5pkwv2wawf1hixx7sy8wypnz-wikiextractor-3.0.7-dist... wikiextractor-3.0.7> patching script interpreter paths in /nix/store/28vfa9qk5pkwv2wawf1hixx7sy8wypnz-wikiextractor-3.0.7-dist wikiextractor-3.0.7> Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6 wikiextractor-3.0.7> wrapping `/nix/store/37arhzk1fridgl551nrch6grwy4fsxy6-wikiextractor-3.0.7/bin/extractPage'... wikiextractor-3.0.7> Rewriting #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6/bin/python3.14 to #!/nix/store/jxyrvv4gbpnp3ap5iy7wxwl1sg4x2x88-python3-3.14.6 wikiextractor-3.0.7> wrapping `/nix/store/37arhzk1fridgl551nrch6grwy4fsxy6-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