nixbot

builds

succeeded wikiextractor-3.0.7 aarch64-linux.package-wikiextractor · build #64 · raw

1tribuchet: building on eliza2Sourcing python-remove-tests-dir-hook3Sourcing python-catch-conflicts-hook.sh4Sourcing python-remove-bin-bytecode-hook.sh5Sourcing pypa-build-hook6Using pypaBuildPhase7Sourcing python-runtime-deps-check-hook8Using pythonRuntimeDepsCheckHook9Sourcing pypa-install-hook10Using pypaInstallPhase11Sourcing python-imports-check-hook.sh12Using pythonImportsCheckPhase13Sourcing python-namespaces-hook14Sourcing python-catch-conflicts-hook.sh
unpackPhase
15unpacking source archive /nix/store/9xk06lv2ynzxy2k4vsgaqlz5bxwqlqzc-source16source root is source17setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/wikiextractor/extractPage.py"
patchPhase
18applying patch /nix/store/40g2rp48m7v8zwp0nifijbd634c2j55y-ab8988ebfa9e4557411f3d4c0f4ccda139e18875.patch19patching file wikiextractor/extract.py
configurePhase
20no configure script, doing nothing
buildPhase
21Executing pypaBuildPhase22Creating a wheel...23pypa build flags: --no-isolation --outdir dist/ --wheel24* Getting build dependencies for wheel...25/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.26 tailRE = re.compile('\w+')27/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.28 text = re.sub(u' (,:\.\)\]»)', r'\1', text)29/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.30 text = re.sub(u'(\[\(«) ', r'\1', text)31/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.32 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',33/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.34 return re.sub("&#?(\w+);", fixup, text)35/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.36 reOpen = re.compile('{{2,}|\[{2,}')37/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.38 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 239/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.40 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):41/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.42 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)43/nix/store/d2hz9g47ji437wnvjyz615aj61mnj7vd-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.44!!4546 ********************************************************************************47 Please consider removing the following classifiers in favor of a SPDX license expression:4849 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)5051 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.52 ********************************************************************************5354!!55 self._finalize_license_expression()56running egg_info57creating wikiextractor.egg-info58writing wikiextractor.egg-info/PKG-INFO59writing dependency_links to wikiextractor.egg-info/dependency_links.txt60writing entry points to wikiextractor.egg-info/entry_points.txt61writing top-level names to wikiextractor.egg-info/top_level.txt62writing manifest file 'wikiextractor.egg-info/SOURCES.txt'63reading manifest file 'wikiextractor.egg-info/SOURCES.txt'64adding license file 'LICENSE'65writing manifest file 'wikiextractor.egg-info/SOURCES.txt'66* Building wheel...67/nix/store/d2hz9g47ji437wnvjyz615aj61mnj7vd-python3.14-setuptools-82.0.1/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.68!!6970 ********************************************************************************71 Please consider removing the following classifiers in favor of a SPDX license expression:7273 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)7475 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.76 ********************************************************************************7778!!79 self._finalize_license_expression()80running bdist_wheel81running build82running build_py83creating build/lib/wikiextractor84copying wikiextractor/WikiExtractor.py -> build/lib/wikiextractor85copying wikiextractor/clean.py -> build/lib/wikiextractor86copying wikiextractor/extract.py -> build/lib/wikiextractor87copying wikiextractor/cirrus-extract.py -> build/lib/wikiextractor88copying wikiextractor/__init__.py -> build/lib/wikiextractor89copying wikiextractor/extractPage.py -> build/lib/wikiextractor90installing to build/bdist.linux-aarch64/wheel91running install92running install_lib93creating build/bdist.linux-aarch64/wheel94creating build/bdist.linux-aarch64/wheel/wikiextractor95copying build/lib/wikiextractor/__init__.py -> build/bdist.linux-aarch64/wheel/./wikiextractor96copying build/lib/wikiextractor/extractPage.py -> build/bdist.linux-aarch64/wheel/./wikiextractor97copying build/lib/wikiextractor/WikiExtractor.py -> build/bdist.linux-aarch64/wheel/./wikiextractor98copying build/lib/wikiextractor/extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor99copying build/lib/wikiextractor/clean.py -> build/bdist.linux-aarch64/wheel/./wikiextractor100copying build/lib/wikiextractor/cirrus-extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor101running install_egg_info102running egg_info103writing wikiextractor.egg-info/PKG-INFO104writing dependency_links to wikiextractor.egg-info/dependency_links.txt105writing entry points to wikiextractor.egg-info/entry_points.txt106writing top-level names to wikiextractor.egg-info/top_level.txt107reading manifest file 'wikiextractor.egg-info/SOURCES.txt'108adding license file 'LICENSE'109writing manifest file 'wikiextractor.egg-info/SOURCES.txt'110Copying wikiextractor.egg-info to build/bdist.linux-aarch64/wheel/./wikiextractor-3.0.7-py3.14.egg-info111running install_scripts112creating build/bdist.linux-aarch64/wheel/wikiextractor-3.0.7.dist-info/WHEEL113creating '/build/source/dist/.tmp-hf2qgm4z/wikiextractor-3.0.7-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it114adding 'wikiextractor/WikiExtractor.py'115adding 'wikiextractor/__init__.py'116adding 'wikiextractor/cirrus-extract.py'117adding 'wikiextractor/clean.py'118adding 'wikiextractor/extract.py'119adding 'wikiextractor/extractPage.py'120adding 'wikiextractor-3.0.7.dist-info/licenses/LICENSE'121adding 'wikiextractor-3.0.7.dist-info/METADATA'122adding 'wikiextractor-3.0.7.dist-info/WHEEL'123adding 'wikiextractor-3.0.7.dist-info/entry_points.txt'124adding 'wikiextractor-3.0.7.dist-info/top_level.txt'125adding 'wikiextractor-3.0.7.dist-info/RECORD'126removing build/bdist.linux-aarch64/wheel127Successfully built wikiextractor-3.0.7-py3-none-any.whl128Finished creating a wheel...129Finished executing pypaBuildPhase
pythonRuntimeDepsCheckHook
130Executing pythonRuntimeDepsCheck131Checking runtime dependencies for wikiextractor-3.0.7-py3-none-any.whl132Finished executing pythonRuntimeDepsCheck
installPhase
133Executing pypaInstallPhase134/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.135 tailRE = re.compile('\w+')136/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.137 text = re.sub(u' (,:\.\)\]»)', r'\1', text)138/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.139 text = re.sub(u'(\[\(«) ', r'\1', text)140/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.141 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',142/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.143 return re.sub("&#?(\w+);", fixup, text)144/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.145 reOpen = re.compile('{{2,}|\[{2,}')146/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.147 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2148/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.149 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):150/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.151 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)152/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.153 tailRE = re.compile('\w+')154/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.155 text = re.sub(u' (,:\.\)\]»)', r'\1', text)156/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.157 text = re.sub(u'(\[\(«) ', r'\1', text)158/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.159 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',160/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.161 return re.sub("&#?(\w+);", fixup, text)162/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.163 reOpen = re.compile('{{2,}|\[{2,}')164/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.165 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2166/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.167 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):168/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-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.169 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)170Successfully installed wikiextractor-3.0.7-py3-none-any.whl171Finished executing pypaInstallPhase
pythonOutputDistPhase
172Executing pythonOutputDistPhase173Finished executing pythonOutputDistPhase
fixupPhase
174shrinking RPATHs of ELF executables and libraries in /nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-wikiextractor-3.0.7175checking for references to /build/ in /nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-wikiextractor-3.0.7...176patching script interpreter paths in /nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-wikiextractor-3.0.7177stripping (with command strip and flags -S -p) in /nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-wikiextractor-3.0.7/lib /nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-wikiextractor-3.0.7/bin178shrinking RPATHs of ELF executables and libraries in /nix/store/ipcxjgzicmgkyy901w5r1ybmnd6grb3z-wikiextractor-3.0.7-dist179checking for references to /build/ in /nix/store/ipcxjgzicmgkyy901w5r1ybmnd6grb3z-wikiextractor-3.0.7-dist...180patching script interpreter paths in /nix/store/ipcxjgzicmgkyy901w5r1ybmnd6grb3z-wikiextractor-3.0.7-dist181Rewriting #!/nix/store/sfbjq7mllid60l3jvxw0q2gknqldyy2l-python3-3.14.6/bin/python3.14 to #!/nix/store/sfbjq7mllid60l3jvxw0q2gknqldyy2l-python3-3.14.6182wrapping `/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-wikiextractor-3.0.7/bin/wikiextractor'...183Rewriting #!/nix/store/sfbjq7mllid60l3jvxw0q2gknqldyy2l-python3-3.14.6/bin/python3.14 to #!/nix/store/sfbjq7mllid60l3jvxw0q2gknqldyy2l-python3-3.14.6184wrapping `/nix/store/3kmjsijynqc22k5iwmiqp05cprpz4808-wikiextractor-3.0.7/bin/extractPage'...185Executing pythonRemoveTestsDir186Finished executing pythonRemoveTestsDir
installCheckPhase
187no Makefile or custom installCheckPhase, doing nothing
pythonImportsCheckPhase
188Executing pythonImportsCheckPhase189Check whether the following modules can be imported: wikiextractor