wikiextractor-3.0.7
aarch64-linux.package-wikiextractor
· build #66
· raw
1tribuchet: hub connection lost (event stream: code: 'The service is currently unavailable', message: "build is no longer in flight; resubmit"); reconnecting2tribuchet: building on eliza3Sourcing python-remove-tests-dir-hook4Sourcing python-catch-conflicts-hook.sh5Sourcing python-remove-bin-bytecode-hook.sh6Sourcing pypa-build-hook7Using pypaBuildPhase8Sourcing python-runtime-deps-check-hook9Using pythonRuntimeDepsCheckHook10Sourcing pypa-install-hook11Using pypaInstallPhase12Sourcing python-imports-check-hook.sh13Using pythonImportsCheckPhase14Sourcing python-namespaces-hook15Sourcing python-catch-conflicts-hook.sh
unpackPhase
16unpacking source archive /nix/store/9xk06lv2ynzxy2k4vsgaqlz5bxwqlqzc-source17source root is source18setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/wikiextractor/extractPage.py"patchPhase
19applying patch /nix/store/40g2rp48m7v8zwp0nifijbd634c2j55y-ab8988ebfa9e4557411f3d4c0f4ccda139e18875.patch20patching file wikiextractor/extract.pyconfigurePhase
21no configure script, doing nothingbuildPhase
22Executing pypaBuildPhase23Creating a wheel...24pypa build flags: --no-isolation --outdir dist/ --wheel25* Getting build dependencies for wheel...26/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.27 tailRE = re.compile('\w+')28/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.29 text = re.sub(u' (,:\.\)\]»)', r'\1', text)30/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.31 text = re.sub(u'(\[\(«) ', r'\1', text)32/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.33 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',34/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.35 return re.sub("&#?(\w+);", fixup, text)36/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.37 reOpen = re.compile('{{2,}|\[{2,}')38/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.39 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 240/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.41 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):42/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.43 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)44/nix/store/wlpsiw7185v6h2zwncfkd8qb5ig7h64j-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.45!!4647 ********************************************************************************48 Please consider removing the following classifiers in favor of a SPDX license expression:4950 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)5152 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.53 ********************************************************************************5455!!56 self._finalize_license_expression()57running egg_info58creating wikiextractor.egg-info59writing wikiextractor.egg-info/PKG-INFO60writing dependency_links to wikiextractor.egg-info/dependency_links.txt61writing entry points to wikiextractor.egg-info/entry_points.txt62writing top-level names to wikiextractor.egg-info/top_level.txt63writing manifest file 'wikiextractor.egg-info/SOURCES.txt'64reading manifest file 'wikiextractor.egg-info/SOURCES.txt'65adding license file 'LICENSE'66writing manifest file 'wikiextractor.egg-info/SOURCES.txt'67* Building wheel...68/nix/store/wlpsiw7185v6h2zwncfkd8qb5ig7h64j-python3.14-setuptools-83.0.0/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.69!!7071 ********************************************************************************72 Please consider removing the following classifiers in favor of a SPDX license expression:7374 License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)7576 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.77 ********************************************************************************7879!!80 self._finalize_license_expression()81running bdist_wheel82running build83running build_py84creating build/lib/wikiextractor85copying wikiextractor/WikiExtractor.py -> build/lib/wikiextractor86copying wikiextractor/__init__.py -> build/lib/wikiextractor87copying wikiextractor/extractPage.py -> build/lib/wikiextractor88copying wikiextractor/cirrus-extract.py -> build/lib/wikiextractor89copying wikiextractor/extract.py -> build/lib/wikiextractor90copying wikiextractor/clean.py -> build/lib/wikiextractor91installing to build/bdist.linux-aarch64/wheel92running install93running install_lib94creating build/bdist.linux-aarch64/wheel95creating build/bdist.linux-aarch64/wheel/wikiextractor96copying build/lib/wikiextractor/__init__.py -> build/bdist.linux-aarch64/wheel/./wikiextractor97copying build/lib/wikiextractor/cirrus-extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor98copying build/lib/wikiextractor/clean.py -> build/bdist.linux-aarch64/wheel/./wikiextractor99copying build/lib/wikiextractor/WikiExtractor.py -> build/bdist.linux-aarch64/wheel/./wikiextractor100copying build/lib/wikiextractor/extractPage.py -> build/bdist.linux-aarch64/wheel/./wikiextractor101copying build/lib/wikiextractor/extract.py -> build/bdist.linux-aarch64/wheel/./wikiextractor102running install_egg_info103running egg_info104writing wikiextractor.egg-info/PKG-INFO105writing dependency_links to wikiextractor.egg-info/dependency_links.txt106writing entry points to wikiextractor.egg-info/entry_points.txt107writing top-level names to wikiextractor.egg-info/top_level.txt108reading manifest file 'wikiextractor.egg-info/SOURCES.txt'109adding license file 'LICENSE'110writing manifest file 'wikiextractor.egg-info/SOURCES.txt'111Copying wikiextractor.egg-info to build/bdist.linux-aarch64/wheel/./wikiextractor-3.0.7-py3.14.egg-info112running install_scripts113creating build/bdist.linux-aarch64/wheel/wikiextractor-3.0.7.dist-info/WHEEL114creating '/build/source/dist/.tmp-znt9uoyt/wikiextractor-3.0.7-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it115adding 'wikiextractor/WikiExtractor.py'116adding 'wikiextractor/__init__.py'117adding 'wikiextractor/cirrus-extract.py'118adding 'wikiextractor/clean.py'119adding 'wikiextractor/extract.py'120adding 'wikiextractor/extractPage.py'121adding 'wikiextractor-3.0.7.dist-info/licenses/LICENSE'122adding 'wikiextractor-3.0.7.dist-info/METADATA'123adding 'wikiextractor-3.0.7.dist-info/WHEEL'124adding 'wikiextractor-3.0.7.dist-info/entry_points.txt'125adding 'wikiextractor-3.0.7.dist-info/top_level.txt'126adding 'wikiextractor-3.0.7.dist-info/RECORD'127removing build/bdist.linux-aarch64/wheel128Successfully built wikiextractor-3.0.7-py3-none-any.whl129Finished creating a wheel...130Finished executing pypaBuildPhasepythonRuntimeDepsCheckHook
131Executing pythonRuntimeDepsCheck132Checking runtime dependencies for wikiextractor-3.0.7-py3-none-any.whl133Finished executing pythonRuntimeDepsCheckinstallPhase
134Executing pypaInstallPhase135/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.136 tailRE = re.compile('\w+')137/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.138 text = re.sub(u' (,:\.\)\]»)', r'\1', text)139/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.140 text = re.sub(u'(\[\(«) ', r'\1', text)141/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.142 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',143/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.144 return re.sub("&#?(\w+);", fixup, text)145/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.146 reOpen = re.compile('{{2,}|\[{2,}')147/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.148 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2149/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.150 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):151/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.152 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)153/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.154 tailRE = re.compile('\w+')155/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.156 text = re.sub(u' (,:\.\)\]»)', r'\1', text)157/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.158 text = re.sub(u'(\[\(«) ', r'\1', text)159/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.160 '(?i)\[((' + '|'.join(wgUrlProtocols) + ')' + EXT_LINK_URL_CLASS + r'+)\s*([^\]\x00-\x08\x0a-\x1F]*?)\]',161/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.162 return re.sub("&#?(\w+);", fixup, text)163/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.164 reOpen = re.compile('{{2,}|\[{2,}')165/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.166 reNext = re.compile('{{2,}|}{2,}|\[{2,}|]{2,}') # at least 2167/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.168 if re.match('<(?:strong|span|p|div)\s(?:[^\s>]*\s+)*?class="(?:[^"\s>]*\s+)*?error(?:\s[^">]*)?"', test):169/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-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.170 m = re.match('#REDIRECT.*?\[\[([^\]]*)]]', page[0], re.IGNORECASE)171Successfully installed wikiextractor-3.0.7-py3-none-any.whl172Finished executing pypaInstallPhasepythonOutputDistPhase
173Executing pythonOutputDistPhase174Finished executing pythonOutputDistPhasefixupPhase
175shrinking RPATHs of ELF executables and libraries in /nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-wikiextractor-3.0.7176checking for references to /build/ in /nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-wikiextractor-3.0.7...177patching script interpreter paths in /nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-wikiextractor-3.0.7178stripping (with command strip and flags -S -p) in /nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-wikiextractor-3.0.7/lib /nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-wikiextractor-3.0.7/bin179shrinking RPATHs of ELF executables and libraries in /nix/store/qjxifw9zhh4zvpdka67zzqpddx5fb0ak-wikiextractor-3.0.7-dist180checking for references to /build/ in /nix/store/qjxifw9zhh4zvpdka67zzqpddx5fb0ak-wikiextractor-3.0.7-dist...181patching script interpreter paths in /nix/store/qjxifw9zhh4zvpdka67zzqpddx5fb0ak-wikiextractor-3.0.7-dist182Rewriting #!/nix/store/ymm5c1kb7p2r6331bgcdxijayqhcbvqy-python3-3.14.6/bin/python3.14 to #!/nix/store/ymm5c1kb7p2r6331bgcdxijayqhcbvqy-python3-3.14.6183wrapping `/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-wikiextractor-3.0.7/bin/wikiextractor'...184Rewriting #!/nix/store/ymm5c1kb7p2r6331bgcdxijayqhcbvqy-python3-3.14.6/bin/python3.14 to #!/nix/store/ymm5c1kb7p2r6331bgcdxijayqhcbvqy-python3-3.14.6185wrapping `/nix/store/xi7z0lhprirsrk36663ld76vqnj4lld8-wikiextractor-3.0.7/bin/extractPage'...186Executing pythonRemoveTestsDir187Finished executing pythonRemoveTestsDirinstallCheckPhase
188no Makefile or custom installCheckPhase, doing nothingpythonImportsCheckPhase
189Executing pythonImportsCheckPhase190Check whether the following modules can be imported: wikiextractor