------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- 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/py37-pycparser-2.19.txz Installing /packages/All/py37-cffi-1.14.0.txz Installing /packages/All/py37-atomiclong-0.1.1_2.txz Installing /packages/All/fusefs-libs-2.9.9_1.txz ===== Message from fusefs-libs-2.9.9_1: -- Install the fuse kernel module to use this port. Installing /packages/All/py37-fusepy-3.0.1.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libssh2-1.8.2,3.txz Installing /packages/All/libgit2-1.0.0.txz Installing /packages/All/py37-cached-property-1.5.1.txz Installing /packages/All/py37-six-1.14.0.txz Installing /packages/All/py37-pygit2-1.2.0_1.txz Installing /packages/All/py37-raven-6.10.0_1.txz SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fusefs-gitfs-0.5.2_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fusefs-gitfs-0.5.2_2 for building => SHA256 Checksum OK for PressLabs-gitfs-0.5.2_GH0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by fusefs-gitfs-0.5.2_2 for building ===> Extracting for fusefs-gitfs-0.5.2_2 => SHA256 Checksum OK for PressLabs-gitfs-0.5.2_GH0.tar.gz. Extracted Memory Use: 0.63M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for fusefs-gitfs-0.5.2_2 ===> Applying ports patches for fusefs-gitfs-0.5.2_2 ===> Cleanly applied ports patch(es) patch-gitfs_utils_args.py SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> fusefs-gitfs-0.5.2_2 depends on package: py37-setuptools>0 - found ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> fusefs-gitfs-0.5.2_2 depends on package: py37-setuptools>0 - found ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for fusefs-gitfs-0.5.2_2 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for fusefs-gitfs-0.5.2_2 running build running build_py creating build creating build/lib creating build/lib/gitfs copying gitfs/__init__.py -> build/lib/gitfs copying gitfs/routes.py -> build/lib/gitfs copying gitfs/repository.py -> build/lib/gitfs copying gitfs/log.py -> build/lib/gitfs copying gitfs/mounter.py -> build/lib/gitfs copying gitfs/router.py -> build/lib/gitfs copying gitfs/__main__.py -> build/lib/gitfs creating build/lib/gitfs/events copying gitfs/events/__init__.py -> build/lib/gitfs/events creating build/lib/gitfs/views copying gitfs/views/read_only.py -> build/lib/gitfs/views copying gitfs/views/index.py -> build/lib/gitfs/views copying gitfs/views/view.py -> build/lib/gitfs/views copying gitfs/views/__init__.py -> build/lib/gitfs/views copying gitfs/views/commit.py -> build/lib/gitfs/views copying gitfs/views/passthrough.py -> build/lib/gitfs/views copying gitfs/views/history.py -> build/lib/gitfs/views copying gitfs/views/current.py -> build/lib/gitfs/views creating build/lib/gitfs/worker copying gitfs/worker/__init__.py -> build/lib/gitfs/worker copying gitfs/worker/fetch.py -> build/lib/gitfs/worker copying gitfs/worker/peasant.py -> build/lib/gitfs/worker copying gitfs/worker/sync.py -> build/lib/gitfs/worker copying gitfs/worker/commit_queue.py -> build/lib/gitfs/worker creating build/lib/gitfs/cache copying gitfs/cache/__init__.py -> build/lib/gitfs/cache copying gitfs/cache/commits.py -> build/lib/gitfs/cache copying gitfs/cache/node.py -> build/lib/gitfs/cache copying gitfs/cache/base.py -> build/lib/gitfs/cache copying gitfs/cache/lru.py -> build/lib/gitfs/cache copying gitfs/cache/gitignore.py -> build/lib/gitfs/cache creating build/lib/gitfs/utils copying gitfs/utils/commits.py -> build/lib/gitfs/utils copying gitfs/utils/__init__.py -> build/lib/gitfs/utils copying gitfs/utils/path.py -> build/lib/gitfs/utils copying gitfs/utils/strptime.py -> build/lib/gitfs/utils copying gitfs/utils/args.py -> build/lib/gitfs/utils creating build/lib/gitfs/merges copying gitfs/merges/accept_mine.py -> build/lib/gitfs/merges copying gitfs/merges/base.py -> build/lib/gitfs/merges copying gitfs/merges/__init__.py -> build/lib/gitfs/merges creating build/lib/gitfs/cache/decorators copying gitfs/cache/decorators/lru.py -> build/lib/gitfs/cache/decorators copying gitfs/cache/decorators/__init__.py -> build/lib/gitfs/cache/decorators creating build/lib/gitfs/utils/decorators copying gitfs/utils/decorators/write_operation.py -> build/lib/gitfs/utils/decorators copying gitfs/utils/decorators/not_in.py -> build/lib/gitfs/utils/decorators copying gitfs/utils/decorators/while_not.py -> build/lib/gitfs/utils/decorators copying gitfs/utils/decorators/retry.py -> build/lib/gitfs/utils/decorators copying gitfs/utils/decorators/__init__.py -> build/lib/gitfs/utils/decorators running egg_info creating gitfs.egg-info writing gitfs.egg-info/PKG-INFO writing dependency_links to gitfs.egg-info/dependency_links.txt writing entry points to gitfs.egg-info/entry_points.txt writing requirements to gitfs.egg-info/requires.txt writing top-level names to gitfs.egg-info/top_level.txt writing manifest file 'gitfs.egg-info/SOURCES.txt' reading manifest file 'gitfs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'gitfs.egg-info/SOURCES.txt' SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> fusefs-gitfs-0.5.2_2 depends on package: py37-atomiclong>=0.1.1 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-cffi>=1.12.3 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-fusepy>=3.0.1 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-pycparser>=2.19 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-pygit2>=0.28.2 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-raven>=6.10.0 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-six>=1.12.0 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-setuptools>0 - found ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for fusefs-gitfs-0.5.2_2 ===> fusefs-gitfs-0.5.2_2 depends on package: py37-atomiclong>=0.1.1 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-cffi>=1.12.3 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-fusepy>=3.0.1 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-pycparser>=2.19 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-pygit2>=0.28.2 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-raven>=6.10.0 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-six>=1.12.0 - found ===> fusefs-gitfs-0.5.2_2 depends on package: py37-setuptools>0 - found ===> fusefs-gitfs-0.5.2_2 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing gitfs.egg-info/PKG-INFO writing dependency_links to gitfs.egg-info/dependency_links.txt writing entry points to gitfs.egg-info/entry_points.txt writing requirements to gitfs.egg-info/requires.txt writing top-level names to gitfs.egg-info/top_level.txt reading manifest file 'gitfs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'gitfs.egg-info/SOURCES.txt' running install_lib creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7 creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/merges copying build/lib/gitfs/merges/accept_mine.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/merges copying build/lib/gitfs/merges/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/merges copying build/lib/gitfs/merges/base.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/merges creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils copying build/lib/gitfs/utils/args.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils copying build/lib/gitfs/utils/strptime.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils copying build/lib/gitfs/utils/path.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators copying build/lib/gitfs/utils/decorators/while_not.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators copying build/lib/gitfs/utils/decorators/write_operation.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators copying build/lib/gitfs/utils/decorators/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators copying build/lib/gitfs/utils/decorators/not_in.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators copying build/lib/gitfs/utils/decorators/retry.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators copying build/lib/gitfs/utils/commits.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils copying build/lib/gitfs/utils/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/events copying build/lib/gitfs/events/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/events creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker copying build/lib/gitfs/worker/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker copying build/lib/gitfs/worker/fetch.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker copying build/lib/gitfs/worker/sync.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker copying build/lib/gitfs/worker/peasant.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker copying build/lib/gitfs/worker/commit_queue.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker copying build/lib/gitfs/repository.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs copying build/lib/gitfs/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs copying build/lib/gitfs/router.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs copying build/lib/gitfs/__main__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs copying build/lib/gitfs/log.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs copying build/lib/gitfs/routes.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs copying build/lib/gitfs/mounter.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache copying build/lib/gitfs/cache/node.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache copying build/lib/gitfs/cache/lru.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache copying build/lib/gitfs/cache/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/decorators copying build/lib/gitfs/cache/decorators/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/decorators copying build/lib/gitfs/cache/decorators/lru.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/decorators copying build/lib/gitfs/cache/commits.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache copying build/lib/gitfs/cache/base.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache copying build/lib/gitfs/cache/gitignore.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache creating /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/passthrough.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/index.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/view.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/__init__.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/commit.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/read_only.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/history.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views copying build/lib/gitfs/views/current.py -> /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/merges/accept_mine.py to accept_mine.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/merges/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/merges/base.py to base.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/args.py to args.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/strptime.py to strptime.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/path.py to path.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators/while_not.py to while_not.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators/write_operation.py to write_operation.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators/not_in.py to not_in.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/decorators/retry.py to retry.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/commits.py to commits.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/utils/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/events/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker/fetch.py to fetch.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker/sync.py to sync.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker/peasant.py to peasant.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/worker/commit_queue.py to commit_queue.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/repository.py to repository.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/router.py to router.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/__main__.py to __main__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/log.py to log.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/routes.py to routes.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/mounter.py to mounter.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/node.py to node.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/lru.py to lru.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/decorators/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/decorators/lru.py to lru.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/commits.py to commits.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/base.py to base.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/cache/gitignore.py to gitignore.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/passthrough.py to passthrough.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/index.py to index.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/view.py to view.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/commit.py to commit.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/read_only.py to read_only.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/history.py to history.cpython-37.pyc byte-compiling /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs/views/current.py to current.cpython-37.pyc writing byte-compilation script '/tmp/tmpjgpeiym_.py' /usr/local/bin/python3.7 /tmp/tmpjgpeiym_.py removing /tmp/tmpjgpeiym_.py running install_egg_info Copying gitfs.egg-info to /construction/sysutils/fusefs-gitfs/stage/usr/local/lib/python3.7/site-packages/gitfs-0.5.1-py3.7.egg-info running install_scripts Installing gitfs script to /construction/sysutils/fusefs-gitfs/stage/usr/local/bin writing list of installed files to '/construction/sysutils/fusefs-gitfs/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/gitfs --> bin/gitfs-3.7 Link: @bin/gitfs --> bin/gitfs-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:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for fusefs-gitfs-0.5.2_2 file sizes/checksums [135]: 0% file sizes/checksums [135]: 74% file sizes/checksums [135]: 100% packing files [135]: 0% packing files [135]: 74% packing files [135]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:22