------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-logbook-1.1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-logbook-1.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-logbook-1.1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-logbook-1.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-logbook-1.1.0 for building => SHA256 Checksum OK for Logbook-1.1.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-logbook-1.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-logbook-1.1.0 for building ===> Extracting for py37-logbook-1.1.0 => SHA256 Checksum OK for Logbook-1.1.0.tar.gz. Extracted Memory Use: 1.13M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-logbook-1.1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-logbook-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-logbook-1.1.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-logbook-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-logbook-1.1.0 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-logbook-1.1.0 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-logbook-1.1.0 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-3.7 creating build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/_termcolors.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/helpers.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/__version__.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/concurrency.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/ticketing.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/handlers.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/more.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/_fallback.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/queues.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/utils.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/base.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/compat.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook copying logbook/notifiers.py -> build/lib.dragonfly-5.9-x86_64-3.7/logbook running build_ext building 'logbook._speedups' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/logbook cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c logbook/_speedups.c -o build/temp.dragonfly-5.9-x86_64-3.7/logbook/_speedups.o logbook/_speedups.c: In function '__Pyx_PyCFunction_FastCall': logbook/_speedups.c:7963:13: error: too many arguments to function '(PyObject * (*)(PyObject *, PyObject * const*, Py_ssize_t))meth' return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logbook/_speedups.c: In function '__Pyx__GetException': logbook/_speedups.c:8562:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8563:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8564:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8565:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8566:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8567:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSwap': logbook/_speedups.c:8589:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8590:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8591:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8592:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = *type; ^~~~~~~~ curexc_type logbook/_speedups.c:8593:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = *value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8594:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = *tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSave': logbook/_speedups.c:8613:21: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8614:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8615:19: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionReset': logbook/_speedups.c:8622:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8623:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8624:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8625:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type logbook/_speedups.c:8626:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8627:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx_PyList_Pop': logbook/_speedups.c:1056:83: error: too many arguments to function '(PyObject * (*)(PyObject *, PyObject * const*, Py_ssize_t))__pyx_umethod_PyList_Type_pop.func' (PY_VERSION_HEX >= 0x030600B1 && (cfunc)->flag == METH_FASTCALL ? (*(__Pyx_PyCFunctionFast)(cfunc)->func)(self, &PyTuple_GET_ITEM(__pyx_empty_tuple, 0), 0, NULL) :\ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logbook/_speedups.c:8708:12: note: in expansion of macro '__Pyx_CallUnboundCMethod0' return __Pyx_CallUnboundCMethod0(&__pyx_umethod_PyList_Type_pop, L); ^~~~~~~~~~~~~~~~~~~~~~~~~ *************************************************************************** command 'cc' failed with exit status 1 WARNING: The C extension could not be compiled, speedups are not enabled. Failure information, if any, is above. Retrying the build without the C extension now. *************************************************************************** running build running build_py creating build/lib creating build/lib/logbook copying logbook/_termcolors.py -> build/lib/logbook copying logbook/__init__.py -> build/lib/logbook copying logbook/helpers.py -> build/lib/logbook copying logbook/__version__.py -> build/lib/logbook copying logbook/concurrency.py -> build/lib/logbook copying logbook/ticketing.py -> build/lib/logbook copying logbook/handlers.py -> build/lib/logbook copying logbook/more.py -> build/lib/logbook copying logbook/_fallback.py -> build/lib/logbook copying logbook/queues.py -> build/lib/logbook copying logbook/utils.py -> build/lib/logbook copying logbook/base.py -> build/lib/logbook copying logbook/compat.py -> build/lib/logbook copying logbook/notifiers.py -> build/lib/logbook running build_ext *************************************************************************** WARNING: The C extension could not be compiled, speedups are not enabled. Plain-Python build succeeded. *************************************************************************** SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-logbook-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-logbook-1.1.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-logbook-1.1.0 ===> py37-logbook-1.1.0 depends on package: py37-setuptools>0 - found ===> py37-logbook-1.1.0 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running build_ext building 'logbook._speedups' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c logbook/_speedups.c -o build/temp.dragonfly-5.9-x86_64-3.7/logbook/_speedups.o logbook/_speedups.c: In function '__Pyx_PyCFunction_FastCall': logbook/_speedups.c:7963:13: error: too many arguments to function '(PyObject * (*)(PyObject *, PyObject * const*, Py_ssize_t))meth' return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL); ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logbook/_speedups.c: In function '__Pyx__GetException': logbook/_speedups.c:8562:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8563:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8564:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8565:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = local_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8566:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8567:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSwap': logbook/_speedups.c:8589:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8590:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8591:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8592:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = *type; ^~~~~~~~ curexc_type logbook/_speedups.c:8593:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = *value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8594:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = *tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionSave': logbook/_speedups.c:8613:21: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8614:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? *value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8615:19: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? *tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx__ExceptionReset': logbook/_speedups.c:8622:24: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tmp_type = tstate->exc_type; ^~~~~~~~ curexc_type logbook/_speedups.c:8623:25: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tmp_value = tstate->exc_value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8624:22: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tmp_tb = tstate->exc_traceback; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c:8625:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? tstate->exc_type = type; ^~~~~~~~ curexc_type logbook/_speedups.c:8626:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_value'; did you mean 'curexc_value'? tstate->exc_value = value; ^~~~~~~~~ curexc_value logbook/_speedups.c:8627:13: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_traceback'; did you mean 'curexc_traceback'? tstate->exc_traceback = tb; ^~~~~~~~~~~~~ curexc_traceback logbook/_speedups.c: In function '__Pyx_PyList_Pop': logbook/_speedups.c:1056:83: error: too many arguments to function '(PyObject * (*)(PyObject *, PyObject * const*, Py_ssize_t))__pyx_umethod_PyList_Type_pop.func' (PY_VERSION_HEX >= 0x030600B1 && (cfunc)->flag == METH_FASTCALL ? (*(__Pyx_PyCFunctionFast)(cfunc)->func)(self, &PyTuple_GET_ITEM(__pyx_empty_tuple, 0), 0, NULL) :\ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ logbook/_speedups.c:8708:12: note: in expansion of macro '__Pyx_CallUnboundCMethod0' return __Pyx_CallUnboundCMethod0(&__pyx_umethod_PyList_Type_pop, L); ^~~~~~~~~~~~~~~~~~~~~~~~~ *************************************************************************** command 'cc' failed with exit status 1 WARNING: The C extension could not be compiled, speedups are not enabled. Failure information, if any, is above. Retrying the build without the C extension now. *************************************************************************** running install running build running build_py running build_ext running install_lib creating /construction/devel/py-logbook/stage/usr/local/lib/python3.7 creating /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/more.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/_fallback.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/utils.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/compat.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/helpers.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/queues.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/_termcolors.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/concurrency.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/base.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/notifiers.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/handlers.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/ticketing.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/__version__.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook copying build/lib/logbook/__init__.py -> /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/more.py to more.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/_fallback.py to _fallback.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/utils.py to utils.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/compat.py to compat.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/helpers.py to helpers.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/queues.py to queues.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/_termcolors.py to _termcolors.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/concurrency.py to concurrency.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/base.py to base.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/notifiers.py to notifiers.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/handlers.py to handlers.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/ticketing.py to ticketing.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/__version__.py to __version__.cpython-37.pyc byte-compiling /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/logbook/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpv5npkc14.py' /usr/local/bin/python3.7 /tmp/tmpv5npkc14.py removing /tmp/tmpv5npkc14.py running install_egg_info running egg_info writing Logbook.egg-info/PKG-INFO writing dependency_links to Logbook.egg-info/dependency_links.txt writing requirements to Logbook.egg-info/requires.txt writing top-level names to Logbook.egg-info/top_level.txt reading manifest file 'Logbook.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Logbook.egg-info/SOURCES.txt' Copying Logbook.egg-info to /construction/devel/py-logbook/stage/usr/local/lib/python3.7/site-packages/Logbook-1.1.0-py3.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-logbook/.PLIST.pymodtmp' *************************************************************************** WARNING: The C extension could not be compiled, speedups are not enabled. Plain-Python build succeeded. *************************************************************************** ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-logbook-1.1.0 file sizes/checksums [48]: 0% file sizes/checksums [48]: 100% packing files [48]: 0% packing files [48]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:21