databases/py-postgresql
Python 3 compatible PostgreSQL database driver and tools
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| py311 | 1.1.0_3 | 630 | 4.0 | i386 | bsd3 | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032 | info | 2026-02-08 10:30:39.355426 | Test Started |
| m4032 | fail | 2026-02-08 10:31:23.347803 | A file in the plist wasn't installed in the fake dir or the final dir. |
| m4032 | fail | 2026-02-08 10:31:23.397485 | Test complete. |
Log
[1m===> Faking install for py311-postgresql-1.1.0_3[0m
===> Generating temporary packing list
running install
/usr/local/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
running build_ext
building 'postgresql.port.optimized' extension
cc -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/python3.11 -c postgresql/port/_optimized/module.c -o build/temp.midnightbsd-4.0.2-i386-cpython-311/postgresql/port/_optimized/module.o
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:162:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
162 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:186:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
186 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:250:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
250 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:270:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
270 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:338:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
338 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:362:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
362 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:427:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
427 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:447:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
447 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:523:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
523 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:541:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
541 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:562:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
562 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:41:
postgresql/port/_optimized/structlib.c:586:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
586 | if (PyObject_AsReadBuffer(arg, (const void **) &c, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:43:
postgresql/port/_optimized/buffer.c:110:14: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
110 | if (current >= amount)
| ~~~~~~~ ^ ~~~~~~
postgresql/port/_optimized/buffer.c:118:16: warning: comparison of integers of different signs: 'int32_t' (aka 'int') and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
118 | if (current >= amount)
| ~~~~~~~ ^ ~~~~~~
postgresql/port/_optimized/buffer.c:133:28: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'Py_ssize_t' (aka 'int') [-Wsign-compare]
133 | if (!p->list || p->offset == PyBytes_GET_SIZE(p->list->data))
| ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
postgresql/port/_optimized/buffer.c:144:19: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'Py_ssize_t' (aka 'int') [-Wsign-compare]
144 | if (amount_left < chunk_size)
| ~~~~~~~~~~~ ^ ~~~~~~~~~~
postgresql/port/_optimized/buffer.c:182:15: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'int') and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
182 | chunk_size < amount_left ? chunk_size : amount_left;
| ~~~~~~~~~~ ^ ~~~~~~~~~~~
postgresql/port/_optimized/buffer.c:590:2: error: incompatible pointer to integer conversion initializing 'Py_ssize_t' (aka 'int') with an expression of type 'void *' [-Wint-conversion]
590 | NULL, /* tp_print */
| ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
32 | #define NULL ((void *)0)
| ^~~~~~~~~~~
In file included from postgresql/port/_optimized/module.c:44:
postgresql/port/_optimized/wirestate.c:57:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
57 | if (PyObject_AsReadBuffer(view, (const void **) &buf, &len))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
In file included from postgresql/port/_optimized/module.c:44:
postgresql/port/_optimized/wirestate.c:251:2: error: incompatible pointer to integer conversion initializing 'Py_ssize_t' (aka 'int') with an expression of type 'void *' [-Wint-conversion]
251 | NULL, /* tp_print */
| ^~~~
/usr/include/sys/_null.h:32:14: note: expanded from macro 'NULL'
32 | #define NULL ((void *)0)
| ^~~~~~~~~~~
In file included from postgresql/port/_optimized/module.c:45:
postgresql/port/_optimized/element3.c:89:13: warning: comparison of integers of different signs: 'Py_ssize_t' (aka 'int') and 'unsigned int' [-Wsign-compare]
89 | if (size > 0xFFFFFFFE)
| ~~~~ ^ ~~~~~~~~~~
postgresql/port/_optimized/element3.c:202:6: warning: 'PyObject_AsReadBuffer' is deprecated [-Wdeprecated-declarations]
202 | if (PyObject_AsReadBuffer(arg, (const void **) &data, &dlen))
| ^
/usr/local/include/python3.11/abstract.h:342:1: note: 'PyObject_AsReadBuffer' has been explicitly marked deprecated here
342 | Py_DEPRECATED(3.0)
| ^
/usr/local/include/python3.11/pyport.h:336:54: note: expanded from macro 'Py_DEPRECATED'
336 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
| ^
20 warnings and 2 errors generated.
warning: build_ext: building extension "postgresql.port.optimized" failed: command '/usr/bin/cc' failed with exit code 1
running install_lib
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/alock.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/api.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/clientparameters.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/cluster.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/configfile.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/copyman.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/exceptions.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/installation.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/iri.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/message.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/notifyman.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/pgpassfile.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/project.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/string.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/sys.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/temporal.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/versionstring.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/bin
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/bin/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/bin
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/bin/pg_dotconf.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/bin
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/bin/pg_python.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/bin
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/encodings
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/encodings/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/encodings
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/encodings/aliases.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/encodings
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/encodings/bytea.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/encodings
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/lib
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/lib/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/lib
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/lib/libsys.sql -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/lib
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/buffer.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/client3.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/element3.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/message_types.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/pbuffer.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/version.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/protocol/xact3.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/driver
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/driver/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/driver
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/driver/dbapi20.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/driver
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/driver/pq3.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/driver
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/cursor_integrity.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/perf_copy_io.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/perf_query_io.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/support.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_alock.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_bytea_codec.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_cluster.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_configfile.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_connect.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_copyman.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_dbapi20.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_driver.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_exceptions.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_installation.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_iri.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_lib.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_notifyman.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_optimized.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_pgpassfile.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_protocol.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_python.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_ssl_connect.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_string.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/test_types.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/test/testall.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/documentation
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/documentation/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/documentation
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/command.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/datetime.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/decorlib.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/doc.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/element.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/functools.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/itertools.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/msw.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/os.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/socket.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/string.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/python/structlib.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/port
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/port/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/port
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/port/signal1_msw.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/port
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/release
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/release/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/release
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/release/distutils.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/release
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/resolved
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/resolved/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/resolved
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/resolved/crypt.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/resolved
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/resolved/riparse.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/resolved
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/bitwise.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/geometry.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/namedtuple.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types
creating /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/__init__.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/builtins.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/contrib_hstore.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/lib.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/pg_bitwise.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/pg_geometry.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/pg_network.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/pg_system.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/stdlib_datetime.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/stdlib_decimal.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/stdlib_uuid.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
copying build/lib.midnightbsd-4.0.2-i386-cpython-311/postgresql/types/io/stdlib_xml_etree.py -> /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/alock.py to alock.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/api.py to api.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/clientparameters.py to clientparameters.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/cluster.py to cluster.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/configfile.py to configfile.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/copyman.py to copyman.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/exceptions.py to exceptions.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/installation.py to installation.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/iri.py to iri.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/message.py to message.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/notifyman.py to notifyman.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/pgpassfile.py to pgpassfile.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/project.py to project.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/string.py to string.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/sys.py to sys.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/temporal.py to temporal.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/versionstring.py to versionstring.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/bin/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/bin/pg_dotconf.py to pg_dotconf.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/bin/pg_python.py to pg_python.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/encodings/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/encodings/aliases.py to aliases.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/encodings/bytea.py to bytea.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/lib/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/buffer.py to buffer.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/client3.py to client3.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/element3.py to element3.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/message_types.py to message_types.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/pbuffer.py to pbuffer.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/version.py to version.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/protocol/xact3.py to xact3.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/driver/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/driver/dbapi20.py to dbapi20.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/driver/pq3.py to pq3.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/cursor_integrity.py to cursor_integrity.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/perf_copy_io.py to perf_copy_io.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/perf_query_io.py to perf_query_io.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/support.py to support.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_alock.py to test_alock.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_bytea_codec.py to test_bytea_codec.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_cluster.py to test_cluster.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_configfile.py to test_configfile.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_connect.py to test_connect.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_copyman.py to test_copyman.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_dbapi20.py to test_dbapi20.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_driver.py to test_driver.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_exceptions.py to test_exceptions.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_installation.py to test_installation.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_iri.py to test_iri.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_lib.py to test_lib.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_notifyman.py to test_notifyman.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_optimized.py to test_optimized.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_pgpassfile.py to test_pgpassfile.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_protocol.py to test_protocol.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_python.py to test_python.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_ssl_connect.py to test_ssl_connect.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_string.py to test_string.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/test_types.py to test_types.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/testall.py to testall.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/documentation/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/command.py to command.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/datetime.py to datetime.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/decorlib.py to decorlib.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/doc.py to doc.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/element.py to element.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/functools.py to functools.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/itertools.py to itertools.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/msw.py to msw.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/os.py to os.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/socket.py to socket.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/string.py to string.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/python/structlib.py to structlib.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/port/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/port/signal1_msw.py to signal1_msw.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/release/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/release/distutils.py to distutils.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/resolved/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/resolved/crypt.py to crypt.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/resolved/riparse.py to riparse.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/bitwise.py to bitwise.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/geometry.py to geometry.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/namedtuple.py to namedtuple.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/__init__.py to __init__.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/builtins.py to builtins.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/contrib_hstore.py to contrib_hstore.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/lib.py to lib.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/pg_bitwise.py to pg_bitwise.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/pg_geometry.py to pg_geometry.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/pg_network.py to pg_network.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/pg_system.py to pg_system.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/stdlib_datetime.py to stdlib_datetime.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/stdlib_decimal.py to stdlib_decimal.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/stdlib_uuid.py to stdlib_uuid.cpython-311.pyc
byte-compiling /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/types/io/stdlib_xml_etree.py to stdlib_xml_etree.cpython-311.pyc
writing byte-compilation script '/tmp/tmp79ylz_k6.py'
/usr/local/bin/python3.11 /tmp/tmp79ylz_k6.py
removing /tmp/tmp79ylz_k6.py
running install_egg_info
running egg_info
creating py_postgresql.egg-info
writing py_postgresql.egg-info/PKG-INFO
writing dependency_links to py_postgresql.egg-info/dependency_links.txt
writing top-level names to py_postgresql.egg-info/top_level.txt
writing manifest file 'py_postgresql.egg-info/SOURCES.txt'
reading manifest file 'py_postgresql.egg-info/SOURCES.txt'
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'py_postgresql.egg-info/SOURCES.txt'
Copying py_postgresql.egg-info to /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/py_postgresql-1.1.0-py3.11.egg-info
running install_scripts
writing list of installed files to '/magus/work/usr/mports/databases/py-postgresql/work-py311/.PLIST.pymodtmp'
====> Compressing man pages (compress-man)
Checking /magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386
lib/python3.11/site-packages/postgresql/port/optimized.cpython-311.so not installed.
/magus/work/usr/mports/databases/py-postgresql/work-py311/fake-inst-i386/usr/local/lib/python3.11/site-packages/postgresql/test/__init__.py is an empty file
Checking for missing files. NOTE: may have false positives if plist uses @cwd
Fake failed.
*** Error code 1
Stop.
make: stopped in /usr/mports/databases/py-postgresql
Links
Depends On
- devel/py-setuptools (build)
- lang/python311 (build)
- databases/postgresql14-client (lib)
- devel/py-setuptools (run)
- lang/python311 (run)
- lang/python311 (test)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus