------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/python37-3.7.6.txz ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/capstone4-4.0.1.txz Installing /packages/All/py37-capstone-4.0.1.txz Installing /packages/All/py37-filebytes-0.10.2.txz Installing /packages/All/py37-keystone-engine-0.9.1.3.txz SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-ropper-1.13.5_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-ropper-1.13.5_1 depends on file: /usr/local/sbin/pkg - found => sashs-Ropper-v1.13.5_GH0.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://codeload.github.com/sashs/Ropper/tar.gz/v1.13.5?dummy=/sashs-Ropper-v1.13.5_GH0.tar.gz fetch: https://codeload.github.com/sashs/Ropper/tar.gz/v1.13.5?dummy=/sashs-Ropper-v1.13.5_GH0.tar.gz: size unknown fetch: https://codeload.github.com/sashs/Ropper/tar.gz/v1.13.5?dummy=/sashs-Ropper-v1.13.5_GH0.tar.gz: size of remote file is not known sashs-Ropper-v1.13.5_GH0.tar.gz 0 B 0 Bps sashs-Ropper-v1.13.5_GH0.tar.gz 1456 kB 5195 kBps 00s ===> Fetching all distfiles required by py37-ropper-1.13.5_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-ropper-1.13.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-ropper-1.13.5_1 for building => SHA256 Checksum OK for sashs-Ropper-v1.13.5_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-ropper-1.13.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-ropper-1.13.5_1 for building ===> Extracting for py37-ropper-1.13.5_1 => SHA256 Checksum OK for sashs-Ropper-v1.13.5_GH0.tar.gz. Extracted Memory Use: 3.57M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-ropper-1.13.5_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-ropper-1.13.5_1 depends on package: py37-setuptools>0 - found ===> py37-ropper-1.13.5_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-ropper-1.13.5_1 depends on package: py37-setuptools>0 - found ===> py37-ropper-1.13.5_1 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-ropper-1.13.5_1 running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-ropper-1.13.5_1 running build running build_py creating build creating build/lib creating build/lib/ropper copying ropper/console.py -> build/lib/ropper copying ropper/gadget.py -> build/lib/ropper copying ropper/z3helper.py -> build/lib/ropper copying ropper/service.py -> build/lib/ropper copying ropper/arch.py -> build/lib/ropper copying ropper/search.py -> build/lib/ropper copying ropper/semantic.py -> build/lib/ropper copying ropper/options.py -> build/lib/ropper copying ropper/rop.py -> build/lib/ropper copying ropper/__init__.py -> build/lib/ropper copying ropper/__main__.py -> build/lib/ropper creating build/lib/ropper/common copying ropper/common/coloredstring.py -> build/lib/ropper/common copying ropper/common/utils.py -> build/lib/ropper/common copying ropper/common/error.py -> build/lib/ropper/common copying ropper/common/__init__.py -> build/lib/ropper/common copying ropper/common/abstract.py -> build/lib/ropper/common copying ropper/common/enum.py -> build/lib/ropper/common creating build/lib/ropper/printer copying ropper/printer/peprinter.py -> build/lib/ropper/printer copying ropper/printer/__init__.py -> build/lib/ropper/printer copying ropper/printer/machprinter.py -> build/lib/ropper/printer copying ropper/printer/rawprinter.py -> build/lib/ropper/printer copying ropper/printer/elfprinter.py -> build/lib/ropper/printer copying ropper/printer/printer.py -> build/lib/ropper/printer creating build/lib/ropper/loaders copying ropper/loaders/pe.py -> build/lib/ropper/loaders copying ropper/loaders/loader.py -> build/lib/ropper/loaders copying ropper/loaders/__init__.py -> build/lib/ropper/loaders copying ropper/loaders/mach_o.py -> build/lib/ropper/loaders copying ropper/loaders/raw.py -> build/lib/ropper/loaders copying ropper/loaders/elf.py -> build/lib/ropper/loaders creating build/lib/ropper/ropchain copying ropper/ropchain/__init__.py -> build/lib/ropper/ropchain copying ropper/ropchain/ropchain.py -> build/lib/ropper/ropchain creating build/lib/ropper/ropchain/arch copying ropper/ropchain/arch/ropchainx86_64.py -> build/lib/ropper/ropchain/arch copying ropper/ropchain/arch/__init__.py -> build/lib/ropper/ropchain/arch copying ropper/ropchain/arch/ropchainx86.py -> build/lib/ropper/ropchain/arch SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-ropper-1.13.5_1 depends on package: py37-capstone>=4.0.1 - found ===> py37-ropper-1.13.5_1 depends on package: py37-filebytes>=0.10.0 - found ===> py37-ropper-1.13.5_1 depends on package: py37-keystone-engine>=0.9.1.3 - found ===> py37-ropper-1.13.5_1 depends on package: py37-setuptools>0 - found ===> py37-ropper-1.13.5_1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-ropper-1.13.5_1 ===> py37-ropper-1.13.5_1 depends on package: py37-capstone>=4.0.1 - found ===> py37-ropper-1.13.5_1 depends on package: py37-filebytes>=0.10.0 - found ===> py37-ropper-1.13.5_1 depends on package: py37-keystone-engine>=0.9.1.3 - found ===> py37-ropper-1.13.5_1 depends on package: py37-setuptools>0 - found ===> py37-ropper-1.13.5_1 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/security/py-ropper/stage/usr/local/lib/python3.7 creating /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages creating /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/options.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/semantic.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper creating /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common copying build/lib/ropper/common/__init__.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common copying build/lib/ropper/common/abstract.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common copying build/lib/ropper/common/coloredstring.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common copying build/lib/ropper/common/error.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common copying build/lib/ropper/common/enum.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common copying build/lib/ropper/common/utils.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common creating /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders copying build/lib/ropper/loaders/loader.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders copying build/lib/ropper/loaders/elf.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders copying build/lib/ropper/loaders/pe.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders copying build/lib/ropper/loaders/__init__.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders copying build/lib/ropper/loaders/raw.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders copying build/lib/ropper/loaders/mach_o.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders copying build/lib/ropper/z3helper.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper creating /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer copying build/lib/ropper/printer/rawprinter.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer copying build/lib/ropper/printer/peprinter.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer copying build/lib/ropper/printer/__init__.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer copying build/lib/ropper/printer/machprinter.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer copying build/lib/ropper/printer/elfprinter.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer copying build/lib/ropper/printer/printer.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer copying build/lib/ropper/console.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/service.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/arch.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/search.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/rop.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper creating /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain copying build/lib/ropper/ropchain/__init__.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain creating /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/arch copying build/lib/ropper/ropchain/arch/ropchainx86_64.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/arch copying build/lib/ropper/ropchain/arch/__init__.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/arch copying build/lib/ropper/ropchain/arch/ropchainx86.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/arch copying build/lib/ropper/ropchain/ropchain.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain copying build/lib/ropper/__main__.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/gadget.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper copying build/lib/ropper/__init__.py -> /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/options.py to options.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/semantic.py to semantic.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common/abstract.py to abstract.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common/coloredstring.py to coloredstring.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common/error.py to error.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common/enum.py to enum.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/common/utils.py to utils.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders/loader.py to loader.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders/elf.py to elf.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders/pe.py to pe.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders/raw.py to raw.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/loaders/mach_o.py to mach_o.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/z3helper.py to z3helper.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer/rawprinter.py to rawprinter.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer/peprinter.py to peprinter.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer/machprinter.py to machprinter.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer/elfprinter.py to elfprinter.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/printer/printer.py to printer.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/console.py to console.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/service.py to service.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/arch.py to arch.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/search.py to search.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/rop.py to rop.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/arch/ropchainx86_64.py to ropchainx86_64.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/arch/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/arch/ropchainx86.py to ropchainx86.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/ropchain/ropchain.py to ropchain.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/__main__.py to __main__.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/gadget.py to gadget.cpython-37.pyc byte-compiling /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmp6d4stdzc.py' /usr/local/bin/python3.7 /tmp/tmp6d4stdzc.py removing /tmp/tmp6d4stdzc.py running install_egg_info running egg_info creating ropper.egg-info writing ropper.egg-info/PKG-INFO writing dependency_links to ropper.egg-info/dependency_links.txt writing entry points to ropper.egg-info/entry_points.txt writing requirements to ropper.egg-info/requires.txt writing top-level names to ropper.egg-info/top_level.txt writing manifest file 'ropper.egg-info/SOURCES.txt' reading manifest file 'ropper.egg-info/SOURCES.txt' writing manifest file 'ropper.egg-info/SOURCES.txt' Copying ropper.egg-info to /construction/security/py-ropper/stage/usr/local/lib/python3.7/site-packages/ropper-1.13.5-py3.7.egg-info running install_scripts Installing ropper script to /construction/security/py-ropper/stage/usr/local/bin writing list of installed files to '/construction/security/py-ropper/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/ropper --> bin/ropper-3.7 Link: @bin/ropper --> bin/ropper-3.7 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-ropper-1.13.5_1 file sizes/checksums [110]: 0% file sizes/checksums [110]: 90% file sizes/checksums [110]: 100% packing files [110]: 0% packing files [110]: 90% packing files [110]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:03 TOTAL TIME 00:00:31