>>> offlineimap: Building community/offlineimap 8.0.0-r4 (using abuild 3.17.0_rc1-r2) started Sun, 26 Apr 2026 02:50:49 +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/31) Installing libbz2 (1.0.8-r6) ( 2/31) Installing libffi (3.5.2-r1) ( 3/31) Installing gdbm (1.26-r0) ( 4/31) Installing xz-libs (5.8.3-r0) ( 5/31) Installing mpdecimal (4.0.1-r0) ( 6/31) Installing libpanelw (6.6_p20260404-r0) ( 7/31) Installing readline (8.3.3-r1) ( 8/31) Installing sqlite-libs (3.53.0-r0) ( 9/31) Installing python3 (3.14.3-r0) (10/31) Installing python3-pycache-pyc0 (3.14.3-r0) (11/31) Installing pyc (3.14.3-r0) (12/31) Installing py3-distro-pyc (1.9.0-r4) (13/31) Installing python3-pyc (3.14.3-r0) (14/31) Installing py3-distro (1.9.0-r4) (15/31) Installing py3-imaplib2 (3.6-r2) (16/31) Installing py3-imaplib2-pyc (3.6-r2) (17/31) Installing py3-rfc6555 (0.1.0-r3) (18/31) Installing py3-rfc6555-pyc (0.1.0-r3) (19/31) Installing py3-installer (1.0.0-r0) (20/31) Installing py3-installer-pyc (1.0.0-r0) (21/31) Installing py3-gpep517 (19-r2) (22/31) Installing py3-gpep517-pyc (19-r2) (23/31) Installing py3-parsing (3.3.2-r1) (24/31) Installing py3-parsing-pyc (3.3.2-r1) (25/31) Installing py3-packaging (26.2-r0) (26/31) Installing py3-packaging-pyc (26.2-r0) (27/31) Installing py3-setuptools (82.0.1-r1) (28/31) Installing py3-setuptools-pyc (82.0.1-r1) (29/31) Installing py3-wheel (0.47.0-r0) (30/31) Installing py3-wheel-pyc (0.47.0-r0) (31/31) Installing .makedepends-offlineimap (20260426.025054) Executing busybox-1.37.0-r31.trigger OK: 486.0 MiB in 134 packages >>> offlineimap: Cleaning up srcdir >>> offlineimap: Cleaning up pkgdir >>> offlineimap: Cleaning up tmpdir >>> offlineimap: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/offlineimap-8.0.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/offlineimap-8.0.0.tar.gz.part' offlineimap-8.0.0.ta 100% |********************************| 686k 0:00:00 ETA '/var/cache/distfiles/v3.24/offlineimap-8.0.0.tar.gz.part' saved /var/cache/distfiles/v3.24/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/v3.24/offlineimap-8.0.0.tar.gz /var/cache/distfiles/v3.24/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/v3.24/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-26 02:50:55,798 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-26 02:50:56,135 root INFO running bdist_wheel 2026-04-26 02:50:56,165 root INFO running build 2026-04-26 02:50:56,165 root INFO running build_py 2026-04-26 02:50:56,172 root INFO creating build/lib/offlineimap 2026-04-26 02:50:56,172 root INFO copying offlineimap/threadutil.py -> build/lib/offlineimap 2026-04-26 02:50:56,173 root INFO copying offlineimap/localeval.py -> build/lib/offlineimap 2026-04-26 02:50:56,173 root INFO copying offlineimap/accounts.py -> build/lib/offlineimap 2026-04-26 02:50:56,174 root INFO copying offlineimap/error.py -> build/lib/offlineimap 2026-04-26 02:50:56,174 root INFO copying offlineimap/init.py -> build/lib/offlineimap 2026-04-26 02:50:56,175 root INFO copying offlineimap/globals.py -> build/lib/offlineimap 2026-04-26 02:50:56,175 root INFO copying offlineimap/mbnames.py -> build/lib/offlineimap 2026-04-26 02:50:56,176 root INFO copying offlineimap/imaplibutil.py -> build/lib/offlineimap 2026-04-26 02:50:56,176 root INFO copying offlineimap/imapserver.py -> build/lib/offlineimap 2026-04-26 02:50:56,177 root INFO copying offlineimap/__init__.py -> build/lib/offlineimap 2026-04-26 02:50:56,177 root INFO copying offlineimap/CustomConfig.py -> build/lib/offlineimap 2026-04-26 02:50:56,178 root INFO copying offlineimap/imaputil.py -> build/lib/offlineimap 2026-04-26 02:50:56,178 root INFO creating build/lib/offlineimap/folder 2026-04-26 02:50:56,179 root INFO copying offlineimap/folder/Maildir.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,179 root INFO copying offlineimap/folder/Gmail.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,180 root INFO copying offlineimap/folder/IMAP.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,180 root INFO copying offlineimap/folder/LocalStatusSQLite.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,181 root INFO copying offlineimap/folder/UIDMaps.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,181 root INFO copying offlineimap/folder/GmailMaildir.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,182 root INFO copying offlineimap/folder/Base.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,182 root INFO copying offlineimap/folder/__init__.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,183 root INFO copying offlineimap/folder/LocalStatus.py -> build/lib/offlineimap/folder 2026-04-26 02:50:56,183 root INFO creating build/lib/offlineimap/repository 2026-04-26 02:50:56,183 root INFO copying offlineimap/repository/Maildir.py -> build/lib/offlineimap/repository 2026-04-26 02:50:56,184 root INFO copying offlineimap/repository/Gmail.py -> build/lib/offlineimap/repository 2026-04-26 02:50:56,184 root INFO copying offlineimap/repository/IMAP.py -> build/lib/offlineimap/repository 2026-04-26 02:50:56,185 root INFO copying offlineimap/repository/GmailMaildir.py -> build/lib/offlineimap/repository 2026-04-26 02:50:56,185 root INFO copying offlineimap/repository/Base.py -> build/lib/offlineimap/repository 2026-04-26 02:50:56,186 root INFO copying offlineimap/repository/__init__.py -> build/lib/offlineimap/repository 2026-04-26 02:50:56,186 root INFO copying offlineimap/repository/LocalStatus.py -> build/lib/offlineimap/repository 2026-04-26 02:50:56,187 root INFO creating build/lib/offlineimap/ui 2026-04-26 02:50:56,187 root INFO copying offlineimap/ui/UIBase.py -> build/lib/offlineimap/ui 2026-04-26 02:50:56,188 root INFO copying offlineimap/ui/Noninteractive.py -> build/lib/offlineimap/ui 2026-04-26 02:50:56,188 root INFO copying offlineimap/ui/Machine.py -> build/lib/offlineimap/ui 2026-04-26 02:50:56,189 root INFO copying offlineimap/ui/Curses.py -> build/lib/offlineimap/ui 2026-04-26 02:50:56,189 root INFO copying offlineimap/ui/TTY.py -> build/lib/offlineimap/ui 2026-04-26 02:50:56,190 root INFO copying offlineimap/ui/debuglock.py -> build/lib/offlineimap/ui 2026-04-26 02:50:56,190 root INFO copying offlineimap/ui/__init__.py -> build/lib/offlineimap/ui 2026-04-26 02:50:56,191 root INFO creating build/lib/offlineimap/utils 2026-04-26 02:50:56,191 root INFO copying offlineimap/utils/distro_utils.py -> build/lib/offlineimap/utils 2026-04-26 02:50:56,191 root INFO copying offlineimap/utils/const.py -> build/lib/offlineimap/utils 2026-04-26 02:50:56,192 root INFO copying offlineimap/utils/stacktrace.py -> build/lib/offlineimap/utils 2026-04-26 02:50:56,192 root INFO copying offlineimap/utils/__init__.py -> build/lib/offlineimap/utils 2026-04-26 02:50:56,195 root INFO running build_scripts 2026-04-26 02:50:56,195 root INFO creating build/scripts-3.14 2026-04-26 02:50:56,195 root INFO copying and adjusting bin/offlineimap -> build/scripts-3.14 2026-04-26 02:50:56,196 root INFO changing mode of build/scripts-3.14/offlineimap from 644 to 755 2026-04-26 02:50:56,208 root INFO installing to build/bdist.linux-x86_64/wheel 2026-04-26 02:50:56,208 root INFO running install 2026-04-26 02:50:56,223 root INFO running install_lib 2026-04-26 02:50:56,229 root INFO creating build/bdist.linux-x86_64/wheel 2026-04-26 02:50:56,230 root INFO creating build/bdist.linux-x86_64/wheel/offlineimap 2026-04-26 02:50:56,230 root INFO copying build/lib/offlineimap/threadutil.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,231 root INFO creating build/bdist.linux-x86_64/wheel/offlineimap/utils 2026-04-26 02:50:56,231 root INFO copying build/lib/offlineimap/utils/distro_utils.py -> build/bdist.linux-x86_64/wheel/./offlineimap/utils 2026-04-26 02:50:56,231 root INFO copying build/lib/offlineimap/utils/const.py -> build/bdist.linux-x86_64/wheel/./offlineimap/utils 2026-04-26 02:50:56,232 root INFO copying build/lib/offlineimap/utils/stacktrace.py -> build/bdist.linux-x86_64/wheel/./offlineimap/utils 2026-04-26 02:50:56,232 root INFO copying build/lib/offlineimap/utils/__init__.py -> build/bdist.linux-x86_64/wheel/./offlineimap/utils 2026-04-26 02:50:56,232 root INFO copying build/lib/offlineimap/localeval.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,233 root INFO copying build/lib/offlineimap/accounts.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,233 root INFO creating build/bdist.linux-x86_64/wheel/offlineimap/folder 2026-04-26 02:50:56,234 root INFO copying build/lib/offlineimap/folder/Maildir.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,234 root INFO copying build/lib/offlineimap/folder/Gmail.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,234 root INFO copying build/lib/offlineimap/folder/IMAP.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,235 root INFO copying build/lib/offlineimap/folder/LocalStatusSQLite.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,235 root INFO copying build/lib/offlineimap/folder/UIDMaps.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,236 root INFO copying build/lib/offlineimap/folder/GmailMaildir.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,236 root INFO copying build/lib/offlineimap/folder/Base.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,237 root INFO copying build/lib/offlineimap/folder/__init__.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,237 root INFO copying build/lib/offlineimap/folder/LocalStatus.py -> build/bdist.linux-x86_64/wheel/./offlineimap/folder 2026-04-26 02:50:56,237 root INFO copying build/lib/offlineimap/error.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,238 root INFO copying build/lib/offlineimap/init.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,238 root INFO copying build/lib/offlineimap/globals.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,239 root INFO creating build/bdist.linux-x86_64/wheel/offlineimap/ui 2026-04-26 02:50:56,239 root INFO copying build/lib/offlineimap/ui/UIBase.py -> build/bdist.linux-x86_64/wheel/./offlineimap/ui 2026-04-26 02:50:56,239 root INFO copying build/lib/offlineimap/ui/Noninteractive.py -> build/bdist.linux-x86_64/wheel/./offlineimap/ui 2026-04-26 02:50:56,240 root INFO copying build/lib/offlineimap/ui/Machine.py -> build/bdist.linux-x86_64/wheel/./offlineimap/ui 2026-04-26 02:50:56,240 root INFO copying build/lib/offlineimap/ui/Curses.py -> build/bdist.linux-x86_64/wheel/./offlineimap/ui 2026-04-26 02:50:56,241 root INFO copying build/lib/offlineimap/ui/TTY.py -> build/bdist.linux-x86_64/wheel/./offlineimap/ui 2026-04-26 02:50:56,241 root INFO copying build/lib/offlineimap/ui/debuglock.py -> build/bdist.linux-x86_64/wheel/./offlineimap/ui 2026-04-26 02:50:56,241 root INFO copying build/lib/offlineimap/ui/__init__.py -> build/bdist.linux-x86_64/wheel/./offlineimap/ui 2026-04-26 02:50:56,242 root INFO copying build/lib/offlineimap/mbnames.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,242 root INFO copying build/lib/offlineimap/imaplibutil.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,243 root INFO copying build/lib/offlineimap/imapserver.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,243 root INFO copying build/lib/offlineimap/__init__.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,244 root INFO creating build/bdist.linux-x86_64/wheel/offlineimap/repository 2026-04-26 02:50:56,244 root INFO copying build/lib/offlineimap/repository/Maildir.py -> build/bdist.linux-x86_64/wheel/./offlineimap/repository 2026-04-26 02:50:56,244 root INFO copying build/lib/offlineimap/repository/Gmail.py -> build/bdist.linux-x86_64/wheel/./offlineimap/repository 2026-04-26 02:50:56,245 root INFO copying build/lib/offlineimap/repository/IMAP.py -> build/bdist.linux-x86_64/wheel/./offlineimap/repository 2026-04-26 02:50:56,245 root INFO copying build/lib/offlineimap/repository/GmailMaildir.py -> build/bdist.linux-x86_64/wheel/./offlineimap/repository 2026-04-26 02:50:56,246 root INFO copying build/lib/offlineimap/repository/Base.py -> build/bdist.linux-x86_64/wheel/./offlineimap/repository 2026-04-26 02:50:56,246 root INFO copying build/lib/offlineimap/repository/__init__.py -> build/bdist.linux-x86_64/wheel/./offlineimap/repository 2026-04-26 02:50:56,246 root INFO copying build/lib/offlineimap/repository/LocalStatus.py -> build/bdist.linux-x86_64/wheel/./offlineimap/repository 2026-04-26 02:50:56,247 root INFO copying build/lib/offlineimap/CustomConfig.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,247 root INFO copying build/lib/offlineimap/imaputil.py -> build/bdist.linux-x86_64/wheel/./offlineimap 2026-04-26 02:50:56,248 root INFO running install_egg_info 2026-04-26 02:50:56,254 root INFO running egg_info 2026-04-26 02:50:56,258 root INFO creating offlineimap.egg-info 2026-04-26 02:50:56,259 root INFO writing offlineimap.egg-info/PKG-INFO 2026-04-26 02:50:56,259 root INFO writing dependency_links to offlineimap.egg-info/dependency_links.txt 2026-04-26 02:50:56,260 root INFO writing top-level names to offlineimap.egg-info/top_level.txt 2026-04-26 02:50:56,260 root INFO writing manifest file 'offlineimap.egg-info/SOURCES.txt' 2026-04-26 02:50:56,268 root INFO reading manifest file 'offlineimap.egg-info/SOURCES.txt' 2026-04-26 02:50:56,268 root INFO reading manifest template 'MANIFEST.in' 2026-04-26 02:50:56,269 root WARNING warning: no previously-included files matching '.gitignore' found anywhere in distribution 2026-04-26 02:50:56,269 root WARNING warning: no previously-included files matching '.git' found anywhere in distribution 2026-04-26 02:50:56,270 root WARNING warning: no previously-included files matching '*.bak' found anywhere in distribution 2026-04-26 02:50:56,270 root WARNING warning: no previously-included files matching '*.orig' found anywhere in distribution 2026-04-26 02:50:56,270 root WARNING warning: no previously-included files matching '*.rej' found anywhere in distribution 2026-04-26 02:50:56,271 root WARNING warning: no files found matching 'MAINTAINERS' 2026-04-26 02:50:56,280 root INFO adding license file 'COPYING' 2026-04-26 02:50:56,283 root INFO writing manifest file 'offlineimap.egg-info/SOURCES.txt' 2026-04-26 02:50:56,283 root INFO Copying offlineimap.egg-info to build/bdist.linux-x86_64/wheel/./offlineimap-8.0.0-py3.14.egg-info 2026-04-26 02:50:56,285 root INFO running install_scripts 2026-04-26 02:50:56,285 root INFO creating build/bdist.linux-x86_64/wheel/offlineimap-8.0.0.data/scripts 2026-04-26 02:50:56,285 root INFO copying build/scripts-3.14/offlineimap -> build/bdist.linux-x86_64/wheel/offlineimap-8.0.0.data/scripts 2026-04-26 02:50:56,286 root INFO changing mode of build/bdist.linux-x86_64/wheel/offlineimap-8.0.0.data/scripts/offlineimap to 755 2026-04-26 02:50:56,288 root INFO creating build/bdist.linux-x86_64/wheel/offlineimap-8.0.0.dist-info/WHEEL 2026-04-26 02:50:56,289 wheel INFO creating '/home/buildozer/aports/community/offlineimap/src/offlineimap3-8.0.0/.dist/.tmp-9_pgdvtn/offlineimap-8.0.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2026-04-26 02:50:56,289 wheel INFO adding 'offlineimap/CustomConfig.py' 2026-04-26 02:50:56,290 wheel INFO adding 'offlineimap/__init__.py' 2026-04-26 02:50:56,290 wheel INFO adding 'offlineimap/accounts.py' 2026-04-26 02:50:56,291 wheel INFO adding 'offlineimap/error.py' 2026-04-26 02:50:56,291 wheel INFO adding 'offlineimap/globals.py' 2026-04-26 02:50:56,292 wheel INFO adding 'offlineimap/imaplibutil.py' 2026-04-26 02:50:56,292 wheel INFO adding 'offlineimap/imapserver.py' 2026-04-26 02:50:56,293 wheel INFO adding 'offlineimap/imaputil.py' 2026-04-26 02:50:56,293 wheel INFO adding 'offlineimap/init.py' 2026-04-26 02:50:56,294 wheel INFO adding 'offlineimap/localeval.py' 2026-04-26 02:50:56,294 wheel INFO adding 'offlineimap/mbnames.py' 2026-04-26 02:50:56,294 wheel INFO adding 'offlineimap/threadutil.py' 2026-04-26 02:50:56,295 wheel INFO adding 'offlineimap/folder/Base.py' 2026-04-26 02:50:56,296 wheel INFO adding 'offlineimap/folder/Gmail.py' 2026-04-26 02:50:56,296 wheel INFO adding 'offlineimap/folder/GmailMaildir.py' 2026-04-26 02:50:56,297 wheel INFO adding 'offlineimap/folder/IMAP.py' 2026-04-26 02:50:56,297 wheel INFO adding 'offlineimap/folder/LocalStatus.py' 2026-04-26 02:50:56,298 wheel INFO adding 'offlineimap/folder/LocalStatusSQLite.py' 2026-04-26 02:50:56,298 wheel INFO adding 'offlineimap/folder/Maildir.py' 2026-04-26 02:50:56,299 wheel INFO adding 'offlineimap/folder/UIDMaps.py' 2026-04-26 02:50:56,299 wheel INFO adding 'offlineimap/folder/__init__.py' 2026-04-26 02:50:56,300 wheel INFO adding 'offlineimap/repository/Base.py' 2026-04-26 02:50:56,300 wheel INFO adding 'offlineimap/repository/Gmail.py' 2026-04-26 02:50:56,301 wheel INFO adding 'offlineimap/repository/GmailMaildir.py' 2026-04-26 02:50:56,301 wheel INFO adding 'offlineimap/repository/IMAP.py' 2026-04-26 02:50:56,301 wheel INFO adding 'offlineimap/repository/LocalStatus.py' 2026-04-26 02:50:56,302 wheel INFO adding 'offlineimap/repository/Maildir.py' 2026-04-26 02:50:56,302 wheel INFO adding 'offlineimap/repository/__init__.py' 2026-04-26 02:50:56,303 wheel INFO adding 'offlineimap/ui/Curses.py' 2026-04-26 02:50:56,303 wheel INFO adding 'offlineimap/ui/Machine.py' 2026-04-26 02:50:56,304 wheel INFO adding 'offlineimap/ui/Noninteractive.py' 2026-04-26 02:50:56,304 wheel INFO adding 'offlineimap/ui/TTY.py' 2026-04-26 02:50:56,304 wheel INFO adding 'offlineimap/ui/UIBase.py' 2026-04-26 02:50:56,305 wheel INFO adding 'offlineimap/ui/__init__.py' 2026-04-26 02:50:56,305 wheel INFO adding 'offlineimap/ui/debuglock.py' 2026-04-26 02:50:56,306 wheel INFO adding 'offlineimap/utils/__init__.py' 2026-04-26 02:50:56,306 wheel INFO adding 'offlineimap/utils/const.py' 2026-04-26 02:50:56,306 wheel INFO adding 'offlineimap/utils/distro_utils.py' 2026-04-26 02:50:56,307 wheel INFO adding 'offlineimap/utils/stacktrace.py' 2026-04-26 02:50:56,307 wheel INFO adding 'offlineimap-8.0.0.data/scripts/offlineimap' 2026-04-26 02:50:56,308 wheel INFO adding 'offlineimap-8.0.0.dist-info/licenses/COPYING' 2026-04-26 02:50:56,308 wheel INFO adding 'offlineimap-8.0.0.dist-info/METADATA' 2026-04-26 02:50:56,309 wheel INFO adding 'offlineimap-8.0.0.dist-info/WHEEL' 2026-04-26 02:50:56,309 wheel INFO adding 'offlineimap-8.0.0.dist-info/top_level.txt' 2026-04-26 02:50:56,309 wheel INFO adding 'offlineimap-8.0.0.dist-info/RECORD' 2026-04-26 02:50:56,310 root INFO removing build/bdist.linux-x86_64/wheel 2026-04-26 02:50:56,313 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/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/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/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... Please specify at least one package name on the command line. >>> offlineimap-pyc*: Running postcheck for offlineimap-pyc >>> offlineimap*: Running postcheck for offlineimap >>> offlineimap*: Preparing package offlineimap... Please specify at least one package name on the command line. >>> 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 Sun, 26 Apr 2026 02:50:57 +0000 elapsed time 0h 0m 8s >>> offlineimap: Cleaning up srcdir >>> offlineimap: Cleaning up pkgdir >>> offlineimap: Uninstalling dependencies... ( 1/31) Purging .makedepends-offlineimap (20260426.025054) ( 2/31) Purging py3-distro-pyc (1.9.0-r4) ( 3/31) Purging py3-distro (1.9.0-r4) ( 4/31) Purging py3-imaplib2-pyc (3.6-r2) ( 5/31) Purging py3-imaplib2 (3.6-r2) ( 6/31) Purging py3-rfc6555-pyc (0.1.0-r3) ( 7/31) Purging py3-rfc6555 (0.1.0-r3) ( 8/31) Purging py3-gpep517-pyc (19-r2) ( 9/31) Purging py3-gpep517 (19-r2) (10/31) Purging py3-installer-pyc (1.0.0-r0) (11/31) Purging py3-installer (1.0.0-r0) (12/31) Purging py3-setuptools-pyc (82.0.1-r1) (13/31) Purging py3-setuptools (82.0.1-r1) (14/31) Purging py3-wheel-pyc (0.47.0-r0) (15/31) Purging py3-wheel (0.47.0-r0) (16/31) Purging py3-packaging-pyc (26.2-r0) (17/31) Purging py3-packaging (26.2-r0) (18/31) Purging py3-parsing-pyc (3.3.2-r1) (19/31) Purging py3-parsing (3.3.2-r1) (20/31) Purging python3-pyc (3.14.3-r0) (21/31) Purging python3-pycache-pyc0 (3.14.3-r0) (22/31) Purging pyc (3.14.3-r0) (23/31) Purging python3 (3.14.3-r0) (24/31) Purging gdbm (1.26-r0) (25/31) Purging libbz2 (1.0.8-r6) (26/31) Purging libffi (3.5.2-r1) (27/31) Purging libpanelw (6.6_p20260404-r0) (28/31) Purging mpdecimal (4.0.1-r0) (29/31) Purging readline (8.3.3-r1) (30/31) Purging sqlite-libs (3.53.0-r0) (31/31) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 439.9 MiB in 103 packages >>> offlineimap: Updating the community/x86_64 repository index... >>> offlineimap: Signing the index...