2021-07-14T17:47:57,415 Created temporary directory: /tmp/pip-ephem-wheel-cache-11w08lv4 2021-07-14T17:47:57,418 Created temporary directory: /tmp/pip-req-tracker-2h1lxvyx 2021-07-14T17:47:57,418 Initialized build tracking at /tmp/pip-req-tracker-2h1lxvyx 2021-07-14T17:47:57,418 Created build tracker: /tmp/pip-req-tracker-2h1lxvyx 2021-07-14T17:47:57,418 Entered build tracker: /tmp/pip-req-tracker-2h1lxvyx 2021-07-14T17:47:57,419 Created temporary directory: /tmp/pip-wheel-vajipzci 2021-07-14T17:47:57,449 1 location(s) to search for versions of pdsa: 2021-07-14T17:47:57,449 * https://pypi.org/simple/pdsa/ 2021-07-14T17:47:57,449 Fetching project page and analyzing links: https://pypi.org/simple/pdsa/ 2021-07-14T17:47:57,450 Getting page https://pypi.org/simple/pdsa/ 2021-07-14T17:47:57,451 Found index url https://pypi.org/simple 2021-07-14T17:47:57,630 Found link https://files.pythonhosted.org/packages/98/58/95e7235878e84f149fc08dfdab9944824efa8144793e008ccd2d3f4fd81e/pdsa-0.1.1.tar.gz#sha256=60c7a932ac0cce80d5f3d41bed33e426c12cf1589b9445585162ef3d06cc290a (from https://pypi.org/simple/pdsa/), version: 0.1.1 2021-07-14T17:47:57,631 Found link https://files.pythonhosted.org/packages/d3/45/aefda629ba829fd2e810e9f7b7bafeba8bf29132551fe9b34709a0d46f3e/pdsa-0.2.0.tar.gz#sha256=ea9c9e3b18749b4127a9389123a92790488a54c15fc7087faefd74ddfc0b3bd1 (from https://pypi.org/simple/pdsa/), version: 0.2.0 2021-07-14T17:47:57,631 Found link https://files.pythonhosted.org/packages/21/cb/74ed4ba9465eac210be8672febe7dfc7a43cb6adf7c9ecc44556b053925b/pdsa-0.3.0.tar.gz#sha256=9356ed6b60f5cfee41e1621919d24bee7555dbe3263347f7800555639d9561dc (from https://pypi.org/simple/pdsa/), version: 0.3.0 2021-07-14T17:47:57,631 Found link https://files.pythonhosted.org/packages/6e/23/db2ed7195e69935f1db7d82392e21cb4383f4c9bde03df6364788d0c9706/pdsa-0.4.0.tar.gz#sha256=f0525baec56a681ab8fe73e4f72bd4006b32f0ecb80341eeb1a4f8c6d002b773 (from https://pypi.org/simple/pdsa/), version: 0.4.0 2021-07-14T17:47:57,632 Found link https://files.pythonhosted.org/packages/ca/da/2958161fb8acaeaf0dff8194162e9d568f0c5f032be45a71c39ecb65fa8f/pdsa-0.4.1.tar.gz#sha256=7eab5d85b6485e2a00d0da9ee081a3163527215fb1de922da7ad981806de5013 (from https://pypi.org/simple/pdsa/), version: 0.4.1 2021-07-14T17:47:57,632 Found link https://files.pythonhosted.org/packages/8d/c8/314237de481d7a5f92f37090dafa8a4ddaeeb17a580be60a01f413515a64/pdsa-0.5.0.tar.gz#sha256=31af1bdacd8b67657eba5ddf58f66fa7c08f0367ffcf21216e974d79e9257fb6 (from https://pypi.org/simple/pdsa/), version: 0.5.0 2021-07-14T17:47:57,632 Skipping link: not a file: https://pypi.org/simple/pdsa/ 2021-07-14T17:47:57,650 Given no hashes to check 1 links for project 'pdsa': discarding no candidates 2021-07-14T17:47:57,669 Collecting pdsa==0.4.1 2021-07-14T17:47:57,671 Created temporary directory: /tmp/pip-unpack-9w18xhfo 2021-07-14T17:47:57,854 Downloading pdsa-0.4.1.tar.gz (27 kB) 2021-07-14T17:47:58,004 Added pdsa==0.4.1 from https://files.pythonhosted.org/packages/ca/da/2958161fb8acaeaf0dff8194162e9d568f0c5f032be45a71c39ecb65fa8f/pdsa-0.4.1.tar.gz#sha256=7eab5d85b6485e2a00d0da9ee081a3163527215fb1de922da7ad981806de5013 to build tracker '/tmp/pip-req-tracker-2h1lxvyx' 2021-07-14T17:47:58,005 Running setup.py (path:/tmp/pip-wheel-vajipzci/pdsa_3e645834338240439f56535c34d1bcbf/setup.py) egg_info for package pdsa 2021-07-14T17:47:58,006 Created temporary directory: /tmp/pip-pip-egg-info-dk9q7opb 2021-07-14T17:47:58,006 Running command python setup.py egg_info 2021-07-14T17:48:17,376 Compiling pdsa/membership/bloom_filter.pyx because it changed. 2021-07-14T17:48:17,377 Compiling pdsa/membership/counting_bloom_filter.pyx because it changed. 2021-07-14T17:48:17,377 Compiling pdsa/cardinality/linear_counter.pyx because it changed. 2021-07-14T17:48:17,377 Compiling pdsa/cardinality/probabilistic_counter.pyx because it changed. 2021-07-14T17:48:17,378 Compiling pdsa/cardinality/hyperloglog.pyx because it changed. 2021-07-14T17:48:17,378 Compiling pdsa/helpers/hashing/mmh.pyx because it changed. 2021-07-14T17:48:17,378 Compiling pdsa/helpers/storage/bitvector.pyx because it changed. 2021-07-14T17:48:17,378 Compiling pdsa/helpers/storage/bitvector_counter.pyx because it changed. 2021-07-14T17:48:17,378 Compiling pdsa/rank/qdigest.pyx because it changed. 2021-07-14T17:48:17,378 [1/9] Cythonizing pdsa/cardinality/hyperloglog.pyx 2021-07-14T17:48:17,378 [2/9] Cythonizing pdsa/cardinality/linear_counter.pyx 2021-07-14T17:48:17,378 [3/9] Cythonizing pdsa/cardinality/probabilistic_counter.pyx 2021-07-14T17:48:17,379 [4/9] Cythonizing pdsa/helpers/hashing/mmh.pyx 2021-07-14T17:48:17,379 [5/9] Cythonizing pdsa/helpers/storage/bitvector.pyx 2021-07-14T17:48:17,379 [6/9] Cythonizing pdsa/helpers/storage/bitvector_counter.pyx 2021-07-14T17:48:17,379 [7/9] Cythonizing pdsa/membership/bloom_filter.pyx 2021-07-14T17:48:17,379 [8/9] Cythonizing pdsa/membership/counting_bloom_filter.pyx 2021-07-14T17:48:17,379 [9/9] Cythonizing pdsa/rank/qdigest.pyx 2021-07-14T17:48:17,527 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-07-14T17:48:17,527 warnings.warn( 2021-07-14T17:48:17,547 running egg_info 2021-07-14T17:48:17,549 creating /tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info 2021-07-14T17:48:17,550 writing /tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info/PKG-INFO 2021-07-14T17:48:17,553 writing dependency_links to /tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info/dependency_links.txt 2021-07-14T17:48:17,555 writing requirements to /tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info/requires.txt 2021-07-14T17:48:17,556 writing top-level names to /tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info/top_level.txt 2021-07-14T17:48:17,558 writing manifest file '/tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info/SOURCES.txt' 2021-07-14T17:48:17,742 reading manifest file '/tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info/SOURCES.txt' 2021-07-14T17:48:17,743 reading manifest template 'MANIFEST.in' 2021-07-14T17:48:17,788 warning: no previously-included files matching '*.pyc' found anywhere in distribution 2021-07-14T17:48:17,789 warning: no previously-included files matching '__pycache__/*' found anywhere in distribution 2021-07-14T17:48:17,790 warning: no previously-included files matching '*.so' found anywhere in distribution 2021-07-14T17:48:17,790 warning: no previously-included files matching '.DS_Store' found anywhere in distribution 2021-07-14T17:48:17,799 adding license file 'LICENSE.txt' 2021-07-14T17:48:17,803 writing manifest file '/tmp/pip-pip-egg-info-dk9q7opb/pdsa.egg-info/SOURCES.txt' 2021-07-14T17:48:18,171 Source in /tmp/pip-wheel-vajipzci/pdsa_3e645834338240439f56535c34d1bcbf has version 0.4.1, which satisfies requirement pdsa==0.4.1 from https://files.pythonhosted.org/packages/ca/da/2958161fb8acaeaf0dff8194162e9d568f0c5f032be45a71c39ecb65fa8f/pdsa-0.4.1.tar.gz#sha256=7eab5d85b6485e2a00d0da9ee081a3163527215fb1de922da7ad981806de5013 2021-07-14T17:48:18,172 Removed pdsa==0.4.1 from https://files.pythonhosted.org/packages/ca/da/2958161fb8acaeaf0dff8194162e9d568f0c5f032be45a71c39ecb65fa8f/pdsa-0.4.1.tar.gz#sha256=7eab5d85b6485e2a00d0da9ee081a3163527215fb1de922da7ad981806de5013 from build tracker '/tmp/pip-req-tracker-2h1lxvyx' 2021-07-14T17:48:18,179 Created temporary directory: /tmp/pip-unpack-32luya7k 2021-07-14T17:48:18,179 Building wheels for collected packages: pdsa 2021-07-14T17:48:18,183 Created temporary directory: /tmp/pip-wheel-y82fd4p_ 2021-07-14T17:48:18,183 Building wheel for pdsa (setup.py): started 2021-07-14T17:48:18,184 Destination directory: /tmp/pip-wheel-y82fd4p_ 2021-07-14T17:48:18,184 Running command /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-vajipzci/pdsa_3e645834338240439f56535c34d1bcbf/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-vajipzci/pdsa_3e645834338240439f56535c34d1bcbf/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-y82fd4p_ 2021-07-14T17:48:20,052 /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead 2021-07-14T17:48:20,053 warnings.warn( 2021-07-14T17:48:20,086 running bdist_wheel 2021-07-14T17:48:20,092 running build 2021-07-14T17:48:20,093 running build_py 2021-07-14T17:48:20,260 creating build 2021-07-14T17:48:20,260 creating build/lib.linux-armv7l-3.9 2021-07-14T17:48:20,261 creating build/lib.linux-armv7l-3.9/pdsa 2021-07-14T17:48:20,262 copying pdsa/__about__.py -> build/lib.linux-armv7l-3.9/pdsa 2021-07-14T17:48:20,264 copying pdsa/__init__.py -> build/lib.linux-armv7l-3.9/pdsa 2021-07-14T17:48:20,266 creating build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,267 copying pdsa/cardinality/__init__.py -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,269 creating build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,270 copying pdsa/membership/__init__.py -> build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,273 creating build/lib.linux-armv7l-3.9/pdsa/helpers 2021-07-14T17:48:20,273 copying pdsa/helpers/__init__.py -> build/lib.linux-armv7l-3.9/pdsa/helpers 2021-07-14T17:48:20,276 creating build/lib.linux-armv7l-3.9/pdsa/helpers/hashing 2021-07-14T17:48:20,276 copying pdsa/helpers/hashing/__init__.py -> build/lib.linux-armv7l-3.9/pdsa/helpers/hashing 2021-07-14T17:48:20,279 creating build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,280 copying pdsa/helpers/storage/__init__.py -> build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,282 creating build/lib.linux-armv7l-3.9/pdsa/rank 2021-07-14T17:48:20,282 copying pdsa/rank/__init__.py -> build/lib.linux-armv7l-3.9/pdsa/rank 2021-07-14T17:48:20,299 copying pdsa/cardinality/linear_counter.pyx -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,302 copying pdsa/cardinality/probabilistic_counter.pyx -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,305 copying pdsa/cardinality/hyperloglog.pyx -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,307 copying pdsa/cardinality/probabilistic_counter.pxd -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,309 copying pdsa/cardinality/linear_counter.pxd -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,311 copying pdsa/cardinality/hyperloglog.pxd -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,315 copying pdsa/cardinality/probabilistic_counter.cpp -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,325 copying pdsa/cardinality/hyperloglog.cpp -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,338 copying pdsa/cardinality/linear_counter.cpp -> build/lib.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:20,348 copying pdsa/membership/bloom_filter.pyx -> build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,351 copying pdsa/membership/counting_bloom_filter.pyx -> build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,353 copying pdsa/membership/bloom_filter.pxd -> build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,356 copying pdsa/membership/counting_bloom_filter.pxd -> build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,358 copying pdsa/membership/bloom_filter.cpp -> build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,386 copying pdsa/membership/counting_bloom_filter.cpp -> build/lib.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,407 copying pdsa/helpers/hashing/mmh.pyx -> build/lib.linux-armv7l-3.9/pdsa/helpers/hashing 2021-07-14T17:48:20,409 copying pdsa/helpers/hashing/mmh.pxd -> build/lib.linux-armv7l-3.9/pdsa/helpers/hashing 2021-07-14T17:48:20,411 copying pdsa/helpers/hashing/mmh.cpp -> build/lib.linux-armv7l-3.9/pdsa/helpers/hashing 2021-07-14T17:48:20,418 copying pdsa/helpers/storage/bitvector_counter.pyx -> build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,420 copying pdsa/helpers/storage/bitvector.pyx -> build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,422 copying pdsa/helpers/storage/bitvector_counter.pxd -> build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,425 copying pdsa/helpers/storage/bitvector.pxd -> build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,427 copying pdsa/helpers/storage/bitvector.cpp -> build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,436 copying pdsa/helpers/storage/bitvector_counter.cpp -> build/lib.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:48:20,445 copying pdsa/rank/qdigest.pyx -> build/lib.linux-armv7l-3.9/pdsa/rank 2021-07-14T17:48:20,449 copying pdsa/rank/qdigest.pxd -> build/lib.linux-armv7l-3.9/pdsa/rank 2021-07-14T17:48:20,451 copying pdsa/rank/qdigest.cpp -> build/lib.linux-armv7l-3.9/pdsa/rank 2021-07-14T17:48:20,471 running build_ext 2021-07-14T17:48:20,476 building 'pdsa.membership.bloom_filter' extension 2021-07-14T17:48:20,477 creating build/temp.linux-armv7l-3.9 2021-07-14T17:48:20,477 creating build/temp.linux-armv7l-3.9/pdsa 2021-07-14T17:48:20,478 creating build/temp.linux-armv7l-3.9/pdsa/membership 2021-07-14T17:48:20,479 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -I/usr/include/python3.9 -I/usr/include/python3.9 -c pdsa/membership/bloom_filter.cpp -o build/temp.linux-armv7l-3.9/pdsa/membership/bloom_filter.o 2021-07-14T17:48:33,887 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/membership/bloom_filter.o -o build/lib.linux-armv7l-3.9/pdsa/membership/bloom_filter.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:48:34,119 building 'pdsa.membership.counting_bloom_filter' extension 2021-07-14T17:48:34,119 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -I/usr/include/python3.9 -I/usr/include/python3.9 -c pdsa/membership/counting_bloom_filter.cpp -o build/temp.linux-armv7l-3.9/pdsa/membership/counting_bloom_filter.o 2021-07-14T17:48:48,172 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/membership/counting_bloom_filter.o -o build/lib.linux-armv7l-3.9/pdsa/membership/counting_bloom_filter.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:48:48,398 building 'pdsa.cardinality.linear_counter' extension 2021-07-14T17:48:48,399 creating build/temp.linux-armv7l-3.9/pdsa/cardinality 2021-07-14T17:48:48,399 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -I/usr/include/python3.9 -I/usr/include/python3.9 -c pdsa/cardinality/linear_counter.cpp -o build/temp.linux-armv7l-3.9/pdsa/cardinality/linear_counter.o 2021-07-14T17:48:51,200 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/cardinality/linear_counter.o -o build/lib.linux-armv7l-3.9/pdsa/cardinality/linear_counter.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:48:51,385 building 'pdsa.cardinality.probabilistic_counter' extension 2021-07-14T17:48:51,385 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -I/usr/include/python3.9 -I/usr/include/python3.9 -c pdsa/cardinality/probabilistic_counter.cpp -o build/temp.linux-armv7l-3.9/pdsa/cardinality/probabilistic_counter.o 2021-07-14T17:48:55,619 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/cardinality/probabilistic_counter.o -o build/lib.linux-armv7l-3.9/pdsa/cardinality/probabilistic_counter.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:48:55,815 building 'pdsa.cardinality.hyperloglog' extension 2021-07-14T17:48:55,816 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c pdsa/cardinality/hyperloglog.cpp -o build/temp.linux-armv7l-3.9/pdsa/cardinality/hyperloglog.o 2021-07-14T17:49:00,345 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/cardinality/hyperloglog.o -o build/lib.linux-armv7l-3.9/pdsa/cardinality/hyperloglog.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:49:00,539 building 'pdsa.helpers.hashing.mmh' extension 2021-07-14T17:49:00,540 creating build/temp.linux-armv7l-3.9/pdsa/helpers 2021-07-14T17:49:00,540 creating build/temp.linux-armv7l-3.9/pdsa/helpers/hashing 2021-07-14T17:49:00,541 creating build/temp.linux-armv7l-3.9/pdsa/helpers/hashing/src 2021-07-14T17:49:00,542 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipdsa/helpers/hashing -I/usr/include/python3.9 -Ipdsa/helpers/hashing/src -I/usr/include/python3.9 -c pdsa/helpers/hashing/mmh.cpp -o build/temp.linux-armv7l-3.9/pdsa/helpers/hashing/mmh.o 2021-07-14T17:49:02,479 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ipdsa/helpers/hashing -I/usr/include/python3.9 -Ipdsa/helpers/hashing/src -I/usr/include/python3.9 -c pdsa/helpers/hashing/src/MurmurHash3.cpp -o build/temp.linux-armv7l-3.9/pdsa/helpers/hashing/src/MurmurHash3.o 2021-07-14T17:49:02,903 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/helpers/hashing/mmh.o build/temp.linux-armv7l-3.9/pdsa/helpers/hashing/src/MurmurHash3.o -o build/lib.linux-armv7l-3.9/pdsa/helpers/hashing/mmh.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:49:03,078 building 'pdsa.helpers.storage.bitvector' extension 2021-07-14T17:49:03,079 creating build/temp.linux-armv7l-3.9/pdsa/helpers/storage 2021-07-14T17:49:03,080 creating build/temp.linux-armv7l-3.9/pdsa/helpers/storage/src 2021-07-14T17:49:03,081 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -Ipdsa/helpers/storage -I/usr/include/python3.9 -Ipdsa/helpers/storage/src -I/usr/include/python3.9 -c pdsa/helpers/storage/bitvector.cpp -o build/temp.linux-armv7l-3.9/pdsa/helpers/storage/bitvector.o 2021-07-14T17:49:06,990 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -Ipdsa/helpers/storage -I/usr/include/python3.9 -Ipdsa/helpers/storage/src -I/usr/include/python3.9 -c pdsa/helpers/storage/src/BitField.cpp -o build/temp.linux-armv7l-3.9/pdsa/helpers/storage/src/BitField.o 2021-07-14T17:49:07,134 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/helpers/storage/bitvector.o build/temp.linux-armv7l-3.9/pdsa/helpers/storage/src/BitField.o -o build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:49:07,309 building 'pdsa.helpers.storage.bitvector_counter' extension 2021-07-14T17:49:07,309 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -Ipdsa/helpers/storage -I/usr/include/python3.9 -Ipdsa/helpers/storage/src -I/usr/include/python3.9 -c pdsa/helpers/storage/bitvector_counter.cpp -o build/temp.linux-armv7l-3.9/pdsa/helpers/storage/bitvector_counter.o 2021-07-14T17:49:11,347 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I./pdsa/helpers/storage -Ipdsa/helpers/storage -I/usr/include/python3.9 -Ipdsa/helpers/storage/src -I/usr/include/python3.9 -c pdsa/helpers/storage/src/BitCounter.cpp -o build/temp.linux-armv7l-3.9/pdsa/helpers/storage/src/BitCounter.o 2021-07-14T17:49:11,505 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/helpers/storage/bitvector_counter.o build/temp.linux-armv7l-3.9/pdsa/helpers/storage/src/BitCounter.o -o build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector_counter.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:49:11,681 building 'pdsa.rank.qdigest' extension 2021-07-14T17:49:11,682 creating build/temp.linux-armv7l-3.9/pdsa/rank 2021-07-14T17:49:11,682 arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -I/usr/include/python3.9 -c pdsa/rank/qdigest.cpp -o build/temp.linux-armv7l-3.9/pdsa/rank/qdigest.o 2021-07-14T17:49:20,513 arm-linux-gnueabihf-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.9/pdsa/rank/qdigest.o -o build/lib.linux-armv7l-3.9/pdsa/rank/qdigest.cpython-39-arm-linux-gnueabihf.so 2021-07-14T17:49:20,723 installing to build/bdist.linux-armv7l/wheel 2021-07-14T17:49:20,723 running install 2021-07-14T17:49:20,725 running install_lib 2021-07-14T17:49:20,729 creating build/bdist.linux-armv7l 2021-07-14T17:49:20,730 creating build/bdist.linux-armv7l/wheel 2021-07-14T17:49:20,731 creating build/bdist.linux-armv7l/wheel/pdsa 2021-07-14T17:49:20,733 creating build/bdist.linux-armv7l/wheel/pdsa/rank 2021-07-14T17:49:20,734 copying build/lib.linux-armv7l-3.9/pdsa/rank/qdigest.pxd -> build/bdist.linux-armv7l/wheel/pdsa/rank 2021-07-14T17:49:20,736 copying build/lib.linux-armv7l-3.9/pdsa/rank/qdigest.pyx -> build/bdist.linux-armv7l/wheel/pdsa/rank 2021-07-14T17:49:20,739 copying build/lib.linux-armv7l-3.9/pdsa/rank/__init__.py -> build/bdist.linux-armv7l/wheel/pdsa/rank 2021-07-14T17:49:20,740 copying build/lib.linux-armv7l-3.9/pdsa/rank/qdigest.cpp -> build/bdist.linux-armv7l/wheel/pdsa/rank 2021-07-14T17:49:20,760 copying build/lib.linux-armv7l-3.9/pdsa/rank/qdigest.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/rank 2021-07-14T17:49:20,785 copying build/lib.linux-armv7l-3.9/pdsa/__about__.py -> build/bdist.linux-armv7l/wheel/pdsa 2021-07-14T17:49:20,787 copying build/lib.linux-armv7l-3.9/pdsa/__init__.py -> build/bdist.linux-armv7l/wheel/pdsa 2021-07-14T17:49:20,789 creating build/bdist.linux-armv7l/wheel/pdsa/helpers 2021-07-14T17:49:20,791 creating build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,792 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector_counter.pxd -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,794 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/__init__.py -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,796 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector.cpp -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,806 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,818 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector.pxd -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,819 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector_counter.pyx -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,822 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector.pyx -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,824 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector_counter.cpp -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,832 copying build/lib.linux-armv7l-3.9/pdsa/helpers/storage/bitvector_counter.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/helpers/storage 2021-07-14T17:49:20,844 copying build/lib.linux-armv7l-3.9/pdsa/helpers/__init__.py -> build/bdist.linux-armv7l/wheel/pdsa/helpers 2021-07-14T17:49:20,846 creating build/bdist.linux-armv7l/wheel/pdsa/helpers/hashing 2021-07-14T17:49:20,847 copying build/lib.linux-armv7l-3.9/pdsa/helpers/hashing/mmh.pyx -> build/bdist.linux-armv7l/wheel/pdsa/helpers/hashing 2021-07-14T17:49:20,849 copying build/lib.linux-armv7l-3.9/pdsa/helpers/hashing/__init__.py -> build/bdist.linux-armv7l/wheel/pdsa/helpers/hashing 2021-07-14T17:49:20,851 copying build/lib.linux-armv7l-3.9/pdsa/helpers/hashing/mmh.pxd -> build/bdist.linux-armv7l/wheel/pdsa/helpers/hashing 2021-07-14T17:49:20,853 copying build/lib.linux-armv7l-3.9/pdsa/helpers/hashing/mmh.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/helpers/hashing 2021-07-14T17:49:20,858 copying build/lib.linux-armv7l-3.9/pdsa/helpers/hashing/mmh.cpp -> build/bdist.linux-armv7l/wheel/pdsa/helpers/hashing 2021-07-14T17:49:20,864 creating build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,865 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/linear_counter.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,872 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/probabilistic_counter.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,881 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/probabilistic_counter.cpp -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,891 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/hyperloglog.cpp -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,900 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/__init__.py -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,902 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/linear_counter.cpp -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,910 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/linear_counter.pyx -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,912 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/probabilistic_counter.pyx -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,914 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/probabilistic_counter.pxd -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,916 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/hyperloglog.pyx -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,918 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/hyperloglog.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,928 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/linear_counter.pxd -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,930 copying build/lib.linux-armv7l-3.9/pdsa/cardinality/hyperloglog.pxd -> build/bdist.linux-armv7l/wheel/pdsa/cardinality 2021-07-14T17:49:20,932 creating build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:20,933 copying build/lib.linux-armv7l-3.9/pdsa/membership/bloom_filter.pyx -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:20,935 copying build/lib.linux-armv7l-3.9/pdsa/membership/bloom_filter.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:20,958 copying build/lib.linux-armv7l-3.9/pdsa/membership/bloom_filter.cpp -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:20,980 copying build/lib.linux-armv7l-3.9/pdsa/membership/counting_bloom_filter.pyx -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:20,982 copying build/lib.linux-armv7l-3.9/pdsa/membership/__init__.py -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:20,984 copying build/lib.linux-armv7l-3.9/pdsa/membership/counting_bloom_filter.cpp -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:21,008 copying build/lib.linux-armv7l-3.9/pdsa/membership/bloom_filter.pxd -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:21,010 copying build/lib.linux-armv7l-3.9/pdsa/membership/counting_bloom_filter.cpython-39-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:21,035 copying build/lib.linux-armv7l-3.9/pdsa/membership/counting_bloom_filter.pxd -> build/bdist.linux-armv7l/wheel/pdsa/membership 2021-07-14T17:49:21,036 running install_egg_info 2021-07-14T17:49:21,061 running egg_info 2021-07-14T17:49:21,062 creating pdsa.egg-info 2021-07-14T17:49:21,063 writing pdsa.egg-info/PKG-INFO 2021-07-14T17:49:21,065 writing dependency_links to pdsa.egg-info/dependency_links.txt 2021-07-14T17:49:21,067 writing requirements to pdsa.egg-info/requires.txt 2021-07-14T17:49:21,068 writing top-level names to pdsa.egg-info/top_level.txt 2021-07-14T17:49:21,069 writing manifest file 'pdsa.egg-info/SOURCES.txt' 2021-07-14T17:49:21,082 reading manifest file 'pdsa.egg-info/SOURCES.txt' 2021-07-14T17:49:21,084 reading manifest template 'MANIFEST.in' 2021-07-14T17:49:21,119 warning: no previously-included files matching '*.pyc' found anywhere in distribution 2021-07-14T17:49:21,120 warning: no previously-included files matching '__pycache__/*' found anywhere in distribution 2021-07-14T17:49:21,121 warning: no previously-included files matching '*.so' found anywhere in distribution 2021-07-14T17:49:21,121 warning: no previously-included files matching '.DS_Store' found anywhere in distribution 2021-07-14T17:49:21,128 adding license file 'LICENSE.txt' 2021-07-14T17:49:21,133 writing manifest file 'pdsa.egg-info/SOURCES.txt' 2021-07-14T17:49:21,134 Copying pdsa.egg-info to build/bdist.linux-armv7l/wheel/pdsa-0.4.1-py3.9.egg-info 2021-07-14T17:49:21,146 running install_scripts 2021-07-14T17:49:21,186 adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*") 2021-07-14T17:49:21,190 creating build/bdist.linux-armv7l/wheel/pdsa-0.4.1.dist-info/WHEEL 2021-07-14T17:49:21,193 creating '/tmp/pip-wheel-y82fd4p_/pdsa-0.4.1-cp39-cp39-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2021-07-14T17:49:21,195 adding 'pdsa/__about__.py' 2021-07-14T17:49:21,196 adding 'pdsa/__init__.py' 2021-07-14T17:49:21,198 adding 'pdsa/cardinality/__init__.py' 2021-07-14T17:49:21,228 adding 'pdsa/cardinality/hyperloglog.cpp' 2021-07-14T17:49:21,297 adding 'pdsa/cardinality/hyperloglog.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:21,300 adding 'pdsa/cardinality/hyperloglog.pxd' 2021-07-14T17:49:21,302 adding 'pdsa/cardinality/hyperloglog.pyx' 2021-07-14T17:49:21,322 adding 'pdsa/cardinality/linear_counter.cpp' 2021-07-14T17:49:21,366 adding 'pdsa/cardinality/linear_counter.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:21,369 adding 'pdsa/cardinality/linear_counter.pxd' 2021-07-14T17:49:21,370 adding 'pdsa/cardinality/linear_counter.pyx' 2021-07-14T17:49:21,405 adding 'pdsa/cardinality/probabilistic_counter.cpp' 2021-07-14T17:49:21,469 adding 'pdsa/cardinality/probabilistic_counter.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:21,473 adding 'pdsa/cardinality/probabilistic_counter.pxd' 2021-07-14T17:49:21,475 adding 'pdsa/cardinality/probabilistic_counter.pyx' 2021-07-14T17:49:21,476 adding 'pdsa/helpers/__init__.py' 2021-07-14T17:49:21,478 adding 'pdsa/helpers/hashing/__init__.py' 2021-07-14T17:49:21,492 adding 'pdsa/helpers/hashing/mmh.cpp' 2021-07-14T17:49:21,521 adding 'pdsa/helpers/hashing/mmh.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:21,524 adding 'pdsa/helpers/hashing/mmh.pxd' 2021-07-14T17:49:21,525 adding 'pdsa/helpers/hashing/mmh.pyx' 2021-07-14T17:49:21,526 adding 'pdsa/helpers/storage/__init__.py' 2021-07-14T17:49:21,546 adding 'pdsa/helpers/storage/bitvector.cpp' 2021-07-14T17:49:21,607 adding 'pdsa/helpers/storage/bitvector.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:21,610 adding 'pdsa/helpers/storage/bitvector.pxd' 2021-07-14T17:49:21,611 adding 'pdsa/helpers/storage/bitvector.pyx' 2021-07-14T17:49:21,631 adding 'pdsa/helpers/storage/bitvector_counter.cpp' 2021-07-14T17:49:21,694 adding 'pdsa/helpers/storage/bitvector_counter.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:21,697 adding 'pdsa/helpers/storage/bitvector_counter.pxd' 2021-07-14T17:49:21,699 adding 'pdsa/helpers/storage/bitvector_counter.pyx' 2021-07-14T17:49:21,700 adding 'pdsa/membership/__init__.py' 2021-07-14T17:49:21,774 adding 'pdsa/membership/bloom_filter.cpp' 2021-07-14T17:49:21,979 adding 'pdsa/membership/bloom_filter.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:21,988 adding 'pdsa/membership/bloom_filter.pxd' 2021-07-14T17:49:21,990 adding 'pdsa/membership/bloom_filter.pyx' 2021-07-14T17:49:22,065 adding 'pdsa/membership/counting_bloom_filter.cpp' 2021-07-14T17:49:22,279 adding 'pdsa/membership/counting_bloom_filter.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:22,288 adding 'pdsa/membership/counting_bloom_filter.pxd' 2021-07-14T17:49:22,290 adding 'pdsa/membership/counting_bloom_filter.pyx' 2021-07-14T17:49:22,291 adding 'pdsa/rank/__init__.py' 2021-07-14T17:49:22,327 adding 'pdsa/rank/qdigest.cpp' 2021-07-14T17:49:22,459 adding 'pdsa/rank/qdigest.cpython-39-arm-linux-gnueabihf.so' 2021-07-14T17:49:22,465 adding 'pdsa/rank/qdigest.pxd' 2021-07-14T17:49:22,468 adding 'pdsa/rank/qdigest.pyx' 2021-07-14T17:49:22,471 adding 'pdsa-0.4.1.dist-info/LICENSE.txt' 2021-07-14T17:49:22,472 adding 'pdsa-0.4.1.dist-info/METADATA' 2021-07-14T17:49:22,473 adding 'pdsa-0.4.1.dist-info/WHEEL' 2021-07-14T17:49:22,474 adding 'pdsa-0.4.1.dist-info/top_level.txt' 2021-07-14T17:49:22,475 adding 'pdsa-0.4.1.dist-info/RECORD' 2021-07-14T17:49:22,507 removing build/bdist.linux-armv7l/wheel 2021-07-14T17:49:22,641 Building wheel for pdsa (setup.py): finished with status 'done' 2021-07-14T17:49:22,671 Created wheel for pdsa: filename=pdsa-0.4.1-cp39-cp39-linux_armv7l.whl size=2102543 sha256=50958cedf95752b5459a193b8d712b371d31cd301cf68f17f113903402b4a800 2021-07-14T17:49:22,671 Stored in directory: /tmp/pip-ephem-wheel-cache-11w08lv4/wheels/9e/05/71/40267abc28cb634c9c532376be0e1b0aec81dce5f83519d57d 2021-07-14T17:49:22,684 Successfully built pdsa 2021-07-14T17:49:22,771 Removed build tracker: '/tmp/pip-req-tracker-2h1lxvyx'