>>> py3-hoedown: Building community/py3-hoedown 0.3.0-r1 (using abuild 3.7.0_rc1-r2) started Thu, 24 Dec 2020 15:10:09 +0000 >>> py3-hoedown: Checking sanity of /home/buildozer/aports/community/py3-hoedown/APKBUILD... >>> WARNING: py3-hoedown: No maintainer >>> py3-hoedown: Analyzing dependencies... >>> py3-hoedown: Installing for build: build-base python3-dev py3-setuptools (1/15) Installing libbz2 (1.0.8-r1) (2/15) Installing libffi (3.3-r2) (3/15) Installing gdbm (1.18.1-r0) (4/15) Installing xz-libs (5.2.5-r0) (5/15) Installing readline (8.0.4-r0) (6/15) Installing sqlite-libs (3.34.0-r0) (7/15) Installing python3 (3.8.6-r0) (8/15) Installing python3-dev (3.8.6-r0) (9/15) Installing py3-ordered-set (4.0.2-r0) (10/15) Installing py3-appdirs (1.4.4-r1) (11/15) Installing py3-parsing (2.4.7-r1) (12/15) Installing py3-six (1.15.0-r0) (13/15) Installing py3-packaging (20.8-r0) (14/15) Installing py3-setuptools (51.0.0-r0) (15/15) Installing .makedepends-py3-hoedown (20201224.151017) Executing busybox-1.32.0-r8.trigger OK: 391 MiB in 101 packages >>> py3-hoedown: Cleaning up srcdir >>> py3-hoedown: Cleaning up pkgdir >>> py3-hoedown: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/hoedown-0.3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 122k 100 122k 0 0 1589k 0 --:--:-- --:--:-- --:--:-- 1589k >>> py3-hoedown: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/hoedown-0.3.0.tar.gz >>> py3-hoedown: Checking sha512sums... hoedown-0.3.0.tar.gz: OK >>> py3-hoedown: Unpacking /var/cache/distfiles/v3.13/hoedown-0.3.0.tar.gz... running build running build_ext building 'hoedown' extension creating build creating build/temp.linux-i686-3.8 creating build/temp.linux-i686-3.8/hoedownpy creating build/temp.linux-i686-3.8/hoedownpy/_hoedown creating build/temp.linux-i686-3.8/hoedownpy/_hoedown/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/hoedown.c -o build/temp.linux-i686-3.8/hoedownpy/hoedown.o hoedownpy/hoedown.c: In function '__Pyx_modinit_type_init_code': hoedownpy/hoedown.c:5164:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 5164 | __pyx_type_7hoedown_SmartyPants.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from hoedownpy/hoedown.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ hoedownpy/hoedown.c:5172:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 5172 | __pyx_type_7hoedown_BaseRenderer.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from hoedownpy/hoedown.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ hoedownpy/hoedown.c:5181:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 5181 | __pyx_type_7hoedown_HtmlRenderer.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from hoedownpy/hoedown.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ hoedownpy/hoedown.c:5190:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 5190 | __pyx_type_7hoedown_HtmlTocRenderer.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from hoedownpy/hoedown.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ hoedownpy/hoedown.c:5198:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 5198 | __pyx_type_7hoedown_Markdown.tp_print = 0; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.8/object.h:746, from /usr/include/python3.8/pytime.h:6, from /usr/include/python3.8/Python.h:85, from hoedownpy/hoedown.c:4: /usr/include/python3.8/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/wrapper.c -o build/temp.linux-i686-3.8/hoedownpy/wrapper.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/html.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/html.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/stack.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/stack.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/document.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/document.o hoedownpy/_hoedown/src/document.c: In function 'char_link': hoedownpy/_hoedown/src/document.c:1194:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 1194 | else nb_p--; i++; | ^~~~ hoedownpy/_hoedown/src/document.c:1194:18: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 1194 | else nb_p--; i++; | ^ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/html_smartypants.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/html_smartypants.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/html_blocks.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/html_blocks.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/escape.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/escape.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/buffer.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/buffer.o gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Dinithoedownpy=inithoedown -I/usr/include/python3.8 -c hoedownpy/_hoedown/src/autolink.c -o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/autolink.o creating build/lib.linux-i686-3.8 gcc -shared -Wl,--as-needed -Wl,--as-needed -Wl,--as-needed -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.8/hoedownpy/hoedown.o build/temp.linux-i686-3.8/hoedownpy/wrapper.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/html.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/stack.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/document.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/html_smartypants.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/html_blocks.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/escape.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/buffer.o build/temp.linux-i686-3.8/hoedownpy/_hoedown/src/autolink.o -L/usr/lib -o build/lib.linux-i686-3.8/hoedown.cpython-38-i386-linux-gnu.so running build_scripts creating build/scripts-3.8 copying and adjusting scripts/hoedownpy -> build/scripts-3.8 changing mode of build/scripts-3.8/hoedownpy from 644 to 755 >>> py3-hoedown: Entering fakeroot... running install running build running build_ext running build_scripts running install_lib creating /home/buildozer/aports/community/py3-hoedown/pkg creating /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown creating /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr creating /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/lib creating /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/lib/python3.8 creating /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/lib/python3.8/site-packages copying build/lib.linux-i686-3.8/hoedown.cpython-38-i386-linux-gnu.so -> /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/lib/python3.8/site-packages running install_egg_info running egg_info writing hoedown.egg-info/PKG-INFO writing dependency_links to hoedown.egg-info/dependency_links.txt writing requirements to hoedown.egg-info/requires.txt writing top-level names to hoedown.egg-info/top_level.txt reading manifest file 'hoedown.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'hoedown.egg-info/SOURCES.txt' Copying hoedown.egg-info to /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/lib/python3.8/site-packages/hoedown-0.3.0-py3.8.egg-info running install_scripts creating /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/bin copying build/scripts-3.8/hoedownpy -> /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/bin changing mode of /home/buildozer/aports/community/py3-hoedown/pkg/py3-hoedown/usr/bin/hoedownpy to 755 >>> py3-hoedown*: Running postcheck for py3-hoedown >>> py3-hoedown*: Preparing package py3-hoedown... >>> py3-hoedown*: Stripping binaries >>> py3-hoedown*: Scanning shared objects >>> py3-hoedown*: Tracing dependencies... so:libc.musl-x86.so.1 >>> py3-hoedown*: Package size: 176.0 KB >>> py3-hoedown*: Compressing data... >>> py3-hoedown*: Create checksum... >>> py3-hoedown*: Create py3-hoedown-0.3.0-r1.apk >>> py3-hoedown: Build complete at Thu, 24 Dec 2020 15:10:27 +0000 elapsed time 0h 0m 18s >>> py3-hoedown: Cleaning up srcdir >>> py3-hoedown: Cleaning up pkgdir >>> py3-hoedown: Uninstalling dependencies... (1/15) Purging .makedepends-py3-hoedown (20201224.151017) (2/15) Purging python3-dev (3.8.6-r0) (3/15) Purging py3-setuptools (51.0.0-r0) (4/15) Purging py3-ordered-set (4.0.2-r0) (5/15) Purging py3-appdirs (1.4.4-r1) (6/15) Purging py3-packaging (20.8-r0) (7/15) Purging py3-parsing (2.4.7-r1) (8/15) Purging py3-six (1.15.0-r0) (9/15) Purging python3 (3.8.6-r0) (10/15) Purging libbz2 (1.0.8-r1) (11/15) Purging libffi (3.3-r2) (12/15) Purging gdbm (1.18.1-r0) (13/15) Purging xz-libs (5.2.5-r0) (14/15) Purging readline (8.0.4-r0) (15/15) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-hoedown: Updating the community/x86 repository index... >>> py3-hoedown: Signing the index...