>>> Building on exopi-6 under devel/angr/py-cle BDEPENDS = [devel/py-wheel,python3;devel/py-setuptools,python3;devel/py-installer,python3;lang/python/3.10;devel/py-build,python3] DIST = [devel/angr/py-cle:cle-9.2.85.tar.gz] FULLPKGNAME = py3-cle-9.2.85 RDEPENDS = [devel/angr/py-pyvex;lang/python/3.10;security/py-pefile,python3;devel/py-sortedcontainers,python3;devel/py-minidump,python3;devel/angr/py-claripy;devel/angr/py-archinfo;devel/py-elftools,python3] (Junk lock obtained for exopi-6 at 1714086306.00) >>> Running depends in devel/angr/py-cle at 1714086306.03 last junk was in devel/py-test-subtests,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 >>> Running show-prepare-results in devel/angr/py-cle at 1714086307.57 ===> devel/angr/py-cle ===> Building from scratch py3-cle-9.2.85 ===> py3-cle-9.2.85 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-cle-9.2.85 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-cle-9.2.85 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-cle-9.2.85 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-cle-9.2.85 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-6 at 1714086308.58) distfiles size=179396 >>> Running build in devel/angr/py-cle at 1714086308.61 ===> devel/angr/py-cle ===> Checking files for py3-cle-9.2.85 `/exopi-cvs/ports/distfiles/cle-9.2.85.tar.gz' is up to date. >> (SHA256) cle-9.2.85.tar.gz: OK ===> Extracting for py3-cle-9.2.85 ===> Patching for py3-cle-9.2.85 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-cle-9.2.85 ===> Configuring for py3-cle-9.2.85 ===> Building for py3-cle-9.2.85 * Getting build dependencies for wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section running egg_info writing cle.egg-info/PKG-INFO writing dependency_links to cle.egg-info/dependency_links.txt writing requirements to cle.egg-info/requires.txt writing top-level names to cle.egg-info/top_level.txt reading manifest file 'cle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cle.egg-info/SOURCES.txt' * Building wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cle copying cle/__init__.py -> build/lib/cle copying cle/address_translator.py -> build/lib/cle copying cle/errors.py -> build/lib/cle copying cle/gdb.py -> build/lib/cle copying cle/loader.py -> build/lib/cle copying cle/memory.py -> build/lib/cle copying cle/patched_stream.py -> build/lib/cle copying cle/utils.py -> build/lib/cle creating build/lib/cle/backends copying cle/backends/__init__.py -> build/lib/cle/backends copying cle/backends/backend.py -> build/lib/cle/backends copying cle/backends/binja.py -> build/lib/cle/backends copying cle/backends/blob.py -> build/lib/cle/backends copying cle/backends/coff.py -> build/lib/cle/backends copying cle/backends/ihex.py -> build/lib/cle/backends copying cle/backends/named_region.py -> build/lib/cle/backends copying cle/backends/region.py -> build/lib/cle/backends copying cle/backends/regions.py -> build/lib/cle/backends copying cle/backends/relocation.py -> build/lib/cle/backends copying cle/backends/static_archive.py -> build/lib/cle/backends copying cle/backends/symbol.py -> build/lib/cle/backends copying cle/backends/te.py -> build/lib/cle/backends copying cle/backends/uefi_firmware.py -> build/lib/cle/backends copying cle/backends/xbe.py -> build/lib/cle/backends creating build/lib/cle/backends/cgc copying cle/backends/cgc/__init__.py -> build/lib/cle/backends/cgc copying cle/backends/cgc/backedcgc.py -> build/lib/cle/backends/cgc copying cle/backends/cgc/cgc.py -> build/lib/cle/backends/cgc creating build/lib/cle/backends/elf copying cle/backends/elf/__init__.py -> build/lib/cle/backends/elf copying cle/backends/elf/compilation_unit.py -> build/lib/cle/backends/elf copying cle/backends/elf/elf.py -> build/lib/cle/backends/elf copying cle/backends/elf/elfcore.py -> build/lib/cle/backends/elf copying cle/backends/elf/hashtable.py -> build/lib/cle/backends/elf copying cle/backends/elf/lsda.py -> build/lib/cle/backends/elf copying cle/backends/elf/metaelf.py -> build/lib/cle/backends/elf copying cle/backends/elf/regions.py -> build/lib/cle/backends/elf copying cle/backends/elf/subprogram.py -> build/lib/cle/backends/elf copying cle/backends/elf/symbol.py -> build/lib/cle/backends/elf copying cle/backends/elf/symbol_type.py -> build/lib/cle/backends/elf copying cle/backends/elf/variable.py -> build/lib/cle/backends/elf copying cle/backends/elf/variable_type.py -> build/lib/cle/backends/elf creating build/lib/cle/backends/externs copying cle/backends/externs/__init__.py -> build/lib/cle/backends/externs creating build/lib/cle/backends/java copying cle/backends/java/__init__.py -> build/lib/cle/backends/java copying cle/backends/java/android_lifecycle.py -> build/lib/cle/backends/java copying cle/backends/java/apk.py -> build/lib/cle/backends/java copying cle/backends/java/jar.py -> build/lib/cle/backends/java copying cle/backends/java/soot.py -> build/lib/cle/backends/java creating build/lib/cle/backends/macho copying cle/backends/macho/__init__.py -> build/lib/cle/backends/macho copying cle/backends/macho/binding.py -> build/lib/cle/backends/macho copying cle/backends/macho/macho.py -> build/lib/cle/backends/macho copying cle/backends/macho/macho_enums.py -> build/lib/cle/backends/macho copying cle/backends/macho/section.py -> build/lib/cle/backends/macho copying cle/backends/macho/segment.py -> build/lib/cle/backends/macho copying cle/backends/macho/structs.py -> build/lib/cle/backends/macho copying cle/backends/macho/symbol.py -> build/lib/cle/backends/macho creating build/lib/cle/backends/minidump copying cle/backends/minidump/__init__.py -> build/lib/cle/backends/minidump creating build/lib/cle/backends/pe copying cle/backends/pe/__init__.py -> build/lib/cle/backends/pe copying cle/backends/pe/pe.py -> build/lib/cle/backends/pe copying cle/backends/pe/regions.py -> build/lib/cle/backends/pe copying cle/backends/pe/symbol.py -> build/lib/cle/backends/pe creating build/lib/cle/backends/tls copying cle/backends/tls/__init__.py -> build/lib/cle/backends/tls copying cle/backends/tls/elf_tls.py -> build/lib/cle/backends/tls copying cle/backends/tls/elfcore_tls.py -> build/lib/cle/backends/tls copying cle/backends/tls/minidump_tls.py -> build/lib/cle/backends/tls copying cle/backends/tls/pe_tls.py -> build/lib/cle/backends/tls copying cle/backends/tls/tls_object.py -> build/lib/cle/backends/tls creating build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/__init__.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/amd64.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/arm.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/arm64.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/arm_cortex_m.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/armel.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/armhf.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/elfreloc.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/generic.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/i386.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/mips.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/mips64.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/pcc64.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/ppc.py -> build/lib/cle/backends/elf/relocation copying cle/backends/elf/relocation/s390x.py -> build/lib/cle/backends/elf/relocation creating build/lib/cle/backends/externs/simdata copying cle/backends/externs/simdata/__init__.py -> build/lib/cle/backends/externs/simdata copying cle/backends/externs/simdata/common.py -> build/lib/cle/backends/externs/simdata copying cle/backends/externs/simdata/glibc_startup.py -> build/lib/cle/backends/externs/simdata copying cle/backends/externs/simdata/io_file.py -> build/lib/cle/backends/externs/simdata copying cle/backends/externs/simdata/simdata.py -> build/lib/cle/backends/externs/simdata creating build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/__init__.py -> build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/amd64.py -> build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/arm.py -> build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/generic.py -> build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/i386.py -> build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/mips.py -> build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/pereloc.py -> build/lib/cle/backends/pe/relocation copying cle/backends/pe/relocation/riscv.py -> build/lib/cle/backends/pe/relocation copying cle/py.typed -> build/lib/cle installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/address_translator.py -> build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/errors.py -> build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/gdb.py -> build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/loader.py -> build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/memory.py -> build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/patched_stream.py -> build/bdist.openbsd-7.5-amd64/wheel/cle copying build/lib/cle/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/cle creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/backend.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/binja.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/blob.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/coff.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/ihex.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/named_region.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/region.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/regions.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/relocation.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/static_archive.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/symbol.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/te.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/uefi_firmware.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends copying build/lib/cle/backends/xbe.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/cgc copying build/lib/cle/backends/cgc/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/cgc copying build/lib/cle/backends/cgc/backedcgc.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/cgc copying build/lib/cle/backends/cgc/cgc.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/cgc creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/compilation_unit.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/elf.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/elfcore.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/hashtable.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/lsda.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/metaelf.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/regions.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/subprogram.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/symbol.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/symbol_type.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/variable.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf copying build/lib/cle/backends/elf/variable_type.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/amd64.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/arm.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/arm64.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/arm_cortex_m.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/armel.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/armhf.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/elfreloc.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/generic.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/i386.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/mips.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/mips64.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/pcc64.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/ppc.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation copying build/lib/cle/backends/elf/relocation/s390x.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/elf/relocation creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs copying build/lib/cle/backends/externs/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs/simdata copying build/lib/cle/backends/externs/simdata/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs/simdata copying build/lib/cle/backends/externs/simdata/common.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs/simdata copying build/lib/cle/backends/externs/simdata/glibc_startup.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs/simdata copying build/lib/cle/backends/externs/simdata/io_file.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs/simdata copying build/lib/cle/backends/externs/simdata/simdata.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/externs/simdata creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/java copying build/lib/cle/backends/java/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/java copying build/lib/cle/backends/java/android_lifecycle.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/java copying build/lib/cle/backends/java/apk.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/java copying build/lib/cle/backends/java/jar.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/java copying build/lib/cle/backends/java/soot.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/java creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/binding.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/macho.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/macho_enums.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/section.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/segment.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/structs.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho copying build/lib/cle/backends/macho/symbol.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/macho creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/minidump copying build/lib/cle/backends/minidump/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/minidump creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe copying build/lib/cle/backends/pe/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe copying build/lib/cle/backends/pe/pe.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe copying build/lib/cle/backends/pe/regions.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe copying build/lib/cle/backends/pe/symbol.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/amd64.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/arm.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/generic.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/i386.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/mips.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/pereloc.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation copying build/lib/cle/backends/pe/relocation/riscv.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/pe/relocation creating build/bdist.openbsd-7.5-amd64/wheel/cle/backends/tls copying build/lib/cle/backends/tls/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/tls copying build/lib/cle/backends/tls/elf_tls.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/tls copying build/lib/cle/backends/tls/elfcore_tls.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/tls copying build/lib/cle/backends/tls/minidump_tls.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/tls copying build/lib/cle/backends/tls/pe_tls.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/tls copying build/lib/cle/backends/tls/tls_object.py -> build/bdist.openbsd-7.5-amd64/wheel/cle/backends/tls copying build/lib/cle/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/cle running install_egg_info running egg_info writing cle.egg-info/PKG-INFO writing dependency_links to cle.egg-info/dependency_links.txt writing requirements to cle.egg-info/requires.txt writing top-level names to cle.egg-info/top_level.txt reading manifest file 'cle.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'cle.egg-info/SOURCES.txt' Copying cle.egg-info to build/bdist.openbsd-7.5-amd64/wheel/cle-9.2.85-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/cle-9.2.85.dist-info/WHEEL creating '/exopi-obj/pobj/py3-cle-9.2.85/cle-9.2.85/dist/.tmp-sbzfnzhz/cle-9.2.85-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'cle/__init__.py' adding 'cle/address_translator.py' adding 'cle/errors.py' adding 'cle/gdb.py' adding 'cle/loader.py' adding 'cle/memory.py' adding 'cle/patched_stream.py' adding 'cle/py.typed' adding 'cle/utils.py' adding 'cle/backends/__init__.py' adding 'cle/backends/backend.py' adding 'cle/backends/binja.py' adding 'cle/backends/blob.py' adding 'cle/backends/coff.py' adding 'cle/backends/ihex.py' adding 'cle/backends/named_region.py' adding 'cle/backends/region.py' adding 'cle/backends/regions.py' adding 'cle/backends/relocation.py' adding 'cle/backends/static_archive.py' adding 'cle/backends/symbol.py' adding 'cle/backends/te.py' adding 'cle/backends/uefi_firmware.py' adding 'cle/backends/xbe.py' adding 'cle/backends/cgc/__init__.py' adding 'cle/backends/cgc/backedcgc.py' adding 'cle/backends/cgc/cgc.py' adding 'cle/backends/elf/__init__.py' adding 'cle/backends/elf/compilation_unit.py' adding 'cle/backends/elf/elf.py' adding 'cle/backends/elf/elfcore.py' adding 'cle/backends/elf/hashtable.py' adding 'cle/backends/elf/lsda.py' adding 'cle/backends/elf/metaelf.py' adding 'cle/backends/elf/regions.py' adding 'cle/backends/elf/subprogram.py' adding 'cle/backends/elf/symbol.py' adding 'cle/backends/elf/symbol_type.py' adding 'cle/backends/elf/variable.py' adding 'cle/backends/elf/variable_type.py' adding 'cle/backends/elf/relocation/__init__.py' adding 'cle/backends/elf/relocation/amd64.py' adding 'cle/backends/elf/relocation/arm.py' adding 'cle/backends/elf/relocation/arm64.py' adding 'cle/backends/elf/relocation/arm_cortex_m.py' adding 'cle/backends/elf/relocation/armel.py' adding 'cle/backends/elf/relocation/armhf.py' adding 'cle/backends/elf/relocation/elfreloc.py' adding 'cle/backends/elf/relocation/generic.py' adding 'cle/backends/elf/relocation/i386.py' adding 'cle/backends/elf/relocation/mips.py' adding 'cle/backends/elf/relocation/mips64.py' adding 'cle/backends/elf/relocation/pcc64.py' adding 'cle/backends/elf/relocation/ppc.py' adding 'cle/backends/elf/relocation/s390x.py' adding 'cle/backends/externs/__init__.py' adding 'cle/backends/externs/simdata/__init__.py' adding 'cle/backends/externs/simdata/common.py' adding 'cle/backends/externs/simdata/glibc_startup.py' adding 'cle/backends/externs/simdata/io_file.py' adding 'cle/backends/externs/simdata/simdata.py' adding 'cle/backends/java/__init__.py' adding 'cle/backends/java/android_lifecycle.py' adding 'cle/backends/java/apk.py' adding 'cle/backends/java/jar.py' adding 'cle/backends/java/soot.py' adding 'cle/backends/macho/__init__.py' adding 'cle/backends/macho/binding.py' adding 'cle/backends/macho/macho.py' adding 'cle/backends/macho/macho_enums.py' adding 'cle/backends/macho/section.py' adding 'cle/backends/macho/segment.py' adding 'cle/backends/macho/structs.py' adding 'cle/backends/macho/symbol.py' adding 'cle/backends/minidump/__init__.py' adding 'cle/backends/pe/__init__.py' adding 'cle/backends/pe/pe.py' adding 'cle/backends/pe/regions.py' adding 'cle/backends/pe/symbol.py' adding 'cle/backends/pe/relocation/__init__.py' adding 'cle/backends/pe/relocation/amd64.py' adding 'cle/backends/pe/relocation/arm.py' adding 'cle/backends/pe/relocation/generic.py' adding 'cle/backends/pe/relocation/i386.py' adding 'cle/backends/pe/relocation/mips.py' adding 'cle/backends/pe/relocation/pereloc.py' adding 'cle/backends/pe/relocation/riscv.py' adding 'cle/backends/tls/__init__.py' adding 'cle/backends/tls/elf_tls.py' adding 'cle/backends/tls/elfcore_tls.py' adding 'cle/backends/tls/minidump_tls.py' adding 'cle/backends/tls/pe_tls.py' adding 'cle/backends/tls/tls_object.py' adding 'cle-9.2.85.dist-info/LICENSE' adding 'cle-9.2.85.dist-info/METADATA' adding 'cle-9.2.85.dist-info/WHEEL' adding 'cle-9.2.85.dist-info/top_level.txt' adding 'cle-9.2.85.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built cle-9.2.85-py3-none-any.whl >>> Running package in devel/angr/py-cle at 1714086310.77 ===> devel/angr/py-cle ===> Faking installation for py3-cle-9.2.85 /exopi-obj/pobj/py3-cle-9.2.85/bin/install -d -m 755 /exopi-obj/pobj/py3-cle-9.2.85/fake-amd64/usr/local/share/doc/py3-cle/ /exopi-obj/pobj/py3-cle-9.2.85/bin/install -c -m 644 /exopi-obj/pobj/py3-cle-9.2.85/cle-9.2.85/README.md /exopi-obj/pobj/py3-cle-9.2.85/fake-amd64/usr/local/share/doc/py3-cle/ ===> Building package for py3-cle-9.2.85 Create /exopi-cvs/ports/packages/amd64/all/py3-cle-9.2.85.tgz Creating package py3-cle-9.2.85 reading plist| checking dependencies| checking dependencies|devel/angr/py-archinfo checking dependencies|devel/angr/py-claripy checking dependencies|devel/angr/py-pyvex checking dependencies|devel/py-elftools,python3 checking dependencies|devel/py-minidump,python3 checking dependencies|devel/py-sortedcontainers,python3 checking dependencies|lang/python/3.10,-main checking dependencies|security/py-pefile,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|** | 4% archiving|**** | 6% archiving|***** | 7% archiving|****** | 9% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|*************** | 24% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************** | 50% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|*************************************************** | 79% archiving|**************************************************** | 81% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-cle-9.2.85.tgz >>> Running clean in devel/angr/py-cle at 1714086315.44 ===> devel/angr/py-cle ===> Cleaning for py3-cle-9.2.85 >>> Ended at 1714086315.65 max_stuck=0.00/depends=1.54/show-prepare-results=1.05/build=2.15/package=4.67/clean=0.24