------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python37-3.7.6.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== 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 pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/py37-six-1.14.0.txz Installing /packages/All/py37-pytimeparse-1.1.5.txz Installing /packages/All/py37-pytz-2019.3,1.txz Installing /packages/All/py37-Babel-2.8.0.txz Installing /packages/All/py37-parsedatetime-2.5.txz Installing /packages/All/py37-isodate-0.6.0.txz Installing /packages/All/py37-text-unidecode-1.3.txz Installing /packages/All/py37-python-slugify-4.0.0.txz Installing /packages/All/py37-leather-0.3.3.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-agate-1.6.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-agate-1.6.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-agate-1.6.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-agate-1.6.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-agate-1.6.1 for building => SHA256 Checksum OK for agate-1.6.1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-agate-1.6.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-agate-1.6.1 for building ===> Extracting for py37-agate-1.6.1 => SHA256 Checksum OK for agate-1.6.1.tar.gz. Extracted Memory Use: 1.21M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-agate-1.6.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-agate-1.6.1 depends on package: py37-setuptools>0 - found ===> py37-agate-1.6.1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-agate-1.6.1 depends on package: py37-setuptools>0 - found ===> py37-agate-1.6.1 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-agate-1.6.1 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-agate-1.6.1 running build running build_py creating build creating build/lib creating build/lib/agate copying agate/csv_py2.py -> build/lib/agate copying agate/warns.py -> build/lib/agate copying agate/testcase.py -> build/lib/agate copying agate/exceptions.py -> build/lib/agate copying agate/csv_py3.py -> build/lib/agate copying agate/config.py -> build/lib/agate copying agate/__init__.py -> build/lib/agate copying agate/utils.py -> build/lib/agate copying agate/fixed.py -> build/lib/agate copying agate/mapped_sequence.py -> build/lib/agate copying agate/type_tester.py -> build/lib/agate copying agate/columns.py -> build/lib/agate copying agate/rows.py -> build/lib/agate creating build/lib/agate/aggregations copying agate/aggregations/max_length.py -> build/lib/agate/aggregations copying agate/aggregations/min.py -> build/lib/agate/aggregations copying agate/aggregations/deciles.py -> build/lib/agate/aggregations copying agate/aggregations/sum.py -> build/lib/agate/aggregations copying agate/aggregations/summary.py -> build/lib/agate/aggregations copying agate/aggregations/max_precision.py -> build/lib/agate/aggregations copying agate/aggregations/base.py -> build/lib/agate/aggregations copying agate/aggregations/all.py -> build/lib/agate/aggregations copying agate/aggregations/percentiles.py -> build/lib/agate/aggregations copying agate/aggregations/quartiles.py -> build/lib/agate/aggregations copying agate/aggregations/mad.py -> build/lib/agate/aggregations copying agate/aggregations/count.py -> build/lib/agate/aggregations copying agate/aggregations/variance.py -> build/lib/agate/aggregations copying agate/aggregations/__init__.py -> build/lib/agate/aggregations copying agate/aggregations/first.py -> build/lib/agate/aggregations copying agate/aggregations/max.py -> build/lib/agate/aggregations copying agate/aggregations/mean.py -> build/lib/agate/aggregations copying agate/aggregations/iqr.py -> build/lib/agate/aggregations copying agate/aggregations/mode.py -> build/lib/agate/aggregations copying agate/aggregations/has_nulls.py -> build/lib/agate/aggregations copying agate/aggregations/stdev.py -> build/lib/agate/aggregations copying agate/aggregations/median.py -> build/lib/agate/aggregations copying agate/aggregations/any.py -> build/lib/agate/aggregations copying agate/aggregations/quintiles.py -> build/lib/agate/aggregations creating build/lib/agate/computations copying agate/computations/percentile_rank.py -> build/lib/agate/computations copying agate/computations/base.py -> build/lib/agate/computations copying agate/computations/change.py -> build/lib/agate/computations copying agate/computations/formula.py -> build/lib/agate/computations copying agate/computations/percent_change.py -> build/lib/agate/computations copying agate/computations/slug.py -> build/lib/agate/computations copying agate/computations/rank.py -> build/lib/agate/computations copying agate/computations/__init__.py -> build/lib/agate/computations copying agate/computations/percent.py -> build/lib/agate/computations creating build/lib/agate/data_types copying agate/data_types/text.py -> build/lib/agate/data_types copying agate/data_types/date_time.py -> build/lib/agate/data_types copying agate/data_types/date.py -> build/lib/agate/data_types copying agate/data_types/time_delta.py -> build/lib/agate/data_types copying agate/data_types/__init__.py -> build/lib/agate/data_types copying agate/data_types/boolean.py -> build/lib/agate/data_types copying agate/data_types/number.py -> build/lib/agate/data_types copying agate/data_types/base.py -> build/lib/agate/data_types creating build/lib/agate/table copying agate/table/find.py -> build/lib/agate/table copying agate/table/merge.py -> build/lib/agate/table copying agate/table/distinct.py -> build/lib/agate/table copying agate/table/line_chart.py -> build/lib/agate/table copying agate/table/scatterplot.py -> build/lib/agate/table copying agate/table/to_csv.py -> build/lib/agate/table copying agate/table/join.py -> build/lib/agate/table copying agate/table/homogenize.py -> build/lib/agate/table copying agate/table/print_bars.py -> build/lib/agate/table copying agate/table/normalize.py -> build/lib/agate/table copying agate/table/aggregate.py -> build/lib/agate/table copying agate/table/from_object.py -> build/lib/agate/table copying agate/table/column_chart.py -> build/lib/agate/table copying agate/table/print_table.py -> build/lib/agate/table copying agate/table/group_by.py -> build/lib/agate/table copying agate/table/select.py -> build/lib/agate/table copying agate/table/rename.py -> build/lib/agate/table copying agate/table/from_json.py -> build/lib/agate/table copying agate/table/from_fixed.py -> build/lib/agate/table copying agate/table/compute.py -> build/lib/agate/table copying agate/table/print_structure.py -> build/lib/agate/table copying agate/table/order_by.py -> build/lib/agate/table copying agate/table/from_csv.py -> build/lib/agate/table copying agate/table/bins.py -> build/lib/agate/table copying agate/table/exclude.py -> build/lib/agate/table copying agate/table/to_json.py -> build/lib/agate/table copying agate/table/pivot.py -> build/lib/agate/table copying agate/table/print_html.py -> build/lib/agate/table copying agate/table/denormalize.py -> build/lib/agate/table copying agate/table/limit.py -> build/lib/agate/table copying agate/table/bar_chart.py -> build/lib/agate/table copying agate/table/__init__.py -> build/lib/agate/table copying agate/table/where.py -> build/lib/agate/table creating build/lib/agate/tableset copying agate/tableset/merge.py -> build/lib/agate/tableset copying agate/tableset/print_structure.py -> build/lib/agate/tableset copying agate/tableset/column_chart.py -> build/lib/agate/tableset copying agate/tableset/bar_chart.py -> build/lib/agate/tableset copying agate/tableset/to_json.py -> build/lib/agate/tableset copying agate/tableset/__init__.py -> build/lib/agate/tableset copying agate/tableset/aggregate.py -> build/lib/agate/tableset copying agate/tableset/scatterplot.py -> build/lib/agate/tableset copying agate/tableset/to_csv.py -> build/lib/agate/tableset copying agate/tableset/from_csv.py -> build/lib/agate/tableset copying agate/tableset/having.py -> build/lib/agate/tableset copying agate/tableset/line_chart.py -> build/lib/agate/tableset copying agate/tableset/proxy_methods.py -> build/lib/agate/tableset copying agate/tableset/from_json.py -> build/lib/agate/tableset SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-agate-1.6.1 depends on package: py37-six>=1.6.1 - found ===> py37-agate-1.6.1 depends on package: py37-pytimeparse>=1.1.5 - found ===> py37-agate-1.6.1 depends on package: py37-Babel>=2.0 - found ===> py37-agate-1.6.1 depends on package: py37-parsedatetime>=2.1 - found ===> py37-agate-1.6.1 depends on package: py37-isodate>=0.5.4 - found ===> py37-agate-1.6.1 depends on package: py37-python-slugify>=1.2.1 - found ===> py37-agate-1.6.1 depends on package: py37-leather>=0.3.2 - found ===> py37-agate-1.6.1 depends on package: py37-setuptools>0 - found ===> py37-agate-1.6.1 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-agate-1.6.1 ===> py37-agate-1.6.1 depends on package: py37-six>=1.6.1 - found ===> py37-agate-1.6.1 depends on package: py37-pytimeparse>=1.1.5 - found ===> py37-agate-1.6.1 depends on package: py37-Babel>=2.0 - found ===> py37-agate-1.6.1 depends on package: py37-parsedatetime>=2.1 - found ===> py37-agate-1.6.1 depends on package: py37-isodate>=0.5.4 - found ===> py37-agate-1.6.1 depends on package: py37-python-slugify>=1.2.1 - found ===> py37-agate-1.6.1 depends on package: py37-leather>=0.3.2 - found ===> py37-agate-1.6.1 depends on package: py37-setuptools>0 - found ===> py37-agate-1.6.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/textproc/py-agate/stage/usr/local/lib/python3.7 creating /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages creating /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/columns.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate creating /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/bar_chart.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/to_json.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/having.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/to_csv.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/proxy_methods.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/line_chart.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/from_json.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/column_chart.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/__init__.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/from_csv.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/merge.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/print_structure.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/scatterplot.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/tableset/aggregate.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset copying build/lib/agate/testcase.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate creating /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/bins.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/from_csv.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/compute.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/print_structure.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/order_by.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/to_json.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/aggregate.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/pivot.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/distinct.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/from_json.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/denormalize.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/__init__.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/join.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/limit.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/print_html.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/from_object.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/to_csv.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/print_table.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/group_by.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/scatterplot.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/print_bars.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/exclude.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/from_fixed.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/homogenize.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/select.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/merge.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/column_chart.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/line_chart.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/rename.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/find.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/normalize.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/bar_chart.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/table/where.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table copying build/lib/agate/utils.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/__init__.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate creating /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/number.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/date_time.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/text.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/base.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/date.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/__init__.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/boolean.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/data_types/time_delta.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types copying build/lib/agate/csv_py2.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/csv_py3.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/config.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate creating /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/quartiles.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/mad.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/summary.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/__init__.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/mode.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/deciles.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/max.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/base.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/sum.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/percentiles.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/median.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/has_nulls.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/quintiles.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/iqr.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/any.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/all.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/max_length.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/max_precision.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/variance.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/min.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/mean.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/count.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/first.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/aggregations/stdev.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations copying build/lib/agate/fixed.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate creating /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/formula.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/__init__.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/base.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/percent.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/slug.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/rank.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/percent_change.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/percentile_rank.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/computations/change.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations copying build/lib/agate/warns.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/mapped_sequence.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/type_tester.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/exceptions.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate copying build/lib/agate/rows.py -> /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/columns.py to columns.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/bar_chart.py to bar_chart.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/to_json.py to to_json.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/having.py to having.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/to_csv.py to to_csv.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/proxy_methods.py to proxy_methods.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/line_chart.py to line_chart.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/from_json.py to from_json.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/column_chart.py to column_chart.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/from_csv.py to from_csv.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/merge.py to merge.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/print_structure.py to print_structure.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/scatterplot.py to scatterplot.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/tableset/aggregate.py to aggregate.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/testcase.py to testcase.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/bins.py to bins.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/from_csv.py to from_csv.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/compute.py to compute.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/print_structure.py to print_structure.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/order_by.py to order_by.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/to_json.py to to_json.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/aggregate.py to aggregate.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/pivot.py to pivot.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/distinct.py to distinct.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/from_json.py to from_json.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/denormalize.py to denormalize.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/join.py to join.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/limit.py to limit.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/print_html.py to print_html.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/from_object.py to from_object.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/to_csv.py to to_csv.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/print_table.py to print_table.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/group_by.py to group_by.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/scatterplot.py to scatterplot.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/print_bars.py to print_bars.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/exclude.py to exclude.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/from_fixed.py to from_fixed.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/homogenize.py to homogenize.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/select.py to select.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/merge.py to merge.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/column_chart.py to column_chart.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/line_chart.py to line_chart.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/rename.py to rename.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/find.py to find.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/normalize.py to normalize.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/bar_chart.py to bar_chart.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/table/where.py to where.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/utils.py to utils.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/number.py to number.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/date_time.py to date_time.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/text.py to text.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/base.py to base.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/date.py to date.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/boolean.py to boolean.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/data_types/time_delta.py to time_delta.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/csv_py2.py to csv_py2.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/csv_py3.py to csv_py3.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/config.py to config.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/quartiles.py to quartiles.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/mad.py to mad.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/summary.py to summary.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/mode.py to mode.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/deciles.py to deciles.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/max.py to max.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/base.py to base.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/sum.py to sum.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/percentiles.py to percentiles.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/median.py to median.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/has_nulls.py to has_nulls.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/quintiles.py to quintiles.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/iqr.py to iqr.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/any.py to any.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/all.py to all.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/max_length.py to max_length.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/max_precision.py to max_precision.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/variance.py to variance.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/min.py to min.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/mean.py to mean.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/count.py to count.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/first.py to first.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/aggregations/stdev.py to stdev.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/fixed.py to fixed.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/formula.py to formula.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/base.py to base.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/percent.py to percent.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/slug.py to slug.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/rank.py to rank.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/percent_change.py to percent_change.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/percentile_rank.py to percentile_rank.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/computations/change.py to change.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/warns.py to warns.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/mapped_sequence.py to mapped_sequence.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/type_tester.py to type_tester.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/exceptions.py to exceptions.cpython-37.pyc byte-compiling /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate/rows.py to rows.cpython-37.pyc writing byte-compilation script '/tmp/tmp9xm6mor6.py' /usr/local/bin/python3.7 /tmp/tmp9xm6mor6.py removing /tmp/tmp9xm6mor6.py running install_egg_info running egg_info writing agate.egg-info/PKG-INFO writing dependency_links to agate.egg-info/dependency_links.txt writing requirements to agate.egg-info/requires.txt writing top-level names to agate.egg-info/top_level.txt reading manifest file 'agate.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'agate.egg-info/SOURCES.txt' Copying agate.egg-info to /construction/textproc/py-agate/stage/usr/local/lib/python3.7/site-packages/agate-1.6.1-py3.7.egg-info running install_scripts writing list of installed files to '/construction/textproc/py-agate/.PLIST.pymodtmp' ====> 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 py37-agate-1.6.1 file sizes/checksums [308]: 0% file sizes/checksums [308]: 32% file sizes/checksums [308]: 64% file sizes/checksums [308]: 97% file sizes/checksums [308]: 100% packing files [308]: 0% packing files [308]: 32% packing files [308]: 64% packing files [308]: 97% packing files [308]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:15