>>> offlineimap: Building community/offlineimap 8.0.0-r4 (using abuild 3.16.0-r0) started Mon, 06 Apr 2026 13:17:59 +0000 >>> offlineimap: Validating /home/buildozer/aports/community/offlineimap/APKBUILD... >>> offlineimap: Analyzing dependencies... >>> offlineimap: Installing for build: build-base py3-distro py3-imaplib2 py3-rfc6555 python3 py3-gpep517 py3-setuptools py3-wheel ( 1/30) Installing libbz2 (1.0.8-r6) ( 2/30) Installing libffi (3.5.2-r0) ( 3/30) Installing gdbm (1.26-r0) ( 4/30) Installing xz-libs (5.8.2-r0) ( 5/30) Installing mpdecimal (4.0.1-r0) ( 6/30) Installing libpanelw (6.6_p20251231-r0) ( 7/30) Installing sqlite-libs (3.51.2-r1) ( 8/30) Installing python3 (3.14.3-r0) ( 9/30) Installing python3-pycache-pyc0 (3.14.3-r0) (10/30) Installing pyc (3.14.3-r0) (11/30) Installing py3-distro-pyc (1.9.0-r4) (12/30) Installing python3-pyc (3.14.3-r0) (13/30) Installing py3-distro (1.9.0-r4) (14/30) Installing py3-imaplib2 (3.6-r2) (15/30) Installing py3-imaplib2-pyc (3.6-r2) (16/30) Installing py3-rfc6555 (0.1.0-r2) (17/30) Installing py3-rfc6555-pyc (0.1.0-r2) (18/30) Installing py3-installer (1.0.0-r0) (19/30) Installing py3-installer-pyc (1.0.0-r0) (20/30) Installing py3-gpep517 (19-r2) (21/30) Installing py3-gpep517-pyc (19-r2) (22/30) Installing py3-parsing (3.3.2-r1) (23/30) Installing py3-parsing-pyc (3.3.2-r1) (24/30) Installing py3-packaging (26.0-r1) (25/30) Installing py3-packaging-pyc (26.0-r1) (26/30) Installing py3-setuptools (82.0.1-r1) (27/30) Installing py3-setuptools-pyc (82.0.1-r1) (28/30) Installing py3-wheel (0.46.3-r1) (29/30) Installing py3-wheel-pyc (0.46.3-r1) (30/30) Installing .makedepends-offlineimap (20260406.131806) Executing busybox-1.37.0-r31.trigger OK: 435.6 MiB in 135 packages >>> offlineimap: Cleaning up srcdir >>> offlineimap: Cleaning up pkgdir >>> offlineimap: Cleaning up tmpdir >>> offlineimap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/offlineimap-8.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/offlineimap-8.0.0.tar.gz.part' offlineimap-8.0.0.ta 100% |********************************| 686k 0:00:00 ETA '/var/cache/distfiles/edge/offlineimap-8.0.0.tar.gz.part' saved /var/cache/distfiles/edge/offlineimap-8.0.0.tar.gz: OK /home/buildozer/aports/community/offlineimap/7cd32cf8-py311-compat.patch: OK /home/buildozer/aports/community/offlineimap/py312-compat.patch: OK >>> offlineimap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/offlineimap-8.0.0.tar.gz /var/cache/distfiles/edge/offlineimap-8.0.0.tar.gz: OK /home/buildozer/aports/community/offlineimap/7cd32cf8-py311-compat.patch: OK /home/buildozer/aports/community/offlineimap/py312-compat.patch: OK >>> offlineimap: Unpacking /var/cache/distfiles/edge/offlineimap-8.0.0.tar.gz... >>> offlineimap: 7cd32cf8-py311-compat.patch patching file offlineimap/folder/LocalStatusSQLite.py >>> offlineimap: py312-compat.patch patching file offlineimap/CustomConfig.py patching file offlineimap/localeval.py 2026-04-06 13:18:09,549 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/Base.py:252: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option. basename = re.sub('(^|\/)\.$', '\\1dot', basename) /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/Base.py:869: 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. msg_id = re.search(b"\nmessage-id:[\s]+(<[A-Za-z0-9!#$%&'*+-/=?^_`{}|~.@ ]+>)", /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/Gmail.py:78: 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. m = re.search('X-GM-LABELS\s*[(](.*)[)]', data[0]) /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/IMAP.py:512: 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. if re.search("(?:^|\\r|\\n)%s:\s*%s(?:\\r|\\n)" % /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/IMAP.py:519: 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. uid = re.search("UID\s+(\d+)", item, flags=re.IGNORECASE) /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/IMAP.py:529: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. uid = re.search("\d+\s+\(UID\s+(\d+)", found, /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/Maildir.py:31: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. re_uidmatch = re.compile(',U=(\d+)') /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/Maildir.py:33: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. re_timestampmatch = re.compile('(\d+)') /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/offlineimap/folder/Maildir.py:64: 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. self.re_flagmatch = re.compile('%s2,(\w*)' % self.infosep) /home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/test/OLItest/TestRunner.py:237: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. re_uidmatch = re.compile(',U=(\d+)') /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: offlineimap). Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) 2026-04-06 13:18:10,329 root INFO running bdist_wheel 2026-04-06 13:18:10,394 root INFO running build 2026-04-06 13:18:10,394 root INFO running build_py 2026-04-06 13:18:10,409 root INFO creating build/lib/offlineimap 2026-04-06 13:18:10,411 root INFO copying offlineimap/globals.py -> build/lib/offlineimap 2026-04-06 13:18:10,412 root INFO copying offlineimap/CustomConfig.py -> build/lib/offlineimap 2026-04-06 13:18:10,414 root INFO copying offlineimap/__init__.py -> build/lib/offlineimap 2026-04-06 13:18:10,415 root INFO copying offlineimap/threadutil.py -> build/lib/offlineimap 2026-04-06 13:18:10,416 root INFO copying offlineimap/init.py -> build/lib/offlineimap 2026-04-06 13:18:10,418 root INFO copying offlineimap/imaplibutil.py -> build/lib/offlineimap 2026-04-06 13:18:10,419 root INFO copying offlineimap/localeval.py -> build/lib/offlineimap 2026-04-06 13:18:10,420 root INFO copying offlineimap/accounts.py -> build/lib/offlineimap 2026-04-06 13:18:10,422 root INFO copying offlineimap/imapserver.py -> build/lib/offlineimap 2026-04-06 13:18:10,424 root INFO copying offlineimap/error.py -> build/lib/offlineimap 2026-04-06 13:18:10,425 root INFO copying offlineimap/mbnames.py -> build/lib/offlineimap 2026-04-06 13:18:10,426 root INFO copying offlineimap/imaputil.py -> build/lib/offlineimap 2026-04-06 13:18:10,428 root INFO creating build/lib/offlineimap/folder 2026-04-06 13:18:10,429 root INFO copying offlineimap/folder/IMAP.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,431 root INFO copying offlineimap/folder/GmailMaildir.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,432 root INFO copying offlineimap/folder/Maildir.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,434 root INFO copying offlineimap/folder/__init__.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,435 root INFO copying offlineimap/folder/Base.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,437 root INFO copying offlineimap/folder/Gmail.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,438 root INFO copying offlineimap/folder/UIDMaps.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,440 root INFO copying offlineimap/folder/LocalStatus.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,441 root INFO copying offlineimap/folder/LocalStatusSQLite.py -> build/lib/offlineimap/folder 2026-04-06 13:18:10,443 root INFO creating build/lib/offlineimap/repository 2026-04-06 13:18:10,444 root INFO copying offlineimap/repository/IMAP.py -> build/lib/offlineimap/repository 2026-04-06 13:18:10,445 root INFO copying offlineimap/repository/GmailMaildir.py -> build/lib/offlineimap/repository 2026-04-06 13:18:10,447 root INFO copying offlineimap/repository/Maildir.py -> build/lib/offlineimap/repository 2026-04-06 13:18:10,448 root INFO copying offlineimap/repository/__init__.py -> build/lib/offlineimap/repository 2026-04-06 13:18:10,449 root INFO copying offlineimap/repository/Base.py -> build/lib/offlineimap/repository 2026-04-06 13:18:10,451 root INFO copying offlineimap/repository/Gmail.py -> build/lib/offlineimap/repository 2026-04-06 13:18:10,452 root INFO copying offlineimap/repository/LocalStatus.py -> build/lib/offlineimap/repository 2026-04-06 13:18:10,454 root INFO creating build/lib/offlineimap/ui 2026-04-06 13:18:10,455 root INFO copying offlineimap/ui/TTY.py -> build/lib/offlineimap/ui 2026-04-06 13:18:10,456 root INFO copying offlineimap/ui/debuglock.py -> build/lib/offlineimap/ui 2026-04-06 13:18:10,457 root INFO copying offlineimap/ui/__init__.py -> build/lib/offlineimap/ui 2026-04-06 13:18:10,459 root INFO copying offlineimap/ui/Curses.py -> build/lib/offlineimap/ui 2026-04-06 13:18:10,460 root INFO copying offlineimap/ui/UIBase.py -> build/lib/offlineimap/ui 2026-04-06 13:18:10,462 root INFO copying offlineimap/ui/Noninteractive.py -> build/lib/offlineimap/ui 2026-04-06 13:18:10,463 root INFO copying offlineimap/ui/Machine.py -> build/lib/offlineimap/ui 2026-04-06 13:18:10,465 root INFO creating build/lib/offlineimap/utils 2026-04-06 13:18:10,466 root INFO copying offlineimap/utils/distro_utils.py -> build/lib/offlineimap/utils 2026-04-06 13:18:10,467 root INFO copying offlineimap/utils/__init__.py -> build/lib/offlineimap/utils 2026-04-06 13:18:10,468 root INFO copying offlineimap/utils/const.py -> build/lib/offlineimap/utils 2026-04-06 13:18:10,470 root INFO copying offlineimap/utils/stacktrace.py -> build/lib/offlineimap/utils 2026-04-06 13:18:10,476 root INFO running build_scripts 2026-04-06 13:18:10,476 root INFO creating build/scripts-3.14 2026-04-06 13:18:10,477 root INFO copying and adjusting bin/offlineimap -> build/scripts-3.14 2026-04-06 13:18:10,478 root INFO changing mode of build/scripts-3.14/offlineimap from 644 to 755 2026-04-06 13:18:10,505 root INFO installing to build/bdist.linux-riscv64/wheel 2026-04-06 13:18:10,505 root INFO running install 2026-04-06 13:18:10,542 root INFO running install_lib 2026-04-06 13:18:10,555 root INFO creating build/bdist.linux-riscv64/wheel 2026-04-06 13:18:10,556 root INFO creating build/bdist.linux-riscv64/wheel/offlineimap 2026-04-06 13:18:10,557 root INFO creating build/bdist.linux-riscv64/wheel/offlineimap/folder 2026-04-06 13:18:10,558 root INFO copying build/lib/offlineimap/folder/IMAP.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,559 root INFO copying build/lib/offlineimap/folder/GmailMaildir.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,561 root INFO copying build/lib/offlineimap/folder/Maildir.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,562 root INFO copying build/lib/offlineimap/folder/__init__.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,563 root INFO copying build/lib/offlineimap/folder/Base.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,565 root INFO copying build/lib/offlineimap/folder/Gmail.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,566 root INFO copying build/lib/offlineimap/folder/UIDMaps.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,567 root INFO copying build/lib/offlineimap/folder/LocalStatus.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,569 root INFO copying build/lib/offlineimap/folder/LocalStatusSQLite.py -> build/bdist.linux-riscv64/wheel/./offlineimap/folder 2026-04-06 13:18:10,570 root INFO copying build/lib/offlineimap/globals.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,571 root INFO copying build/lib/offlineimap/CustomConfig.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,572 root INFO copying build/lib/offlineimap/__init__.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,573 root INFO copying build/lib/offlineimap/threadutil.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,575 root INFO copying build/lib/offlineimap/init.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,578 root INFO creating build/bdist.linux-riscv64/wheel/offlineimap/ui 2026-04-06 13:18:10,579 root INFO copying build/lib/offlineimap/ui/TTY.py -> build/bdist.linux-riscv64/wheel/./offlineimap/ui 2026-04-06 13:18:10,580 root INFO copying build/lib/offlineimap/ui/debuglock.py -> build/bdist.linux-riscv64/wheel/./offlineimap/ui 2026-04-06 13:18:10,581 root INFO copying build/lib/offlineimap/ui/__init__.py -> build/bdist.linux-riscv64/wheel/./offlineimap/ui 2026-04-06 13:18:10,582 root INFO copying build/lib/offlineimap/ui/Curses.py -> build/bdist.linux-riscv64/wheel/./offlineimap/ui 2026-04-06 13:18:10,583 root INFO copying build/lib/offlineimap/ui/UIBase.py -> build/bdist.linux-riscv64/wheel/./offlineimap/ui 2026-04-06 13:18:10,585 root INFO copying build/lib/offlineimap/ui/Noninteractive.py -> build/bdist.linux-riscv64/wheel/./offlineimap/ui 2026-04-06 13:18:10,586 root INFO copying build/lib/offlineimap/ui/Machine.py -> build/bdist.linux-riscv64/wheel/./offlineimap/ui 2026-04-06 13:18:10,587 root INFO copying build/lib/offlineimap/imaplibutil.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,588 root INFO copying build/lib/offlineimap/localeval.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,589 root INFO copying build/lib/offlineimap/accounts.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,591 root INFO copying build/lib/offlineimap/imapserver.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,593 root INFO creating build/bdist.linux-riscv64/wheel/offlineimap/utils 2026-04-06 13:18:10,593 root INFO copying build/lib/offlineimap/utils/distro_utils.py -> build/bdist.linux-riscv64/wheel/./offlineimap/utils 2026-04-06 13:18:10,594 root INFO copying build/lib/offlineimap/utils/__init__.py -> build/bdist.linux-riscv64/wheel/./offlineimap/utils 2026-04-06 13:18:10,596 root INFO copying build/lib/offlineimap/utils/const.py -> build/bdist.linux-riscv64/wheel/./offlineimap/utils 2026-04-06 13:18:10,597 root INFO copying build/lib/offlineimap/utils/stacktrace.py -> build/bdist.linux-riscv64/wheel/./offlineimap/utils 2026-04-06 13:18:10,598 root INFO creating build/bdist.linux-riscv64/wheel/offlineimap/repository 2026-04-06 13:18:10,599 root INFO copying build/lib/offlineimap/repository/IMAP.py -> build/bdist.linux-riscv64/wheel/./offlineimap/repository 2026-04-06 13:18:10,600 root INFO copying build/lib/offlineimap/repository/GmailMaildir.py -> build/bdist.linux-riscv64/wheel/./offlineimap/repository 2026-04-06 13:18:10,601 root INFO copying build/lib/offlineimap/repository/Maildir.py -> build/bdist.linux-riscv64/wheel/./offlineimap/repository 2026-04-06 13:18:10,603 root INFO copying build/lib/offlineimap/repository/__init__.py -> build/bdist.linux-riscv64/wheel/./offlineimap/repository 2026-04-06 13:18:10,604 root INFO copying build/lib/offlineimap/repository/Base.py -> build/bdist.linux-riscv64/wheel/./offlineimap/repository 2026-04-06 13:18:10,605 root INFO copying build/lib/offlineimap/repository/Gmail.py -> build/bdist.linux-riscv64/wheel/./offlineimap/repository 2026-04-06 13:18:10,606 root INFO copying build/lib/offlineimap/repository/LocalStatus.py -> build/bdist.linux-riscv64/wheel/./offlineimap/repository 2026-04-06 13:18:10,607 root INFO copying build/lib/offlineimap/error.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,609 root INFO copying build/lib/offlineimap/mbnames.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,610 root INFO copying build/lib/offlineimap/imaputil.py -> build/bdist.linux-riscv64/wheel/./offlineimap 2026-04-06 13:18:10,611 root INFO running install_egg_info 2026-04-06 13:18:10,625 root INFO running egg_info 2026-04-06 13:18:10,634 root INFO creating offlineimap.egg-info 2026-04-06 13:18:10,635 root INFO writing offlineimap.egg-info/PKG-INFO 2026-04-06 13:18:10,637 root INFO writing dependency_links to offlineimap.egg-info/dependency_links.txt 2026-04-06 13:18:10,638 root INFO writing top-level names to offlineimap.egg-info/top_level.txt 2026-04-06 13:18:10,639 root INFO writing manifest file 'offlineimap.egg-info/SOURCES.txt' 2026-04-06 13:18:10,657 root INFO reading manifest file 'offlineimap.egg-info/SOURCES.txt' 2026-04-06 13:18:10,658 root INFO reading manifest template 'MANIFEST.in' 2026-04-06 13:18:10,659 root WARNING warning: no previously-included files matching '.gitignore' found anywhere in distribution 2026-04-06 13:18:10,660 root WARNING warning: no previously-included files matching '.git' found anywhere in distribution 2026-04-06 13:18:10,661 root WARNING warning: no previously-included files matching '*.bak' found anywhere in distribution 2026-04-06 13:18:10,661 root WARNING warning: no previously-included files matching '*.orig' found anywhere in distribution 2026-04-06 13:18:10,662 root WARNING warning: no previously-included files matching '*.rej' found anywhere in distribution 2026-04-06 13:18:10,664 root WARNING warning: no files found matching 'MAINTAINERS' 2026-04-06 13:18:10,686 root INFO adding license file 'COPYING' 2026-04-06 13:18:10,693 root INFO writing manifest file 'offlineimap.egg-info/SOURCES.txt' 2026-04-06 13:18:10,694 root INFO Copying offlineimap.egg-info to build/bdist.linux-riscv64/wheel/./offlineimap-8.0.0-py3.14.egg-info 2026-04-06 13:18:10,698 root INFO running install_scripts 2026-04-06 13:18:10,699 root INFO creating build/bdist.linux-riscv64/wheel/offlineimap-8.0.0.data/scripts 2026-04-06 13:18:10,701 root INFO copying build/scripts-3.14/offlineimap -> build/bdist.linux-riscv64/wheel/offlineimap-8.0.0.data/scripts 2026-04-06 13:18:10,702 root INFO changing mode of build/bdist.linux-riscv64/wheel/offlineimap-8.0.0.data/scripts/offlineimap to 755 2026-04-06 13:18:10,708 root INFO creating build/bdist.linux-riscv64/wheel/offlineimap-8.0.0.dist-info/WHEEL 2026-04-06 13:18:10,710 wheel INFO creating '/home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/.dist/.tmp-5h22f0_i/offlineimap-8.0.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-04-06 13:18:10,712 wheel INFO adding 'offlineimap/CustomConfig.py' 2026-04-06 13:18:10,714 wheel INFO adding 'offlineimap/__init__.py' 2026-04-06 13:18:10,715 wheel INFO adding 'offlineimap/accounts.py' 2026-04-06 13:18:10,717 wheel INFO adding 'offlineimap/error.py' 2026-04-06 13:18:10,718 wheel INFO adding 'offlineimap/globals.py' 2026-04-06 13:18:10,719 wheel INFO adding 'offlineimap/imaplibutil.py' 2026-04-06 13:18:10,721 wheel INFO adding 'offlineimap/imapserver.py' 2026-04-06 13:18:10,723 wheel INFO adding 'offlineimap/imaputil.py' 2026-04-06 13:18:10,724 wheel INFO adding 'offlineimap/init.py' 2026-04-06 13:18:10,726 wheel INFO adding 'offlineimap/localeval.py' 2026-04-06 13:18:10,727 wheel INFO adding 'offlineimap/mbnames.py' 2026-04-06 13:18:10,728 wheel INFO adding 'offlineimap/threadutil.py' 2026-04-06 13:18:10,730 wheel INFO adding 'offlineimap/folder/Base.py' 2026-04-06 13:18:10,732 wheel INFO adding 'offlineimap/folder/Gmail.py' 2026-04-06 13:18:10,734 wheel INFO adding 'offlineimap/folder/GmailMaildir.py' 2026-04-06 13:18:10,736 wheel INFO adding 'offlineimap/folder/IMAP.py' 2026-04-06 13:18:10,738 wheel INFO adding 'offlineimap/folder/LocalStatus.py' 2026-04-06 13:18:10,739 wheel INFO adding 'offlineimap/folder/LocalStatusSQLite.py' 2026-04-06 13:18:10,741 wheel INFO adding 'offlineimap/folder/Maildir.py' 2026-04-06 13:18:10,743 wheel INFO adding 'offlineimap/folder/UIDMaps.py' 2026-04-06 13:18:10,744 wheel INFO adding 'offlineimap/folder/__init__.py' 2026-04-06 13:18:10,745 wheel INFO adding 'offlineimap/repository/Base.py' 2026-04-06 13:18:10,747 wheel INFO adding 'offlineimap/repository/Gmail.py' 2026-04-06 13:18:10,748 wheel INFO adding 'offlineimap/repository/GmailMaildir.py' 2026-04-06 13:18:10,749 wheel INFO adding 'offlineimap/repository/IMAP.py' 2026-04-06 13:18:10,751 wheel INFO adding 'offlineimap/repository/LocalStatus.py' 2026-04-06 13:18:10,753 wheel INFO adding 'offlineimap/repository/Maildir.py' 2026-04-06 13:18:10,754 wheel INFO adding 'offlineimap/repository/__init__.py' 2026-04-06 13:18:10,755 wheel INFO adding 'offlineimap/ui/Curses.py' 2026-04-06 13:18:10,757 wheel INFO adding 'offlineimap/ui/Machine.py' 2026-04-06 13:18:10,758 wheel INFO adding 'offlineimap/ui/Noninteractive.py' 2026-04-06 13:18:10,759 wheel INFO adding 'offlineimap/ui/TTY.py' 2026-04-06 13:18:10,761 wheel INFO adding 'offlineimap/ui/UIBase.py' 2026-04-06 13:18:10,762 wheel INFO adding 'offlineimap/ui/__init__.py' 2026-04-06 13:18:10,763 wheel INFO adding 'offlineimap/ui/debuglock.py' 2026-04-06 13:18:10,765 wheel INFO adding 'offlineimap/utils/__init__.py' 2026-04-06 13:18:10,766 wheel INFO adding 'offlineimap/utils/const.py' 2026-04-06 13:18:10,767 wheel INFO adding 'offlineimap/utils/distro_utils.py' 2026-04-06 13:18:10,768 wheel INFO adding 'offlineimap/utils/stacktrace.py' 2026-04-06 13:18:10,769 wheel INFO adding 'offlineimap-8.0.0.data/scripts/offlineimap' 2026-04-06 13:18:10,771 wheel INFO adding 'offlineimap-8.0.0.dist-info/licenses/COPYING' 2026-04-06 13:18:10,772 wheel INFO adding 'offlineimap-8.0.0.dist-info/METADATA' 2026-04-06 13:18:10,773 wheel INFO adding 'offlineimap-8.0.0.dist-info/WHEEL' 2026-04-06 13:18:10,774 wheel INFO adding 'offlineimap-8.0.0.dist-info/top_level.txt' 2026-04-06 13:18:10,775 wheel INFO adding 'offlineimap-8.0.0.dist-info/RECORD' 2026-04-06 13:18:10,776 root INFO removing build/bdist.linux-riscv64/wheel 2026-04-06 13:18:10,784 gpep517 INFO The backend produced .dist/offlineimap-8.0.0-py3-none-any.whl offlineimap-8.0.0-py3-none-any.whl >>> offlineimap: Entering fakeroot... /usr/lib/python3.14/site-packages/offlineimap/folder/Base.py:252: SyntaxWarning: "\/" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\/"? A raw string is also an option. /usr/lib/python3.14/site-packages/offlineimap/folder/Base.py:869: 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. /usr/lib/python3.14/site-packages/offlineimap/folder/Gmail.py:78: 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. /usr/lib/python3.14/site-packages/offlineimap/folder/IMAP.py:512: 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. /usr/lib/python3.14/site-packages/offlineimap/folder/IMAP.py:519: 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. /usr/lib/python3.14/site-packages/offlineimap/folder/IMAP.py:529: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. /usr/lib/python3.14/site-packages/offlineimap/folder/Maildir.py:31: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. /usr/lib/python3.14/site-packages/offlineimap/folder/Maildir.py:33: SyntaxWarning: "\d" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\d"? A raw string is also an option. /usr/lib/python3.14/site-packages/offlineimap/folder/Maildir.py:64: 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. >>> offlineimap-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/offlineimap/folder/__pycache__' -> '/home/buildozer/aports/community/offlineimap/pkg/offlineimap-pyc/usr/lib/python3.14/site-packages/offlineimap/folder/__pycache__' 'usr/lib/python3.14/site-packages/offlineimap/ui/__pycache__' -> '/home/buildozer/aports/community/offlineimap/pkg/offlineimap-pyc/usr/lib/python3.14/site-packages/offlineimap/ui/__pycache__' 'usr/lib/python3.14/site-packages/offlineimap/__pycache__' -> '/home/buildozer/aports/community/offlineimap/pkg/offlineimap-pyc/usr/lib/python3.14/site-packages/offlineimap/__pycache__' 'usr/lib/python3.14/site-packages/offlineimap/utils/__pycache__' -> '/home/buildozer/aports/community/offlineimap/pkg/offlineimap-pyc/usr/lib/python3.14/site-packages/offlineimap/utils/__pycache__' 'usr/lib/python3.14/site-packages/offlineimap/repository/__pycache__' -> '/home/buildozer/aports/community/offlineimap/pkg/offlineimap-pyc/usr/lib/python3.14/site-packages/offlineimap/repository/__pycache__' >>> offlineimap-pyc*: Preparing subpackage offlineimap-pyc... >>> offlineimap-pyc*: Running postcheck for offlineimap-pyc >>> offlineimap*: Running postcheck for offlineimap >>> offlineimap*: Preparing package offlineimap... >>> offlineimap-pyc*: Tracing dependencies... python3~3.14 >>> offlineimap-pyc*: Package size: 557.5 KB >>> offlineimap-pyc*: Compressing data... >>> offlineimap-pyc*: Create checksum... >>> offlineimap-pyc*: Create offlineimap-pyc-8.0.0-r4.apk >>> offlineimap*: Tracing dependencies... py3-distro py3-imaplib2 py3-rfc6555 python3 python3~3.14 >>> offlineimap*: Package size: 488.8 KB >>> offlineimap*: Compressing data... >>> offlineimap*: Create checksum... >>> offlineimap*: Create offlineimap-8.0.0-r4.apk >>> offlineimap: Build complete at Mon, 06 Apr 2026 13:18:13 +0000 elapsed time 0h 0m 14s >>> offlineimap: Cleaning up srcdir >>> offlineimap: Cleaning up pkgdir >>> offlineimap: Cleaning up tmpdir >>> offlineimap: Uninstalling dependencies... ( 1/30) Purging .makedepends-offlineimap (20260406.131806) ( 2/30) Purging py3-distro-pyc (1.9.0-r4) ( 3/30) Purging py3-distro (1.9.0-r4) ( 4/30) Purging py3-imaplib2-pyc (3.6-r2) ( 5/30) Purging py3-imaplib2 (3.6-r2) ( 6/30) Purging py3-rfc6555-pyc (0.1.0-r2) ( 7/30) Purging py3-rfc6555 (0.1.0-r2) ( 8/30) Purging py3-gpep517-pyc (19-r2) ( 9/30) Purging py3-gpep517 (19-r2) (10/30) Purging py3-installer-pyc (1.0.0-r0) (11/30) Purging py3-installer (1.0.0-r0) (12/30) Purging py3-setuptools-pyc (82.0.1-r1) (13/30) Purging py3-setuptools (82.0.1-r1) (14/30) Purging py3-wheel-pyc (0.46.3-r1) (15/30) Purging py3-wheel (0.46.3-r1) (16/30) Purging py3-packaging-pyc (26.0-r1) (17/30) Purging py3-packaging (26.0-r1) (18/30) Purging py3-parsing-pyc (3.3.2-r1) (19/30) Purging py3-parsing (3.3.2-r1) (20/30) Purging python3-pyc (3.14.3-r0) (21/30) Purging python3-pycache-pyc0 (3.14.3-r0) (22/30) Purging pyc (3.14.3-r0) (23/30) Purging python3 (3.14.3-r0) (24/30) Purging gdbm (1.26-r0) (25/30) Purging libbz2 (1.0.8-r6) (26/30) Purging libffi (3.5.2-r0) (27/30) Purging libpanelw (6.6_p20251231-r0) (28/30) Purging mpdecimal (4.0.1-r0) (29/30) Purging sqlite-libs (3.51.2-r1) (30/30) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 390.9 MiB in 105 packages >>> offlineimap: Updating the community/riscv64 repository index... >>> offlineimap: Signing the index...