>>> cython: Building main/cython 0.29.24-r0 (using abuild 3.9.0_rc2-r1) started Fri, 29 Oct 2021 06:16:32 +0000 >>> cython: Checking sanity of /home/buildozer/aports/main/cython/APKBUILD... >>> cython: Analyzing dependencies... >>> cython: Installing for build: build-base python3 py3-setuptools python3-dev (1/14) Installing libffi (3.4.2-r1) (2/14) Installing gdbm (1.20-r2) (3/14) Installing mpdecimal (2.5.1-r1) (4/14) Installing readline (8.1.1-r0) (5/14) Installing sqlite-libs (3.36.0-r0) (6/14) Installing python3 (3.9.7-r3) (7/14) Installing py3-ordered-set (4.0.2-r2) (8/14) Installing py3-appdirs (1.4.4-r2) (9/14) Installing py3-parsing (2.4.7-r2) (10/14) Installing py3-six (1.16.0-r0) (11/14) Installing py3-packaging (20.9-r1) (12/14) Installing py3-setuptools (52.0.0-r4) (13/14) Installing python3-dev (3.9.7-r3) (14/14) Installing .makedepends-cython (20211029.061633) Executing busybox-1.34.1-r2.trigger OK: 808 MiB in 113 packages >>> cython: Cleaning up srcdir >>> cython: Cleaning up pkgdir >>> cython: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/cython-0.29.24.tar.gz >>> cython: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/cython-0.29.24.tar.gz >>> cython: Checking sha512sums... cython-0.29.24.tar.gz: OK cython-test-fix.patch: OK >>> cython: Unpacking /var/cache/distfiles/v3.15/cython-0.29.24.tar.gz... >>> cython: cython-test-fix.patch patching file tests/run/cpp_stl_conversion.pyx Unable to find pgen, not compiling formal grammar. running build running build_py creating build creating build/lib.linux-x86_64-3.9 copying cython.py -> build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/Cython copying Cython/TestUtils.py -> build/lib.linux-x86_64-3.9/Cython copying Cython/__init__.py -> build/lib.linux-x86_64-3.9/Cython copying Cython/Shadow.py -> build/lib.linux-x86_64-3.9/Cython copying Cython/CodeWriter.py -> build/lib.linux-x86_64-3.9/Cython copying Cython/Coverage.py -> build/lib.linux-x86_64-3.9/Cython copying Cython/StringIOTree.py -> build/lib.linux-x86_64-3.9/Cython copying Cython/Debugging.py -> build/lib.linux-x86_64-3.9/Cython copying Cython/Utils.py -> build/lib.linux-x86_64-3.9/Cython creating build/lib.linux-x86_64-3.9/Cython/Build copying Cython/Build/Inline.py -> build/lib.linux-x86_64-3.9/Cython/Build copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-3.9/Cython/Build copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-3.9/Cython/Build copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-3.9/Cython/Build copying Cython/Build/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Build copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-3.9/Cython/Build copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-3.9/Cython/Build creating build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-3.9/Cython/Compiler creating build/lib.linux-x86_64-3.9/Cython/Runtime copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Runtime creating build/lib.linux-x86_64-3.9/Cython/Distutils copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-3.9/Cython/Distutils copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-3.9/Cython/Distutils copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Distutils copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-3.9/Cython/Distutils creating build/lib.linux-x86_64-3.9/Cython/Debugger copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-3.9/Cython/Debugger copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Debugger copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger creating build/lib.linux-x86_64-3.9/Cython/Debugger/Tests copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests creating build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-3.9/Cython/Plex creating build/lib.linux-x86_64-3.9/Cython/Tests copying Cython/Tests/TestCythonUtils.py -> build/lib.linux-x86_64-3.9/Cython/Tests copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-3.9/Cython/Tests copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Tests copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.9/Cython/Tests copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-3.9/Cython/Tests copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-3.9/Cython/Tests creating build/lib.linux-x86_64-3.9/Cython/Build/Tests copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests copying Cython/Build/Tests/TestCyCache.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests creating build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestStringEncoding.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests creating build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Utility creating build/lib.linux-x86_64-3.9/Cython/Tempita copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-3.9/Cython/Tempita copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-3.9/Cython/Tempita copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Tempita copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-3.9/Cython/Tempita creating build/lib.linux-x86_64-3.9/pyximport copying pyximport/__init__.py -> build/lib.linux-x86_64-3.9/pyximport copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-3.9/pyximport copying pyximport/pyximport.py -> build/lib.linux-x86_64-3.9/pyximport creating build/lib.linux-x86_64-3.9/Cython/Includes copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes creating build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/genobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/ceval.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/memoryview.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/pylifecycle.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/codecs.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/conversion.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/iterobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/cellobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/bytearray.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython creating build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc creating build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix creating build/lib.linux-x86_64-3.9/Cython/Includes/numpy copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/numpy copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/numpy creating build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/forward_list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp creating build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-3.9/Cython/Runtime copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-3.9/Cython/Plex copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/AsyncGen.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-3.9/Cython/Utility copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-3.9/Cython/Utility running build_ext Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Scanners.py because it changed. Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Actions.py because it changed. Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Scanning.py because it changed. Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Visitor.py because it changed. Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FlowControl.py because it changed. Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Runtime/refnanny.pyx because it changed. Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FusedNode.py because it changed. Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Tempita/_tempita.py because it changed. [1/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FlowControl.py [2/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FusedNode.py [3/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Scanning.py [4/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Visitor.py [5/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Actions.py [6/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Scanners.py [7/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Runtime/refnanny.pyx [8/8] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Tempita/_tempita.py building 'Cython.Plex.Scanners' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/home creating build/temp.linux-x86_64-3.9/home/buildozer creating build/temp.linux-x86_64-3.9/home/buildozer/aports creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24 creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Scanners.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Scanners.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Plex/Scanners.cpython-39-x86_64-linux-musl.so building 'Cython.Plex.Actions' extension 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Actions.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Actions.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Plex/Actions.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Plex/Actions.cpython-39-x86_64-linux-musl.so building 'Cython.Compiler.Scanning' extension creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Scanning.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Scanning.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Scanning.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Compiler/Scanning.cpython-39-x86_64-linux-musl.so building 'Cython.Compiler.Visitor' extension 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Visitor.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Visitor.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Visitor.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Compiler/Visitor.cpython-39-x86_64-linux-musl.so building 'Cython.Compiler.FlowControl' extension 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FlowControl.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FlowControl.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FlowControl.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Compiler/FlowControl.cpython-39-x86_64-linux-musl.so building 'Cython.Runtime.refnanny' extension creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Runtime 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Runtime/refnanny.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Runtime/refnanny.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Runtime/refnanny.cpython-39-x86_64-linux-musl.so building 'Cython.Compiler.FusedNode' extension 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FusedNode.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FusedNode.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/FusedNode.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Compiler/FusedNode.cpython-39-x86_64-linux-musl.so building 'Cython.Tempita._tempita' extension creating build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Tempita 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 -I/usr/include/python3.9 -c /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Tempita/_tempita.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-x86_64-3.9/home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Tempita/_tempita.o -L/usr/lib -o build/lib.linux-x86_64-3.9/Cython/Tempita/_tempita.cpython-39-x86_64-linux-musl.so Python 3.9.7 (default, Oct 14 2021, 11:02:57) [GCC 10.3.1 20210921] Running tests against Cython 0.29.24 Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Using Cython language level 2. Backends: c,cpp Using Cython language level 2. Compiling /home/buildozer/.cython/inline/_cython_inline_cd93ee300f4deb46be18200e255a3117d87f973d.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_cd93ee300f4deb46be18200e255a3117d87f973d.pyx Using Cython language level 2. #### 2021-10-29 06:18:01.035892 /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Debugger/Tests/TestLibCython.py:65: UserWarning: Skipping gdb tests, need gdb >= 7.2 with Python >= 2.6 warnings.warn('Skipping gdb tests, need gdb >= 7.2 with Python >= 2.6') warning: /home/buildozer/.cython/inline/_cython_inline_91f7bdd0708f641745f98520405f4a4cf26bd57f.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_91f7bdd0708f641745f98520405f4a4cf26bd57f.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_91f7bdd0708f641745f98520405f4a4cf26bd57f.pyx /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx because it changed. [1/1] Cythonizing TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx because it changed. [1/1] Cythonizing TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx Compiling TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx because it changed. [1/1] Found compiled TEST_TMP/cycache-testn2t69rqm/srcbqfycfvw/a.pyx in cache /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/cycache-testw2k0ueou/srcqdrl7loo/a.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling TEST_TMP/cycache-testw2k0ueou/srcqdrl7loo/a.pyx because it changed. [1/1] Cythonizing TEST_TMP/cycache-testw2k0ueou/srcqdrl7loo/a.pyx Compiling TEST_TMP/cycache-testw2k0ueou/srcqdrl7loo/a.pyx because it changed. [1/1] Found compiled TEST_TMP/cycache-testw2k0ueou/srcqdrl7loo/a.pyx in cache /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/cycache-testb33zfy2d/src2_uq0y3e/a.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling TEST_TMP/cycache-testb33zfy2d/src2_uq0y3e/a.pyx because it changed. [1/1] Cythonizing TEST_TMP/cycache-testb33zfy2d/src2_uq0y3e/a.pyx Compiling TEST_TMP/cycache-testb33zfy2d/src2_uq0y3e/a.pyx because it changed. [1/1] Found compiled TEST_TMP/cycache-testb33zfy2d/src2_uq0y3e/a.pyx in cache /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx because it changed. [1/1] Cythonizing TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx /home/buildozer/aports/main/cython/src/cython-0.29.24/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx tree = Parsing.p_module(s, pxd, full_module_name) Compiling TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx because it changed. [1/1] Cythonizing TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx Compiling TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx because it changed. [1/1] Found compiled TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx in cache Compiling TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx because it changed. [1/1] Found compiled TEST_TMP/cycache-testl6z0wwsp/srcf7j3_t0t/options.pyx in cache warning: TEST_TMP/inline/_cython_inline_8e45a4943aafdf09fb08fa8c52fed01bd6c3d974.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_20c5048888db220fad8de7c7c8d98fdb69bfc798.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_20c5048888db220fad8de7c7c8d98fdb69bfc798.pyx Compiling /home/buildozer/.cython/inline/_cython_inline_61fb8d6050ed63840fc349f225b35d9c2be74abc.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_61fb8d6050ed63840fc349f225b35d9c2be74abc.pyx #### 2021-10-29 06:18:11.100625 Python build environment: Python sys.version_info(major=3, minor=9, micro=7, releaselevel='final', serial=0) PY_VERSION_HEX 0x30907F0 CYTHON_COMPILING_IN_CPYTHON 1 CYTHON_COMPILING_IN_PYPY 0 CYTHON_COMPILING_IN_PYSTON 0 CYTHON_USE_PYLONG_INTERNALS 1 CYTHON_USE_PYLIST_INTERNALS 1 CYTHON_USE_UNICODE_INTERNALS 1 CYTHON_USE_UNICODE_WRITER 1 CYTHON_AVOID_BORROWED_REFS 0 CYTHON_ASSUME_SAFE_MACROS 1 CYTHON_UNPACK_METHODS 1 CYTHON_FAST_THREAD_STATE 1 CYTHON_FAST_PYCALL 1 CYTHON_PEP489_MULTI_PHASE_INIT 1 CYTHON_USE_TP_FINALIZE 1 PyLong_BASE 0x40000000 PyLong_MASK 0x3FFFFFFF PyLong_SHIFT 30 sizeof(digit) 4 sizeof(sdigit) 4 sys.int_info sys.int_info(bits_per_digit=30, sizeof_digit=4) sys.getsizeof(1, 2**14, 2**15, 2**29, 2**30, 2**59, 2**60, 2**64) (28, 28, 28, 28, 32, 32, 36, 36) SIZEOF_INT 4 (4) SIZEOF_LONG 8 (8) SIZEOF_SIZE_T 8 (8, 9223372036854775807) SIZEOF_LONG_LONG 8 (8) SIZEOF_VOID_P 8 (8) SIZEOF_UINTPTR_T 8 (8) SIZEOF_OFF_T 8 Distutils: INCDIR = /usr/include/python3.9 LIBS = -ldl -lm LIBDIR = /usr/lib LIBPL = /usr/lib/python3.9/config-3.9-x86_64-linux-musl Python LIBRARY = libpython3.9.a LINKFORSHARED = -Xlinker -export-dynamic CC (distutils) = gcc CC (env) = gcc CFLAGS (distutils) = -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 CFLAGS (env) = -Os -fomit-frame-pointer LINKCC (distutils) = gcc LINKCC (env) = Encodings: sys maxunicode = 1114111 LANG (env) = C.UTF-8 PYTHONIOENCODING (env) = sys stdout encoding = utf-8 sys default encoding = utf-8 sys FS encoding = utf-8 warning: TEST_TMP/inline/_cython_inline_1e16f9ab588a956510372631f6673e71cf81f1cb.pyx:6:4: Unreachable code warning: TEST_TMP/inline/_cython_inline_34212c97dd1820a6c21ac9be079e5102507c0b95.pyx:11:4: Unreachable code warning: TEST_TMP/inline/_cython_inline_d0b63b52db7e6b6e695166cc4f10e2c20d7de232.pyx:6:4: Unreachable code warning: TEST_TMP/inline/_cython_inline_227eaa4347ab39ab06d4c918564a4626fc486abd.pyx:8:4: Unreachable code Python build environment: Python sys.version_info(major=3, minor=9, micro=7, releaselevel='final', serial=0) PY_VERSION_HEX 0x30907F0 CYTHON_COMPILING_IN_CPYTHON 1 CYTHON_COMPILING_IN_PYPY 0 CYTHON_COMPILING_IN_PYSTON 0 CYTHON_USE_PYLONG_INTERNALS 1 CYTHON_USE_PYLIST_INTERNALS 1 CYTHON_USE_UNICODE_INTERNALS 1 CYTHON_USE_UNICODE_WRITER 1 CYTHON_AVOID_BORROWED_REFS 0 CYTHON_ASSUME_SAFE_MACROS 1 CYTHON_UNPACK_METHODS 1 CYTHON_FAST_THREAD_STATE 1 CYTHON_FAST_PYCALL 1 CYTHON_PEP489_MULTI_PHASE_INIT 1 CYTHON_USE_TP_FINALIZE 1 PyLong_BASE 0x40000000 PyLong_MASK 0x3FFFFFFF PyLong_SHIFT 30 sizeof(digit) 4 sizeof(sdigit) 4 sys.int_info sys.int_info(bits_per_digit=30, sizeof_digit=4) sys.getsizeof(1, 2**14, 2**15, 2**29, 2**30, 2**59, 2**60, 2**64) (28, 28, 28, 28, 32, 32, 36, 36) SIZEOF_INT 4 (4) SIZEOF_LONG 8 (8) SIZEOF_SIZE_T 8 (8, 9223372036854775807) SIZEOF_LONG_LONG 8 (8) SIZEOF_VOID_P 8 (8) SIZEOF_UINTPTR_T 8 (8) SIZEOF_OFF_T 8 Distutils: INCDIR = /usr/include/python3.9 LIBS = -ldl -lm LIBDIR = /usr/lib LIBPL = /usr/lib/python3.9/config-3.9-x86_64-linux-musl Python LIBRARY = libpython3.9.a LINKFORSHARED = -Xlinker -export-dynamic CC (distutils) = gcc CC (env) = gcc CFLAGS (distutils) = -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 CFLAGS (env) = -Os -fomit-frame-pointer LINKCC (distutils) = gcc LINKCC (env) = Encodings: sys maxunicode = 1114111 LANG (env) = C.UTF-8 PYTHONIOENCODING (env) = sys stdout encoding = utf-8 sys default encoding = utf-8 sys FS encoding = utf-8 #### 2021-10-29 06:18:21.155893 === C/C++ compiler error output: === cvardef.c: In function '__pyx_pf_7cvardef_f': cvardef.c:1142:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable] 1142 | char **__pyx_v_a_2d_char_ptr_ptr_array[10][20]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cvardef.c:1141:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable] 1141 | char *__pyx_v_a_2d_char_ptr_array[10][20]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cvardef.c:1140:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable] 1140 | char __pyx_v_a_2d_char_array[10][20]; | ^~~~~~~~~~~~~~~~~~~~~~~ cvardef.c:1139:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable] 1139 | char __pyx_v_a_sized_char_array[10]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === cvardef.cpp: In function 'PyObject* __pyx_pf_7cvardef_f(PyObject*)': cvardef.cpp:1153:8: warning: variable '__pyx_v_a_sized_char_array' set but not used [-Wunused-but-set-variable] 1153 | char __pyx_v_a_sized_char_array[10]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cvardef.cpp:1154:8: warning: variable '__pyx_v_a_2d_char_array' set but not used [-Wunused-but-set-variable] 1154 | char __pyx_v_a_2d_char_array[10][20]; | ^~~~~~~~~~~~~~~~~~~~~~~ cvardef.cpp:1155:9: warning: variable '__pyx_v_a_2d_char_ptr_array' set but not used [-Wunused-but-set-variable] 1155 | char *__pyx_v_a_2d_char_ptr_array[10][20]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cvardef.cpp:1156:10: warning: variable '__pyx_v_a_2d_char_ptr_ptr_array' set but not used [-Wunused-but-set-variable] 1156 | char **__pyx_v_a_2d_char_ptr_ptr_array[10][20]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:18:31.208949 === C/C++ compiler error output: === cdef_syntax.c: In function '__pyx_pf_11cdef_syntax_use_cdef': cdef_syntax.c:1141:144: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable] 1141 | __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__and_PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__etc __pyx_t_1; | ^~~~~~~~~ ==================================== === C/C++ compiler error output: === cdef_syntax.cpp: In function 'PyObject* __pyx_pf_11cdef_syntax_use_cdef(PyObject*)': cdef_syntax.cpp:1155:144: warning: variable '__pyx_t_1' set but not used [-Wunused-but-set-variable] 1155 | __pyx_ctuple_794329__PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__and_PyObject__ptr__lParen__ptr__rParen__lParenvoid__rParen__etc __pyx_t_1; | ^~~~~~~~~ ==================================== #### 2021-10-29 06:18:41.295616 #### 2021-10-29 06:18:51.396173 === C/C++ compiler error output: === hinsen2.c:2753:12: warning: '__Pyx__ArgTypeTest' defined but not used [-Wunused-function] 2753 | static int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const char *name, int exact) | ^~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:19:01.458947 === C/C++ compiler error output: === hinsen2.cpp:2767:12: warning: 'int __Pyx__ArgTypeTest(PyObject*, PyTypeObject*, const char*, int)' defined but not used [-Wunused-function] 2767 | static int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const char *name, int exact) | ^~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:19:11.522280 === C/C++ compiler error output: === builtin_basestring.c: In function '__pyx_pf_18builtin_basestring_2basestring_is_unicode_in_py3': builtin_basestring.c:1325:39: warning: self-comparison always evaluates to true [-Wtautological-compare] 1325 | __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type)); | ^~ builtin_basestring.c:1354:39: warning: self-comparison always evaluates to false [-Wtautological-compare] 1354 | __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type)); | ^~ ==================================== #### 2021-10-29 06:19:21.562279 === C/C++ compiler error output: === builtin_basestring.cpp: In function 'PyObject* __pyx_pf_18builtin_basestring_2basestring_is_unicode_in_py3(PyObject*)': builtin_basestring.cpp:1339:39: warning: self-comparison always evaluates to true [-Wtautological-compare] 1339 | __pyx_t_2 = ((&PyBaseString_Type) == (&PyUnicode_Type)); | ~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~ builtin_basestring.cpp:1368:39: warning: self-comparison always evaluates to false [-Wtautological-compare] 1368 | __pyx_t_2 = ((&PyBaseString_Type) != (&PyUnicode_Type)); | ~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === cc1: warning: command-line option '-fpermissive' is valid for C++/ObjC++ but not for C cpdef_extern_func.c: In function '__pyx_pymod_exec_cpdef_extern_func': cpdef_extern_func.c:2154:85: warning: passing argument 1 of '__Pyx_CFunc_const__char______const__char________int___to_py' from incompatible pointer type [-Wincompatible-pointer-types] 2154 | PyObject* wrapped = __Pyx_CFunc_const__char______const__char________int___to_py(strchr); | ^~~~~~ | | | char * (*)(const char *, int) cpdef_extern_func.c:1484:92: note: expected 'const char * (*)(const char *, int)' but argument is of type 'char * (*)(const char *, int)' 1484 | static PyObject *__Pyx_CFunc_const__char______const__char________int___to_py(char const *(*__pyx_v_f)(char const *, int)) { | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === cpdef_extern_func.cpp: In function 'int __pyx_pymod_exec_cpdef_extern_func(PyObject*)': cpdef_extern_func.cpp:2168:85: warning: invalid conversion from 'char* (*)(const char*, int)' to 'const char* (*)(const char*, int)' [-fpermissive] 2168 | PyObject* wrapped = __Pyx_CFunc_const__char______const__char________int___to_py(strchr); | ^~~~~~ | | | char* (*)(const char*, int) cpdef_extern_func.cpp:1498:92: note: initializing argument 1 of 'PyObject* __Pyx_CFunc_const__char______const__char________int___to_py(const char* (*)(const char*, int))' 1498 | static PyObject *__Pyx_CFunc_const__char______const__char________int___to_py(char const *(*__pyx_v_f)(char const *, int)) { | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:19:31.618943 === C/C++ compiler error output: === cpp_classes_def.cpp: In function 'PyObject* __pyx_pw_15cpp_classes_def_3test_BaseMethods(PyObject*, PyObject*)': cpp_classes_def.cpp:2386:16: warning: '__pyx_v_subClass' may be used uninitialized in this function [-Wmaybe-uninitialized] 2386 | delete __pyx_v_subClass; | ^~~~~~~~~~~~~~~~ cpp_classes_def.cpp:2296:39: note: '__pyx_v_subClass' was declared here 2296 | __pyx_t_15cpp_classes_def_SubClass *__pyx_v_subClass; | ^~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:19:41.657043 #### 2021-10-29 06:19:51.702272 #### 2021-10-29 06:20:01.773972 #### 2021-10-29 06:20:11.806168 === C/C++ compiler error output: === cpp_stl_function.cpp: In function 'std::function* __pyx_f_16cpp_stl_function_14FunctionKeeper__get_function_ptr_from_name(__pyx_obj_16cpp_stl_function_FunctionKeeper*, PyObject*)': cpp_stl_function.cpp:1661:10: warning: '__pyx_v_f' may be used uninitialized in this function [-Wmaybe-uninitialized] 1661 | return __pyx_r; | ^~~~~~~ ==================================== #### 2021-10-29 06:20:21.898941 #### 2021-10-29 06:20:31.966731 #### 2021-10-29 06:20:42.062270 === C/C++ compiler error output: === cyfunction_defaults.c:17835:20: warning: '__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__' defined but not used [-Wunused-variable] 17835 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:17775:20: warning: '__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__' defined but not used [-Wunused-variable] 17775 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:14628:20: warning: '__pyx_mdef___pyx_memoryview_3__setstate_cython__' defined but not used [-Wunused-variable] 14628 | static PyMethodDef __pyx_mdef___pyx_memoryview_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:14568:20: warning: '__pyx_mdef___pyx_memoryview_1__reduce_cython__' defined but not used [-Wunused-variable] 14568 | static PyMethodDef __pyx_mdef___pyx_memoryview_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:14470:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran' defined but not used [-Wunused-variable] 14470 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran = {"copy_fortran", (PyCFunction)__pyx_memoryview_copy_fortran, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:14371:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy' defined but not used [-Wunused-variable] 14371 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_21copy = {"copy", (PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:14290:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig' defined but not used [-Wunused-variable] 14290 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig = {"is_f_contig", (PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:14209:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig' defined but not used [-Wunused-variable] 14209 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig = {"is_c_contig", (PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:9928:20: warning: '__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__' defined but not used [-Wunused-variable] 9928 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:9664:20: warning: '__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__' defined but not used [-Wunused-variable] 9664 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:9260:20: warning: '__pyx_mdef___pyx_array_3__setstate_cython__' defined but not used [-Wunused-variable] 9260 | static PyMethodDef __pyx_mdef___pyx_array_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.c:9200:20: warning: '__pyx_mdef___pyx_array_1__reduce_cython__' defined but not used [-Wunused-variable] 9200 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== RuntimeError Exception ignored in: 'cpdef_void_return.unraisable' Traceback (most recent call last): File "", line 1, in RuntimeError: #### 2021-10-29 06:20:52.125599 RuntimeError Exception ignored in: 'cpdef_void_return.unraisable' Traceback (most recent call last): File "", line 1, in RuntimeError: #### 2021-10-29 06:21:02.205601 #### 2021-10-29 06:21:12.285598 RuntimeError: HUHU ! Exception ignored in: 'exttype_dealloc.ExtTypeRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: HUHU ! RuntimeError: Cleaning up ! Exception ignored in: 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: Cleaning up ! RuntimeError: HUHU ! Exception ignored in: 'exttype_dealloc.ExtTypeRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: HUHU ! RuntimeError: Cleaning up ! Exception ignored in: 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: Cleaning up ! === C/C++ compiler error output: === cyfunction.c: In function '__pyx_pf_10cyfunction_16test_annotations_inner': cyfunction.c:3853:71: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] 3853 | struct __pyx_obj_10cyfunction___pyx_scope_struct__test_annotations *__pyx_cur_scope; | ^~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:21:22.408932 === C/C++ compiler error output: === cyfunction_defaults.cpp:17849:20: warning: '__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__' defined but not used [-Wunused-variable] 17849 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:17789:20: warning: '__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__' defined but not used [-Wunused-variable] 17789 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:14642:20: warning: '__pyx_mdef___pyx_memoryview_3__setstate_cython__' defined but not used [-Wunused-variable] 14642 | static PyMethodDef __pyx_mdef___pyx_memoryview_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:14582:20: warning: '__pyx_mdef___pyx_memoryview_1__reduce_cython__' defined but not used [-Wunused-variable] 14582 | static PyMethodDef __pyx_mdef___pyx_memoryview_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:14484:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran' defined but not used [-Wunused-variable] 14484 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran = {"copy_fortran", (PyCFunction)__pyx_memoryview_copy_fortran, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:14385:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy' defined but not used [-Wunused-variable] 14385 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_21copy = {"copy", (PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:14304:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig' defined but not used [-Wunused-variable] 14304 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig = {"is_f_contig", (PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:14223:20: warning: '__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig' defined but not used [-Wunused-variable] 14223 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig = {"is_c_contig", (PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:9942:20: warning: '__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__' defined but not used [-Wunused-variable] 9942 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:9678:20: warning: '__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__' defined but not used [-Wunused-variable] 9678 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:9274:20: warning: '__pyx_mdef___pyx_array_3__setstate_cython__' defined but not used [-Wunused-variable] 9274 | static PyMethodDef __pyx_mdef___pyx_array_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, METH_O, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cyfunction_defaults.cpp:9214:20: warning: '__pyx_mdef___pyx_array_1__reduce_cython__' defined but not used [-Wunused-variable] 9214 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__, METH_NOARGS, 0}; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === memslice.c: In function '__pyx_convert__to_py_struct____pyx_t_8memslice_PackedArrayStruct': memslice.c:84602:38: warning: taking address of packed member of 'struct __pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member] 84602 | member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad; | ~^~~~~ ==================================== RuntimeError: HUHU ! Exception ignored in: 'exttype_dealloc.ExtTypeRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: HUHU ! RuntimeError: Cleaning up ! Exception ignored in: 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: Cleaning up ! #### 2021-10-29 06:21:32.479220 RuntimeError: HUHU ! Exception ignored in: 'exttype_dealloc.ExtTypeRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: HUHU ! RuntimeError: Cleaning up ! Exception ignored in: 'exttype_dealloc.ExtTypeRefCycleRaise.__dealloc__' Traceback (most recent call last): File "", line 1, in RuntimeError: Cleaning up ! === C/C++ compiler error output: === cyfunction.cpp: In function 'PyObject* __pyx_pf_10cyfunction_16test_annotations_inner(PyObject*, PyObject*, PyObject*)': cyfunction.cpp:3867:71: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] 3867 | struct __pyx_obj_10cyfunction___pyx_scope_struct__test_annotations *__pyx_cur_scope; | ^~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:21:42.547021 #### 2021-10-29 06:21:52.612268 #### 2021-10-29 06:22:02.699493 #### 2021-10-29 06:22:12.799213 acquired default acquired Global_A /usr/lib/python3.9/doctest.py:1343: RuntimeWarning: coroutine 'yield_from_cyobject..simple_nonit' was never awaited exception = sys.exc_info() :1: RuntimeWarning: coroutine 'py_simple_nonit' was never awaited next(yield_from(py_simple_nonit())) RuntimeWarning: Enable tracemalloc to get the object allocation traceback /usr/lib/python3.9/doctest.py:1343: RuntimeWarning: coroutine 'py_simple_nonit' was never awaited exception = sys.exc_info() RuntimeWarning: Enable tracemalloc to get the object allocation traceback #### 2021-10-29 06:22:22.845594 :1: RuntimeWarning: coroutine 'py_simple_nonit' was never awaited next(yield_from(py_simple_nonit())) RuntimeWarning: Enable tracemalloc to get the object allocation traceback #### 2021-10-29 06:22:32.922274 #### 2021-10-29 06:22:42.988924 === C/C++ compiler error output: === embedsignatures.c:10528:18: warning: '__pyx_pf_15embedsignatures_3Foo_3m13_genexpr' defined but not used [-Wunused-function] 10528 | static PyObject *__pyx_pf_15embedsignatures_3Foo_3m13_genexpr(CYTHON_UNUSED PyObject *__pyx_self) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ embedsignatures.c:10390:18: warning: '__pyx_pf_15embedsignatures_3Foo_3m12_genexpr' defined but not used [-Wunused-function] 10390 | static PyObject *__pyx_pf_15embedsignatures_3Foo_3m12_genexpr(CYTHON_UNUSED PyObject *__pyx_self) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:22:53.049491 ---------------------------------------------------------------------- Ran 328 tests in 298.407s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (9/24) #### 2021-10-29 06:23:03.122539 #### 2021-10-29 06:23:13.218920 === C/C++ compiler error output: === py_unicode_type.c: In function '__pyx_pf_15py_unicode_type_10unicode_methods': py_unicode_type.c:2036:3: warning: '_PyUnicode_ToTitlecase' is deprecated [-Wdeprecated-declarations] 2036 | __pyx_t_1 = Py_UNICODE_TOTITLE(__pyx_v_uchar); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_type.c:6: /usr/include/python3.9/cpython/unicodeobject.h:1099:40: note: declared here 1099 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UCS4) _PyUnicode_ToTitlecase( | ^~~~~~~~~~~~~~~~~~~~~~ ==================================== ---------------------------------------------------------------------- Ran 235 tests in 318.153s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (8/24) === C/C++ compiler error output: === In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_type.cpp:6: py_unicode_type.cpp: In function 'PyObject* __pyx_pf_15py_unicode_type_10unicode_methods(PyObject*, Py_UNICODE)': /usr/include/python3.9/cpython/unicodeobject.h:34:57: warning: 'Py_UCS4 _PyUnicode_ToTitlecase(Py_UCS4)' is deprecated [-Wdeprecated-declarations] 34 | #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) | ^ py_unicode_type.cpp:2050:15: note: in expansion of macro 'Py_UNICODE_TOTITLE' 2050 | __pyx_t_1 = Py_UNICODE_TOTITLE(__pyx_v_uchar); | ^~~~~~~~~~~~~~~~~~ /usr/include/python3.9/cpython/unicodeobject.h:1099:40: note: declared here 1099 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UCS4) _PyUnicode_ToTitlecase( | ^~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:23:23.312706 === C/C++ compiler error output: === embedsignatures.cpp:10542:18: warning: 'PyObject* __pyx_pf_15embedsignatures_3Foo_3m13_genexpr(PyObject*)' defined but not used [-Wunused-function] 10542 | static PyObject *__pyx_pf_15embedsignatures_3Foo_3m13_genexpr(CYTHON_UNUSED PyObject *__pyx_self) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ embedsignatures.cpp:10404:18: warning: 'PyObject* __pyx_pf_15embedsignatures_3Foo_3m12_genexpr(PyObject*)' defined but not used [-Wunused-function] 10404 | static PyObject *__pyx_pf_15embedsignatures_3Foo_3m12_genexpr(CYTHON_UNUSED PyObject *__pyx_self) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === unused_args.c:1412:18: warning: '__pyx_f_11unused_args_c_unused_optional' defined but not used [-Wunused-function] 1412 | static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unused_args.c:1362:18: warning: '__pyx_f_11unused_args_c_unused_simple' defined but not used [-Wunused-function] 1362 | static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:23:33.359201 === C/C++ compiler error output: === unused_args.cpp:1426:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_11unused_args_c_unused_optional*)' defined but not used [-Wunused-function] 1426 | static PyObject *__pyx_f_11unused_args_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_11unused_args_c_unused_optional *__pyx_optional_args) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unused_args.cpp:1376:18: warning: 'PyObject* __pyx_f_11unused_args_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function] 1376 | static PyObject *__pyx_f_11unused_args_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === sequential_parallel.c: In function '__pyx_pf_19sequential_parallel_58test_chunksize': sequential_parallel.c:15308:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable] 15308 | int __pyx_t_3; | ^~~~~~~~~ sequential_parallel.c: In function '__pyx_pf_19sequential_parallel_68test_inner_private': sequential_parallel.c:17458:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable] 17458 | int __pyx_t_4; | ^~~~~~~~~ ==================================== #### 2021-10-29 06:23:43.412819 === C/C++ compiler error output: === shrubbery_2.c:1123:47: warning: '__pyx_f_11shrubbery_2_another_shrubbery' defined but not used [-Wunused-function] 1123 | static struct __pyx_obj_9my_module_Shrubbery *__pyx_f_11shrubbery_2_another_shrubbery(struct __pyx_obj_9my_module_Shrubbery *__pyx_v_sh1) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === shrubbery_2.cpp:1137:47: warning: '__pyx_obj_9my_module_Shrubbery* __pyx_f_11shrubbery_2_another_shrubbery(__pyx_obj_9my_module_Shrubbery*)' defined but not used [-Wunused-function] 1137 | static struct __pyx_obj_9my_module_Shrubbery *__pyx_f_11shrubbery_2_another_shrubbery(struct __pyx_obj_9my_module_Shrubbery *__pyx_v_sh1) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:23:53.469486 #### 2021-10-29 06:24:03.522826 ---------------------------------------------------------------------- Ran 329 tests in 367.275s OK (skipped=2) Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (10/24) === C/C++ compiler error output: === memslice.cpp: In function 'PyObject* __pyx_convert__to_py_struct____pyx_t_8memslice_PackedArrayStruct(__pyx_t_8memslice_PackedArrayStruct)': memslice.cpp:84616:39: warning: taking address of packed member of '__pyx_t_8memslice_PackedArrayStruct' may result in an unaligned pointer value [-Waddress-of-packed-member] 84616 | member = __Pyx_carray_to_py_int(s.ints, 10); if (unlikely(!member)) goto bad; | ~~^~~~ ==================================== #### 2021-10-29 06:24:13.612544 === C/C++ compiler error output: === sequential_parallel.cpp: In function 'PyObject* __pyx_pf_19sequential_parallel_58test_chunksize(PyObject*)': sequential_parallel.cpp:15322:7: warning: variable '__pyx_t_3' set but not used [-Wunused-but-set-variable] 15322 | int __pyx_t_3; | ^~~~~~~~~ sequential_parallel.cpp: In function 'PyObject* __pyx_pf_19sequential_parallel_68test_inner_private(PyObject*)': sequential_parallel.cpp:17472:7: warning: variable '__pyx_t_4' set but not used [-Wunused-but-set-variable] 17472 | int __pyx_t_4; | ^~~~~~~~~ ==================================== === C/C++ compiler error output: === breaking_loop.c:1116:12: warning: '__pyx_f_13breaking_loop_func' defined but not used [-Wunused-function] 1116 | static int __pyx_f_13breaking_loop_func(CYTHON_UNUSED Py_ssize_t __pyx_v_n) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === breaking_loop.cpp:1130:12: warning: 'int __pyx_f_13breaking_loop_func(Py_ssize_t)' defined but not used [-Wunused-function] 1130 | static int __pyx_f_13breaking_loop_func(CYTHON_UNUSED Py_ssize_t __pyx_v_n) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:24:23.678915 ---------------------------------------------------------------------- Ran 325 tests in 387.229s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (13/24) #### 2021-10-29 06:24:33.738913 #### 2021-10-29 06:24:43.788913 === C/C++ compiler error output: === pointers.c: In function '__pyx_pf_8pointers_compare': pointers.c:1169:65: warning: self-comparison always evaluates to true [-Wtautological-compare] 1169 | __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error) | ^~ pointers.c: In function '__pyx_pf_8pointers_4bool_binop': pointers.c:1472:44: warning: self-comparison always evaluates to true [-Wtautological-compare] 1472 | __pyx_t_2 = ((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string) != 0); | ^~ pointers.c: In function '__pyx_pf_8pointers_6bool_binop_truth': pointers.c:1613:44: warning: self-comparison always evaluates to true [-Wtautological-compare] 1613 | __pyx_t_2 = ((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string) != 0); | ^~ ==================================== === C/C++ compiler error output: === c_code_docstring.c:621:17: warning: 'square' defined but not used [-Wunused-function] 621 | static long square(long x) {return x * x;} | ^~~~~~ ==================================== === C/C++ compiler error output: === c_code_docstring.cpp:635:17: warning: 'long int square(long int)' defined but not used [-Wunused-function] 635 | static long square(long x) {return x * x;} | ^~~~~~ ==================================== === C/C++ compiler error output: === pointers.cpp: In function 'PyObject* __pyx_pf_8pointers_compare(PyObject*)': pointers.cpp:1183:65: warning: self-comparison always evaluates to true [-Wtautological-compare] 1183 | __pyx_t_1 = __Pyx_PyBool_FromLong((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string)); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ pointers.cpp: In function 'PyObject* __pyx_pf_8pointers_4bool_binop(PyObject*)': pointers.cpp:1486:44: warning: self-comparison always evaluates to true [-Wtautological-compare] 1486 | __pyx_t_2 = ((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string) != 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ pointers.cpp: In function 'PyObject* __pyx_pf_8pointers_6bool_binop_truth(PyObject*, int)': pointers.cpp:1627:44: warning: self-comparison always evaluates to true [-Wtautological-compare] 1627 | __pyx_t_2 = ((__pyx_v_8pointers_c_string == __pyx_v_8pointers_c_string) != 0); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === libc_sin.c:1056:15: warning: '__pyx_f_8libc_sin_f' defined but not used [-Wunused-function] 1056 | static double __pyx_f_8libc_sin_f(double __pyx_v_x) { | ^~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === py_ucs4_type.c: In function '__pyx_pf_12py_ucs4_type_12unicode_methods': py_ucs4_type.c:2244:3: warning: '_PyUnicode_ToTitlecase' is deprecated [-Wdeprecated-declarations] 2244 | __pyx_t_1 = Py_UNICODE_TOTITLE(__pyx_v_uchar); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_ucs4_type.c:6: /usr/include/python3.9/cpython/unicodeobject.h:1099:40: note: declared here 1099 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UCS4) _PyUnicode_ToTitlecase( | ^~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:24:53.842247 === C/C++ compiler error output: === set.c: In function '__pyx_pf_3set_cython_set': set.c:1672:32: warning: self-comparison always evaluates to true [-Wtautological-compare] 1672 | __pyx_t_1 = ((&PySet_Type) == (&PySet_Type)); | ^~ set.c: In function '__pyx_pf_3set_2cython_frozenset': set.c:1753:38: warning: self-comparison always evaluates to true [-Wtautological-compare] 1753 | __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type)); | ^~ ==================================== === C/C++ compiler error output: === libc_sin.cpp:1070:15: warning: 'double __pyx_f_8libc_sin_f(double)' defined but not used [-Wunused-function] 1070 | static double __pyx_f_8libc_sin_f(double __pyx_v_x) { | ^~~~~~~~~~~~~~~~~~~ ==================================== acquired default acquired Global_A === C/C++ compiler error output: === locals.c: In function '__pyx_pf_6locals_14locals_ctype': locals.c:2440:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable] 2440 | int *__pyx_v_p; | ^~~~~~~~~ locals.c: In function '__pyx_pf_6locals_16locals_ctype_inferred': locals.c:2527:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable] 2527 | int *__pyx_v_b; | ^~~~~~~~~ ==================================== ---------------------------------------------------------------------- Ran 439 tests in 416.879s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (5/24) ---------------------------------------------------------------------- Ran 314 tests in 418.544s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (6/24) === C/C++ compiler error output: === In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_ucs4_type.cpp:6: py_ucs4_type.cpp: In function 'PyObject* __pyx_pf_12py_ucs4_type_12unicode_methods(PyObject*, Py_UCS4)': /usr/include/python3.9/cpython/unicodeobject.h:34:57: warning: 'Py_UCS4 _PyUnicode_ToTitlecase(Py_UCS4)' is deprecated [-Wdeprecated-declarations] 34 | #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) | ^ py_ucs4_type.cpp:2258:15: note: in expansion of macro 'Py_UNICODE_TOTITLE' 2258 | __pyx_t_1 = Py_UNICODE_TOTITLE(__pyx_v_uchar); | ^~~~~~~~~~~~~~~~~~ /usr/include/python3.9/cpython/unicodeobject.h:1099:40: note: declared here 1099 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UCS4) _PyUnicode_ToTitlecase( | ^~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === locals.cpp: In function 'PyObject* __pyx_pf_6locals_14locals_ctype(PyObject*)': locals.cpp:2454:8: warning: variable '__pyx_v_p' set but not used [-Wunused-but-set-variable] 2454 | int *__pyx_v_p; | ^~~~~~~~~ locals.cpp: In function 'PyObject* __pyx_pf_6locals_16locals_ctype_inferred(PyObject*)': locals.cpp:2541:8: warning: variable '__pyx_v_b' set but not used [-Wunused-but-set-variable] 2541 | int *__pyx_v_b; | ^~~~~~~~~ ==================================== === C/C++ compiler error output: === set.cpp: In function 'PyObject* __pyx_pf_3set_cython_set(PyObject*)': set.cpp:1686:32: warning: self-comparison always evaluates to true [-Wtautological-compare] 1686 | __pyx_t_1 = ((&PySet_Type) == (&PySet_Type)); | ~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~ set.cpp: In function 'PyObject* __pyx_pf_3set_2cython_frozenset(PyObject*)': set.cpp:1767:38: warning: self-comparison always evaluates to true [-Wtautological-compare] 1767 | __pyx_t_1 = ((&PyFrozenSet_Type) == (&PyFrozenSet_Type)); | ~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:25:03.922249 ---------------------------------------------------------------------- Ran 436 tests in 430.712s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (19/24) === C/C++ compiler error output: === py_unicode_strings.c: In function '__pyx_pf_18py_unicode_strings_test_c_to_python': py_unicode_strings.c:1297:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1297 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_arr); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 34, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1321:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1321 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_str); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 35, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1345:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1345 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_wstr); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 36, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1369:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1369 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 38, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1402:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1402 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_str + 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 39, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1435:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1435 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_wstr) + 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 40, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1468:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1468 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 0, 1 - 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 42, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1501:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1501 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 0, 1 - 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 43, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1534:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1534 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(__pyx_v_18py_unicode_strings_c_pu_str + 0, 1 - 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 44, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1567:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1567 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_wstr) + 0, 1 - 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 45, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1600:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1600 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 1, 7 - 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 47, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1633:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1633 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicodeAndLength(__pyx_v_18py_unicode_strings_c_pu_str + 1, 7 - 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 48, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1666:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1666 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_wstr) + 1, 7 - 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 49, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:1700:64: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'int'} and 'Py_UCS4' {aka 'unsigned int'} [-Wsign-compare] 1700 | if (unlikely(!(((__pyx_v_18py_unicode_strings_c_pu_arr[1]) == __pyx_t_4) != 0))) { | ^~ py_unicode_strings.c:806:43: note: in definition of macro 'unlikely' 806 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ py_unicode_strings.c:1719:64: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'int'} and 'Py_UCS4' {aka 'unsigned int'} [-Wsign-compare] 1719 | if (unlikely(!(((__pyx_v_18py_unicode_strings_c_pu_str[1]) == __pyx_t_4) != 0))) { | ^~ py_unicode_strings.c:806:43: note: in definition of macro 'unlikely' 806 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ py_unicode_strings.c:1738:62: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'int'} and 'Py_UCS4' {aka 'unsigned int'} [-Wsign-compare] 1738 | if (unlikely(!(((__pyx_v_18py_unicode_strings_c_wstr[1]) == __pyx_t_4) != 0))) { | ^~ py_unicode_strings.c:806:43: note: in definition of macro 'unlikely' 806 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ py_unicode_strings.c:1845:5: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1845 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_wide_literal); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 62, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.c: In function '__pyx_pf_18py_unicode_strings_2test_python_to_c': py_unicode_strings.c:2120:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2120 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uobj); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 84, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2139:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2139 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uobj); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 85, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2158:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2158 | __pyx_t_2 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uobj); if (unlikely((!__pyx_t_2) && PyErr_Occurred())) __PYX_ERR(0, 86, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2195:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2195 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 88, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2214:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2214 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 89, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2251:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2251 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 91, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2288:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2288 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 93, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2325:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2325 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 95, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.c:2344:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 2344 | __pyx_t_5 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uwide_literal); if (unlikely((!__pyx_t_5) && PyErr_Occurred())) __PYX_ERR(0, 97, __pyx_L1_error) | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.c:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:25:14.002245 ---------------------------------------------------------------------- Ran 343 tests in 433.606s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (7/24) === C/C++ compiler error output: === py_unicode_strings.cpp: In function 'PyObject* __pyx_pf_18py_unicode_strings_test_c_to_python(PyObject*)': py_unicode_strings.cpp:716:97: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 716 | #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) | ^ py_unicode_strings.cpp:1311:17: note: in expansion of macro '__Pyx_PyUnicode_FromUnicode' 1311 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_arr); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 34, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:716:97: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 716 | #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) | ^ py_unicode_strings.cpp:1335:17: note: in expansion of macro '__Pyx_PyUnicode_FromUnicode' 1335 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_str); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 35, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:716:97: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 716 | #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) | ^ py_unicode_strings.cpp:1359:17: note: in expansion of macro '__Pyx_PyUnicode_FromUnicode' 1359 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_wstr); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 36, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:716:97: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 716 | #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) | ^ py_unicode_strings.cpp:1383:17: note: in expansion of macro '__Pyx_PyUnicode_FromUnicode' 1383 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 38, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:716:97: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 716 | #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) | ^ py_unicode_strings.cpp:1416:17: note: in expansion of macro '__Pyx_PyUnicode_FromUnicode' 1416 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_str + 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 39, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:716:97: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 716 | #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) | ^ py_unicode_strings.cpp:1449:17: note: in expansion of macro '__Pyx_PyUnicode_FromUnicode' 1449 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_wstr) + 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 40, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1482:123: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 1482 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 0, 1 - 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 42, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1515:123: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 1515 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 0, 1 - 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 43, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1548:102: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 1548 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(__pyx_v_18py_unicode_strings_c_pu_str + 0, 1 - 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 44, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1581:121: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 1581 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_wstr) + 0, 1 - 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 45, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1614:123: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 1614 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_pu_arr) + 1, 7 - 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 47, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1647:102: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 1647 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicodeAndLength(__pyx_v_18py_unicode_strings_c_pu_str + 1, 7 - 1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 48, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1680:121: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 1680 | __pyx_t_3 = __Pyx_PyUnicode_FromUnicodeAndLength(((const Py_UNICODE*)__pyx_v_18py_unicode_strings_c_wstr) + 1, 7 - 1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 49, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:1714:64: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'wchar_t'} and 'Py_UCS4' {aka 'unsigned int'} [-Wsign-compare] 1714 | if (unlikely(!(((__pyx_v_18py_unicode_strings_c_pu_arr[1]) == __pyx_t_4) != 0))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ py_unicode_strings.cpp:820:43: note: in definition of macro 'unlikely' 820 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ py_unicode_strings.cpp:1733:64: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'wchar_t'} and 'Py_UCS4' {aka 'unsigned int'} [-Wsign-compare] 1733 | if (unlikely(!(((__pyx_v_18py_unicode_strings_c_pu_str[1]) == __pyx_t_4) != 0))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ py_unicode_strings.cpp:820:43: note: in definition of macro 'unlikely' 820 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ py_unicode_strings.cpp:1752:62: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'wchar_t'} and 'Py_UCS4' {aka 'unsigned int'} [-Wsign-compare] 1752 | if (unlikely(!(((__pyx_v_18py_unicode_strings_c_wstr[1]) == __pyx_t_4) != 0))) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ py_unicode_strings.cpp:820:43: note: in definition of macro 'unlikely' 820 | #define unlikely(x) __builtin_expect(!!(x), 0) | ^ py_unicode_strings.cpp:716:97: warning: 'PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)' is deprecated [-Wdeprecated-declarations] 716 | #define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) | ^ py_unicode_strings.cpp:1859:17: note: in expansion of macro '__Pyx_PyUnicode_FromUnicode' 1859 | __pyx_t_1 = __Pyx_PyUnicode_FromUnicode(__pyx_v_18py_unicode_strings_c_pu_wide_literal); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 62, __pyx_L1_error) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp: In function 'PyObject* __pyx_pf_18py_unicode_strings_2test_python_to_c(PyObject*)': py_unicode_strings.cpp:2134:76: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2134 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uobj); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 84, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2153:76: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2153 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uobj); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 85, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2172:76: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2172 | __pyx_t_2 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uobj); if (unlikely((!__pyx_t_2) && PyErr_Occurred())) __PYX_ERR(0, 86, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2209:52: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2209 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 88, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2228:52: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2228 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 89, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2265:52: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2265 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 91, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2302:52: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2302 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 93, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2339:52: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2339 | __pyx_t_1 = __Pyx_PyUnicode_AsUnicode(__pyx_v_u); if (unlikely((!__pyx_t_1) && PyErr_Occurred())) __PYX_ERR(0, 95, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ py_unicode_strings.cpp:2358:85: warning: 'Py_UNICODE* PyUnicode_AsUnicode(PyObject*)' is deprecated [-Wdeprecated-declarations] 2358 | __pyx_t_5 = __Pyx_PyUnicode_AsUnicode(__pyx_v_18py_unicode_strings_uwide_literal); if (unlikely((!__pyx_t_5) && PyErr_Occurred())) __PYX_ERR(0, 97, __pyx_L1_error) | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:106, from py_unicode_strings.cpp:6: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === for_in_string.c:4219:16: warning: '__Pyx__PyObject_AsPy_UCS4' defined but not used [-Wunused-function] 4219 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === for_in_string.cpp:4233:16: warning: 'Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject*)' defined but not used [-Wunused-function] 4233 | static Py_UCS4 __Pyx__PyObject_AsPy_UCS4(PyObject* x) { | ^~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:25:24.050051 #### 2021-10-29 06:25:34.112046 === C/C++ compiler error output: === atoi.c:1065:18: warning: '__pyx_f_4atoi_parse_charptr_to_py_int' defined but not used [-Wunused-function] 1065 | static PyObject *__pyx_f_4atoi_parse_charptr_to_py_int(char *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === atoi.cpp:1079:18: warning: 'PyObject* __pyx_f_4atoi_parse_charptr_to_py_int(char*)' defined but not used [-Wunused-function] 1079 | static PyObject *__pyx_f_4atoi_parse_charptr_to_py_int(char *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:25:44.155575 ---------------------------------------------------------------------- Ran 367 tests in 461.084s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (17/24) ---------------------------------------------------------------------- Ran 506 tests in 467.032s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (14/24) === C/C++ compiler error output: === test_grammar.c: In function '__pyx_pf_12test_grammar_12GrammarTests_13test_nonlocal_f': test_grammar.c:38106:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] 38106 | struct __pyx_obj_12test_grammar___pyx_scope_struct_21_test_nonlocal *__pyx_cur_scope; | ^~~~~~~~~~~~~~~ test_grammar.c: In function '__pyx_pf_12test_grammar_12GrammarTests_14test_listcomps_test_in_func': test_grammar.c:43443:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] 43443 | struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_listcomps *__pyx_cur_scope; | ^~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:25:54.180920 #### 2021-10-29 06:26:04.192249 #### 2021-10-29 06:26:14.204128 === C/C++ compiler error output: === utf_eight.c:1219:18: warning: '__pyx_f_9utf_eight_tounicode_with_length_and_free' defined but not used [-Wunused-function] 1219 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length_and_free(char *__pyx_v_s, size_t __pyx_v_length) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utf_eight.c:1167:18: warning: '__pyx_f_9utf_eight_tounicode_with_length' defined but not used [-Wunused-function] 1167 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length(char *__pyx_v_s, size_t __pyx_v_length) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utf_eight.c:1115:18: warning: '__pyx_f_9utf_eight_tounicode' defined but not used [-Wunused-function] 1115 | static PyObject *__pyx_f_9utf_eight_tounicode(char *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === utf_eight.cpp:1233:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode_with_length_and_free(char*, size_t)' defined but not used [-Wunused-function] 1233 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length_and_free(char *__pyx_v_s, size_t __pyx_v_length) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utf_eight.cpp:1181:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode_with_length(char*, size_t)' defined but not used [-Wunused-function] 1181 | static PyObject *__pyx_f_9utf_eight_tounicode_with_length(char *__pyx_v_s, size_t __pyx_v_length) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utf_eight.cpp:1129:18: warning: 'PyObject* __pyx_f_9utf_eight_tounicode(char*)' defined but not used [-Wunused-function] 1129 | static PyObject *__pyx_f_9utf_eight_tounicode(char *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== ---------------------------------------------------------------------- Ran 439 tests in 497.623s OK (skipped=2) Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (15/24) #### 2021-10-29 06:26:24.215437 === C/C++ compiler error output: === to_char.c:2023:27: warning: '__pyx_f_7to_char__chars' defined but not used [-Wunused-function] 2023 | static __Pyx_memviewslice __pyx_f_7to_char__chars(PyObject *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === unused.c:1397:18: warning: '__pyx_f_6unused_c_unused_optional' defined but not used [-Wunused-function] 1397 | static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unused.c:1347:18: warning: '__pyx_f_6unused_c_unused_simple' defined but not used [-Wunused-function] 1347 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === reversed_iteration.c: In function '__pyx_pf_18reversed_iteration_68reversed_unsigned': reversed_iteration.c:10403:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 10403 | for (__pyx_t_4 = __pyx_v_b-1 + 1; __pyx_t_4 >= __pyx_t_3 + 1; ) { __pyx_t_4-=1; | ^~ reversed_iteration.c: In function '__pyx_pf_18reversed_iteration_70reversed_unsigned_by_3': reversed_iteration.c:10544:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 10544 | for (__pyx_t_4 = ((__pyx_t_2 + (3 * __Pyx_div_int(((__pyx_v_b - __pyx_t_2) - 1), 3))) + 1)-1 + 3; __pyx_t_4 >= __pyx_t_3 + 3; ) { __pyx_t_4-=3; | ^~ reversed_iteration.c: In function '__pyx_pf_18reversed_iteration_72range_unsigned_by_neg_3': reversed_iteration.c:10683:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 10683 | for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3; | ^ ==================================== === C/C++ compiler error output: === unused.cpp:1411:18: warning: 'PyObject* __pyx_f_6unused_c_unused_optional(PyObject*, PyObject*, __pyx_opt_args_6unused_c_unused_optional*)' defined but not used [-Wunused-function] 1411 | static PyObject *__pyx_f_6unused_c_unused_optional(CYTHON_UNUSED PyObject *__pyx_v_a, PyObject *__pyx_v_b, struct __pyx_opt_args_6unused_c_unused_optional *__pyx_optional_args) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unused.cpp:1361:18: warning: 'PyObject* __pyx_f_6unused_c_unused_simple(PyObject*, PyObject*, PyObject*)' defined but not used [-Wunused-function] 1361 | static PyObject *__pyx_f_6unused_c_unused_simple(PyObject *__pyx_v_a, PyObject *__pyx_v_b, CYTHON_UNUSED PyObject *__pyx_v_c) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:26:34.226713 === C/C++ compiler error output: === to_char.cpp:2037:27: warning: '__Pyx_memviewslice __pyx_f_7to_char__chars(PyObject*)' defined but not used [-Wunused-function] 2037 | static __Pyx_memviewslice __pyx_f_7to_char__chars(PyObject *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~~ ==================================== ---------------------------------------------------------------------- Ran 618 tests in 520.821s OK (skipped=2) Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (1/24) === C/C++ compiler error output: === reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_68reversed_unsigned(PyObject*, int, int)': reversed_iteration.cpp:10417:47: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 10417 | for (__pyx_t_4 = __pyx_v_b-1 + 1; __pyx_t_4 >= __pyx_t_3 + 1; ) { __pyx_t_4-=1; | ~~~~~~~~~~^~~~~~~~~~~~~~~~ reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_70reversed_unsigned_by_3(PyObject*, int, int)': reversed_iteration.cpp:10558:111: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 10558 | for (__pyx_t_4 = ((__pyx_t_2 + (3 * __Pyx_div_int(((__pyx_v_b - __pyx_t_2) - 1), 3))) + 1)-1 + 3; __pyx_t_4 >= __pyx_t_3 + 3; ) { __pyx_t_4-=3; | ~~~~~~~~~~^~~~~~~~~~~~~~~~ reversed_iteration.cpp: In function 'PyObject* __pyx_pf_18reversed_iteration_72range_unsigned_by_neg_3(PyObject*, int, int)': reversed_iteration.cpp:10697:45: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 10697 | for (__pyx_t_4 = __pyx_v_b + 3; __pyx_t_4 > __pyx_t_3 + 3; ) { __pyx_t_4-=3; | ~~~~~~~~~~^~~~~~~~~~~~~~~ ==================================== /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine '123' was never awaited method() #### 2021-10-29 06:26:44.238379 ---------------------------------------------------------------------- Ran 418 tests in 525.496s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (20/24) #### 2021-10-29 06:26:54.249756 ---------------------------------------------------------------------- Ran 497 tests in 540.992s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (3/24) #### 2021-10-29 06:27:04.261429 === C/C++ compiler error output: === test_grammar.cpp: In function 'PyObject* __pyx_pf_12test_grammar_12GrammarTests_13test_nonlocal_f(PyObject*)': test_grammar.cpp:38120:72: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] 38120 | struct __pyx_obj_12test_grammar___pyx_scope_struct_21_test_nonlocal *__pyx_cur_scope; | ^~~~~~~~~~~~~~~ test_grammar.cpp: In function 'PyObject* __pyx_pf_12test_grammar_12GrammarTests_14test_listcomps_test_in_func(PyObject*, PyObject*)': test_grammar.cpp:43457:73: warning: variable '__pyx_cur_scope' set but not used [-Wunused-but-set-variable] 43457 | struct __pyx_obj_12test_grammar___pyx_scope_struct_22_test_listcomps *__pyx_cur_scope; | ^~~~~~~~~~~~~~~ ==================================== ---------------------------------------------------------------------- Ran 461 tests in 546.067s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 TestCodeFormat ALL DONE (0/24) ---------------------------------------------------------------------- Ran 586 tests in 548.990s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (23/24) Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a4cc29e71b37960bbf9c4f17c2754c0644e14a52.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a4cc29e71b37960bbf9c4f17c2754c0644e14a52.pyx Couldn't find 'something' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_6ad5956af86f7b2821f0a7c93416dc2731816343.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_6ad5956af86f7b2821f0a7c93416dc2731816343.pyx Couldn't find 'something' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_0a06804e13584381bc18f29375bab500535420ba.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_0a06804e13584381bc18f29375bab500535420ba.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_4d36de72098884fb28ac1b63f66adb5401f14b83.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_4d36de72098884fb28ac1b63f66adb5401f14b83.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_ff6f93b72f2378406d4988b1f11c2126d2b842cc.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_ff6f93b72f2378406d4988b1f11c2126d2b842cc.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_494e6cdb4bd2815e0acf62149b4ff42f2d0aef92.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_494e6cdb4bd2815e0acf62149b4ff42f2d0aef92.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_e8479c85b4a29360c1c6f855249f5732ef1ed274.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_e8479c85b4a29360c1c6f855249f5732ef1ed274.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_3d0c7fa56a6cbc1cb0069d8ab5631a991dfdabd8.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_3d0c7fa56a6cbc1cb0069d8ab5631a991dfdabd8.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_e33751abb3bcd2f8119dacd9e853b48f7bd9ee98.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_e33751abb3bcd2f8119dacd9e853b48f7bd9ee98.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_b7b70605f355c8cde56b28d33c145016406bf56a.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_b7b70605f355c8cde56b28d33c145016406bf56a.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_1872db90577fae6c63add8539d080fb5d44e7ae7.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_1872db90577fae6c63add8539d080fb5d44e7ae7.pyx Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_7899ddbd0cc5cc434c5008fa19507e5e9982051e.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_7899ddbd0cc5cc434c5008fa19507e5e9982051e.pyx Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_eeeed1f7dfb17a7716f68333fc18690e70be469f.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_eeeed1f7dfb17a7716f68333fc18690e70be469f.pyx #### 2021-10-29 06:27:14.273086 Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_960524825eea2bc1069e482462adea62a123f032.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_960524825eea2bc1069e482462adea62a123f032.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_9a30f3eaba49268ed8bc31a1aecfe2d58a2b072f.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_9a30f3eaba49268ed8bc31a1aecfe2d58a2b072f.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_89ac362651024f213b4f641af185a5dff5a5bd4b.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_89ac362651024f213b4f641af185a5dff5a5bd4b.pyx Error compiling Cython file: ------------------------------------------------------------ ... def __invoke(): del f'' ^ ------------------------------------------------------------ /home/buildozer/.cython/inline/_cython_inline_4949027edcb890f66f5b769675974e6e40728892.pyx:5:8: Cannot assign to or delete this Error compiling Cython file: ------------------------------------------------------------ ... def __invoke(): del '' f'' ^ ------------------------------------------------------------ /home/buildozer/.cython/inline/_cython_inline_e6baf40b9c0425c4b53e179791c2bd0de9c436b5.pyx:5:8: Cannot assign to or delete this Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_8768f3bd87e392235cbd36a2fe443098ddd112cf.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_8768f3bd87e392235cbd36a2fe443098ddd112cf.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_f8f05cf050343d5c7d3a6c697e7a0a3949fa0c45.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_f8f05cf050343d5c7d3a6c697e7a0a3949fa0c45.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_07af88d699abac9e2d9f404ba1491fe59f07d400.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_07af88d699abac9e2d9f404ba1491fe59f07d400.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_da9a28dcb87f4a4e1f61b923c1d6129c23bd01fc.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_da9a28dcb87f4a4e1f61b923c1d6129c23bd01fc.pyx warning: /home/buildozer/.cython/inline/_cython_inline_6594bda6a7799c7e9d02e337fd56c6b95e23c772.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_6594bda6a7799c7e9d02e337fd56c6b95e23c772.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_6594bda6a7799c7e9d02e337fd56c6b95e23c772.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_22d66f2ac72b81408ae89ccd2712454da0aec8d1.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_22d66f2ac72b81408ae89ccd2712454da0aec8d1.pyx /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine 'CoroutineTest.test_corotype_1..f' was never awaited method() /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine 'CoroutineTest.test_await_9..bar' was never awaited method() /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine 'CoroutineTest.test_func_attributes..foo' was never awaited method() === C/C++ compiler error output: === cdef_keyword.c:1051:15: warning: '__pyx_f_12cdef_keyword_f' defined but not used [-Wunused-function] 1051 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === cdef_keyword.cpp:1065:15: warning: 'double __pyx_f_12cdef_keyword_f(double)' defined but not used [-Wunused-function] 1065 | static double __pyx_f_12cdef_keyword_f(double __pyx_v_x) { | ^~~~~~~~~~~~~~~~~~~~~~~~ ==================================== Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_c07bab24f83d2cc214fd6a3e9932e5bd5caa60e9.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_c07bab24f83d2cc214fd6a3e9932e5bd5caa60e9.pyx #### 2021-10-29 06:27:24.284757 ---------------------------------------------------------------------- Ran 558 tests in 568.213s OK (skipped=18) Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (2/24) warning: /home/buildozer/.cython/inline/_cython_inline_13235c98077e9242d1ef2b80c34d6a8c14e8d8a9.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_13235c98077e9242d1ef2b80c34d6a8c14e8d8a9.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_13235c98077e9242d1ef2b80c34d6a8c14e8d8a9.pyx Couldn't find 'abc' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_0c799c016656fa1a60c7687fc1afc990278f3920.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_0c799c016656fa1a60c7687fc1afc990278f3920.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_464412ba7f7341fffa426146c59f6922c54869da.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_464412ba7f7341fffa426146c59f6922c54869da.pyx Couldn't find 'abc' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_3ea1ab31061e96dff79a8c69e71afa04363df1e7.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_3ea1ab31061e96dff79a8c69e71afa04363df1e7.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_a701d2c5426337ae81902fff464efdb1267a8042.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_a701d2c5426337ae81902fff464efdb1267a8042.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_c244441753077da1400871543b278f6790d11287.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/c/test_asyncgen/_cython_inline_c244441753077da1400871543b278f6790d11287.pyx Couldn't find 'abc' Couldn't find 'abc' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_0c799c016656fa1a60c7687fc1afc990278f3920.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_0c799c016656fa1a60c7687fc1afc990278f3920.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_464412ba7f7341fffa426146c59f6922c54869da.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_464412ba7f7341fffa426146c59f6922c54869da.pyx Couldn't find 'abc' Couldn't find 'abc' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_3ea1ab31061e96dff79a8c69e71afa04363df1e7.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_3ea1ab31061e96dff79a8c69e71afa04363df1e7.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_a701d2c5426337ae81902fff464efdb1267a8042.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_a701d2c5426337ae81902fff464efdb1267a8042.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_c244441753077da1400871543b278f6790d11287.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/22/run/cpp/test_asyncgen/_cython_inline_c244441753077da1400871543b278f6790d11287.pyx #### 2021-10-29 06:27:34.296210 warning: /home/buildozer/.cython/inline/_cython_inline_fca2469040e5e3a49bd301bb21e8be8c39e8b346.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_fca2469040e5e3a49bd301bb21e8be8c39e8b346.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_fca2469040e5e3a49bd301bb21e8be8c39e8b346.pyx #### 2021-10-29 06:27:44.307890 ---------------------------------------------------------------------- Ran 486 tests in 580.747s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (21/24) ---------------------------------------------------------------------- Ran 484 tests in 590.349s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (4/24) ---------------------------------------------------------------------- Ran 650 tests in 590.024s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (18/24) warning: /home/buildozer/.cython/inline/_cython_inline_be11eb84f822116997f2cda49d6b1d6e1ba0ceee.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_be11eb84f822116997f2cda49d6b1d6e1ba0ceee.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_be11eb84f822116997f2cda49d6b1d6e1ba0ceee.pyx #### 2021-10-29 06:27:54.319490 warning: /home/buildozer/.cython/inline/_cython_inline_0e8ff2f63154a89eafcddc7f87696371d6ecb51c.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_0e8ff2f63154a89eafcddc7f87696371d6ecb51c.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_0e8ff2f63154a89eafcddc7f87696371d6ecb51c.pyx #### 2021-10-29 06:28:04.331345 warning: /home/buildozer/.cython/inline/_cython_inline_ebbed86548c10af96a0ffcae7858a71c37d99220.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_ebbed86548c10af96a0ffcae7858a71c37d99220.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_ebbed86548c10af96a0ffcae7858a71c37d99220.pyx #### 2021-10-29 06:28:14.342954 warning: /home/buildozer/.cython/inline/_cython_inline_847e04a00b729dbca2134c04db2864f52744533c.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_847e04a00b729dbca2134c04db2864f52744533c.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_847e04a00b729dbca2134c04db2864f52744533c.pyx #### 2021-10-29 06:28:24.354488 ---------------------------------------------------------------------- Ran 610 tests in 626.228s OK (skipped=2) Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (22/24) warning: /home/buildozer/.cython/inline/_cython_inline_a1d243f28c8e631dfcab490d1701ae758c365ee1.pyx:6:4: Unreachable code #### 2021-10-29 06:28:34.365594 Compiling /home/buildozer/.cython/inline/_cython_inline_a1d243f28c8e631dfcab490d1701ae758c365ee1.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_a1d243f28c8e631dfcab490d1701ae758c365ee1.pyx #### 2021-10-29 06:28:44.376980 warning: /home/buildozer/.cython/inline/_cython_inline_d84609fa80ab1e81bb309bac55de5268b7a7952d.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_d84609fa80ab1e81bb309bac55de5268b7a7952d.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_d84609fa80ab1e81bb309bac55de5268b7a7952d.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_434ff33e69e80c5a8455348e3c592f7a565b53cb.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/c/test_coroutines_pep492/_cython_inline_434ff33e69e80c5a8455348e3c592f7a565b53cb.pyx #### 2021-10-29 06:28:54.388578 warning: /home/buildozer/.cython/inline/_cython_inline_984e2d1c29d0c295c97d0f8e7d42f1cb656c8974.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_984e2d1c29d0c295c97d0f8e7d42f1cb656c8974.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_984e2d1c29d0c295c97d0f8e7d42f1cb656c8974.pyx #### 2021-10-29 06:29:04.400206 warning: /home/buildozer/.cython/inline/_cython_inline_72a53c3324f7c52882207d690fccd46ae89b431c.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_72a53c3324f7c52882207d690fccd46ae89b431c.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_72a53c3324f7c52882207d690fccd46ae89b431c.pyx #### 2021-10-29 06:29:14.411777 #### 2021-10-29 06:29:24.423401 /home/buildozer/.cython/inline/_cython_inline_72a53c3324f7c52882207d690fccd46ae89b431c.c: In function '__pyx_pw_55_cython_inline_72a53c3324f7c52882207d690fccd46ae89b431c_1__invoke': /home/buildozer/.cython/inline/_cython_inline_72a53c3324f7c52882207d690fccd46ae89b431c.c:1131:18: note: variable tracking size limit exceeded with '-fvar-tracking-assignments', retrying without 1131 | static PyObject *__pyx_pw_55_cython_inline_72a53c3324f7c52882207d690fccd46ae89b431c_1__invoke(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning: /home/buildozer/.cython/inline/_cython_inline_82b8b6cd8bc44b4dcfc27205cfd5dce29ac838b9.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_82b8b6cd8bc44b4dcfc27205cfd5dce29ac838b9.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_82b8b6cd8bc44b4dcfc27205cfd5dce29ac838b9.pyx #### 2021-10-29 06:29:34.435014 #### 2021-10-29 06:29:44.446611 warning: /home/buildozer/.cython/inline/_cython_inline_38d7bad07a0e5309311ab90017ef470c59d7b3b9.pyx:6:4: Unreachable code Compiling /home/buildozer/.cython/inline/_cython_inline_38d7bad07a0e5309311ab90017ef470c59d7b3b9.pyx because it changed. [1/1] Cythonizing /home/buildozer/.cython/inline/_cython_inline_38d7bad07a0e5309311ab90017ef470c59d7b3b9.pyx #### 2021-10-29 06:29:54.458341 #### 2021-10-29 06:30:04.469876 Error compiling Cython file: ------------------------------------------------------------ ... def __invoke(): del f'' ^ ------------------------------------------------------------ /home/buildozer/.cython/inline/_cython_inline_4949027edcb890f66f5b769675974e6e40728892.pyx:5:8: Cannot assign to or delete this Error compiling Cython file: ------------------------------------------------------------ ... def __invoke(): del '' f'' ^ ------------------------------------------------------------ /home/buildozer/.cython/inline/_cython_inline_e6baf40b9c0425c4b53e179791c2bd0de9c436b5.pyx:5:8: Cannot assign to or delete this #### 2021-10-29 06:30:14.481416 /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine '__invoke..foo' was never awaited method() #### 2021-10-29 06:30:24.492686 #### 2021-10-29 06:30:34.504248 Exception ignored in: .Broken object at 0x7f983167f700> Traceback (most recent call last): File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:16166) 1/0 ZeroDivisionError: integer division or modulo by zero Exception ignored in: .Broken object at 0x7f983167f700> Traceback (most recent call last): File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.c:16166) 1/0 ZeroDivisionError: integer division or modulo by zero #### 2021-10-29 06:30:44.515767 #### 2021-10-29 06:30:54.527083 Exception ignored in: .Broken object at 0x7f98324fd8e0> Traceback (most recent call last): File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:16180) 1/0 ZeroDivisionError: integer division or modulo by zero Exception ignored in: .Broken object at 0x7f98324fd8e0> Traceback (most recent call last): File "tests/run/yield_from_pep380.pyx", line 574, in yield_from_pep380.test_broken_getattr_handling.Broken.__getattr__ (yield_from_pep380.cpp:16180) 1/0 ZeroDivisionError: integer division or modulo by zero #### 2021-10-29 06:31:04.538367 === C/C++ compiler error output: === widen_shrubbery.c:1083:18: warning: '__pyx_f_15widen_shrubbery_widen_shrubbery' defined but not used [-Wunused-function] 1083 | static PyObject *__pyx_f_15widen_shrubbery_widen_shrubbery(struct __pyx_obj_9my_module_Shrubbery *__pyx_v_sh, PyObject *__pyx_v_extra_width) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== ---------------------------------------------------------------------- Ran 857 tests in 784.631s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (16/24) === C/C++ compiler error output: === widen_shrubbery.cpp:1097:18: warning: 'PyObject* __pyx_f_15widen_shrubbery_widen_shrubbery(__pyx_obj_9my_module_Shrubbery*, PyObject*)' defined but not used [-Wunused-function] 1097 | static PyObject *__pyx_f_15widen_shrubbery_widen_shrubbery(struct __pyx_obj_9my_module_Shrubbery *__pyx_v_sh, PyObject *__pyx_v_extra_width) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:31:14.549831 ---------------------------------------------------------------------- Ran 660 tests in 797.258s OK (skipped=22) Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (11/24) #### 2021-10-29 06:31:24.560956 #### 2021-10-29 06:31:34.572403 Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a4cc29e71b37960bbf9c4f17c2754c0644e14a52.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a4cc29e71b37960bbf9c4f17c2754c0644e14a52.pyx Couldn't find 'something' Couldn't find 'something' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_6ad5956af86f7b2821f0a7c93416dc2731816343.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_6ad5956af86f7b2821f0a7c93416dc2731816343.pyx Couldn't find 'something' Couldn't find 'something' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_0a06804e13584381bc18f29375bab500535420ba.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_0a06804e13584381bc18f29375bab500535420ba.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_4d36de72098884fb28ac1b63f66adb5401f14b83.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_4d36de72098884fb28ac1b63f66adb5401f14b83.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_ff6f93b72f2378406d4988b1f11c2126d2b842cc.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_ff6f93b72f2378406d4988b1f11c2126d2b842cc.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_494e6cdb4bd2815e0acf62149b4ff42f2d0aef92.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_494e6cdb4bd2815e0acf62149b4ff42f2d0aef92.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_e8479c85b4a29360c1c6f855249f5732ef1ed274.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_e8479c85b4a29360c1c6f855249f5732ef1ed274.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_3d0c7fa56a6cbc1cb0069d8ab5631a991dfdabd8.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_3d0c7fa56a6cbc1cb0069d8ab5631a991dfdabd8.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_e33751abb3bcd2f8119dacd9e853b48f7bd9ee98.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_e33751abb3bcd2f8119dacd9e853b48f7bd9ee98.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_b7b70605f355c8cde56b28d33c145016406bf56a.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_b7b70605f355c8cde56b28d33c145016406bf56a.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_1872db90577fae6c63add8539d080fb5d44e7ae7.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_1872db90577fae6c63add8539d080fb5d44e7ae7.pyx Couldn't find 'els' Couldn't find 'els' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_7899ddbd0cc5cc434c5008fa19507e5e9982051e.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_7899ddbd0cc5cc434c5008fa19507e5e9982051e.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_450a930e236c87cfb066ced8edac45a7903587b1.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_c6cd0e2ad8185bb765bec4839fb1dcf3b657f085.pyx Couldn't find 'b' Couldn't find 'b' Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a69d71167298229c7ba62dfe7807c21f595f7576.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx because it changed. /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine 'CoroutineTest.test_corotype_1..f' was never awaited method() /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine 'CoroutineTest.test_await_9..bar' was never awaited method() /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine 'CoroutineTest.test_func_attributes..foo' was never awaited method() /usr/lib/python3.9/unittest/case.py:550: RuntimeWarning: coroutine '__invoke..foo' was never awaited method() [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_a5375eaa9c16a8f927b7037771fec89cf9d8017a.pyx Compiling /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx because it changed. [1/1] Cythonizing /home/buildozer/aports/main/cython/src/cython-0.29.24/TEST_TMP/12/run/cpp/test_coroutines_pep492/_cython_inline_0366180ad531455339f9a1edb73bb926da9dde07.pyx PYTHON='/usr/bin/python3' Cleaning Demos/embed PYVERSION=3.9 PYPREFIX=/usr INCDIR=/usr/include/python3.9 PLATINCDIR=/usr/include/python3.9 LIBDIR1='/usr/lib' LIBDIR2=/usr/lib/python3.9/config-3.9-x86_64-linux-musl PYLIB=python3.9 CC=gcc LINKCC=gcc LINKFORSHARED=-Xlinker -export-dynamic LIBS=-ldl -lm SYSLIBS=-lm #### 2021-10-29 06:31:44.584334 gcc -c embedded.c -I/usr/include/python3.9 -I/usr/include/python3.9 gcc -o embedded embedded.o -L'/usr/lib' -L/usr/lib/python3.9/config-3.9-x86_64-linux-musl -lpython3.9 -ldl -lm -lm -Xlinker -export-dynamic LD_LIBRARY_PATH='/usr/lib':$LD_LIBRARY_PATH ./embedded > test.output '/usr/bin/python3' assert_equal.py embedded.output test.output Files identical === C/C++ compiler error output: === cdef_block.c:1088:13: warning: '__pyx_f_10cdef_block_f' defined but not used [-Wunused-function] 1088 | static void __pyx_f_10cdef_block_f(struct __pyx_t_10cdef_block_Spam *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~ ==================================== === C/C++ compiler error output: === cdef_block.cpp:1102:13: warning: 'void __pyx_f_10cdef_block_f(__pyx_t_10cdef_block_Spam*)' defined but not used [-Wunused-function] 1102 | static void __pyx_f_10cdef_block_f(struct __pyx_t_10cdef_block_Spam *__pyx_v_s) { | ^~~~~~~~~~~~~~~~~~~~~~ ==================================== #### 2021-10-29 06:31:54.595945 ---------------------------------------------------------------------- Ran 913 tests in 837.316s OK Following tests excluded because of missing dependencies on your system: Cython.Coverage errors.w_numpy_arr_as_cppvec_ref memoryview.contig_check memoryview.extension_type_memoryview memoryview.memoryview_annotation_typing memoryview.memoryviewattrs memoryview.numpy_memoryview memoryview.numpy_memoryview_readonly memoryview.relaxed_strides run.complex_extern_GH1433 run.coverage_api run.coverage_cmd run.coverage_cmd_src_layout run.coverage_installed_pkg run.coverage_nogil run.numpy_ValueError_T172 run.numpy_bufacc_T155 run.numpy_cimport run.numpy_math run.numpy_parallel run.numpy_pythran run.numpy_pythran_unit run.numpy_subarray run.numpy_test run.test_exceptions numpy.convolve2 ALL DONE (12/24) Sharded tests run in 847 seconds (14.1 minutes) Times: compile-cpp : 5029.99 sec (1040, 4.837 / run) - slowest: 'cpp:test_unicode' (127.53s), 'cpp:memslice' (86.16s), 'cpp:fused_def' (73.22s), 'cpp:test_coroutines_pep492' (71.40s), 'cpp:test_grammar' (62.67s), 'cpp:memoryview' (61.69s), 'cpp:bufaccess' (42.72s), 'cpp:test_asyncgen' (41.70s) compile-c : 4429.72 sec ( 972, 4.557 / run) - slowest: 'c:test_unicode' (157.65s), 'c:test_coroutines_pep492' (112.14s), 'c:memslice' (98.01s), 'c:test_grammar' (79.35s), 'c:fused_def' (68.27s), 'c:memoryview' (63.04s), 'c:test_asyncgen' (58.66s), 'c:closure_tests_4_def_to_cdef' (41.90s) cython : 1798.72 sec (2200, 0.818 / run) - slowest: 'c:memslice' (26.37s), 'cpp:memslice' (25.72s), 'c:test_unicode' (21.90s), 'cpp:fused_types' (20.04s), 'c:fused_types' (20.03s), 'c:test_coroutines_pep492' (18.93s), 'c:memoryview' (18.01s), 'cpp:memoryview' (17.61s) etoe-build : 511.64 sec ( 68, 7.524 / run) - slowest: 'c:memoryview_acq_count(1)' (46.80s), 'c:memoryview_compare_type_pointers(1)' (45.48s), 'c:cdef_multiple_inheritance_errors(1)' (23.53s), 'c:asyncio_generators(1)' (20.51s), 'c:memoryview_inline_pxd(1)' (20.28s), 'c:pure_pxd(1)' (18.15s), 'c:module_api(1)' (15.45s), 'c:fused_cmethods(1)' (14.38s) run : 484.63 sec (1374, 0.353 / run) - slowest: 'c:test_coroutines_pep492' (182.26s), 'c:test_fstring' (155.50s), 'c:memslice' (47.76s), 'cpp:memslice' (44.53s), 'c:memoryview_in_subclasses' (8.04s), 'cpp:memoryview_in_subclasses' (7.00s), 'c:test_unicode' (6.81s), 'cpp:test_unicode' (6.55s) etoe-run : 71.02 sec ( 108, 0.658 / run) - slowest: 'c:pyximport_pyimport(1)' (18.22s), 'c:cythonize_script_package(1)' (8.18s), 'c:cpdef_pickle(1)' (8.02s), 'c:cythonize_script(1)' (6.10s), 'c:pyximport_errors(1)' (3.44s), 'c:cythonize_script_excludes(1)' (3.11s), 'c:pyximport_namespace(1)' (3.08s), 'c:pyximport_basic(1)' (2.99s) import : 1.62 sec (1374, 0.001 / run) - slowest: 'c:importas' (0.04s), 'c:memslice' (0.03s), 'cpp:memslice' (0.03s), 'c:bufaccess' (0.02s), 'cpp:bufaccess' (0.02s), 'cpp:memoryview' (0.02s), 'c:test_fstring' (0.02s), 'cpp:generators_py' (0.02s) pyrun : 0.60 sec ( 51, 0.012 / run) - slowest: 'py:ext_auto_richcmp' (0.09s), 'py:pure_py' (0.06s), 'py:constant_folding' (0.05s), 'py:generators_py' (0.03s), 'py:purecdef' (0.02s), 'py:pep526_variable_annotations' (0.02s), 'py:methodmangling_T5' (0.02s), 'py:pure_py3' (0.02s) pyimport : 0.17 sec ( 51, 0.003 / run) - slowest: 'py:pure_py' (0.01s), 'py:withstat_py27' (0.01s), 'py:auto_cpdef' (0.01s), 'py:default_args_T674' (0.01s), 'py:import_error_T734' (0.01s), 'py:constant_folding' (0.01s), 'py:pure_mode_cmethod_inheritance_T583' (0.01s), 'py:pyclass_scope_T671' (0.01s) ALL DONE >>> cython: Entering fakeroot... Unable to find pgen, not compiling formal grammar. running install running build running build_py running build_ext running install_lib creating /home/buildozer/aports/main/cython/pkg creating /home/buildozer/aports/main/cython/pkg/cython creating /home/buildozer/aports/main/cython/pkg/cython/usr creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9 creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages copying build/lib.linux-x86_64-3.9/cython.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/CythonScope.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Code.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Lexicon.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Errors.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/FlowControl.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/ModuleNode.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/StringEncoding.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/UtilityCode.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Interpreter.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/TypeInference.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/DebugFlags.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Naming.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Visitor.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Version.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Pipeline.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Code.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/CodeGeneration.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Symtab.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Annotate.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Options.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/AutoDocTransforms.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/TreeFragment.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/FusedNode.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/FusedNode.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Buffer.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Builtin.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/MemoryView.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/ParseTreeTransforms.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Scanning.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/FlowControl.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/UtilNodes.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/TypeSlots.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Scanning.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/ExprNodes.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Pythran.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Optimize.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/TreePath.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Scanning.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Parsing.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/FlowControl.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Visitor.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/ParseTreeTransforms.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Nodes.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Main.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/CmdLine.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/AnalysedTreeTransforms.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Parsing.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/PyrexTypes.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Visitor.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.9/Cython/Compiler/Future.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestCmdLine.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestParseTreeTransforms.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestSignatureMatching.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestUtilityLoad.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestTreeFragment.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestFlowControl.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestTreePath.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestTypes.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestGrammar.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestBuffer.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestStringEncoding.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestVisitor.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/Compiler/Tests/TestMemView.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.9/Cython/TestUtils.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/ImportExport.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Embed.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/MemoryView.pyx -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/MemoryView_C.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/arrayarray.h -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Printing.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/AsyncGen.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/ModuleSetupCode.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/CConvert.pyx -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Complex.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/CommonStructures.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/CppSupport.cpp -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/CMath.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Optimize.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/ObjectHandling.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/ExtensionTypes.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/TestCythonScope.pyx -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/TestUtilityLoader.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Coroutine.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Buffer.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/TestCyUtilityLoader.pyx -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/TypeConversion.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/CppConvert.pyx -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Profile.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/StringTools.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Capsule.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/FunctionArguments.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/CpdefEnums.pyx -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Exceptions.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/CythonFunction.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Overflow.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/Utility/Builtins.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.9/Cython/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Errors.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Actions.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/DFA.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Scanners.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Regexps.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Actions.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Scanners.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Traditional.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Machines.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Actions.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Transitions.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Timing.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Scanners.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Plex/Lexicons.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.9/Cython/Shadow.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython copying build/lib.linux-x86_64-3.9/Cython/CodeWriter.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.9/Cython/Tempita/compat3.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.9/Cython/Tempita/_tempita.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.9/Cython/Tempita/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.9/Cython/Tempita/_tempita.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.9/Cython/Tempita/_looper.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.9/Cython/Debugger/DebugWriter.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.9/Cython/Debugger/libcython.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.9/Cython/Debugger/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.9/Cython/Debugger/libpython.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.9/Cython/Debugger/Cygdb.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.9/Cython/Debugger/Tests/cfuncs.c -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.9/Cython/Debugger/Tests/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.9/Cython/Debugger/Tests/codefile -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.9/Cython/Debugger/Tests/test_libpython_in_gdb.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.9/Cython/Debugger/Tests/TestLibCython.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.9/Cython/Debugger/Tests/test_libcython_in_gdb.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.9/Cython/Coverage.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython copying build/lib.linux-x86_64-3.9/Cython/StringIOTree.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython copying build/lib.linux-x86_64-3.9/Cython/Debugging.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/type.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/cobject.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/pystate.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/tuple.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/string.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/genobject.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/unicode.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/object.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/iterator.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/pythread.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/ceval.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/memoryview.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/oldbuffer.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/pylifecycle.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/codecs.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/version.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/function.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/getargs.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/bytes.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/longintrepr.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/exc.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/mapping.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/int.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/conversion.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/number.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/set.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/bool.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/datetime.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/weakref.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/method.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/mem.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/dict.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/iterobject.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/buffer.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/sequence.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/float.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/slice.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/array.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/module.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/cellobject.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/ref.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/list.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/bytearray.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/long.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/__init__.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/pycapsule.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/complex.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.9/Cython/Includes/cpython/instance.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/cpython creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/string.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/stdio.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/signal.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/locale.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/limits.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/setjmp.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/math.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/time.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/float.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/stddef.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/stdlib.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/errno.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/stdint.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/libc/__init__.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.9/Cython/Includes/openmp.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/ioctl.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/stdio.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/unistd.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/signal.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/fcntl.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/resource.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/dlfcn.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/strings.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/time.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/wait.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/stdlib.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/select.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/types.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/__init__.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/stat.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.9/Cython/Includes/posix/mman.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/posix creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.9/Cython/Includes/numpy/math.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.9/Cython/Includes/numpy/__init__.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/numpy creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/queue.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/utility.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/string.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/cast.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/forward_list.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/iterator.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/functional.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/stack.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/memory.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/limits.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/algorithm.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/pair.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/map.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/set.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/vector.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/typeinfo.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/deque.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/unordered_map.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/typeindex.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/list.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/__init__.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/unordered_set.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.9/Cython/Includes/libcpp/complex.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/libcpp creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_unicode.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_complex.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_sequence.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_tuple.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_float.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_string.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_cobject.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/stdio.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_dict.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_instance.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_ref.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_mem.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_getargs.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_bool.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_bytes.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_mapping.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_type.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/stl.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_list.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_exc.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_int.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_set.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_module.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_method.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_pycapsule.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_iterator.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_weakref.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_buffer.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/stdlib.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_object.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_function.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_oldbuffer.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_version.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_long.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated/python_number.pxd -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.9/Cython/Utils.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build copying build/lib.linux-x86_64-3.9/Cython/Build/Inline.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build copying build/lib.linux-x86_64-3.9/Cython/Build/Dependencies.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build copying build/lib.linux-x86_64-3.9/Cython/Build/Distutils.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build copying build/lib.linux-x86_64-3.9/Cython/Build/BuildExecutable.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build copying build/lib.linux-x86_64-3.9/Cython/Build/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build copying build/lib.linux-x86_64-3.9/Cython/Build/Cythonize.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build copying build/lib.linux-x86_64-3.9/Cython/Build/IpythonMagic.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.9/Cython/Build/Tests/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.9/Cython/Build/Tests/TestStripLiterals.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.9/Cython/Build/Tests/TestCyCache.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.9/Cython/Build/Tests/TestInline.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.9/Cython/Build/Tests/TestIpythonMagic.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.9/Cython/Runtime/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.9/Cython/Runtime/refnanny.cpython-39-x86_64-linux-musl.so -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.9/Cython/Runtime/refnanny.pyx -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Runtime creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.9/Cython/Distutils/old_build_ext.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.9/Cython/Distutils/extension.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.9/Cython/Distutils/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.9/Cython/Distutils/build_ext.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.9/Cython/Tests/TestCythonUtils.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.9/Cython/Tests/TestJediTyper.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.9/Cython/Tests/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.9/Cython/Tests/xmlrunner.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.9/Cython/Tests/TestStringIOTree.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.9/Cython/Tests/TestCodeWriter.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests creating /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/pyximport copying build/lib.linux-x86_64-3.9/pyximport/__init__.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/pyximport copying build/lib.linux-x86_64-3.9/pyximport/pyxbuild.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/pyximport copying build/lib.linux-x86_64-3.9/pyximport/pyximport.py -> /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/pyximport byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/cython.py to cython.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/CythonScope.py to CythonScope.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Code.py to Code.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Lexicon.py to Lexicon.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Errors.py to Errors.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/StringEncoding.py to StringEncoding.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/UtilityCode.py to UtilityCode.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Interpreter.py to Interpreter.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/TypeInference.py to TypeInference.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/DebugFlags.py to DebugFlags.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Naming.py to Naming.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Version.py to Version.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Pipeline.py to Pipeline.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/CodeGeneration.py to CodeGeneration.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Symtab.py to Symtab.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Annotate.py to Annotate.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Options.py to Options.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/AutoDocTransforms.py to AutoDocTransforms.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/TreeFragment.py to TreeFragment.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/FusedNode.py to FusedNode.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Buffer.py to Buffer.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Builtin.py to Builtin.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/MemoryView.py to MemoryView.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/UtilNodes.py to UtilNodes.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/TypeSlots.py to TypeSlots.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Pythran.py to Pythran.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Optimize.py to Optimize.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/TreePath.py to TreePath.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Scanning.py to Scanning.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/FlowControl.py to FlowControl.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Nodes.py to Nodes.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Main.py to Main.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/CmdLine.py to CmdLine.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/AnalysedTreeTransforms.py to AnalysedTreeTransforms.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Parsing.py to Parsing.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Visitor.py to Visitor.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Future.py to Future.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestCmdLine.py to TestCmdLine.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py to TestParseTreeTransforms.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py to TestSignatureMatching.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestUtilityLoad.py to TestUtilityLoad.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestTreeFragment.py to TestTreeFragment.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestFlowControl.py to TestFlowControl.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestTreePath.py to TestTreePath.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestTypes.py to TestTypes.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestGrammar.py to TestGrammar.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestBuffer.py to TestBuffer.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestStringEncoding.py to TestStringEncoding.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestVisitor.py to TestVisitor.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Compiler/Tests/TestMemView.py to TestMemView.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/TestUtils.py to TestUtils.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utility/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Errors.py to Errors.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Actions.py to Actions.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/DFA.py to DFA.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Scanners.py to Scanners.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Regexps.py to Regexps.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Traditional.py to Traditional.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Machines.py to Machines.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Transitions.py to Transitions.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Timing.py to Timing.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Plex/Lexicons.py to Lexicons.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Shadow.py to Shadow.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/CodeWriter.py to CodeWriter.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita/compat3.py to compat3.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita/_tempita.py to _tempita.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tempita/_looper.py to _looper.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/DebugWriter.py to DebugWriter.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/libcython.py to libcython.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/libpython.py to libpython.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Cygdb.py to Cygdb.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py to test_libpython_in_gdb.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests/TestLibCython.py to TestLibCython.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py to test_libcython_in_gdb.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Coverage.py to Coverage.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/StringIOTree.py to StringIOTree.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Debugging.py to Debugging.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Utils.py to Utils.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Inline.py to Inline.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Dependencies.py to Dependencies.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Distutils.py to Distutils.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/BuildExecutable.py to BuildExecutable.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Cythonize.py to Cythonize.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/IpythonMagic.py to IpythonMagic.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests/TestStripLiterals.py to TestStripLiterals.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests/TestCyCache.py to TestCyCache.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests/TestInline.py to TestInline.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Build/Tests/TestIpythonMagic.py to TestIpythonMagic.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Runtime/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils/old_build_ext.py to old_build_ext.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils/extension.py to extension.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Distutils/build_ext.py to build_ext.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests/TestCythonUtils.py to TestCythonUtils.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests/TestJediTyper.py to TestJediTyper.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests/xmlrunner.py to xmlrunner.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests/TestStringIOTree.py to TestStringIOTree.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython/Tests/TestCodeWriter.py to TestCodeWriter.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/pyximport/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/pyximport/pyxbuild.py to pyxbuild.cpython-39.pyc byte-compiling /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/pyximport/pyximport.py to pyximport.cpython-39.pyc running install_egg_info running egg_info creating Cython.egg-info writing Cython.egg-info/PKG-INFO writing dependency_links to Cython.egg-info/dependency_links.txt writing entry points to Cython.egg-info/entry_points.txt writing top-level names to Cython.egg-info/top_level.txt writing manifest file 'Cython.egg-info/SOURCES.txt' reading manifest file 'Cython.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.gitrev' warning: no files found matching 'Doc/*' warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Utility' warning: no files found matching 'pyximport/README' writing manifest file 'Cython.egg-info/SOURCES.txt' Copying Cython.egg-info to /home/buildozer/aports/main/cython/pkg/cython/usr/lib/python3.9/site-packages/Cython-0.29.24-py3.9.egg-info running install_scripts Installing cygdb script to /home/buildozer/aports/main/cython/pkg/cython/usr/bin Installing cython script to /home/buildozer/aports/main/cython/pkg/cython/usr/bin Installing cythonize script to /home/buildozer/aports/main/cython/pkg/cython/usr/bin >>> cython-doc*: Running split function doc... >>> cython-doc*: Preparing subpackage cython-doc... >>> cython-doc*: Running postcheck for cython-doc >>> cython*: Running postcheck for cython >>> cython*: Preparing package cython... >>> cython*: Stripping binaries >>> cython-doc*: Scanning shared objects >>> cython*: Scanning shared objects >>> cython-doc*: Tracing dependencies... >>> cython-doc*: Package size: 44.0 KB >>> cython-doc*: Compressing data... >>> cython-doc*: Create checksum... >>> cython-doc*: Create cython-doc-0.29.24-r0.apk >>> cython*: Tracing dependencies... python3 so:libc.musl-x86_64.so.1 >>> cython*: Package size: 8.8 MB >>> cython*: Compressing data... >>> cython*: Create checksum... >>> cython*: Create cython-0.29.24-r0.apk >>> cython: Build complete at Fri, 29 Oct 2021 06:32:01 +0000 elapsed time 0h 15m 29s >>> cython: Cleaning up srcdir >>> cython: Cleaning up pkgdir >>> cython: Uninstalling dependencies... (1/14) Purging .makedepends-cython (20211029.061633) (2/14) Purging py3-setuptools (52.0.0-r4) (3/14) Purging py3-ordered-set (4.0.2-r2) (4/14) Purging py3-appdirs (1.4.4-r2) (5/14) Purging py3-packaging (20.9-r1) (6/14) Purging py3-parsing (2.4.7-r2) (7/14) Purging py3-six (1.16.0-r0) (8/14) Purging python3-dev (3.9.7-r3) (9/14) Purging python3 (3.9.7-r3) (10/14) Purging libffi (3.4.2-r1) (11/14) Purging gdbm (1.20-r2) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.1.1-r0) (14/14) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r2.trigger OK: 713 MiB in 99 packages >>> cython: Updating the main/x86_64 repository index... >>> cython: Signing the index...