------------------------------------------------------------------------------- -- 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-pytest-runner-2.11.1.txz Installing /packages/All/py37-cython-0.29.15.txz SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-grako-3.99.9 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-grako-3.99.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-grako-3.99.9 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-grako-3.99.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-grako-3.99.9 for building => SHA256 Checksum OK for grako-3.99.9.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-grako-3.99.9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-grako-3.99.9 for building ===> Extracting for py37-grako-3.99.9 => SHA256 Checksum OK for grako-3.99.9.zip. Extracted Memory Use: 0.80M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-grako-3.99.9 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-grako-3.99.9 depends on package: py37-pytest-runner>0 - found ===> py37-grako-3.99.9 depends on executable: cython-3.7 - found ===> py37-grako-3.99.9 depends on package: py37-setuptools>0 - found ===> py37-grako-3.99.9 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-grako-3.99.9 depends on package: py37-pytest-runner>0 - found ===> py37-grako-3.99.9 depends on executable: cython-3.7 - found ===> py37-grako-3.99.9 depends on package: py37-setuptools>0 - found ===> py37-grako-3.99.9 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-grako-3.99.9 Compiling grako/_config.py because it changed. Compiling grako/_unicode_characters.py because it changed. Compiling grako/_version.py because it changed. Compiling grako/ast.py because it changed. Compiling grako/bootstrap.py because it changed. Compiling grako/buffering.py because it changed. Compiling grako/codegen/cgbase.py because it changed. Compiling grako/codegen/objectmodel.py because it changed. Compiling grako/codegen/python.py because it changed. Compiling grako/color.py because it changed. Compiling grako/containers.py because it changed. Compiling grako/contexts.py because it changed. Compiling grako/diagrams.py because it changed. Compiling grako/exceptions.py because it changed. Compiling grako/grammars.py because it changed. Compiling grako/infos.py because it changed. Compiling grako/model.py because it changed. Compiling grako/objectmodel.py because it changed. Compiling grako/parser.py because it changed. Compiling grako/parsing.py because it changed. Compiling grako/rendering.py because it changed. Compiling grako/semantics.py because it changed. Compiling grako/symtables.py because it changed. Compiling grako/synth.py because it changed. Compiling grako/test/grammar/__init__.py because it changed. Compiling grako/test/grammar/directive_test.py because it changed. Compiling grako/test/grammar/join_test.py because it changed. Compiling grako/test/grammar/keyword_test.py because it changed. Compiling grako/test/grammar/left_recursion_test.py because it changed. Compiling grako/test/grammar/parameter_test.py because it changed. Compiling grako/test/grammar/pattern_test.py because it changed. Compiling grako/test/grammar/pretty_test.py because it changed. Compiling grako/test/grammar/semantics_test.py because it changed. Compiling grako/test/grammar/stateful_test.py because it changed. Compiling grako/test/grammar/syntax_test.py because it changed. Compiling grako/test/zzz_bootstrap/__init__.py because it changed. Compiling grako/test/zzz_bootstrap/bootstrap_test.py because it changed. Compiling grako/tool.py because it changed. Compiling grako/util.py because it changed. Compiling grako/walkers.py because it changed. Compiling grako/yaml.py because it changed. [ 1/41] Cythonizing grako/_config.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/_config.py tree = Parsing.p_module(s, pxd, full_module_name) [ 2/41] Cythonizing grako/_unicode_characters.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/_unicode_characters.py tree = Parsing.p_module(s, pxd, full_module_name) [ 3/41] Cythonizing grako/_version.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/_version.py tree = Parsing.p_module(s, pxd, full_module_name) [ 4/41] Cythonizing grako/ast.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/ast.py tree = Parsing.p_module(s, pxd, full_module_name) [ 5/41] Cythonizing grako/bootstrap.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/bootstrap.py tree = Parsing.p_module(s, pxd, full_module_name) [ 6/41] Cythonizing grako/buffering.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/buffering.py tree = Parsing.p_module(s, pxd, full_module_name) [ 7/41] Cythonizing grako/codegen/cgbase.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/codegen/cgbase.py tree = Parsing.p_module(s, pxd, full_module_name) [ 8/41] Cythonizing grako/codegen/objectmodel.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/codegen/objectmodel.py tree = Parsing.p_module(s, pxd, full_module_name) [ 9/41] Cythonizing grako/codegen/python.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/codegen/python.py tree = Parsing.p_module(s, pxd, full_module_name) [10/41] Cythonizing grako/color.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/color.py tree = Parsing.p_module(s, pxd, full_module_name) [11/41] Cythonizing grako/containers.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/containers.py tree = Parsing.p_module(s, pxd, full_module_name) [12/41] Cythonizing grako/contexts.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/contexts.py tree = Parsing.p_module(s, pxd, full_module_name) [13/41] Cythonizing grako/diagrams.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/diagrams.py tree = Parsing.p_module(s, pxd, full_module_name) [14/41] Cythonizing grako/exceptions.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/exceptions.py tree = Parsing.p_module(s, pxd, full_module_name) [15/41] Cythonizing grako/grammars.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/grammars.py tree = Parsing.p_module(s, pxd, full_module_name) [16/41] Cythonizing grako/infos.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/infos.py tree = Parsing.p_module(s, pxd, full_module_name) [17/41] Cythonizing grako/model.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/model.py tree = Parsing.p_module(s, pxd, full_module_name) [18/41] Cythonizing grako/objectmodel.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/objectmodel.py tree = Parsing.p_module(s, pxd, full_module_name) [19/41] Cythonizing grako/parser.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/parser.py tree = Parsing.p_module(s, pxd, full_module_name) [20/41] Cythonizing grako/parsing.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/parsing.py tree = Parsing.p_module(s, pxd, full_module_name) [21/41] Cythonizing grako/rendering.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/rendering.py tree = Parsing.p_module(s, pxd, full_module_name) [22/41] Cythonizing grako/semantics.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/semantics.py tree = Parsing.p_module(s, pxd, full_module_name) [23/41] Cythonizing grako/symtables.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/symtables.py tree = Parsing.p_module(s, pxd, full_module_name) [24/41] Cythonizing grako/synth.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/synth.py tree = Parsing.p_module(s, pxd, full_module_name) [25/41] Cythonizing grako/test/grammar/__init__.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/__init__.py tree = Parsing.p_module(s, pxd, full_module_name) [26/41] Cythonizing grako/test/grammar/directive_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/directive_test.py tree = Parsing.p_module(s, pxd, full_module_name) [27/41] Cythonizing grako/test/grammar/join_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/join_test.py tree = Parsing.p_module(s, pxd, full_module_name) [28/41] Cythonizing grako/test/grammar/keyword_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/keyword_test.py tree = Parsing.p_module(s, pxd, full_module_name) [29/41] Cythonizing grako/test/grammar/left_recursion_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/left_recursion_test.py tree = Parsing.p_module(s, pxd, full_module_name) [30/41] Cythonizing grako/test/grammar/parameter_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/parameter_test.py tree = Parsing.p_module(s, pxd, full_module_name) [31/41] Cythonizing grako/test/grammar/pattern_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/pattern_test.py tree = Parsing.p_module(s, pxd, full_module_name) [32/41] Cythonizing grako/test/grammar/pretty_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/pretty_test.py tree = Parsing.p_module(s, pxd, full_module_name) [33/41] Cythonizing grako/test/grammar/semantics_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/semantics_test.py tree = Parsing.p_module(s, pxd, full_module_name) [34/41] Cythonizing grako/test/grammar/stateful_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/stateful_test.py tree = Parsing.p_module(s, pxd, full_module_name) [35/41] Cythonizing grako/test/grammar/syntax_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/grammar/syntax_test.py tree = Parsing.p_module(s, pxd, full_module_name) [36/41] Cythonizing grako/test/zzz_bootstrap/__init__.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/zzz_bootstrap/__init__.py tree = Parsing.p_module(s, pxd, full_module_name) [37/41] Cythonizing grako/test/zzz_bootstrap/bootstrap_test.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/test/zzz_bootstrap/bootstrap_test.py tree = Parsing.p_module(s, pxd, full_module_name) [38/41] Cythonizing grako/tool.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/tool.py tree = Parsing.p_module(s, pxd, full_module_name) [39/41] Cythonizing grako/util.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/util.py tree = Parsing.p_module(s, pxd, full_module_name) [40/41] Cythonizing grako/walkers.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/walkers.py tree = Parsing.p_module(s, pxd, full_module_name) [41/41] Cythonizing grako/yaml.py /usr/local/lib/python3.7/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /construction/textproc/py-grako/grako-3.99.9/grako/yaml.py tree = Parsing.p_module(s, pxd, full_module_name) running config SUCCEEDED 00:00:32 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-grako-3.99.9 running build running build_py creating build creating build/lib.dragonfly-5.9-x86_64-3.7 creating build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/_config.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/util.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/synth.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/symtables.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/color.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/bootstrap.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/parsing.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/grammars.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/infos.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/model.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/ast.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/parser.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/semantics.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/__main__.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/_unicode_characters.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/containers.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/objectmodel.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/walkers.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/diagrams.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/tool.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/rendering.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/yaml.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/exceptions.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/_version.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/buffering.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako copying grako/contexts.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako creating build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/buffering_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/codegen_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/pickle_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/diagram_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/parsing_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/ast_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/__main__.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test copying grako/test/model_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test creating build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen copying grako/codegen/python.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen copying grako/codegen/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen copying grako/codegen/objectmodel.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen copying grako/codegen/cgbase.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen creating build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap copying grako/test/zzz_bootstrap/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap copying grako/test/zzz_bootstrap/bootstrap_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap creating build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/pattern_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/__init__.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/syntax_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/parameter_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/join_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/left_recursion_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/semantics_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/keyword_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/directive_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/pretty_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar copying grako/test/grammar/stateful_test.py -> build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar running egg_info writing grako.egg-info/PKG-INFO writing dependency_links to grako.egg-info/dependency_links.txt writing entry points to grako.egg-info/entry_points.txt writing requirements to grako.egg-info/requires.txt writing top-level names to grako.egg-info/top_level.txt reading manifest file 'grako.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pdf' found under directory 'etc' warning: no previously-included files found matching 'examples/antlr2grako/antlr_parser.py' warning: no previously-included files found matching 'examples/antlr2grako/python.ebnf' warning: no previously-included files found matching 'examples/regex/parser_base.py' warning: no previously-included files found matching 'examples/regex/genparser.py' warning: no previously-included files matching 'calc_parser.py' found under directory 'examples/calc' warning: no previously-included files matching 'calc_model.py' found under directory 'examples/calc' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'grako.egg-info/SOURCES.txt' running build_ext building 'grako._config' extension creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/grako cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/_config.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/_config.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/_config.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/_config.so building 'grako._unicode_characters' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/_unicode_characters.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/_unicode_characters.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/_unicode_characters.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/_unicode_characters.so building 'grako._version' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/_version.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/_version.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/_version.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/_version.so building 'grako.ast' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/ast.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/ast.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/ast.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/ast.so building 'grako.bootstrap' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/bootstrap.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/bootstrap.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/bootstrap.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/bootstrap.so building 'grako.buffering' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/buffering.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/buffering.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/buffering.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/buffering.so building 'grako.codegen.cgbase' extension creating build/temp.dragonfly-5.9-x86_64-3.7/grako/codegen cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/codegen/cgbase.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/codegen/cgbase.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/codegen/cgbase.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/cgbase.so building 'grako.codegen.objectmodel' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/codegen/objectmodel.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/codegen/objectmodel.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/codegen/objectmodel.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/objectmodel.so building 'grako.codegen.python' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/codegen/python.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/codegen/python.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/codegen/python.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/python.so building 'grako.color' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/color.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/color.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/color.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/color.so building 'grako.containers' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/containers.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/containers.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/containers.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/containers.so building 'grako.contexts' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/contexts.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/contexts.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/contexts.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/contexts.so building 'grako.diagrams' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/diagrams.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/diagrams.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/diagrams.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/diagrams.so building 'grako.exceptions' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/exceptions.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/exceptions.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/exceptions.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/exceptions.so building 'grako.grammars' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/grammars.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/grammars.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/grammars.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/grammars.so building 'grako.infos' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/infos.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/infos.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/infos.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/infos.so building 'grako.model' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/model.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/model.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/model.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/model.so building 'grako.objectmodel' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/objectmodel.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/objectmodel.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/objectmodel.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/objectmodel.so building 'grako.parser' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/parser.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/parser.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/parser.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/parser.so building 'grako.parsing' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/parsing.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/parsing.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/parsing.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/parsing.so building 'grako.rendering' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/rendering.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/rendering.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/rendering.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/rendering.so building 'grako.semantics' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/semantics.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/semantics.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/semantics.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/semantics.so building 'grako.symtables' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/symtables.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/symtables.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/symtables.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/symtables.so building 'grako.synth' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/synth.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/synth.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/synth.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/synth.so building 'grako.test.grammar.__init__' extension creating build/temp.dragonfly-5.9-x86_64-3.7/grako/test creating build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/__init__.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/__init__.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/__init__.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/__init__.so building 'grako.test.grammar.directive_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/directive_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/directive_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/directive_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/directive_test.so building 'grako.test.grammar.join_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/join_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/join_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/join_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/join_test.so building 'grako.test.grammar.keyword_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/keyword_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/keyword_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/keyword_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/keyword_test.so building 'grako.test.grammar.left_recursion_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/left_recursion_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/left_recursion_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/left_recursion_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/left_recursion_test.so building 'grako.test.grammar.parameter_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/parameter_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/parameter_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/parameter_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/parameter_test.so building 'grako.test.grammar.pattern_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/pattern_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pattern_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pattern_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pattern_test.so building 'grako.test.grammar.pretty_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/pretty_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pretty_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pretty_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pretty_test.so building 'grako.test.grammar.semantics_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/semantics_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/semantics_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/semantics_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/semantics_test.so building 'grako.test.grammar.stateful_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/stateful_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/stateful_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/stateful_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/stateful_test.so building 'grako.test.grammar.syntax_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/grammar/syntax_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/syntax_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/grammar/syntax_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/syntax_test.so building 'grako.test.zzz_bootstrap.__init__' extension creating build/temp.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/zzz_bootstrap/__init__.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/__init__.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/__init__.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/__init__.so building 'grako.test.zzz_bootstrap.bootstrap_test' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/test/zzz_bootstrap/bootstrap_test.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/bootstrap_test.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/bootstrap_test.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/bootstrap_test.so building 'grako.tool' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/tool.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/tool.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/tool.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/tool.so building 'grako.util' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/util.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/util.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/util.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/util.so building 'grako.walkers' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/walkers.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/walkers.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/walkers.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/walkers.so building 'grako.yaml' extension cc -Wno-unused-result -Wsign-compare -DNDEBUG -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -fPIC -I/usr/local/include/python3.7m -c grako/yaml.c -o build/temp.dragonfly-5.9-x86_64-3.7/grako/yaml.o cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/grako/yaml.o -L/usr/local/lib -lpython3.7m -o build/lib.dragonfly-5.9-x86_64-3.7/grako/yaml.so SUCCEEDED 00:07:50 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-grako-3.99.9 depends on package: py37-setuptools>0 - found ===> py37-grako-3.99.9 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-grako-3.99.9 ===> py37-grako-3.99.9 depends on package: py37-setuptools>0 - found ===> py37-grako-3.99.9 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing grako.egg-info/PKG-INFO writing dependency_links to grako.egg-info/dependency_links.txt writing entry points to grako.egg-info/entry_points.txt writing requirements to grako.egg-info/requires.txt writing top-level names to grako.egg-info/top_level.txt reading manifest file 'grako.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pdf' found under directory 'etc' warning: no previously-included files found matching 'examples/antlr2grako/antlr_parser.py' warning: no previously-included files found matching 'examples/antlr2grako/python.ebnf' warning: no previously-included files found matching 'examples/regex/parser_base.py' warning: no previously-included files found matching 'examples/regex/genparser.py' warning: no previously-included files matching 'calc_parser.py' found under directory 'examples/calc' warning: no previously-included files matching 'calc_model.py' found under directory 'examples/calc' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'grako.egg-info/SOURCES.txt' running build_ext running install_lib creating /construction/textproc/py-grako/stage/usr/local/lib/python3.7 creating /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages creating /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/infos.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/_config.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/util.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/synth.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/symtables.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/color.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/__init__.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/bootstrap.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/parsing.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/grammars.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/infos.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/model.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/ast.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/parser.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/semantics.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/__main__.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/_unicode_characters.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/containers.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/objectmodel.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/walkers.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/diagrams.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/tool.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/rendering.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/yaml.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/exceptions.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/_version.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/buffering.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/contexts.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako creating /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/buffering_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/codegen_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/pickle_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/diagram_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/parsing_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/ast_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/__init__.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/__main__.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/model_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test creating /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/zzz_bootstrap copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/__init__.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/zzz_bootstrap copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/bootstrap_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/zzz_bootstrap copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/__init__.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/zzz_bootstrap copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/zzz_bootstrap/bootstrap_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/zzz_bootstrap creating /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/left_recursion_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pattern_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/__init__.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/syntax_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/parameter_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/join_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/left_recursion_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/semantics_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/keyword_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/directive_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pretty_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/stateful_test.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pattern_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/syntax_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/stateful_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/__init__.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/keyword_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/semantics_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/join_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/directive_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/parameter_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar copying build/lib.dragonfly-5.9-x86_64-3.7/grako/test/grammar/pretty_test.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar creating /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/python.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/__init__.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/objectmodel.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/cgbase.py -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/python.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/objectmodel.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/codegen/cgbase.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen copying build/lib.dragonfly-5.9-x86_64-3.7/grako/parsing.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/diagrams.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/exceptions.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/ast.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/walkers.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/util.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/containers.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/contexts.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/parser.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/grammars.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/objectmodel.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/_version.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/_config.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/symtables.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/bootstrap.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/rendering.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/buffering.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/model.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/semantics.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/_unicode_characters.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/yaml.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/color.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/synth.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako copying build/lib.dragonfly-5.9-x86_64-3.7/grako/tool.so -> /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/_config.py to _config.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/util.py to util.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/synth.py to synth.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/symtables.py to symtables.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/color.py to color.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/bootstrap.py to bootstrap.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/parsing.py to parsing.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/grammars.py to grammars.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/infos.py to infos.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/model.py to model.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/ast.py to ast.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/parser.py to parser.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/semantics.py to semantics.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/__main__.py to __main__.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/_unicode_characters.py to _unicode_characters.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/containers.py to containers.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/objectmodel.py to objectmodel.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/walkers.py to walkers.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/diagrams.py to diagrams.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/tool.py to tool.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/rendering.py to rendering.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/yaml.py to yaml.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/exceptions.py to exceptions.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/_version.py to _version.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/buffering.py to buffering.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/contexts.py to contexts.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/buffering_test.py to buffering_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/codegen_test.py to codegen_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/pickle_test.py to pickle_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/diagram_test.py to diagram_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/parsing_test.py to parsing_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/ast_test.py to ast_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/__main__.py to __main__.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/model_test.py to model_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/zzz_bootstrap/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/zzz_bootstrap/bootstrap_test.py to bootstrap_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/pattern_test.py to pattern_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/syntax_test.py to syntax_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/parameter_test.py to parameter_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/join_test.py to join_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/left_recursion_test.py to left_recursion_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/semantics_test.py to semantics_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/keyword_test.py to keyword_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/directive_test.py to directive_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/pretty_test.py to pretty_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/test/grammar/stateful_test.py to stateful_test.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen/python.py to python.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen/objectmodel.py to objectmodel.cpython-37.pyc byte-compiling /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako/codegen/cgbase.py to cgbase.cpython-37.pyc writing byte-compilation script '/tmp/tmpvk_4xfqz.py' /usr/local/bin/python3.7 /tmp/tmpvk_4xfqz.py removing /tmp/tmpvk_4xfqz.py running install_egg_info Copying grako.egg-info to /construction/textproc/py-grako/stage/usr/local/lib/python3.7/site-packages/grako-3.99.9-py3.7.egg-info running install_scripts Installing grako script to /construction/textproc/py-grako/stage/usr/local/bin writing list of installed files to '/construction/textproc/py-grako/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/python3.7/site-packages/grako/exceptions.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/bootstrap.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/tool.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/util.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/contexts.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/color.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/buffering.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/synth.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/yaml.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/_version.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/ast.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/symtables.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/infos.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/containers.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/_unicode_characters.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/parsing.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/objectmodel.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/diagrams.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/model.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/parser.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/semantics.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/grammars.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/walkers.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/_config.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/codegen/python.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/codegen/cgbase.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/codegen/objectmodel.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/rendering.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/parameter_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/syntax_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/pattern_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/keyword_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/left_recursion_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/join_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/pretty_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/semantics_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/stateful_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/__init__.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/grammar/directive_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/zzz_bootstrap/__init__.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python3.7/site-packages/grako/test/zzz_bootstrap/bootstrap_test.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/lib/python3.7/site-packages/grako/_config.so is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext-runtime Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-grako-3.99.9 file sizes/checksums [208]: 0% file sizes/checksums [208]: 48% file sizes/checksums [208]: 96% file sizes/checksums [208]: 100% packing files [208]: 0% packing files [208]: 48% packing files [208]: 96% packing files [208]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:14 TOTAL TIME 00:08:59