nixbot

builds

succeeded wikiextractor-3.0.7 checks.aarch64-darwin.package-wikiextractor · build #103 · 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/9xk06lv2ynzxy2k4vsgaqlz5bxwqlqzc-source15source root is source16setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/wikiextractor/extractPage.py"
patchPhase
17applying patch /nix/store/40g2rp48m7v8zwp0nifijbd634c2j55y-ab8988ebfa9e4557411f3d4c0f4ccda139e18875.patch18patching file wikiextractor/extract.py
configurePhase
19no configure script, doing nothing
buildPhase
20Executing pypaBuildPhase21Creating a wheel...22pypa build flags: --no-isolation --outdir dist/ --wheel23* Getting build dependencies for wheel...24/nix/var/nix/builds/nix-1293-2345011965/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.25 tailRE = re.compile('\w+')26/nix/var/nix/builds/nix-1293-2345011965/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.27 text = re.sub(u' (,:\.\)\]»)', r'\1', text)28/nix/var/nix/builds/nix-1293-2345011965/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.29 text = re.sub(u'(\[\(«) ', r'\1', text)30/nix/var/nix/builds/nix-1293-2345011965/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.31 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',32/nix/var/nix/builds/nix-1293-2345011965/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.33 return re.sub("&#?(\w+);", fixup, text)34/nix/var/nix/builds/nix-1293-2345011965/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.35 reOpen = re.compile('{{2,}|\[{2,}')36/nix/var/nix/builds/nix-1293-2345011965/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.37 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 238/nix/var/nix/builds/nix-1293-2345011965/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.39 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):40/nix/var/nix/builds/nix-1293-2345011965/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.41 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)42/nix/store/anmqi0mzp7j47fzb0mqxxnmzr2s87k5d-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.43!!4445 ********************************************************************************46 Please consider removing the following classifiers in favor of a SPDX license expression:4748 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)4950 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.51 ********************************************************************************5253!!54 self._finalize_license_expression()55running egg_info56creating wikiextractor.egg-info57writing wikiextractor.egg-info/PKG-INFO58writing dependency_links to wikiextractor.egg-info/dependency_links.txt59writing entry points to wikiextractor.egg-info/entry_points.txt60writing top-level names to wikiextractor.egg-info/top_level.txt61writing manifest file 'wikiextractor.egg-info/SOURCES.txt'62reading manifest file 'wikiextractor.egg-info/SOURCES.txt'63adding license file 'LICENSE'64writing manifest file 'wikiextractor.egg-info/SOURCES.txt'65* Building wheel...66/nix/store/anmqi0mzp7j47fzb0mqxxnmzr2s87k5d-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.67!!6869 ********************************************************************************70 Please consider removing the following classifiers in favor of a SPDX license expression:7172 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)7374 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.75 ********************************************************************************7677!!78 self._finalize_license_expression()79running bdist_wheel80running build81running build_py82creating build/lib/wikiextractor83copying wikiextractor/cirrus-extract.py -> build/lib/wikiextractor84copying wikiextractor/clean.py -> build/lib/wikiextractor85copying wikiextractor/WikiExtractor.py -> build/lib/wikiextractor86copying wikiextractor/__init__.py -> build/lib/wikiextractor87copying wikiextractor/extractPage.py -> build/lib/wikiextractor88copying wikiextractor/extract.py -> build/lib/wikiextractor89installing to build/bdist.macosx-14.0-arm64/wheel90running install91running install_lib92creating build/bdist.macosx-14.0-arm64/wheel93creating build/bdist.macosx-14.0-arm64/wheel/wikiextractor94copying build/lib/wikiextractor/cirrus-extract.py -> build/bdist.macosx-14.0-arm64/wheel/./wikiextractor95copying build/lib/wikiextractor/clean.py -> build/bdist.macosx-14.0-arm64/wheel/./wikiextractor96copying build/lib/wikiextractor/WikiExtractor.py -> build/bdist.macosx-14.0-arm64/wheel/./wikiextractor97copying build/lib/wikiextractor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/./wikiextractor98copying build/lib/wikiextractor/extractPage.py -> build/bdist.macosx-14.0-arm64/wheel/./wikiextractor99copying build/lib/wikiextractor/extract.py -> build/bdist.macosx-14.0-arm64/wheel/./wikiextractor100running install_egg_info101running egg_info102writing wikiextractor.egg-info/PKG-INFO103writing dependency_links to wikiextractor.egg-info/dependency_links.txt104writing entry points to wikiextractor.egg-info/entry_points.txt105writing top-level names to wikiextractor.egg-info/top_level.txt106reading manifest file 'wikiextractor.egg-info/SOURCES.txt'107adding license file 'LICENSE'108writing manifest file 'wikiextractor.egg-info/SOURCES.txt'109Copying wikiextractor.egg-info to build/bdist.macosx-14.0-arm64/wheel/./wikiextractor-3.0.7-py3.14.egg-info110running install_scripts111creating build/bdist.macosx-14.0-arm64/wheel/wikiextractor-3.0.7.dist-info/WHEEL112creating '/nix/var/nix/builds/nix-1293-2345011965/source/dist/.tmp-jfd2xpbf/wikiextractor-3.0.7-py3-none-any.whl' and adding 'build/bdist.macosx-14.0-arm64/wheel' to it113adding 'wikiextractor/WikiExtractor.py'114adding 'wikiextractor/__init__.py'115adding 'wikiextractor/cirrus-extract.py'116adding 'wikiextractor/clean.py'117adding 'wikiextractor/extract.py'118adding 'wikiextractor/extractPage.py'119adding 'wikiextractor-3.0.7.dist-info/licenses/LICENSE'120adding 'wikiextractor-3.0.7.dist-info/METADATA'121adding 'wikiextractor-3.0.7.dist-info/WHEEL'122adding 'wikiextractor-3.0.7.dist-info/entry_points.txt'123adding 'wikiextractor-3.0.7.dist-info/top_level.txt'124adding 'wikiextractor-3.0.7.dist-info/RECORD'125removing build/bdist.macosx-14.0-arm64/wheel126Successfully built wikiextractor-3.0.7-py3-none-any.whl127Finished creating a wheel...128Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
129Executing pythonRuntimeDepsCheck130Checking runtime dependencies for wikiextractor-3.0.7-py3-none-any.whl131Finished executing pythonRuntimeDepsCheck
installPhase
132Executing pypaInstallPhase133/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.134 tailRE = re.compile('\w+')135/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.136 text = re.sub(u' (,:\.\)\]»)', r'\1', text)137/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.138 text = re.sub(u'(\[\(«) ', r'\1', text)139/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.140 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',141/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.142 return re.sub("&#?(\w+);", fixup, text)143/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.144 reOpen = re.compile('{{2,}|\[{2,}')145/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.146 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2147/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.148 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):149/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.150 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)151/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.152 tailRE = re.compile('\w+')153/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.154 text = re.sub(u' (,:\.\)\]»)', r'\1', text)155/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.156 text = re.sub(u'(\[\(«) ', r'\1', text)157/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.158 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',159/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.160 return re.sub("&#?(\w+);", fixup, text)161/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.162 reOpen = re.compile('{{2,}|\[{2,}')163/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.164 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2165/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.166 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):167/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-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.168 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)169Successfully installed wikiextractor-3.0.7-py3-none-any.whl170Finished executing pypaInstallPhase
pythonOutputDistPhase
171Executing pythonOutputDistPhase172Finished executing pythonOutputDistPhase
fixupPhase
173checking for references to /nix/var/nix/builds/nix-1293-2345011965/ in /nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-wikiextractor-3.0.7...174patching script interpreter paths in /nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-wikiextractor-3.0.7175stripping (with command strip and flags -S) in /nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-wikiextractor-3.0.7/lib /nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-wikiextractor-3.0.7/bin176checking for references to /nix/var/nix/builds/nix-1293-2345011965/ in /nix/store/hvl97amm91slbap4bag6vpsmgfx6f6ld-wikiextractor-3.0.7-dist...177patching script interpreter paths in /nix/store/hvl97amm91slbap4bag6vpsmgfx6f6ld-wikiextractor-3.0.7-dist178Rewriting #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.7/bin/python3.14 to #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.7179wrapping `/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-wikiextractor-3.0.7/bin/extractPage'...180Rewriting #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.7/bin/python3.14 to #!/nix/store/kmq6qdcg0yq6r4awf02dgq003n42r6zk-python3-3.14.7181wrapping `/nix/store/qlpvllc6klhb54x87af5k7m94ydnfc2r-wikiextractor-3.0.7/bin/wikiextractor'...182Executing pythonRemoveTestsDir183Finished executing pythonRemoveTestsDir
installCheckPhase
184no Makefile or custom installCheckPhase, doing nothing
pythonImportsCheckPhase
185Executing pythonImportsCheckPhase186Check whether the following modules can be imported: wikiextractor