===> Building for py311-peewee-3.17.9 * Building wheel... Compiling playhouse/_sqlite_ext.pyx because it changed. Compiling playhouse/_sqlite_udf.pyx because it changed. [1/2] Cythonizing playhouse/_sqlite_ext.pyx [2/2] Cythonizing playhouse/_sqlite_udf.pyx /opt/pkg/lib/python3.11/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.macosx-12.3-arm64-cpython-311 copying peewee.py -> build/lib.macosx-12.3-arm64-cpython-311 copying pwiz.py -> build/lib.macosx-12.3-arm64-cpython-311 creating build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/__init__.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/apsw_ext.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/cockroachdb.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/dataset.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/db_url.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/fields.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/flask_utils.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/hybrid.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/kv.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/migrate.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/mysql_ext.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/pool.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/postgres_ext.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/psycopg3_ext.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/reflection.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/shortcuts.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/signals.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/sqlcipher_ext.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/sqlite_changelog.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/sqlite_ext.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/sqlite_udf.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/sqliteq.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse copying playhouse/test_utils.py -> build/lib.macosx-12.3-arm64-cpython-311/playhouse running build_ext building 'playhouse._sqlite_ext' extension creating build/temp.macosx-12.3-arm64-cpython-311/playhouse clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 -Iplayhouse -I/opt/pkg/include/python3.11 -c playhouse/_sqlite_ext.c -o build/temp.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_ext.o clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 build/temp.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_ext.o -L/opt/pkg/lib -lsqlite3 -o build/lib.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_ext.so building 'playhouse._sqlite_udf' extension clang -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 -I/opt/pkg/include/python3.11 -c playhouse/_sqlite_udf.c -o build/temp.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_udf.o clang -bundle -undefined dynamic_lookup -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/python3.11 -I/opt/pkg/include -I/opt/pkg/include/python3.11 build/temp.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_udf.o -L/opt/pkg/lib -o build/lib.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_udf.so running build_scripts creating build/scripts-3.11 copying and adjusting pwiz.py -> build/scripts-3.11 changing mode of build/scripts-3.11/pwiz.py from 644 to 755 installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib creating build/bdist.macosx-12.3-arm64/wheel copying build/lib.macosx-12.3-arm64-cpython-311/peewee.py -> build/bdist.macosx-12.3-arm64/wheel/. creating build/bdist.macosx-12.3-arm64/wheel/playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_ext.so -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/_sqlite_udf.so -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/apsw_ext.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/cockroachdb.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/dataset.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/db_url.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/fields.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/flask_utils.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/hybrid.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/kv.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/migrate.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/mysql_ext.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/pool.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/postgres_ext.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/psycopg3_ext.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/reflection.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/shortcuts.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/signals.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/sqlcipher_ext.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/sqlite_changelog.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/sqlite_ext.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/sqlite_udf.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/sqliteq.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/playhouse/test_utils.py -> build/bdist.macosx-12.3-arm64/wheel/./playhouse copying build/lib.macosx-12.3-arm64-cpython-311/pwiz.py -> build/bdist.macosx-12.3-arm64/wheel/. running install_egg_info running egg_info writing peewee.egg-info/PKG-INFO writing dependency_links to peewee.egg-info/dependency_links.txt writing top-level names to peewee.egg-info/top_level.txt reading manifest file 'peewee.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tests.py' warning: no files found matching 'playhouse/pskel' warning: no files found matching 'playhouse/tests/README' adding license file 'LICENSE' writing manifest file 'peewee.egg-info/SOURCES.txt' Copying peewee.egg-info to build/bdist.macosx-12.3-arm64/wheel/./peewee-3.17.9-py3.11.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/peewee-3.17.9.data/scripts copying build/scripts-3.11/pwiz.py -> build/bdist.macosx-12.3-arm64/wheel/peewee-3.17.9.data/scripts changing mode of build/bdist.macosx-12.3-arm64/wheel/peewee-3.17.9.data/scripts/pwiz.py to 755 creating build/bdist.macosx-12.3-arm64/wheel/peewee-3.17.9.dist-info/WHEEL creating '/Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/dist/.tmp-mrzrqbc_/peewee-3.17.9-cp311-cp311-macosx_12_0_arm64.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'peewee.py' adding 'pwiz.py' adding 'peewee-3.17.9.data/scripts/pwiz.py' adding 'peewee-3.17.9.dist-info/licenses/LICENSE' adding 'playhouse/__init__.py' adding 'playhouse/_sqlite_ext.so' adding 'playhouse/_sqlite_udf.so' adding 'playhouse/apsw_ext.py' adding 'playhouse/cockroachdb.py' adding 'playhouse/dataset.py' adding 'playhouse/db_url.py' adding 'playhouse/fields.py' adding 'playhouse/flask_utils.py' adding 'playhouse/hybrid.py' adding 'playhouse/kv.py' adding 'playhouse/migrate.py' adding 'playhouse/mysql_ext.py' adding 'playhouse/pool.py' adding 'playhouse/postgres_ext.py' adding 'playhouse/psycopg3_ext.py' adding 'playhouse/reflection.py' adding 'playhouse/shortcuts.py' adding 'playhouse/signals.py' adding 'playhouse/sqlcipher_ext.py' adding 'playhouse/sqlite_changelog.py' adding 'playhouse/sqlite_ext.py' adding 'playhouse/sqlite_udf.py' adding 'playhouse/sqliteq.py' adding 'playhouse/test_utils.py' adding 'peewee-3.17.9.dist-info/METADATA' adding 'peewee-3.17.9.dist-info/WHEEL' adding 'peewee-3.17.9.dist-info/top_level.txt' adding 'peewee-3.17.9.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built peewee-3.17.9-cp311-cp311-macosx_12_0_arm64.whl cd /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs && /usr/bin/env USETOOLS=no GOTMPDIR=/Users/pbulk/build PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= MACOSX_DEPLOYMENT_TARGET=12.3 PYTHON=/opt/pkg/bin/python3.11 CC=clang CFLAGS=-pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.11 CPPFLAGS=-I/opt/pkg/include\ -I/opt/pkg/include/python3.11 CXX=clang++ CXXFLAGS=-pipe\ -Os\ -I/opt/pkg/include\ -I/opt/pkg/include/python3.11 COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/databases/py-peewee/work/.cwrapper/bin:/Users/pbulk/build/databases/py-peewee/work/.buildlink/bin:/Users/pbulk/build/databases/py-peewee/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/Users/pbulk/build/databases/py-peewee/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/databases/py-peewee/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/databases/py-peewee/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/databases/py-peewee/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/databases/py-peewee/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/databases/py-peewee/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/databases/py-peewee/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/databases/py-peewee/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/databases/py-peewee/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/databases/py-peewee/work/.cwrapper/config /opt/pkg/bin/bmake -j1 SPHINXBUILD=sphinx-build-3.11 -f Makefile man sphinx-build-3.11 -b man -d _build/doctrees . _build/man Running Sphinx v8.2.3 loading translations [en]... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. loading pickled environment... failed: '_options' done building [mo]: targets for 0 po files that are out of date writing output... building [man]: all manpages updating environment: [new config] 19 added, 0 changed, 0 removed reading sources... [ 5%] index reading sources... [ 11%] peewee/api reading sources... [ 16%] peewee/changes reading sources... [ 21%] peewee/contributing reading sources... [ 26%] peewee/crdb reading sources... [ 32%] peewee/database reading sources... [ 37%] peewee/example reading sources... [ 42%] peewee/hacks reading sources... [ 47%] peewee/installation reading sources... [ 53%] peewee/interactive reading sources... [ 58%] peewee/models reading sources... [ 63%] peewee/playhouse reading sources... [ 68%] peewee/query_builder reading sources... [ 74%] peewee/query_examples reading sources... [ 79%] peewee/query_operators reading sources... [ 84%] peewee/querying reading sources... [ 89%] peewee/quickstart reading sources... [ 95%] peewee/relationships reading sources... [100%] peewee/sqlite_ext /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/database.rst:493: WARNING: Title underline too short. Using MariaDB ----------- [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/database.rst:493: WARNING: Title underline too short. Using MariaDB ----------- [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/database.rst:4: WARNING: Duplicate explicit target name: "pymysql". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/database.rst:4: WARNING: Duplicate explicit target name: "mysqlclient". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/database.rst:4: WARNING: Duplicate explicit target name: "pymysql". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/database.rst:4: WARNING: Duplicate explicit target name: "psycopg2". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/example.rst:4: WARNING: Duplicate explicit target name: "companion blog post". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:203: WARNING: duplicate object description of CockroachDatabase, other instance in peewee/crdb, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:214: WARNING: duplicate object description of CockroachDatabase.run_transaction, other instance in peewee/crdb, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:252: WARNING: duplicate object description of PooledCockroachDatabase, other instance in peewee/crdb, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:258: WARNING: duplicate object description of run_transaction, other instance in peewee/crdb, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:271: WARNING: duplicate object description of UUIDKeyField, other instance in peewee/crdb, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:276: WARNING: duplicate object description of RowIDField, other instance in peewee/crdb, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/playhouse.rst:4: WARNING: Duplicate explicit target name: "connection parameters". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/playhouse.rst:1644: WARNING: duplicate object description of JSONField, other instance in peewee/playhouse, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/playhouse.rst:1655: WARNING: duplicate object description of Match, other instance in peewee/playhouse, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/playhouse.rst:1944: WARNING: duplicate object description of Table, other instance in peewee/api, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/playhouse.rst:1967: WARNING: duplicate object description of Table.insert, other instance in peewee/api, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/playhouse.rst:1972: WARNING: duplicate object description of Table.update, other instance in peewee/api, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/playhouse.rst:2008: WARNING: duplicate object description of Table.delete, other instance in peewee/api, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:4: WARNING: duplicate label crdb, other instance in /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:32: WARNING: duplicate label crdb_ssl, other instance in /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst:95: WARNING: duplicate label crdb-transactions, other instance in /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/crdb.rst /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/relationships.rst:1009: ERROR: Unexpected indentation. [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/sqlite_ext.rst:243: WARNING: duplicate object description of RowIDField, other instance in peewee/playhouse, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/sqlite_ext.rst:288: WARNING: duplicate object description of JSONField, other instance in peewee/playhouse, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/sqlite_ext.rst:4: WARNING: Duplicate explicit target name: "json1 extension". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/sqlite_ext.rst:472: WARNING: duplicate object description of JSONField.extract, other instance in peewee/playhouse, use :no-index: for one of them /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/sqlite_ext.rst:4: WARNING: Duplicate explicit target name: "json_type". [docutils] /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/sqlite_ext.rst:4: WARNING: Duplicate explicit target name: "json_type". [docutils] looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying assets: done writing... peewee.1 { peewee/installation peewee/quickstart peewee/example peewee/interactive peewee/contributing peewee/database peewee/models peewee/querying peewee/query_operators peewee/relationships peewee/api peewee/sqlite_ext peewee/playhouse peewee/query_examples peewee/query_builder peewee/hacks peewee/changes } /Users/pbulk/build/databases/py-peewee/work/peewee-3.17.9/docs/peewee/database.rst:530: WARNING: undefined label: 'mysqlconnectordatabase' [ref.ref] done build succeeded, 31 warnings. The manual pages are in _build/man. Build finished. The manual pages are in _build/man.