=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for py311-kb-0.1.7nb1
(cd /pbulk/work/databases/py-kb/work/kb-manager-0.1.7/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\  PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\  DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.11 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.11 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.11 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran 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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/pbulk/work/databases/py-kb/work/.cwrapper/bin:/pbulk/work/databases/py-kb/work/.buildlink/bin:/pbulk/work/databases/py-kb/work/.tools/bin:/usr/pkg/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/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=/usr/pkg/etc CPP=cpp CXXCPP=cpp HOME=/pbulk/work/databases/py-kb/work/.home CWRAPPERS_CONFIG_DIR=/pbulk/work/databases/py-kb/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/pbulk/work/databases/py-kb/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/pbulk/work/databases/py-kb/work/.tools/bin/itstool GDBUS_CODEGEN=/pbulk/work/databases/py-kb/work/.tools/bin/gdbus-codegen PKG_CONFIG=/pbulk/work/databases/py-kb/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/pbulk/work/databases/py-kb/work/.buildlink/lib/pkgconfig:/pbulk/work/databases/py-kb/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/pbulk/work/databases/py-kb/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/pbulk/work/databases/py-kb/work/.cwrapper/config  /usr/pkg/bin/python3.11 setup.py  build   -j8)
running build
running build_py
creating build/lib/kb
copying kb/__init__.py -> build/lib/kb
copying kb/__main__.py -> build/lib/kb
copying kb/cl_parser.py -> build/lib/kb
copying kb/config.py -> build/lib/kb
copying kb/db.py -> build/lib/kb
copying kb/filesystem.py -> build/lib/kb
copying kb/history.py -> build/lib/kb
copying kb/initializer.py -> build/lib/kb
copying kb/main.py -> build/lib/kb
copying kb/opener.py -> build/lib/kb
copying kb/styler.py -> build/lib/kb
copying kb/viewer.py -> build/lib/kb
creating build/lib/kb/commands
copying kb/commands/__init__.py -> build/lib/kb/commands
copying kb/commands/add.py -> build/lib/kb/commands
copying kb/commands/delete.py -> build/lib/kb/commands
copying kb/commands/edit.py -> build/lib/kb/commands
copying kb/commands/erase.py -> build/lib/kb/commands
copying kb/commands/export.py -> build/lib/kb/commands
copying kb/commands/grep.py -> build/lib/kb/commands
copying kb/commands/ingest.py -> build/lib/kb/commands
copying kb/commands/search.py -> build/lib/kb/commands
copying kb/commands/sync.py -> build/lib/kb/commands
copying kb/commands/template.py -> build/lib/kb/commands
copying kb/commands/update.py -> build/lib/kb/commands
copying kb/commands/view.py -> build/lib/kb/commands
creating build/lib/kb/printer
copying kb/printer/__init__.py -> build/lib/kb/printer
copying kb/printer/grep.py -> build/lib/kb/printer
copying kb/printer/search.py -> build/lib/kb/printer
copying kb/printer/style.py -> build/lib/kb/printer
copying kb/printer/template.py -> build/lib/kb/printer
running egg_info
writing kb_manager.egg-info/PKG-INFO
writing dependency_links to kb_manager.egg-info/dependency_links.txt
writing entry points to kb_manager.egg-info/entry_points.txt
writing requirements to kb_manager.egg-info/requires.txt
writing top-level names to kb_manager.egg-info/top_level.txt
reading manifest file 'kb_manager.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.rst'
warning: no files found matching 'CHANGELOG.rst'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
adding license file 'LICENSE'
adding license file 'AUTHORS'
writing manifest file 'kb_manager.egg-info/SOURCES.txt'
/usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'kb.entities' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'kb.entities' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'kb.entities' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'kb.entities' to be distributed and are
        already explicitly excluding 'kb.entities' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
creating build/lib/kb/entities
copying kb/entities/artifact.py -> build/lib/kb/entities