Collecting open-redis==0.5
1 location(s) to search for versions of open-redis:
* https://pypi.python.org/simple/open-redis/
Getting page https://pypi.python.org/simple/open-redis/
Analyzing links from page https://pypi.python.org/simple/open-redis/
Found link https://pypi.python.org/packages/24/97/1fb3fc3eb8438879c73e15eb58982c7b2c6b180232a1b3e94ad65db14162/open-redis-0.1.tar.gz#md5=a39da67ec90f9f7d056cae50588e54bc (from https://pypi.python.org/simple/open-redis/), version: 0.1
Found link https://pypi.python.org/packages/29/98/361d6e1359db37253889388b946a5753f6130b81b63b1eef93c7df7ef543/open-redis-0.2.tar.gz#md5=b1a31f63ce0c3378f3b9f52b763de973 (from https://pypi.python.org/simple/open-redis/), version: 0.2
Found link https://pypi.python.org/packages/47/2a/da1dee3cf20df153a9bbb3d7dd5d47fa4e889e035b75deab1618010c2fd8/open-redis-0.5.tar.gz#md5=bc22ad3f89398b0d8d23a943dfbd17f8 (from https://pypi.python.org/simple/open-redis/), version: 0.5
Found link https://pypi.python.org/packages/d0/14/83c37aa3a13779de977f0a23d58a1d82fd64212be8cd0ce9f9d8eae8484a/open-redis-0.3.tar.gz#md5=6814db7003e330ae549f50ff66d826f9 (from https://pypi.python.org/simple/open-redis/), version: 0.3
Using version 0.5 (newest of versions: 0.5)
Downloading open-redis-0.5.tar.gz (1.7MB)
Downloading from URL https://pypi.python.org/packages/47/2a/da1dee3cf20df153a9bbb3d7dd5d47fa4e889e035b75deab1618010c2fd8/open-redis-0.5.tar.gz#md5=bc22ad3f89398b0d8d23a943dfbd17f8 (from https://pypi.python.org/simple/open-redis/)
Running setup.py (path:/tmp/pip-build-3naxbyqo/open-redis/setup.py) egg_info for package open-redis
Running command python setup.py egg_info
Current Setup Location: /tmp/pip-build-3naxbyqo/open-redis
Working Directory: /tmp/pip-build-3naxbyqo/open-redis
running egg_info
creating pip-egg-info/open_redis.egg-info
writing requirements to pip-egg-info/open_redis.egg-info/requires.txt
writing dependency_links to pip-egg-info/open_redis.egg-info/dependency_links.txt
writing pip-egg-info/open_redis.egg-info/PKG-INFO
writing entry points to pip-egg-info/open_redis.egg-info/entry_points.txt
writing top-level names to pip-egg-info/open_redis.egg-info/top_level.txt
writing manifest file 'pip-egg-info/open_redis.egg-info/SOURCES.txt'
reading manifest file 'pip-egg-info/open_redis.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 4: 'recursive-include' expects
...
warning: manifest_maker: MANIFEST.in, line 5: 'recursive-include' expects ...
writing manifest file 'pip-egg-info/open_redis.egg-info/SOURCES.txt'
Source in /tmp/pip-build-3naxbyqo/open-redis has version 0.5, which satisfies requirement open-redis==0.5 from https://pypi.python.org/packages/47/2a/da1dee3cf20df153a9bbb3d7dd5d47fa4e889e035b75deab1618010c2fd8/open-redis-0.5.tar.gz#md5=bc22ad3f89398b0d8d23a943dfbd17f8
Building wheels for collected packages: open-redis
Running setup.py bdist_wheel for open-redis: started
Destination directory: /tmp/tmp2df2f1wqpip-wheel-
Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-3naxbyqo/open-redis/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp2df2f1wqpip-wheel-
Current Setup Location: /tmp/pip-build-3naxbyqo/open-redis
Working Directory: /tmp/pip-build-3naxbyqo/open-redis
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/open_redis
copying open_redis/deployment.py -> build/lib/open_redis
copying open_redis/__init__.py -> build/lib/open_redis
creating build/lib/open_redis/pyscripts
copying pyscripts/redis_express.py -> build/lib/open_redis/pyscripts
copying pyscripts/__init__.py -> build/lib/open_redis/pyscripts
installing to build/bdist.linux-armv7l/wheel
running install
Copying Files into install...
Extracting Redis To Build Location: build/lib
Setting up Redis make.
Compiling Redis
cd src && make all
make[1]: Entering directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/src'
[34mCC[0m [33mMakefile.dep[0m
rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark
(cd ../deps && make distclean)
make[2]: Entering directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps'
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(rm -f .make-*)
make[2]: Leaving directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps'
(rm -f .make-*)
echo STD=-std=c99 -pedantic -DREDIS_STATIC='' >> .make-settings
echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings
echo OPT=-O2 >> .make-settings
echo MALLOC=libc >> .make-settings
echo CFLAGS=-funwind-tables >> .make-settings
echo LDFLAGS= >> .make-settings
echo REDIS_CFLAGS= >> .make-settings
echo REDIS_LDFLAGS= >> .make-settings
echo PREV_FINAL_CFLAGS=-std=c99 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -funwind-tables -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src >> .make-settings
echo PREV_FINAL_LDFLAGS= -g -ggdb -rdynamic >> .make-settings
(cd ../deps && make hiredis linenoise lua)
make[2]: Entering directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps'
(cd hiredis && make clean) > /dev/null || true
(cd linenoise && make clean) > /dev/null || true
(cd lua && make clean) > /dev/null || true
(cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true
(rm -f .make-*)
(echo "" > .make-cflags)
(echo "" > .make-ldflags)
[32;1mMAKE[0m [37;1mhiredis[0m
cd hiredis && make static
make[3]: Entering directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps/hiredis'
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb net.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb hiredis.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb sds.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb async.c
cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -g -ggdb read.c
ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o
make[3]: Leaving directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps/hiredis'
[32;1mMAKE[0m [37;1mlinenoise[0m
cd linenoise && make
make[3]: Entering directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps/linenoise'
cc -Wall -Os -g -c linenoise.c
make[3]: Leaving directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps/linenoise'
[32;1mMAKE[0m [37;1mlua[0m
cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' " MYLDFLAGS="" AR="ar rcu"
make[3]: Entering directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps/lua/src'
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lapi.o lapi.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lcode.o lcode.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldebug.o ldebug.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldo.o ldo.c
ldo.c: In function ‘f_parser’:
ldo.c:496:7: warning: unused variable ‘c’ [-Wunused-variable]
int c = luaZ_lookahead(p->z);
^
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldump.o ldump.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lfunc.o lfunc.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lgc.o lgc.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o llex.o llex.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmem.o lmem.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lobject.o lobject.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lopcodes.o lopcodes.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lparser.o lparser.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstate.o lstate.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstring.o lstring.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltable.o ltable.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltm.o ltm.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lundump.o lundump.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lvm.o lvm.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lzio.o lzio.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o strbuf.o strbuf.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o fpconv.o fpconv.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lauxlib.o lauxlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lbaselib.o lbaselib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldblib.o ldblib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o liolib.o liolib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmathlib.o lmathlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loslib.o loslib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltablib.o ltablib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstrlib.o lstrlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loadlib.o loadlib.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o linit.o linit.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cjson.o lua_cjson.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_struct.o lua_struct.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cmsgpack.o lua_cmsgpack.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_bit.o lua_bit.c
ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files
ranlib liblua.a
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua.o lua.c
cc -o lua lua.o liblua.a -lm
liblua.a(loslib.o): In function `os_tmpname':
loslib.c:(.text+0x260): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o luac.o luac.c
cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o print.o print.c
cc -o luac luac.o print.o liblua.a -lm
make[3]: Leaving directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps/lua/src'
make[2]: Leaving directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/deps'
[34mCC[0m [33madlist.o[0m
[34mCC[0m [33mquicklist.o[0m
[34mCC[0m [33mae.o[0m
[34mCC[0m [33manet.o[0m
[34mCC[0m [33mdict.o[0m
[34mCC[0m [33mserver.o[0m
[34mCC[0m [33msds.o[0m
[34mCC[0m [33mzmalloc.o[0m
[34mCC[0m [33mlzf_c.o[0m
[34mCC[0m [33mlzf_d.o[0m
[34mCC[0m [33mpqsort.o[0m
[34mCC[0m [33mzipmap.o[0m
[34mCC[0m [33msha1.o[0m
[34mCC[0m [33mziplist.o[0m
[34mCC[0m [33mrelease.o[0m
[34mCC[0m [33mnetworking.o[0m
[34mCC[0m [33mutil.o[0m
[34mCC[0m [33mobject.o[0m
[34mCC[0m [33mdb.o[0m
[34mCC[0m [33mreplication.o[0m
[34mCC[0m [33mrdb.o[0m
[34mCC[0m [33mt_string.o[0m
[34mCC[0m [33mt_list.o[0m
[34mCC[0m [33mt_set.o[0m
[34mCC[0m [33mt_zset.o[0m
[34mCC[0m [33mt_hash.o[0m
[34mCC[0m [33mconfig.o[0m
[34mCC[0m [33maof.o[0m
[34mCC[0m [33mpubsub.o[0m
[34mCC[0m [33mmulti.o[0m
[34mCC[0m [33mdebug.o[0m
debug.c: In function ‘logRegisters’:
debug.c:704:31: warning: unused parameter ‘uc’ [-Wunused-parameter]
void logRegisters(ucontext_t *uc) {
^
[34mCC[0m [33msort.o[0m
[34mCC[0m [33mintset.o[0m
[34mCC[0m [33msyncio.o[0m
[34mCC[0m [33mcluster.o[0m
[34mCC[0m [33mcrc16.o[0m
[34mCC[0m [33mendianconv.o[0m
[34mCC[0m [33mslowlog.o[0m
[34mCC[0m [33mscripting.o[0m
[34mCC[0m [33mbio.o[0m
[34mCC[0m [33mrio.o[0m
[34mCC[0m [33mrand.o[0m
[34mCC[0m [33mmemtest.o[0m
[34mCC[0m [33mcrc64.o[0m
[34mCC[0m [33mbitops.o[0m
[34mCC[0m [33msentinel.o[0m
[34mCC[0m [33mnotify.o[0m
[34mCC[0m [33msetproctitle.o[0m
[34mCC[0m [33mblocked.o[0m
[34mCC[0m [33mhyperloglog.o[0m
[34mCC[0m [33mlatency.o[0m
[34mCC[0m [33msparkline.o[0m
[34mCC[0m [33mredis-check-rdb.o[0m
[34mCC[0m [33mredis-check-aof.o[0m
[34mCC[0m [33mgeo.o[0m
[34mCC[0m [33mlazyfree.o[0m
[34mCC[0m [33mmodule.o[0m
[34mCC[0m [33mevict.o[0m
[34mCC[0m [33mexpire.o[0m
[34mCC[0m [33mgeohash.o[0m
[34mCC[0m [33mgeohash_helper.o[0m
[34mCC[0m [33mchildinfo.o[0m
[34mCC[0m [33mdefrag.o[0m
[34mCC[0m [33msiphash.o[0m
[34mCC[0m [33mrax.o[0m
[34;1mLINK[0m [37;1mredis-server[0m
[34;1mINSTALL[0m [37;1mredis-sentinel[0m
[34mCC[0m [33mredis-cli.o[0m
[34;1mLINK[0m [37;1mredis-cli[0m
[34mCC[0m [33mredis-benchmark.o[0m
[34;1mLINK[0m [37;1mredis-benchmark[0m
[34;1mINSTALL[0m [37;1mredis-check-rdb[0m
[34;1mINSTALL[0m [37;1mredis-check-aof[0m
Hint: It's a good idea to run 'make test' ;)
make[1]: Leaving directory '/tmp/pip-build-3naxbyqo/open-redis/build/lib/redis-4.0.1/src'
Post Install Location: /tmp/pip-build-3naxbyqo/open-redis
Deleting... build/bdist.linux-armv7l/wheel/open_redis
Completed delete... build/bdist.linux-armv7l/wheel/open_redis
Copying from build/lib to build/bdist.linux-armv7l/wheel/
creating build/bdist.linux-armv7l
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/open_redis
creating build/bdist.linux-armv7l/wheel/open_redis/open_redis
copying build/lib/open_redis/deployment.py -> build/bdist.linux-armv7l/wheel/open_redis/open_redis
creating build/bdist.linux-armv7l/wheel/open_redis/open_redis/pyscripts
copying build/lib/open_redis/pyscripts/redis_express.py -> build/bdist.linux-armv7l/wheel/open_redis/open_redis/pyscripts
copying build/lib/open_redis/pyscripts/__init__.py -> build/bdist.linux-armv7l/wheel/open_redis/open_redis/pyscripts
copying build/lib/open_redis/__init__.py -> build/bdist.linux-armv7l/wheel/open_redis/open_redis
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/CONTRIBUTING -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/00-RELEASENOTES -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/sentinel.conf -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/expire.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_c.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/syncio.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sentinel.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/server.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/memtest.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/blocked.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/setproctitle.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/multi.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redisassert.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/scripting.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rio.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax_malloc.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_zset.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/networking.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/module.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/latency.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/notify.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rio.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sds.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/server.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/dict.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/module.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/cluster.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-server -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/endianconv.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_zset.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc64.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc64.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sparkline.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/expire.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geo.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/endianconv.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/db.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lazyfree.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/aof.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash_helper.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rand.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/defrag.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_list.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_select.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-rdb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-aof -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/slowlog.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rdb.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_string.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_string.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/db.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/aof.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/asciilogo.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sentinel.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/hyperloglog.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-rdb.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sdsalloc.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sha1.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zmalloc.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zipmap.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/object.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_list.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rdb.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/cluster.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash_helper.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/intset.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_d.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/blocked.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/latency.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sort.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/quicklist.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_d.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/childinfo.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pqsort.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-cli.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/anet.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sort.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/memtest.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ziplist.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-rdb.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_set.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/replication.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/object.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/dict.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-aof.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/endianconv.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/debug.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/replication.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geo.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/.make-prerequisites -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_evport.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_set.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/slowlog.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geo.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/quicklist.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash_helper.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rand.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/siphash.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/evict.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/helloworld.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/gendoc.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/helloblock.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/hellotype.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/testmodule.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/lzfP.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/dict.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ziplist.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/intset.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/solarisfixes.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/release.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_kqueue.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/server.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-trib.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/testhelp.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bitops.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/debug.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/multi.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/release.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/atomicvar.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zmalloc.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_hash.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_c.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rdb.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bio.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-sentinel -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/util.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sha1.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-aof.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc16.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/config.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/anet.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bio.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/childinfo.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/adlist.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lazyfree.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/util.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-benchmark.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pubsub.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/anet.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/networking.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/adlist.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/mkreleasehdr.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-cli -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/scripting.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zipmap.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rand.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pqsort.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bitops.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/valgrind.sup -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zipmap.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sds.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/intset.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/release.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sds.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-benchmark -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/notify.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/setproctitle.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/hyperloglog.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/siphash.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pqsort.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/defrag.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc64.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/config.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redismodule.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sha1.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/debugmacro.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bio.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/evict.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/version.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc16.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sparkline.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ziplist.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/config.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/help.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rio.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/latency.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/syncio.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/fmacros.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/slowlog.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/quicklist.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_hash.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sparkline.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-benchmark.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zmalloc.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/adlist.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/.make-settings -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-cli.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/util.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_epoll.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pubsub.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/cluster.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/src
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/install_server.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/whatisdoing.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/build-static-symbols.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/hyperloglog
copying build/lib/redis-4.0.1/utils/hyperloglog/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/hyperloglog
copying build/lib/redis-4.0.1/utils/hyperloglog/hll-gnuplot-graph.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/hyperloglog
copying build/lib/redis-4.0.1/utils/hyperloglog/hll-err.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/hyperloglog
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/graphs
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/graphs/commits-over-time
copying build/lib/redis-4.0.1/utils/graphs/commits-over-time/genhtml.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/graphs/commits-over-time
copying build/lib/redis-4.0.1/utils/graphs/commits-over-time/README.md -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/graphs/commits-over-time
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/hashtable
copying build/lib/redis-4.0.1/utils/hashtable/rehashing.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/hashtable
copying build/lib/redis-4.0.1/utils/hashtable/README -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/hashtable
copying build/lib/redis-4.0.1/utils/redis-sha1.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/redis_init_script.tpl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/speed-regression.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/corrupt_rdb.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/create-cluster/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/create-cluster/create-cluster -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/create-cluster/README -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/redis_init_script -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/generate-command-help.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/lru/lfu-simulation.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/lru/test-lru.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/lru/README -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/cluster_fail_time.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/changelog.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/04_release_hash.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/03_test_release.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/02_upload_tarball.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/01_create_tarball.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/redis-copy.rb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/utils
copying build/lib/redis-4.0.1/MANIFESTO -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/runtest-sentinel -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/sort.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/limits.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/aofrw.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/bitops.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/printver.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list-common.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/incr.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list-3.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/string.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list-2.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/zset.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/set.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/hash.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/auth.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/slowlog.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/other.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/geo.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/quit.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/lazyfree.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/pubsub.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/expire.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/latency-monitor.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/scan.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/wait.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/obuf-limits.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/introspection-2.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/multi.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/hyperloglog.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/introspection.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/dump.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/memefficiency.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/maxmemory.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/keyspace.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/protocol.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/scripting.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/bitfield.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/unit
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/convert-zipmap-hash-on-load.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/psync2-reg.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/logging.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/rdb.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/aof.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-3.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-4.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/aof-race.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-2.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-psync.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/redis-cli.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/psync2.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/integration
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/tmp
copying build/lib/redis-4.0.1/tests/tmp/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/tmp
copying build/lib/redis-4.0.1/tests/instances.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tmp
copying build/lib/redis-4.0.1/tests/cluster/tmp/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tmp
copying build/lib/redis-4.0.1/tests/cluster/cluster.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/08-update-msg.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/02-failover.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/12-replica-migration-2.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/07-replica-migration.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/00-base.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/04-resharding.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/06-slave-stop-cond.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/11-manual-takeover.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/03-failover-loop.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/01-faildet.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests/includes
copying build/lib/redis-4.0.1/tests/cluster/tests/includes/init-tests.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests/includes
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests/helpers
copying build/lib/redis-4.0.1/tests/cluster/tests/helpers/onlydots.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests/helpers
copying build/lib/redis-4.0.1/tests/cluster/tests/05-slave-selection.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/10-manual-failover.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/09-pubsub.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/run.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/cluster
copying build/lib/redis-4.0.1/tests/test_helper.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tmp
copying build/lib/redis-4.0.1/tests/sentinel/tmp/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tmp
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/03-runtime-reconf.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/06-ckquorum.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/04-slave-selection.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/00-base.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/05-manual.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests/includes
copying build/lib/redis-4.0.1/tests/sentinel/tests/includes/init-tests.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests/includes
copying build/lib/redis-4.0.1/tests/sentinel/tests/01-conf-update.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/07-down-conditions.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/02-slaves-reconf.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/run.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/sentinel
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/helpers
copying build/lib/redis-4.0.1/tests/helpers/gen_write_load.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/helpers
copying build/lib/redis-4.0.1/tests/helpers/bg_complex_data.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/helpers
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/assets
copying build/lib/redis-4.0.1/tests/assets/encodings.rdb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/assets
copying build/lib/redis-4.0.1/tests/assets/hash-zipmap.rdb -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/assets
copying build/lib/redis-4.0.1/tests/assets/default.conf -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/assets
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/test.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/redis.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/util.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/cluster.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/tmpfile.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/server.tcl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/README.md -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/INSTALL -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/runtest-cluster -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/redis.conf -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/BUGS -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
copying build/lib/redis-4.0.1/COPYING -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/example.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/README.markdown -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/linenoise.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/linenoise.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/linenoise.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/linenoise
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/net.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-qt.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-ivykis.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-libuv.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-libev.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-qt.cpp -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-libevent.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-macosx.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-glib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-ae.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/async.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sds.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/dict.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/net.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/glib.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/libevent.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/libuv.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/ivykis.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/qt.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/macosx.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/ae.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/libev.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/win32.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sdsalloc.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/net.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/read.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/.travis.yml -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/dict.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/hiredis.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/CHANGELOG.md -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/hiredis.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/appveyor.yml -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/read.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/README.md -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/test.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/libhiredis.a -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/async.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/async.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sds.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sds.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/COPYING -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/read.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/hiredis.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/fmacros.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/.make-prerequisites -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/update-jemalloc.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/README.md -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/.make-ldflags -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/.make-cflags -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua
copying build/lib/redis-4.0.1/deps/lua/HISTORY -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstrlib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltablib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lbaselib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_struct.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstate.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstring.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lparser.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_struct.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldump.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llimits.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lparser.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lapi.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/linit.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltm.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cmsgpack.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltable.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lvm.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/strbuf.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lfunc.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loslib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lgc.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lgc.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/fpconv.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lvm.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loadlib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/liolib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lundump.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lopcodes.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/linit.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luac.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltm.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/strbuf.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lauxlib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llex.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldebug.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lcode.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luac.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstate.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lapi.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/print.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmem.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmem.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldblib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lobject.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstring.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/fpconv.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/strbuf.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lualib.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/fpconv.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltable.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstate.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldo.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luac -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lopcodes.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lzio.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llex.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lapi.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loadlib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lundump.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldebug.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lauxlib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lcode.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lvm.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmem.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/print.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loslib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cjson.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldo.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lobject.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_bit.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmathlib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldblib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lobject.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltablib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cmsgpack.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lgc.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lfunc.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldump.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstring.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lbaselib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llex.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/liblua.a -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_bit.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lzio.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lparser.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cjson.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lzio.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lopcodes.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldo.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/liolib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luaconf.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmathlib.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lauxlib.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldebug.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltable.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstrlib.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lfunc.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lcode.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltm.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lundump.o -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/src
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/cover.png -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/logo.gif -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/luac.html -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/manual.html -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/manual.css -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/readme.html -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/contents.html -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/luac.1 -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/lua.1 -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/lua.css -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/lua.html -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/doc
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/luac.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/bisect.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/globals.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/echo.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/sort.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/trace-calls.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/factorial.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/fib.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/fibfor.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/cf.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/xd.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/env.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/readonly.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/hello.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/life.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/printf.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/README -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/sieve.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/table.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/trace-globals.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/COPYRIGHT -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua
copying build/lib/redis-4.0.1/deps/lua/INSTALL -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua
copying build/lib/redis-4.0.1/deps/lua/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/noparser.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/lua.ico -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/luavs.bat -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/lua.pc -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/all.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/lua.hpp -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/README -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/min.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/strict.lua -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/README -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/lua
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/.gitignore -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/VERSION -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/Makefile.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/.gitattributes -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/.autom4te.cfg -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/mutex.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/tcache.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/valgrind.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/ckh.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/base.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/atomic.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/chunk.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/quarantine.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/extent.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/arena.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/chunk_dss.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/rtree.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/bitmap.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/zone.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/mb.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/prof.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/huge.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/jemalloc.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/stats.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/chunk_mmap.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/hash.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/ctl.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/pages.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/util.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/tsd.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/src
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/html.xsl.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/jemalloc.html -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/manpages.xsl.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/stylesheet.xsl -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/jemalloc.xml.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/jemalloc.3 -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/doc
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_idump.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/mallctl.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/qr.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_accum.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/ckh.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/zero.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/atomic.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/junk_alloc.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_gdump.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/quarantine.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/math.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_reset.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_active.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/rtree.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/size_classes.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/junk_free.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_thread_name.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/bitmap.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/lg_chunk.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/junk.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/mq.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/stats.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/ql.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/hash.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/SFMT.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/mtx.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/rb.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/util.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/tsd.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/unit
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/allocated.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/aligned_alloc.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/xallocx.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/chunk.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/rallocx.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/posix_memalign.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/thread_tcache_enabled.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/mallocx.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/sdallocx.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/thread_arena.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/MALLOCX_ARENA.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/overflow.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/integration
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/stress
copying build/lib/redis-4.0.1/deps/jemalloc/test/stress/microbench.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/stress
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/btalloc_0.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/math.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/btalloc.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/thd.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/mq.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/test.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/timer.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/SFMT.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/btalloc_1.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/mtx.c -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/src
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params44497.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params86243.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/jemalloc_test.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params11213.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/btalloc.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-sse2.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params19937.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params607.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/thd.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/mtx.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params4253.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params216091.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-alti.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params132049.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/timer.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/mq.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params2281.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params1279.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/math.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/jemalloc_test_defs.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/test.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/test.sh.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/test
copying build/lib/redis-4.0.1/deps/jemalloc/config.guess -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/config.sub -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/autogen.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/coverage.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/config.stamp.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/bin/jeprof.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/bin/jemalloc.sh.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/bin/jemalloc-config.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/INSTALL -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/jemalloc.pc.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/ChangeLog -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/COPYING -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/configure.ac -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/install-sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/msvc_compat
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/strings.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/msvc_compat
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/windows_extra.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/msvc_compat
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99/stdint.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99/stdbool.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_typedefs.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
creating build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/chunk_mmap.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/rtree.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/bitmap.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/quarantine.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/private_namespace.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/huge.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/valgrind.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/ql.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/size_classes.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/base.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/stats.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/mutex.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/private_symbols.txt -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/private_unnamespace.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/public_namespace.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/pages.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/tsd.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/tcache.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/ckh.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/extent.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/prof.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/chunk.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/ctl.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/hash.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/mb.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/util.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/chunk_dss.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/rb.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/prng.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/qr.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/atomic.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/arena.h -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_protos.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_rename.sh -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_macros.h.in -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/README -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/configure -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/Makefile -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1/deps
copying build/lib/redis-4.0.1/runtest -> build/bdist.linux-armv7l/wheel/open_redis/redis-4.0.1
Calling super run...
running install_lib
copying build/lib/open_redis/deployment.py -> build/bdist.linux-armv7l/wheel/open_redis
creating build/bdist.linux-armv7l/wheel/open_redis/pyscripts
copying build/lib/open_redis/pyscripts/redis_express.py -> build/bdist.linux-armv7l/wheel/open_redis/pyscripts
copying build/lib/open_redis/pyscripts/__init__.py -> build/bdist.linux-armv7l/wheel/open_redis/pyscripts
copying build/lib/open_redis/__init__.py -> build/bdist.linux-armv7l/wheel/open_redis
creating build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/CONTRIBUTING -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/00-RELEASENOTES -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/sentinel.conf -> build/bdist.linux-armv7l/wheel/redis-4.0.1
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/expire.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_c.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/syncio.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sentinel.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/server.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/memtest.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/blocked.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/setproctitle.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/multi.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redisassert.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/scripting.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rio.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax_malloc.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_zset.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/networking.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/module.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/latency.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/notify.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rio.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sds.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/server.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/dict.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/module.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/cluster.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-server -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/endianconv.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_zset.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc64.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc64.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sparkline.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/expire.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geo.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/endianconv.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/db.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lazyfree.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/aof.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash_helper.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rand.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/defrag.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_list.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_select.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-rdb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-aof -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/slowlog.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rdb.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_string.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_string.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/db.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/aof.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/asciilogo.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sentinel.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/hyperloglog.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-rdb.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sdsalloc.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sha1.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zmalloc.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zipmap.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/object.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_list.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rdb.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/cluster.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash_helper.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/intset.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_d.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/blocked.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/latency.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sort.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/quicklist.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_d.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/childinfo.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pqsort.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-cli.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/anet.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sort.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/memtest.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ziplist.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-rdb.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_set.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/replication.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/object.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/dict.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-aof.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/endianconv.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/debug.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/replication.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geo.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/.make-prerequisites -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_evport.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_set.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/slowlog.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geo.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/quicklist.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash_helper.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rand.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/siphash.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/evict.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/helloworld.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/gendoc.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/helloblock.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/hellotype.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/modules/testmodule.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src/modules
copying build/lib/redis-4.0.1/src/lzfP.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/dict.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ziplist.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/intset.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/solarisfixes.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/release.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_kqueue.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/server.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-trib.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/testhelp.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bitops.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/debug.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/multi.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/release.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/atomicvar.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zmalloc.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_hash.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf_c.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rdb.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bio.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-sentinel -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/util.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sha1.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-check-aof.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc16.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/config.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/anet.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bio.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/childinfo.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/adlist.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lazyfree.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/util.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-benchmark.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pubsub.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/anet.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/networking.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/adlist.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/mkreleasehdr.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-cli -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/scripting.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zipmap.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rand.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pqsort.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bitops.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/valgrind.sup -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zipmap.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sds.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/intset.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/release.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sds.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-benchmark -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/notify.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/setproctitle.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/hyperloglog.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/siphash.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pqsort.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/defrag.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc64.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/config.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/geohash.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redismodule.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sha1.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/debugmacro.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/bio.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rax.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/evict.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/version.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/crc16.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sparkline.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ziplist.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/config.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/help.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/rio.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/latency.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/syncio.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/fmacros.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/slowlog.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/quicklist.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/t_hash.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/sparkline.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-benchmark.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/zmalloc.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/adlist.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/.make-settings -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/redis-cli.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/lzf.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/util.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/ae_epoll.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/pubsub.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
copying build/lib/redis-4.0.1/src/cluster.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/src
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/install_server.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/whatisdoing.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/build-static-symbols.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/hyperloglog
copying build/lib/redis-4.0.1/utils/hyperloglog/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/hyperloglog
copying build/lib/redis-4.0.1/utils/hyperloglog/hll-gnuplot-graph.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/hyperloglog
copying build/lib/redis-4.0.1/utils/hyperloglog/hll-err.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/hyperloglog
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/graphs
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/graphs/commits-over-time
copying build/lib/redis-4.0.1/utils/graphs/commits-over-time/genhtml.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/graphs/commits-over-time
copying build/lib/redis-4.0.1/utils/graphs/commits-over-time/README.md -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/graphs/commits-over-time
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/hashtable
copying build/lib/redis-4.0.1/utils/hashtable/rehashing.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/hashtable
copying build/lib/redis-4.0.1/utils/hashtable/README -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/hashtable
copying build/lib/redis-4.0.1/utils/redis-sha1.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/redis_init_script.tpl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/speed-regression.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/corrupt_rdb.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/create-cluster/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/create-cluster/create-cluster -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/create-cluster/README -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/create-cluster
copying build/lib/redis-4.0.1/utils/redis_init_script -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/utils/generate-command-help.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/lru/lfu-simulation.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/lru/test-lru.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/lru/README -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/lru
copying build/lib/redis-4.0.1/utils/cluster_fail_time.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/changelog.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/04_release_hash.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/03_test_release.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/02_upload_tarball.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/releasetools/01_create_tarball.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils/releasetools
copying build/lib/redis-4.0.1/utils/redis-copy.rb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/utils
copying build/lib/redis-4.0.1/MANIFESTO -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/runtest-sentinel -> build/bdist.linux-armv7l/wheel/redis-4.0.1
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/sort.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/limits.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/aofrw.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/bitops.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/printver.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list-common.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/incr.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list-3.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/string.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/list-2.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/zset.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/set.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/type/hash.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit/type
copying build/lib/redis-4.0.1/tests/unit/auth.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/slowlog.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/other.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/geo.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/quit.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/lazyfree.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/pubsub.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/expire.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/latency-monitor.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/scan.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/wait.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/obuf-limits.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/introspection-2.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/multi.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/hyperloglog.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/introspection.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/dump.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/memefficiency.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/maxmemory.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/keyspace.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/protocol.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/scripting.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
copying build/lib/redis-4.0.1/tests/unit/bitfield.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/unit
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/convert-zipmap-hash-on-load.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/psync2-reg.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/logging.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/rdb.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/aof.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-3.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-4.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/aof-race.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-2.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication-psync.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/redis-cli.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/replication.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
copying build/lib/redis-4.0.1/tests/integration/psync2.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/integration
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/tmp
copying build/lib/redis-4.0.1/tests/tmp/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/tmp
copying build/lib/redis-4.0.1/tests/instances.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tmp
copying build/lib/redis-4.0.1/tests/cluster/tmp/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tmp
copying build/lib/redis-4.0.1/tests/cluster/cluster.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/08-update-msg.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/02-failover.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/12-replica-migration-2.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/07-replica-migration.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/00-base.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/04-resharding.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/06-slave-stop-cond.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/11-manual-takeover.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/03-failover-loop.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/01-faildet.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests/includes
copying build/lib/redis-4.0.1/tests/cluster/tests/includes/init-tests.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests/includes
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests/helpers
copying build/lib/redis-4.0.1/tests/cluster/tests/helpers/onlydots.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests/helpers
copying build/lib/redis-4.0.1/tests/cluster/tests/05-slave-selection.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/10-manual-failover.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/tests/09-pubsub.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster/tests
copying build/lib/redis-4.0.1/tests/cluster/run.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/cluster
copying build/lib/redis-4.0.1/tests/test_helper.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tmp
copying build/lib/redis-4.0.1/tests/sentinel/tmp/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tmp
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/03-runtime-reconf.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/06-ckquorum.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/04-slave-selection.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/00-base.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/05-manual.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests/includes
copying build/lib/redis-4.0.1/tests/sentinel/tests/includes/init-tests.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests/includes
copying build/lib/redis-4.0.1/tests/sentinel/tests/01-conf-update.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/07-down-conditions.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/tests/02-slaves-reconf.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel/tests
copying build/lib/redis-4.0.1/tests/sentinel/run.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/sentinel
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/helpers
copying build/lib/redis-4.0.1/tests/helpers/gen_write_load.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/helpers
copying build/lib/redis-4.0.1/tests/helpers/bg_complex_data.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/helpers
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/assets
copying build/lib/redis-4.0.1/tests/assets/encodings.rdb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/assets
copying build/lib/redis-4.0.1/tests/assets/hash-zipmap.rdb -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/assets
copying build/lib/redis-4.0.1/tests/assets/default.conf -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/assets
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/test.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/redis.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/util.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/cluster.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/tmpfile.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/tests/support/server.tcl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/tests/support
copying build/lib/redis-4.0.1/README.md -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/INSTALL -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/runtest-cluster -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/redis.conf -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/BUGS -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1
copying build/lib/redis-4.0.1/COPYING -> build/bdist.linux-armv7l/wheel/redis-4.0.1
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/example.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/README.markdown -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/linenoise.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/linenoise.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
copying build/lib/redis-4.0.1/deps/linenoise/linenoise.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/linenoise
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/net.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-qt.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-ivykis.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-libuv.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-libev.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-qt.cpp -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-libevent.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-macosx.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-glib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/examples/example-ae.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/examples
copying build/lib/redis-4.0.1/deps/hiredis/async.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sds.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/dict.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/net.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/glib.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/libevent.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/libuv.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/ivykis.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/qt.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/macosx.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/ae.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/adapters/libev.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis/adapters
copying build/lib/redis-4.0.1/deps/hiredis/win32.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sdsalloc.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/net.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/read.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/.travis.yml -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/dict.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/hiredis.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/CHANGELOG.md -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/hiredis.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/appveyor.yml -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/read.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/README.md -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/test.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/libhiredis.a -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/async.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/async.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sds.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/sds.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/COPYING -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/read.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/hiredis.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/hiredis/fmacros.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/hiredis
copying build/lib/redis-4.0.1/deps/.make-prerequisites -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/update-jemalloc.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/README.md -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/.make-ldflags -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps
copying build/lib/redis-4.0.1/deps/.make-cflags -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua
copying build/lib/redis-4.0.1/deps/lua/HISTORY -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstrlib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltablib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lbaselib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_struct.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstate.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstring.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lparser.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_struct.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldump.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llimits.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lparser.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lapi.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/linit.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltm.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cmsgpack.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltable.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lvm.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/strbuf.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lfunc.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loslib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lgc.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lgc.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/fpconv.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lvm.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loadlib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/liolib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lundump.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lopcodes.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/linit.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luac.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltm.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/strbuf.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lauxlib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llex.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldebug.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lcode.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luac.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstate.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lapi.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/print.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmem.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmem.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldblib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lobject.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstring.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/fpconv.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/strbuf.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lualib.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/fpconv.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltable.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstate.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldo.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luac -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lopcodes.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lzio.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llex.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lapi.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loadlib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lundump.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldebug.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lauxlib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lcode.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lvm.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmem.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/print.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/loslib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cjson.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldo.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lobject.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_bit.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmathlib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldblib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lobject.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltablib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cmsgpack.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lgc.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lfunc.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldump.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstring.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lbaselib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/llex.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/liblua.a -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_bit.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lzio.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lparser.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lua_cjson.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lzio.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lopcodes.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldo.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/liolib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/luaconf.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lmathlib.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lauxlib.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ldebug.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltable.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lstrlib.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lfunc.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lcode.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/ltm.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
copying build/lib/redis-4.0.1/deps/lua/src/lundump.o -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/src
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/cover.png -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/logo.gif -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/luac.html -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/manual.html -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/manual.css -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/readme.html -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/contents.html -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/luac.1 -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/lua.1 -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/lua.css -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
copying build/lib/redis-4.0.1/deps/lua/doc/lua.html -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/doc
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/luac.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/bisect.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/globals.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/echo.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/sort.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/trace-calls.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/factorial.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/fib.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/fibfor.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/cf.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/xd.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/env.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/readonly.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/hello.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/life.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/printf.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/README -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/sieve.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/table.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/test/trace-globals.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/test
copying build/lib/redis-4.0.1/deps/lua/COPYRIGHT -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua
copying build/lib/redis-4.0.1/deps/lua/INSTALL -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua
copying build/lib/redis-4.0.1/deps/lua/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/noparser.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/lua.ico -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/luavs.bat -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/lua.pc -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/all.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/lua.hpp -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/README -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/min.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/etc/strict.lua -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua/etc
copying build/lib/redis-4.0.1/deps/lua/README -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/lua
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/.gitignore -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/VERSION -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/Makefile.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/.gitattributes -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/.autom4te.cfg -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/mutex.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/tcache.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/valgrind.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/ckh.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/base.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/atomic.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/chunk.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/quarantine.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/extent.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/arena.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/chunk_dss.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/rtree.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/bitmap.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/zone.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/mb.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/prof.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/huge.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/jemalloc.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/stats.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/chunk_mmap.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/hash.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/ctl.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/pages.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/util.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
copying build/lib/redis-4.0.1/deps/jemalloc/src/tsd.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/src
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/html.xsl.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/jemalloc.html -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/manpages.xsl.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/stylesheet.xsl -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/jemalloc.xml.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/doc
copying build/lib/redis-4.0.1/deps/jemalloc/doc/jemalloc.3 -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/doc
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_idump.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/mallctl.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/qr.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_accum.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/ckh.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/zero.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/atomic.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/junk_alloc.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_gdump.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/quarantine.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/math.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_reset.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_active.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/rtree.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/size_classes.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/junk_free.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/prof_thread_name.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/bitmap.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/lg_chunk.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/junk.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/mq.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/stats.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/ql.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/hash.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/SFMT.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/mtx.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/rb.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/util.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
copying build/lib/redis-4.0.1/deps/jemalloc/test/unit/tsd.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/unit
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/allocated.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/aligned_alloc.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/xallocx.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/chunk.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/rallocx.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/posix_memalign.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/thread_tcache_enabled.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/mallocx.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/sdallocx.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/thread_arena.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/MALLOCX_ARENA.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
copying build/lib/redis-4.0.1/deps/jemalloc/test/integration/overflow.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/integration
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/stress
copying build/lib/redis-4.0.1/deps/jemalloc/test/stress/microbench.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/stress
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/btalloc_0.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/math.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/btalloc.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/thd.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/mq.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/test.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/timer.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/SFMT.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/btalloc_1.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
copying build/lib/redis-4.0.1/deps/jemalloc/test/src/mtx.c -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/src
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params44497.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params86243.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/jemalloc_test.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params11213.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/btalloc.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-sse2.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params19937.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params607.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/thd.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/mtx.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params4253.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params216091.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-alti.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params132049.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/timer.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/mq.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params2281.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/SFMT-params1279.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/math.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/jemalloc_test_defs.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/include/test/test.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test/include/test
copying build/lib/redis-4.0.1/deps/jemalloc/test/test.sh.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/test
copying build/lib/redis-4.0.1/deps/jemalloc/config.guess -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/config.sub -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/autogen.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/coverage.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/config.stamp.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/bin/jeprof.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/bin/jemalloc.sh.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/bin/jemalloc-config.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/bin
copying build/lib/redis-4.0.1/deps/jemalloc/INSTALL -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/jemalloc.pc.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/ChangeLog -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/COPYING -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/configure.ac -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/install-sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/msvc_compat
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/strings.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/msvc_compat
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/windows_extra.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/msvc_compat
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99/stdint.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99
copying build/lib/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99/stdbool.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/msvc_compat/C99
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_typedefs.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
creating build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/chunk_mmap.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/rtree.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/bitmap.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/quarantine.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/private_namespace.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/huge.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/valgrind.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/ql.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/size_classes.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/base.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/stats.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/mutex.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/private_symbols.txt -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/private_unnamespace.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/public_namespace.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/pages.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/tsd.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/tcache.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/ckh.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/extent.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/prof.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/chunk.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/ctl.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/hash.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/mb.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/util.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/chunk_dss.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/rb.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/prng.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/qr.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/atomic.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/arena.h -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc/internal
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_protos.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_rename.sh -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/include/jemalloc/jemalloc_macros.h.in -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc/include/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/README -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/jemalloc/configure -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps/jemalloc
copying build/lib/redis-4.0.1/deps/Makefile -> build/bdist.linux-armv7l/wheel/redis-4.0.1/deps
copying build/lib/redis-4.0.1/runtest -> build/bdist.linux-armv7l/wheel/redis-4.0.1
running install_data
creating build/bdist.linux-armv7l/wheel/open_redis-0.5.data
creating build/bdist.linux-armv7l/wheel/open_redis-0.5.data/data
creating build/bdist.linux-armv7l/wheel/open_redis-0.5.data/data/open_redis
copying open_redis/redis-base-config -> build/bdist.linux-armv7l/wheel/open_redis-0.5.data/data/open_redis/
copying open_redis/sentinel-base-config -> build/bdist.linux-armv7l/wheel/open_redis-0.5.data/data/open_redis/
running install_egg_info
running egg_info
writing open_redis.egg-info/PKG-INFO
writing entry points to open_redis.egg-info/entry_points.txt
writing requirements to open_redis.egg-info/requires.txt
writing dependency_links to open_redis.egg-info/dependency_links.txt
writing top-level names to open_redis.egg-info/top_level.txt
reading manifest file 'open_redis.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: manifest_maker: MANIFEST.in, line 4: 'recursive-include' expects ...
warning: manifest_maker: MANIFEST.in, line 5: 'recursive-include' expects ...
writing manifest file 'open_redis.egg-info/SOURCES.txt'
Copying open_redis.egg-info to build/bdist.linux-armv7l/wheel/open_redis-0.5-py3.4.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/open_redis-0.5.dist-info/WHEEL
Running setup.py bdist_wheel for open-redis: finished with status 'done'
Stored in directory: /tmp/tmp_gxsczpp
Successfully built open-redis
Cleaning up...
Removing source in /tmp/pip-build-3naxbyqo/open-redis