------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 FLAVOR=py37 UNAME_r=5.9 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for py37-smart-open-4.1.0: AZURE=on: Microsoft Azure support GCP=on: Google Cloud Platform (GCP) support HTTP=on: HTTP support S3=on: Amazon Web Services S3 support WEBHDFS=on: WebHDFS support ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- PYTHON="/usr/local/bin/python3.7" XDG_DATA_HOME=/construction/net/py-smart-open XDG_CONFIG_HOME=/construction/net/py-smart-open HOME=/construction/net/py-smart-open TMPDIR="/tmp" PATH=/construction/net/py-smart-open/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/net/py-smart-open XDG_CONFIG_HOME=/construction/net/py-smart-open HOME=/construction/net/py-smart-open TMPDIR="/tmp" PATH=/construction/net/py-smart-open/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- DESTDIR=/construction/net/py-smart-open/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- PYTHON_INCLUDEDIR=include/python3.7m PYTHON_LIBDIR=lib/python3.7 PYTHON_PLATFORM=dragonfly5 PYTHON_SITELIBDIR=lib/python3.7/site-packages PYTHON_SUFFIX=37 PYTHON_EXT_SUFFIX= PYTHON_VER=3.7 PYTHON_VERSION=python3.7 PYTHON2="@comment " PYTHON3="" OSREL=5.9 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/py37-smart-open" EXAMPLESDIR="share/examples/py37-smart-open" DATADIR="share/py37-smart-open" WWWDIR="www/py37-smart-open" ETCDIR="etc/py37-smart-open" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/py37-smart-open DOCSDIR=/usr/local/share/doc/py37-smart-open EXAMPLESDIR=/usr/local/share/examples/py37-smart-open WWWDIR=/usr/local/www/py37-smart-open ETCDIR=/usr/local/etc/py37-smart-open SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_SUFX=.txz DEVELOPER=1 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500906 OSVERSION=9999999 OSREL=5.9 _OSRELEASE=5.9-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=10 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/expat-2.2.10.txz Installing /packages/All/ncurses-6.2.20210116.txz Installing /packages/All/readline-8.0.4_1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/openssl-1.1.1i,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- 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-azure-cli-base-1.0.0.txz Installing /packages/All/py37-azure-common-1.1.25.txz Installing /packages/All/py37-certifi-2020.12.5.txz Installing /packages/All/py37-chardet-3.0.4_3.txz Installing /packages/All/py37-idna-2.10.txz Installing /packages/All/py37-pysocks-1.7.1.txz Installing /packages/All/py37-pycparser-2.20.txz Installing /packages/All/py37-cffi-1.14.4.txz Installing /packages/All/py37-six-1.15.0.txz Installing /packages/All/py37-cryptography-2.9.2.txz Installing /packages/All/py37-openssl-19.1.0.txz Installing /packages/All/py37-urllib3-1.25.11,1.txz ===== Message from py37-urllib3-1.25.11,1: -- Since version 1.25 HTTPS connections are now verified by default which is done via "cert_reqs = 'CERT_REQUIRED'". While certificate verification can be disabled via "cert_reqs = 'CERT_NONE'", it's highly recommended to leave it on. Various consumers of net/py-urllib3 already have implemented routines that either explicitly enable or disable HTTPS certificate verification (e.g. via configuration settings, CLI arguments, etc.). Yet it may happen that there are still some consumers which don't explicitly enable/disable certificate verification for HTTPS connections which could then lead to errors (as is often the case with self-signed certificates). In case of an error one should try first to temporarily disable certificate verification of the problematic urllib3 consumer to see if that approach will remedy the issue. Installing /packages/All/py37-requests-2.22.0_2.txz Installing /packages/All/py37-azure-core-1.9.0.txz Installing /packages/All/py37-dateutil-2.8.1.txz Installing /packages/All/py37-azure-storage-common-2.1.0.txz Installing /packages/All/py37-azure-storage-blob-2.1.0.txz Installing /packages/All/py37-cachetools-4.2.0.txz Installing /packages/All/py37-pyasn1-0.4.7.txz Installing /packages/All/py37-pyasn1-modules-0.2.7.txz Installing /packages/All/py37-rsa-3.4.2_1.txz Installing /packages/All/py37-attrs-20.3.0.txz Installing /packages/All/py37-multidict-5.1.0.txz Installing /packages/All/py37-async_timeout-3.0.1.txz Installing /packages/All/py37-typing-extensions-3.7.4.3.txz Installing /packages/All/py37-yarl-1.6.3.txz Installing /packages/All/py37-aiohttp-3.6.2.txz Installing /packages/All/py37-google-auth-1.24.0.txz Installing /packages/All/py37-protobuf-3.13.0,1.txz Installing /packages/All/py37-googleapis-common-protos-1.52.0.txz Installing /packages/All/py37-pytz-2020.5,1.txz Installing /packages/All/py37-google-api-core-1.24.1.txz Installing /packages/All/c-ares-1.16.1.txz Installing /packages/All/py37-grpcio-1.34.0.txz Installing /packages/All/py37-google-cloud-core-1.5.0.txz Installing /packages/All/crc32c-1.1.1.txz Installing /packages/All/py37-google-crc32c-1.1.0.txz Installing /packages/All/py37-google-resumable-media-1.2.0.txz Installing /packages/All/py37-google-cloud-storage-1.35.0.txz Installing /packages/All/py37-jmespath-0.10.0.txz Installing /packages/All/py37-botocore-1.18.16.txz Installing /packages/All/py37-s3transfer-0.3.3.txz Installing /packages/All/py37-boto3-1.15.8.txz SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-smart-open-4.1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-smart-open-4.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-smart-open-4.1.0 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-smart-open-4.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-smart-open-4.1.0 for building => SHA256 Checksum OK for smart_open-4.1.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-smart-open-4.1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-smart-open-4.1.0 for building ===> Extracting for py37-smart-open-4.1.0 => SHA256 Checksum OK for smart_open-4.1.0.tar.gz. Extracted Memory Use: 0.64M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-smart-open-4.1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-smart-open-4.1.0 depends on package: py37-setuptools>0 - found ===> py37-smart-open-4.1.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-smart-open-4.1.0 depends on package: py37-setuptools>0 - found ===> py37-smart-open-4.1.0 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-smart-open-4.1.0 running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-smart-open-4.1.0 running build running build_py creating build creating build/lib creating build/lib/smart_open copying smart_open/__init__.py -> build/lib/smart_open copying smart_open/azure.py -> build/lib/smart_open copying smart_open/transport.py -> build/lib/smart_open copying smart_open/utils.py -> build/lib/smart_open copying smart_open/version.py -> build/lib/smart_open copying smart_open/webhdfs.py -> build/lib/smart_open copying smart_open/local_file.py -> build/lib/smart_open copying smart_open/bytebuffer.py -> build/lib/smart_open copying smart_open/s3.py -> build/lib/smart_open copying smart_open/compression.py -> build/lib/smart_open copying smart_open/smart_open_lib.py -> build/lib/smart_open copying smart_open/ssh.py -> build/lib/smart_open copying smart_open/concurrency.py -> build/lib/smart_open copying smart_open/constants.py -> build/lib/smart_open copying smart_open/doctools.py -> build/lib/smart_open copying smart_open/gcs.py -> build/lib/smart_open copying smart_open/hdfs.py -> build/lib/smart_open copying smart_open/http.py -> build/lib/smart_open creating build/lib/smart_open/tests copying smart_open/tests/test_utils.py -> build/lib/smart_open/tests copying smart_open/tests/test_s3.py -> build/lib/smart_open/tests copying smart_open/tests/test_s3_version.py -> build/lib/smart_open/tests copying smart_open/tests/test_sanity.py -> build/lib/smart_open/tests copying smart_open/tests/test_smart_open.py -> build/lib/smart_open/tests copying smart_open/tests/test_ssh.py -> build/lib/smart_open/tests copying smart_open/tests/test_transport.py -> build/lib/smart_open/tests copying smart_open/tests/test_gcs.py -> build/lib/smart_open/tests copying smart_open/tests/test_hdfs.py -> build/lib/smart_open/tests copying smart_open/tests/test_http.py -> build/lib/smart_open/tests copying smart_open/tests/test_package.py -> build/lib/smart_open/tests copying smart_open/tests/test_bytebuffer.py -> build/lib/smart_open/tests copying smart_open/tests/test_azure.py -> build/lib/smart_open/tests copying smart_open/tests/__init__.py -> build/lib/smart_open/tests creating build/lib/smart_open/tests/fixtures copying smart_open/tests/fixtures/__init__.py -> build/lib/smart_open/tests/fixtures copying smart_open/tests/fixtures/good_transport.py -> build/lib/smart_open/tests/fixtures copying smart_open/tests/fixtures/missing_deps_transport.py -> build/lib/smart_open/tests/fixtures copying smart_open/tests/fixtures/no_schemes_transport.py -> build/lib/smart_open/tests/fixtures creating build/lib/smart_open/tests/test_data copying smart_open/tests/test_data/crime-and-punishment.txt.xz -> build/lib/smart_open/tests/test_data copying smart_open/tests/test_data/crlf_at_1k_boundary.warc.gz -> build/lib/smart_open/tests/test_data copying smart_open/tests/test_data/1984.txt.gz -> build/lib/smart_open/tests/test_data copying smart_open/tests/test_data/cp852.tsv.txt -> build/lib/smart_open/tests/test_data copying smart_open/tests/test_data/crime-and-punishment.txt -> build/lib/smart_open/tests/test_data copying smart_open/tests/test_data/crime-and-punishment.txt.gz -> build/lib/smart_open/tests/test_data SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-smart-open-4.1.0 depends on package: py37-azure-common>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-azure-core>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-azure-storage-blob>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-google-cloud-storage>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-requests>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-boto3>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-requests>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-setuptools>0 - found ===> py37-smart-open-4.1.0 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-smart-open-4.1.0 ===> py37-smart-open-4.1.0 depends on package: py37-azure-common>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-azure-core>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-azure-storage-blob>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-google-cloud-storage>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-requests>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-boto3>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-requests>=0 - found ===> py37-smart-open-4.1.0 depends on package: py37-setuptools>0 - found ===> py37-smart-open-4.1.0 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/net/py-smart-open/stage/usr/local/lib/python3.7 creating /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages creating /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open creating /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_transport.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_gcs.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_bytebuffer.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/__init__.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_azure.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests creating /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures copying build/lib/smart_open/tests/fixtures/__init__.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures copying build/lib/smart_open/tests/fixtures/good_transport.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures copying build/lib/smart_open/tests/fixtures/missing_deps_transport.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures copying build/lib/smart_open/tests/fixtures/no_schemes_transport.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures copying build/lib/smart_open/tests/test_smart_open.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests creating /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_data copying build/lib/smart_open/tests/test_data/crime-and-punishment.txt.xz -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_data copying build/lib/smart_open/tests/test_data/1984.txt.gz -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_data copying build/lib/smart_open/tests/test_data/crlf_at_1k_boundary.warc.gz -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_data copying build/lib/smart_open/tests/test_data/crime-and-punishment.txt.gz -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_data copying build/lib/smart_open/tests/test_data/cp852.tsv.txt -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_data copying build/lib/smart_open/tests/test_data/crime-and-punishment.txt -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_data copying build/lib/smart_open/tests/test_s3_version.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_s3.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_utils.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_sanity.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_http.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_ssh.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_hdfs.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/tests/test_package.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests copying build/lib/smart_open/gcs.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/http.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/doctools.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/transport.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/version.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/__init__.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/webhdfs.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/azure.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/utils.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/bytebuffer.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/s3.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/compression.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/ssh.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/smart_open_lib.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/concurrency.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/hdfs.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/constants.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open copying build/lib/smart_open/local_file.py -> /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_transport.py to test_transport.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_gcs.py to test_gcs.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_bytebuffer.py to test_bytebuffer.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_azure.py to test_azure.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures/good_transport.py to good_transport.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures/missing_deps_transport.py to missing_deps_transport.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/fixtures/no_schemes_transport.py to no_schemes_transport.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_smart_open.py to test_smart_open.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_s3_version.py to test_s3_version.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_s3.py to test_s3.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_utils.py to test_utils.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_sanity.py to test_sanity.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_http.py to test_http.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_ssh.py to test_ssh.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_hdfs.py to test_hdfs.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/tests/test_package.py to test_package.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/gcs.py to gcs.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/http.py to http.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/doctools.py to doctools.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/transport.py to transport.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/version.py to version.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/webhdfs.py to webhdfs.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/azure.py to azure.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/utils.py to utils.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/bytebuffer.py to bytebuffer.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/s3.py to s3.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/compression.py to compression.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/ssh.py to ssh.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/smart_open_lib.py to smart_open_lib.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/concurrency.py to concurrency.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/hdfs.py to hdfs.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/constants.py to constants.cpython-37.pyc byte-compiling /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open/local_file.py to local_file.cpython-37.pyc writing byte-compilation script '/tmp/tmpi862t5zu.py' /usr/local/bin/python3.7 /tmp/tmpi862t5zu.py removing /tmp/tmpi862t5zu.py running install_egg_info running egg_info writing smart_open.egg-info/PKG-INFO writing dependency_links to smart_open.egg-info/dependency_links.txt writing requirements to smart_open.egg-info/requires.txt writing top-level names to smart_open.egg-info/top_level.txt reading manifest file 'smart_open.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'smart_open.egg-info/SOURCES.txt' Copying smart_open.egg-info to /construction/net/py-smart-open/stage/usr/local/lib/python3.7/site-packages/smart_open-4.1.0-py3.7.egg-info running install_scripts writing list of installed files to '/construction/net/py-smart-open/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX ====> 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:04 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-smart-open-4.1.0 file sizes/checksums [119]: 0% file sizes/checksums [119]: 84% file sizes/checksums [119]: 100% packing files [119]: 0% packing files [119]: 84% packing files [119]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:30