------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.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.8_1.txz ===== Message from python37-3.7.8_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-pip-19.1.1.txz ===== Message from py37-pip-19.1.1: -- pip MUST ONLY be used: * With the --user flag, OR * To install or manage Python packages in virtual environments Failure to follow this warning can and will result in an inconsistent system-wide Python environment (LOCALBASE/lib/pythonX.Y/site-packages) and cause errors. Avoid using pip as root unless you know what you're doing. Installing /packages/All/py37-pytest-runner-2.11.1.txz Installing /packages/All/py37-cython-0.29.15.txz SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-datrie-0.8.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-datrie-0.8.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-datrie-0.8.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-datrie-0.8.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-datrie-0.8.2 for building => SHA256 Checksum OK for datrie-0.8.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-datrie-0.8.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-datrie-0.8.2 for building ===> Extracting for py37-datrie-0.8.2 => SHA256 Checksum OK for datrie-0.8.2.tar.gz. Extracted Memory Use: 0.42M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-datrie-0.8.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-datrie-0.8.2 depends on package: py37-pip>0 - found ===> py37-datrie-0.8.2 depends on package: py37-pytest-runner>=0 - found ===> py37-datrie-0.8.2 depends on executable: cython-3.7 - found ===> py37-datrie-0.8.2 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-datrie-0.8.2 depends on package: py37-pip>0 - found ===> py37-datrie-0.8.2 depends on package: py37-pytest-runner>=0 - found ===> py37-datrie-0.8.2 depends on executable: cython-3.7 - found ===> py37-datrie-0.8.2 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8.2 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-datrie-0.8.2 Compiling src/datrie.pyx because it changed. [1/1] Cythonizing src/datrie.pyx warning: src/cdatrie.pxd:34:4: 'TrieData' redeclared running config SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-datrie-0.8.2 running build running build_clib building 'datrie' library creating build creating build/temp.dragonfly-5.9-x86_64-3.7 creating build/temp.dragonfly-5.9-x86_64-3.7/libdatrie creating build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie 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 -Ilibdatrie -c libdatrie/datrie/alpha-map.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/alpha-map.o libdatrie/datrie/alpha-map.c: In function 'alpha_map_char_to_trie': libdatrie/datrie/alpha-map.c:500:21: warning: comparison of integer expressions of different signedness: 'TrieIndex' {aka 'int'} and 'AlphaChar' {aka 'unsigned int'} [-Wsign-compare] if (alpha_begin <= ac && ac <= alpha_map->alpha_end) ^~ 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 -Ilibdatrie -c libdatrie/datrie/darray.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/darray.o libdatrie/datrie/darray.c: In function 'da_fread': libdatrie/datrie/darray.c:239:22: warning: comparison of integer expressions of different signedness: 'TrieIndex' {aka 'int'} and 'long unsigned int' [-Wsign-compare] if (d->num_cells > SIZE_MAX / sizeof (DACell)) ^ 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 -Ilibdatrie -c libdatrie/datrie/dstring.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/dstring.o 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 -Ilibdatrie -c libdatrie/datrie/fileutils.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/fileutils.o libdatrie/datrie/fileutils.c: In function 'file_read_chars': libdatrie/datrie/fileutils.c:103:52: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] return (fread (buff, sizeof (char), len, file) == len); ^~ libdatrie/datrie/fileutils.c: In function 'file_write_chars': libdatrie/datrie/fileutils.c:109:53: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] return (fwrite (buff, sizeof (char), len, file) == len); ^~ 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 -Ilibdatrie -c libdatrie/datrie/tail.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/tail.o libdatrie/datrie/tail.c: In function 'tail_fread': libdatrie/datrie/tail.c:144:22: warning: comparison of integer expressions of different signedness: 'TrieIndex' {aka 'int'} and 'long unsigned int' [-Wsign-compare] if (t->num_tails > SIZE_MAX / sizeof (TailBlock)) ^ 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 -Ilibdatrie -c libdatrie/datrie/trie-string.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie-string.o 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 -Ilibdatrie -c libdatrie/datrie/trie.c -o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie.o ar rcs build/temp.dragonfly-5.9-x86_64-3.7/libdatrie.a build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/alpha-map.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/darray.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/dstring.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/fileutils.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/tail.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie-string.o build/temp.dragonfly-5.9-x86_64-3.7/libdatrie/datrie/trie.o running build_ext building 'datrie' extension creating build/temp.dragonfly-5.9-x86_64-3.7/src 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 -Ilibdatrie -I/usr/local/include/python3.7m -c src/datrie.c -o build/temp.dragonfly-5.9-x86_64-3.7/src/datrie.o src/datrie.c: In function '__pyx_pf_6datrie_8BaseTrie___init__': src/datrie.c:2962:53: warning: passing argument 1 of 'trie_new' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_self->_c_trie = trie_new(__pyx_v_alpha_map->_c_alpha_map); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:622: src/../libdatrie/datrie/trie.h:120:9: note: expected 'const AlphaMap *' {aka 'const struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' Trie * trie_new (const AlphaMap *alpha_map); ^~~~~~~~ src/datrie.c: In function '__pyx_pf_6datrie_8BaseTrie_6clear': src/datrie.c:3540:47: warning: passing argument 1 of 'trie_new' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v__c_trie = trie_new(__pyx_v_alpha_map->_c_alpha_map); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:622: src/../libdatrie/datrie/trie.h:120:9: note: expected 'const AlphaMap *' {aka 'const struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' Trie * trie_new (const AlphaMap *alpha_map); ^~~~~~~~ src/datrie.c: In function '__pyx_pf_6datrie_8AlphaMap___cinit__': src/datrie.c:19997:30: warning: assignment to 'struct AlphaMap *' from incompatible pointer type 'AlphaMap *' {aka 'struct _AlphaMap *'} [-Wincompatible-pointer-types] __pyx_v_self->_c_alpha_map = alpha_map_new(); ^ src/datrie.c: In function '__pyx_pf_6datrie_8AlphaMap_2__dealloc__': src/datrie.c:20054:32: warning: passing argument 1 of 'alpha_map_free' from incompatible pointer type [-Wincompatible-pointer-types] alpha_map_free(__pyx_v_self->_c_alpha_map); ~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:621: src/../libdatrie/datrie/alpha-map.h:72:39: note: expected 'AlphaMap *' {aka 'struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' void alpha_map_free (AlphaMap *alpha_map); ~~~~~~~~~~^~~~~~~~~ src/datrie.c: In function '__pyx_f_6datrie_8AlphaMap_copy': src/datrie.c:20417:61: warning: passing argument 1 of 'alpha_map_clone' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_clone->_c_alpha_map = alpha_map_clone(__pyx_v_self->_c_alpha_map); ~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:621: src/../libdatrie/datrie/alpha-map.h:70:13: note: expected 'const AlphaMap *' {aka 'const struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' AlphaMap * alpha_map_clone (const AlphaMap *a_map); ^~~~~~~~~~~~~~~ src/datrie.c:20417:31: warning: assignment to 'struct AlphaMap *' from incompatible pointer type 'AlphaMap *' {aka 'struct _AlphaMap *'} [-Wincompatible-pointer-types] __pyx_v_clone->_c_alpha_map = alpha_map_clone(__pyx_v_self->_c_alpha_map); ^ src/datrie.c: In function '__pyx_f_6datrie_8AlphaMap__add_range': src/datrie.c:20958:50: warning: passing argument 1 of 'alpha_map_add_range' from incompatible pointer type [-Wincompatible-pointer-types] __pyx_v_code = alpha_map_add_range(__pyx_v_self->_c_alpha_map, __pyx_v_begin, __pyx_v_end); ~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from src/datrie.c:621: src/../libdatrie/datrie/alpha-map.h:74:45: note: expected 'AlphaMap *' {aka 'struct _AlphaMap *'} but argument is of type 'struct AlphaMap *' int alpha_map_add_range (AlphaMap *alpha_map, ~~~~~~~~~~~^~~~~~~~~ creating build/lib.dragonfly-5.9-x86_64-3.7 cc -shared -pipe -O2 -fno-strict-aliasing build/temp.dragonfly-5.9-x86_64-3.7/src/datrie.o -L/usr/local/lib -Lbuild/temp.dragonfly-5.9-x86_64-3.7 -lpython3.7m -ldatrie -o build/lib.dragonfly-5.9-x86_64-3.7/datrie.so SUCCEEDED 00:00:48 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-datrie-0.8.2 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-datrie-0.8.2 ===> py37-datrie-0.8.2 depends on package: py37-setuptools>0 - found ===> py37-datrie-0.8.2 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_clib building 'datrie' library running build_ext running install_lib creating /construction/devel/py-datrie/stage/usr/local/lib/python3.7 creating /construction/devel/py-datrie/stage/usr/local/lib/python3.7/site-packages copying build/lib.dragonfly-5.9-x86_64-3.7/datrie.so -> /construction/devel/py-datrie/stage/usr/local/lib/python3.7/site-packages writing byte-compilation script '/tmp/tmpjx23v_nd.py' /usr/local/bin/python3.7 /tmp/tmpjx23v_nd.py removing /tmp/tmpjx23v_nd.py running install_egg_info running egg_info writing datrie.egg-info/PKG-INFO writing dependency_links to datrie.egg-info/dependency_links.txt writing top-level names to datrie.egg-info/top_level.txt reading manifest file 'datrie.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tests/words100k.txt.zip' writing manifest file 'datrie.egg-info/SOURCES.txt' Copying datrie.egg-info to /construction/devel/py-datrie/stage/usr/local/lib/python3.7/site-packages/datrie-0.8.2-py3.7.egg-info running install_scripts writing list of installed files to '/construction/devel/py-datrie/.PLIST.pymodtmp' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/python3.7/site-packages/datrie.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-datrie-0.8.2 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:17