Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1630601946:resolve_secrets Resolving secrets section_end:1630601946:resolve_secrets section_start:1630601946:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... section_end:1630601946:prepare_executor section_start:1630601946:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-875-concurrent-09gptk to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-875-concurrent-09gptk to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Running on runner-e82g8rg-project-875-concurrent-09gptk via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1630601952:prepare_script section_start:1630601952:get_sources Getting source from Git repository $ until [ $(curl --fail --silent --output /dev/stderr --write-out "%{http_code}" localhost:15020/healthz/ready) -eq 200 ]; do echo Waiting for Sidecar; sleep 3 ; done ; echo Sidecar available; Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/redis/redis6/.git/ Created fresh repository. Checking out 56334dd8 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1630601953:get_sources section_start:1630601953:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6182499)... Downloading artifacts from coordinator... ok  id=6182499 responseStatus=200 OK token=mJuxzUTt WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6182501)... Downloading artifacts from coordinator... ok  id=6182501 responseStatus=200 OK token=C6tXLqDj WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6182496)... Downloading artifacts from coordinator... ok  id=6182496 responseStatus=200 OK token=GtwpoAhG WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6182500)... Downloading artifacts from coordinator... ok  id=6182500 responseStatus=200 OK token=_WKm1Ljz WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630601953:download_artifacts section_start:1630601953:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/build/build-run.sh" Determine source registry based on branch Load any images used in Dockerfile build Load HTTP and S3 external resources 'ci-artifacts/import-artifacts/external-resources/redis.tar.gz' -> './redis.tar.gz' Converting labels from hardening manifest into command line args Converting build args from hardening manifest into command line args Build the image STEP 1: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 Trying to pull registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4... Getting image source signatures Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:8939142cbb3ad24000006dfa34989aa401ad3911a7e4508b06c6d4747efe5ac9 Copying config sha256:c5e4daefe1c4918fe06b687167ea92dd23a35a0bd424647a675c47d9d1ca37e4 Writing manifest to image destination Storing signatures STEP 2: USER 0 STEP 3: COPY redis.tar.gz / STEP 4: COPY scripts/docker-entrypoint.sh /usr/local/bin/ STEP 5: RUN groupadd -r -g 1001 redis && useradd -r -g redis -u 1001 redis && dnf update -y && dnf install -y ca-certificates gcc make openssl-devel && dnf clean all && mkdir -p /usr/src/redis && tar -xzvf /redis.tar.gz -C /usr/src/redis --strip-components=1 && rm -f /redis.tar.gz && grep -E '^ *createBoolConfig[(]"protected-mode",.*, *1 *,.*[)],$' /usr/src/redis/src/config.c && sed -ri 's!^( *createBoolConfig[(]"protected-mode",.*, *)1( *,.*[)],)$!\10\2!' /usr/src/redis/src/config.c && grep -E '^ *createBoolConfig[(]"protected-mode",.*, *0 *,.*[)],$' /usr/src/redis/src/config.c && export BUILD_TLS=yes && make -C /usr/src/redis -j "$(nproc)" all && make -C /usr/src/redis install && rm -rf /usr/src/redis && dnf erase -y gcc make openssl-devel && rm -rf /var/cahce/dnf Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 244 kB/s | 2.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.5 kB/s | 14 kB 00:09 Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:01 ago on Thu Sep 2 17:00:04 2021. Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 8.4.1-1.el8 ubi-8-appstream 23 M make x86_64 1:4.2.1-10.el8 ubi-8-baseos 498 k openssl-devel x86_64 1:1.1.1g-15.el8_3 ubi-8-baseos 2.3 M Installing dependencies: binutils x86_64 2.30-93.el8 ubi-8-baseos 5.8 M cpp x86_64 8.4.1-1.el8 ubi-8-appstream 10 M glibc-devel x86_64 2.28-151.el8 ubi-8-baseos 1.0 M glibc-headers x86_64 2.28-151.el8 ubi-8-baseos 478 k isl x86_64 0.16.1-6.el8 ubi-8-appstream 841 k kernel-headers x86_64 4.18.0-305.12.1.el8_4 ubi-8-baseos 7.1 M keyutils-libs-devel x86_64 1.5.10-6.el8 ubi-8-baseos 48 k krb5-devel x86_64 1.18.2-8.el8 ubi-8-baseos 559 k libcom_err-devel x86_64 1.45.6-1.el8 ubi-8-baseos 38 k libgomp x86_64 8.4.1-1.el8 ubi-8-baseos 204 k libkadm5 x86_64 1.18.2-8.el8 ubi-8-baseos 186 k libmpc x86_64 1.1.0-9.1.el8 ubi-8-appstream 61 k libpkgconf x86_64 1.4.2-1.el8 ubi-8-baseos 35 k libselinux-devel x86_64 2.9-5.el8 ubi-8-baseos 200 k libsepol-devel x86_64 2.9-2.el8 ubi-8-baseos 86 k libverto-devel x86_64 0.3.0-5.el8 ubi-8-baseos 18 k libxcrypt-devel x86_64 4.1.1-4.el8 ubi-8-baseos 25 k pcre2-devel x86_64 10.32-2.el8 ubi-8-baseos 605 k pcre2-utf16 x86_64 10.32-2.el8 ubi-8-baseos 229 k pcre2-utf32 x86_64 10.32-2.el8 ubi-8-baseos 220 k pkgconf x86_64 1.4.2-1.el8 ubi-8-baseos 38 k pkgconf-m4 noarch 1.4.2-1.el8 ubi-8-baseos 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 ubi-8-baseos 15 k zlib-devel x86_64 1.2.11-17.el8 ubi-8-baseos 58 k Transaction Summary ================================================================================ Install 27 Packages Total download size: 55 M Installed size: 132 M Downloading Packages: [MIRROR] libxcrypt-devel-4.1.1-4.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/l/libxcrypt-devel-4.1.1-4.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] glibc-headers-2.28-151.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/g/glibc-headers-2.28-151.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] keyutils-libs-devel-1.5.10-6.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/k/keyutils-libs-devel-1.5.10-6.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] (1/27): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 7.3 kB/s | 25 kB 00:03 (2/27): glibc-headers-2.28-151.el8.x86_64.rpm 139 kB/s | 478 kB 00:03 (3/27): keyutils-libs-devel-1.5.10-6.el8.x86_64 14 kB/s | 48 kB 00:03 (4/27): pkgconf-pkg-config-1.4.2-1.el8.x86_64.r 5.1 MB/s | 15 kB 00:00 (5/27): libpkgconf-1.4.2-1.el8.x86_64.rpm 9.9 MB/s | 35 kB 00:00 (6/27): libsepol-devel-2.9-2.el8.x86_64.rpm 26 MB/s | 86 kB 00:00 (7/27): krb5-devel-1.18.2-8.el8.x86_64.rpm 87 MB/s | 559 kB 00:00 (8/27): libselinux-devel-2.9-5.el8.x86_64.rpm 43 MB/s | 200 kB 00:00 (9/27): libgomp-8.4.1-1.el8.x86_64.rpm 44 MB/s | 204 kB 00:00 (10/27): pcre2-utf16-10.32-2.el8.x86_64.rpm 52 MB/s | 229 kB 00:00 (11/27): libcom_err-devel-1.45.6-1.el8.x86_64.r 15 MB/s | 38 kB 00:00 (12/27): libverto-devel-0.3.0-5.el8.x86_64.rpm 8.5 MB/s | 18 kB 00:00 (13/27): pcre2-utf32-10.32-2.el8.x86_64.rpm 42 MB/s | 220 kB 00:00 (14/27): libkadm5-1.18.2-8.el8.x86_64.rpm 60 MB/s | 186 kB 00:00 (15/27): openssl-devel-1.1.1g-15.el8_3.x86_64.r 95 MB/s | 2.3 MB 00:00 (16/27): pkgconf-1.4.2-1.el8.x86_64.rpm 10 MB/s | 38 kB 00:00 (17/27): pcre2-devel-10.32-2.el8.x86_64.rpm 88 MB/s | 605 kB 00:00 (18/27): glibc-devel-2.28-151.el8.x86_64.rpm 87 MB/s | 1.0 MB 00:00 (19/27): make-4.2.1-10.el8.x86_64.rpm 67 MB/s | 498 kB 00:00 (20/27): zlib-devel-1.2.11-17.el8.x86_64.rpm 19 MB/s | 58 kB 00:00 (21/27): pkgconf-m4-1.4.2-1.el8.noarch.rpm 7.5 MB/s | 17 kB 00:00 (22/27): binutils-2.30-93.el8.x86_64.rpm 98 MB/s | 5.8 MB 00:00 (23/27): kernel-headers-4.18.0-305.12.1.el8_4.x 122 MB/s | 7.1 MB 00:00 [MIRROR] isl-0.16.1-6.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/i/isl-0.16.1-6.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (24/27): isl-0.16.1-6.el8.x86_64.rpm 168 kB/s | 841 kB 00:05 [MIRROR] cpp-8.4.1-1.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/c/cpp-8.4.1-1.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] libmpc-1.1.0-9.1.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/l/libmpc-1.1.0-9.1.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (25/27): libmpc-1.1.0-9.1.el8.x86_64.rpm 12 kB/s | 61 kB 00:05 (26/27): cpp-8.4.1-1.el8.x86_64.rpm 2.1 MB/s | 10 MB 00:05 (27/27): gcc-8.4.1-1.el8.x86_64.rpm 188 MB/s | 23 MB 00:00 -------------------------------------------------------------------------------- Total 6.3 MB/s | 55 MB 00:08 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libmpc-1.1.0-9.1.el8.x86_64 1/27 Installing : cpp-8.4.1-1.el8.x86_64 2/27 Running scriptlet: cpp-8.4.1-1.el8.x86_64 2/27 Installing : isl-0.16.1-6.el8.x86_64 3/27 Running scriptlet: isl-0.16.1-6.el8.x86_64 3/27 Installing : pkgconf-m4-1.4.2-1.el8.noarch 4/27 Installing : kernel-headers-4.18.0-305.12.1.el8_4.x86_64 5/27 Running scriptlet: glibc-headers-2.28-151.el8.x86_64 6/27 Installing : glibc-headers-2.28-151.el8.x86_64 6/27 Installing : libkadm5-1.18.2-8.el8.x86_64 7/27 Installing : pcre2-utf32-10.32-2.el8.x86_64 8/27 Installing : binutils-2.30-93.el8.x86_64 9/27 Running scriptlet: binutils-2.30-93.el8.x86_64 9/27 Installing : pcre2-utf16-10.32-2.el8.x86_64 10/27 Installing : libgomp-8.4.1-1.el8.x86_64 11/27 Running scriptlet: libgomp-8.4.1-1.el8.x86_64 11/27 Installing : libpkgconf-1.4.2-1.el8.x86_64 12/27 Installing : pkgconf-1.4.2-1.el8.x86_64 13/27 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 14/27 Installing : glibc-devel-2.28-151.el8.x86_64 15/27 Running scriptlet: glibc-devel-2.28-151.el8.x86_64 15/27 Installing : libxcrypt-devel-4.1.1-4.el8.x86_64 16/27 Installing : libsepol-devel-2.9-2.el8.x86_64 17/27 Installing : libcom_err-devel-1.45.6-1.el8.x86_64 18/27 Installing : libverto-devel-0.3.0-5.el8.x86_64 19/27 Installing : pcre2-devel-10.32-2.el8.x86_64 20/27 Installing : libselinux-devel-2.9-5.el8.x86_64 21/27 Installing : zlib-devel-1.2.11-17.el8.x86_64 22/27 Installing : keyutils-libs-devel-1.5.10-6.el8.x86_64 23/27 Installing : krb5-devel-1.18.2-8.el8.x86_64 24/27 Installing : openssl-devel-1:1.1.1g-15.el8_3.x86_64 25/27 Installing : gcc-8.4.1-1.el8.x86_64 26/27 Running scriptlet: gcc-8.4.1-1.el8.x86_64 26/27 Installing : make-1:4.2.1-10.el8.x86_64 27/27 Running scriptlet: make-1:4.2.1-10.el8.x86_64 27/27 Verifying : libxcrypt-devel-4.1.1-4.el8.x86_64 1/27 Verifying : keyutils-libs-devel-1.5.10-6.el8.x86_64 2/27 Verifying : glibc-headers-2.28-151.el8.x86_64 3/27 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 4/27 Verifying : libpkgconf-1.4.2-1.el8.x86_64 5/27 Verifying : krb5-devel-1.18.2-8.el8.x86_64 6/27 Verifying : libsepol-devel-2.9-2.el8.x86_64 7/27 Verifying : openssl-devel-1:1.1.1g-15.el8_3.x86_64 8/27 Verifying : libselinux-devel-2.9-5.el8.x86_64 9/27 Verifying : libgomp-8.4.1-1.el8.x86_64 10/27 Verifying : pcre2-utf16-10.32-2.el8.x86_64 11/27 Verifying : libcom_err-devel-1.45.6-1.el8.x86_64 12/27 Verifying : binutils-2.30-93.el8.x86_64 13/27 Verifying : libverto-devel-0.3.0-5.el8.x86_64 14/27 Verifying : pcre2-utf32-10.32-2.el8.x86_64 15/27 Verifying : libkadm5-1.18.2-8.el8.x86_64 16/27 Verifying : pkgconf-1.4.2-1.el8.x86_64 17/27 Verifying : pcre2-devel-10.32-2.el8.x86_64 18/27 Verifying : glibc-devel-2.28-151.el8.x86_64 19/27 Verifying : make-1:4.2.1-10.el8.x86_64 20/27 Verifying : kernel-headers-4.18.0-305.12.1.el8_4.x86_64 21/27 Verifying : zlib-devel-1.2.11-17.el8.x86_64 22/27 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 23/27 Verifying : isl-0.16.1-6.el8.x86_64 24/27 Verifying : cpp-8.4.1-1.el8.x86_64 25/27 Verifying : libmpc-1.1.0-9.1.el8.x86_64 26/27 Verifying : gcc-8.4.1-1.el8.x86_64 27/27 Installed products updated. Installed: binutils-2.30-93.el8.x86_64 cpp-8.4.1-1.el8.x86_64 gcc-8.4.1-1.el8.x86_64 glibc-devel-2.28-151.el8.x86_64 glibc-headers-2.28-151.el8.x86_64 isl-0.16.1-6.el8.x86_64 kernel-headers-4.18.0-305.12.1.el8_4.x86_64 keyutils-libs-devel-1.5.10-6.el8.x86_64 krb5-devel-1.18.2-8.el8.x86_64 libcom_err-devel-1.45.6-1.el8.x86_64 libgomp-8.4.1-1.el8.x86_64 libkadm5-1.18.2-8.el8.x86_64 libmpc-1.1.0-9.1.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libselinux-devel-2.9-5.el8.x86_64 libsepol-devel-2.9-2.el8.x86_64 libverto-devel-0.3.0-5.el8.x86_64 libxcrypt-devel-4.1.1-4.el8.x86_64 make-1:4.2.1-10.el8.x86_64 openssl-devel-1:1.1.1g-15.el8_3.x86_64 pcre2-devel-10.32-2.el8.x86_64 pcre2-utf16-10.32-2.el8.x86_64 pcre2-utf32-10.32-2.el8.x86_64 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 zlib-devel-1.2.11-17.el8.x86_64 Complete! 25 files removed redis-6.2.5/.github/ redis-6.2.5/.github/ISSUE_TEMPLATE/ redis-6.2.5/.github/ISSUE_TEMPLATE/bug_report.md redis-6.2.5/.github/ISSUE_TEMPLATE/crash_report.md redis-6.2.5/.github/ISSUE_TEMPLATE/feature_request.md redis-6.2.5/.github/ISSUE_TEMPLATE/other_stuff.md redis-6.2.5/.github/ISSUE_TEMPLATE/question.md redis-6.2.5/.github/workflows/ redis-6.2.5/.github/workflows/ci.yml redis-6.2.5/.github/workflows/daily.yml redis-6.2.5/.gitignore redis-6.2.5/00-RELEASENOTES redis-6.2.5/BUGS redis-6.2.5/CONDUCT redis-6.2.5/CONTRIBUTING redis-6.2.5/COPYING redis-6.2.5/INSTALL redis-6.2.5/MANIFESTO redis-6.2.5/Makefile redis-6.2.5/README.md redis-6.2.5/TLS.md redis-6.2.5/deps/ redis-6.2.5/deps/Makefile redis-6.2.5/deps/README.md redis-6.2.5/deps/hdr_histogram/ redis-6.2.5/deps/hdr_histogram/COPYING.txt redis-6.2.5/deps/hdr_histogram/LICENSE.txt redis-6.2.5/deps/hdr_histogram/Makefile redis-6.2.5/deps/hdr_histogram/README.md redis-6.2.5/deps/hdr_histogram/hdr_atomic.h redis-6.2.5/deps/hdr_histogram/hdr_histogram.c redis-6.2.5/deps/hdr_histogram/hdr_histogram.h redis-6.2.5/deps/hiredis/ redis-6.2.5/deps/hiredis/.gitignore redis-6.2.5/deps/hiredis/.travis.yml redis-6.2.5/deps/hiredis/CHANGELOG.md redis-6.2.5/deps/hiredis/CMakeLists.txt redis-6.2.5/deps/hiredis/COPYING redis-6.2.5/deps/hiredis/Makefile redis-6.2.5/deps/hiredis/README.md redis-6.2.5/deps/hiredis/adapters/ redis-6.2.5/deps/hiredis/adapters/ae.h redis-6.2.5/deps/hiredis/adapters/glib.h redis-6.2.5/deps/hiredis/adapters/ivykis.h redis-6.2.5/deps/hiredis/adapters/libev.h redis-6.2.5/deps/hiredis/adapters/libevent.h redis-6.2.5/deps/hiredis/adapters/libuv.h redis-6.2.5/deps/hiredis/adapters/macosx.h redis-6.2.5/deps/hiredis/adapters/qt.h redis-6.2.5/deps/hiredis/alloc.c redis-6.2.5/deps/hiredis/alloc.h redis-6.2.5/deps/hiredis/appveyor.yml redis-6.2.5/deps/hiredis/async.c redis-6.2.5/deps/hiredis/async.h redis-6.2.5/deps/hiredis/async_private.h redis-6.2.5/deps/hiredis/dict.c redis-6.2.5/deps/hiredis/dict.h redis-6.2.5/deps/hiredis/examples/ redis-6.2.5/deps/hiredis/examples/CMakeLists.txt redis-6.2.5/deps/hiredis/examples/example-ae.c redis-6.2.5/deps/hiredis/examples/example-glib.c redis-6.2.5/deps/hiredis/examples/example-ivykis.c redis-6.2.5/deps/hiredis/examples/example-libev.c redis-6.2.5/deps/hiredis/examples/example-libevent-ssl.c redis-6.2.5/deps/hiredis/examples/example-libevent.c redis-6.2.5/deps/hiredis/examples/example-libuv.c redis-6.2.5/deps/hiredis/examples/example-macosx.c redis-6.2.5/deps/hiredis/examples/example-push.c redis-6.2.5/deps/hiredis/examples/example-qt.cpp redis-6.2.5/deps/hiredis/examples/example-qt.h redis-6.2.5/deps/hiredis/examples/example-ssl.c redis-6.2.5/deps/hiredis/examples/example.c redis-6.2.5/deps/hiredis/fmacros.h redis-6.2.5/deps/hiredis/hiredis-config.cmake.in redis-6.2.5/deps/hiredis/hiredis.c redis-6.2.5/deps/hiredis/hiredis.h redis-6.2.5/deps/hiredis/hiredis.pc.in redis-6.2.5/deps/hiredis/hiredis_ssl-config.cmake.in redis-6.2.5/deps/hiredis/hiredis_ssl.h redis-6.2.5/deps/hiredis/hiredis_ssl.pc.in redis-6.2.5/deps/hiredis/net.c redis-6.2.5/deps/hiredis/net.h redis-6.2.5/deps/hiredis/read.c redis-6.2.5/deps/hiredis/read.h redis-6.2.5/deps/hiredis/sds.c redis-6.2.5/deps/hiredis/sds.h redis-6.2.5/deps/hiredis/sdsalloc.h redis-6.2.5/deps/hiredis/sdscompat.h redis-6.2.5/deps/hiredis/sockcompat.c redis-6.2.5/deps/hiredis/sockcompat.h redis-6.2.5/deps/hiredis/ssl.c redis-6.2.5/deps/hiredis/test.c redis-6.2.5/deps/hiredis/test.sh redis-6.2.5/deps/hiredis/win32.h redis-6.2.5/deps/jemalloc/ redis-6.2.5/deps/jemalloc/.appveyor.yml redis-6.2.5/deps/jemalloc/.autom4te.cfg redis-6.2.5/deps/jemalloc/.gitattributes redis-6.2.5/deps/jemalloc/.gitignore redis-6.2.5/deps/jemalloc/.travis.yml redis-6.2.5/deps/jemalloc/COPYING redis-6.2.5/deps/jemalloc/ChangeLog redis-6.2.5/deps/jemalloc/INSTALL.md redis-6.2.5/deps/jemalloc/Makefile.in redis-6.2.5/deps/jemalloc/README redis-6.2.5/deps/jemalloc/TUNING.md redis-6.2.5/deps/jemalloc/VERSION redis-6.2.5/deps/jemalloc/autogen.sh redis-6.2.5/deps/jemalloc/bin/ redis-6.2.5/deps/jemalloc/bin/jemalloc-config.in redis-6.2.5/deps/jemalloc/bin/jemalloc.sh.in redis-6.2.5/deps/jemalloc/bin/jeprof.in redis-6.2.5/deps/jemalloc/build-aux/ redis-6.2.5/deps/jemalloc/build-aux/config.guess redis-6.2.5/deps/jemalloc/build-aux/config.sub redis-6.2.5/deps/jemalloc/build-aux/install-sh redis-6.2.5/deps/jemalloc/config.stamp.in redis-6.2.5/deps/jemalloc/configure redis-6.2.5/deps/jemalloc/configure.ac redis-6.2.5/deps/jemalloc/doc/ redis-6.2.5/deps/jemalloc/doc/html.xsl.in redis-6.2.5/deps/jemalloc/doc/jemalloc.xml.in redis-6.2.5/deps/jemalloc/doc/manpages.xsl.in redis-6.2.5/deps/jemalloc/doc/stylesheet.xsl redis-6.2.5/deps/jemalloc/include/ redis-6.2.5/deps/jemalloc/include/jemalloc/ redis-6.2.5/deps/jemalloc/include/jemalloc/internal/ redis-6.2.5/deps/jemalloc/include/jemalloc/internal/arena_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/arena_inlines_a.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/arena_inlines_b.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/arena_stats.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/arena_structs_a.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/arena_structs_b.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/arena_types.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/assert.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/atomic.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/atomic_c11.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/atomic_gcc_atomic.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/atomic_gcc_sync.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/atomic_msvc.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/background_thread_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/background_thread_inlines.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/background_thread_structs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/base_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/base_inlines.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/base_structs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/base_types.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/bin.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/bin_stats.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/bit_util.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/bitmap.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/cache_bin.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/ckh.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/ctl.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/div.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/emitter.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/extent_dss.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/extent_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/extent_inlines.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/extent_mmap.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/extent_structs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/extent_types.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/hash.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/hooks.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h.in redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_macros.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/jemalloc_preamble.h.in redis-6.2.5/deps/jemalloc/include/jemalloc/internal/large_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/log.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/malloc_io.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/mutex.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/mutex_pool.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/mutex_prof.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/nstime.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/pages.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/ph.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/private_namespace.sh redis-6.2.5/deps/jemalloc/include/jemalloc/internal/private_symbols.sh redis-6.2.5/deps/jemalloc/include/jemalloc/internal/prng.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/prof_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/prof_inlines_a.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/prof_inlines_b.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/prof_structs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/prof_types.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/public_namespace.sh redis-6.2.5/deps/jemalloc/include/jemalloc/internal/public_unnamespace.sh redis-6.2.5/deps/jemalloc/include/jemalloc/internal/ql.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/qr.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/rb.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/rtree.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/rtree_tsd.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/size_classes.sh redis-6.2.5/deps/jemalloc/include/jemalloc/internal/smoothstep.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/smoothstep.sh redis-6.2.5/deps/jemalloc/include/jemalloc/internal/spin.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/stats.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/sz.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tcache_externs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tcache_inlines.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tcache_structs.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tcache_types.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/ticker.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tsd.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tsd_generic.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tsd_malloc_thread_cleanup.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tsd_tls.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tsd_types.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/tsd_win.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/util.h redis-6.2.5/deps/jemalloc/include/jemalloc/internal/witness.h redis-6.2.5/deps/jemalloc/include/jemalloc/jemalloc.sh redis-6.2.5/deps/jemalloc/include/jemalloc/jemalloc_defs.h.in redis-6.2.5/deps/jemalloc/include/jemalloc/jemalloc_macros.h.in redis-6.2.5/deps/jemalloc/include/jemalloc/jemalloc_mangle.sh redis-6.2.5/deps/jemalloc/include/jemalloc/jemalloc_protos.h.in redis-6.2.5/deps/jemalloc/include/jemalloc/jemalloc_rename.sh redis-6.2.5/deps/jemalloc/include/jemalloc/jemalloc_typedefs.h.in redis-6.2.5/deps/jemalloc/include/msvc_compat/ redis-6.2.5/deps/jemalloc/include/msvc_compat/C99/ redis-6.2.5/deps/jemalloc/include/msvc_compat/C99/stdbool.h redis-6.2.5/deps/jemalloc/include/msvc_compat/C99/stdint.h redis-6.2.5/deps/jemalloc/include/msvc_compat/strings.h redis-6.2.5/deps/jemalloc/include/msvc_compat/windows_extra.h redis-6.2.5/deps/jemalloc/jemalloc.pc.in redis-6.2.5/deps/jemalloc/m4/ redis-6.2.5/deps/jemalloc/m4/ax_cxx_compile_stdcxx.m4 redis-6.2.5/deps/jemalloc/msvc/ redis-6.2.5/deps/jemalloc/msvc/ReadMe.txt redis-6.2.5/deps/jemalloc/msvc/jemalloc_vc2015.sln redis-6.2.5/deps/jemalloc/msvc/jemalloc_vc2017.sln redis-6.2.5/deps/jemalloc/msvc/projects/ redis-6.2.5/deps/jemalloc/msvc/projects/vc2015/ redis-6.2.5/deps/jemalloc/msvc/projects/vc2015/jemalloc/ redis-6.2.5/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj redis-6.2.5/deps/jemalloc/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters redis-6.2.5/deps/jemalloc/msvc/projects/vc2015/test_threads/ redis-6.2.5/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj redis-6.2.5/deps/jemalloc/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters redis-6.2.5/deps/jemalloc/msvc/projects/vc2017/ redis-6.2.5/deps/jemalloc/msvc/projects/vc2017/jemalloc/ redis-6.2.5/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj redis-6.2.5/deps/jemalloc/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters redis-6.2.5/deps/jemalloc/msvc/projects/vc2017/test_threads/ redis-6.2.5/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj redis-6.2.5/deps/jemalloc/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters redis-6.2.5/deps/jemalloc/msvc/test_threads/ redis-6.2.5/deps/jemalloc/msvc/test_threads/test_threads.cpp redis-6.2.5/deps/jemalloc/msvc/test_threads/test_threads.h redis-6.2.5/deps/jemalloc/msvc/test_threads/test_threads_main.cpp redis-6.2.5/deps/jemalloc/run_tests.sh redis-6.2.5/deps/jemalloc/scripts/ redis-6.2.5/deps/jemalloc/scripts/gen_run_tests.py redis-6.2.5/deps/jemalloc/scripts/gen_travis.py redis-6.2.5/deps/jemalloc/src/ redis-6.2.5/deps/jemalloc/src/arena.c redis-6.2.5/deps/jemalloc/src/background_thread.c redis-6.2.5/deps/jemalloc/src/base.c redis-6.2.5/deps/jemalloc/src/bin.c redis-6.2.5/deps/jemalloc/src/bitmap.c redis-6.2.5/deps/jemalloc/src/ckh.c redis-6.2.5/deps/jemalloc/src/ctl.c redis-6.2.5/deps/jemalloc/src/div.c redis-6.2.5/deps/jemalloc/src/extent.c redis-6.2.5/deps/jemalloc/src/extent_dss.c redis-6.2.5/deps/jemalloc/src/extent_mmap.c redis-6.2.5/deps/jemalloc/src/hash.c redis-6.2.5/deps/jemalloc/src/hooks.c redis-6.2.5/deps/jemalloc/src/jemalloc.c redis-6.2.5/deps/jemalloc/src/jemalloc_cpp.cpp redis-6.2.5/deps/jemalloc/src/large.c redis-6.2.5/deps/jemalloc/src/log.c redis-6.2.5/deps/jemalloc/src/malloc_io.c redis-6.2.5/deps/jemalloc/src/mutex.c redis-6.2.5/deps/jemalloc/src/mutex_pool.c redis-6.2.5/deps/jemalloc/src/nstime.c redis-6.2.5/deps/jemalloc/src/pages.c redis-6.2.5/deps/jemalloc/src/prng.c redis-6.2.5/deps/jemalloc/src/prof.c redis-6.2.5/deps/jemalloc/src/rtree.c redis-6.2.5/deps/jemalloc/src/stats.c redis-6.2.5/deps/jemalloc/src/sz.c redis-6.2.5/deps/jemalloc/src/tcache.c redis-6.2.5/deps/jemalloc/src/ticker.c redis-6.2.5/deps/jemalloc/src/tsd.c redis-6.2.5/deps/jemalloc/src/witness.c redis-6.2.5/deps/jemalloc/src/zone.c redis-6.2.5/deps/jemalloc/test/ redis-6.2.5/deps/jemalloc/test/include/ redis-6.2.5/deps/jemalloc/test/include/test/ redis-6.2.5/deps/jemalloc/test/include/test/SFMT-alti.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params11213.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params1279.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params132049.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params19937.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params216091.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params2281.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params4253.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params44497.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params607.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-params86243.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT-sse2.h redis-6.2.5/deps/jemalloc/test/include/test/SFMT.h redis-6.2.5/deps/jemalloc/test/include/test/btalloc.h redis-6.2.5/deps/jemalloc/test/include/test/extent_hooks.h redis-6.2.5/deps/jemalloc/test/include/test/jemalloc_test.h.in redis-6.2.5/deps/jemalloc/test/include/test/jemalloc_test_defs.h.in redis-6.2.5/deps/jemalloc/test/include/test/math.h redis-6.2.5/deps/jemalloc/test/include/test/mq.h redis-6.2.5/deps/jemalloc/test/include/test/mtx.h redis-6.2.5/deps/jemalloc/test/include/test/test.h redis-6.2.5/deps/jemalloc/test/include/test/thd.h redis-6.2.5/deps/jemalloc/test/include/test/timer.h redis-6.2.5/deps/jemalloc/test/integration/ redis-6.2.5/deps/jemalloc/test/integration/MALLOCX_ARENA.c redis-6.2.5/deps/jemalloc/test/integration/aligned_alloc.c redis-6.2.5/deps/jemalloc/test/integration/allocated.c redis-6.2.5/deps/jemalloc/test/integration/cpp/ redis-6.2.5/deps/jemalloc/test/integration/cpp/basic.cpp redis-6.2.5/deps/jemalloc/test/integration/extent.c redis-6.2.5/deps/jemalloc/test/integration/extent.sh redis-6.2.5/deps/jemalloc/test/integration/mallocx.c redis-6.2.5/deps/jemalloc/test/integration/mallocx.sh redis-6.2.5/deps/jemalloc/test/integration/overflow.c redis-6.2.5/deps/jemalloc/test/integration/posix_memalign.c redis-6.2.5/deps/jemalloc/test/integration/rallocx.c redis-6.2.5/deps/jemalloc/test/integration/sdallocx.c redis-6.2.5/deps/jemalloc/test/integration/thread_arena.c redis-6.2.5/deps/jemalloc/test/integration/thread_tcache_enabled.c redis-6.2.5/deps/jemalloc/test/integration/xallocx.c redis-6.2.5/deps/jemalloc/test/integration/xallocx.sh redis-6.2.5/deps/jemalloc/test/src/ redis-6.2.5/deps/jemalloc/test/src/SFMT.c redis-6.2.5/deps/jemalloc/test/src/btalloc.c redis-6.2.5/deps/jemalloc/test/src/btalloc_0.c redis-6.2.5/deps/jemalloc/test/src/btalloc_1.c redis-6.2.5/deps/jemalloc/test/src/math.c redis-6.2.5/deps/jemalloc/test/src/mq.c redis-6.2.5/deps/jemalloc/test/src/mtx.c redis-6.2.5/deps/jemalloc/test/src/test.c redis-6.2.5/deps/jemalloc/test/src/thd.c redis-6.2.5/deps/jemalloc/test/src/timer.c redis-6.2.5/deps/jemalloc/test/stress/ redis-6.2.5/deps/jemalloc/test/stress/microbench.c redis-6.2.5/deps/jemalloc/test/test.sh.in redis-6.2.5/deps/jemalloc/test/unit/ redis-6.2.5/deps/jemalloc/test/unit/SFMT.c redis-6.2.5/deps/jemalloc/test/unit/a0.c redis-6.2.5/deps/jemalloc/test/unit/arena_reset.c redis-6.2.5/deps/jemalloc/test/unit/arena_reset_prof.c redis-6.2.5/deps/jemalloc/test/unit/arena_reset_prof.sh redis-6.2.5/deps/jemalloc/test/unit/atomic.c redis-6.2.5/deps/jemalloc/test/unit/background_thread.c redis-6.2.5/deps/jemalloc/test/unit/background_thread_enable.c redis-6.2.5/deps/jemalloc/test/unit/base.c redis-6.2.5/deps/jemalloc/test/unit/bit_util.c redis-6.2.5/deps/jemalloc/test/unit/bitmap.c redis-6.2.5/deps/jemalloc/test/unit/ckh.c redis-6.2.5/deps/jemalloc/test/unit/decay.c redis-6.2.5/deps/jemalloc/test/unit/decay.sh redis-6.2.5/deps/jemalloc/test/unit/div.c redis-6.2.5/deps/jemalloc/test/unit/emitter.c redis-6.2.5/deps/jemalloc/test/unit/extent_quantize.c redis-6.2.5/deps/jemalloc/test/unit/fork.c redis-6.2.5/deps/jemalloc/test/unit/hash.c redis-6.2.5/deps/jemalloc/test/unit/hooks.c redis-6.2.5/deps/jemalloc/test/unit/junk.c redis-6.2.5/deps/jemalloc/test/unit/junk.sh redis-6.2.5/deps/jemalloc/test/unit/junk_alloc.c redis-6.2.5/deps/jemalloc/test/unit/junk_alloc.sh redis-6.2.5/deps/jemalloc/test/unit/junk_free.c redis-6.2.5/deps/jemalloc/test/unit/junk_free.sh redis-6.2.5/deps/jemalloc/test/unit/log.c redis-6.2.5/deps/jemalloc/test/unit/mallctl.c redis-6.2.5/deps/jemalloc/test/unit/malloc_io.c redis-6.2.5/deps/jemalloc/test/unit/math.c redis-6.2.5/deps/jemalloc/test/unit/mq.c redis-6.2.5/deps/jemalloc/test/unit/mtx.c redis-6.2.5/deps/jemalloc/test/unit/nstime.c redis-6.2.5/deps/jemalloc/test/unit/pack.c redis-6.2.5/deps/jemalloc/test/unit/pack.sh redis-6.2.5/deps/jemalloc/test/unit/pages.c redis-6.2.5/deps/jemalloc/test/unit/ph.c redis-6.2.5/deps/jemalloc/test/unit/prng.c redis-6.2.5/deps/jemalloc/test/unit/prof_accum.c redis-6.2.5/deps/jemalloc/test/unit/prof_accum.sh redis-6.2.5/deps/jemalloc/test/unit/prof_active.c redis-6.2.5/deps/jemalloc/test/unit/prof_active.sh redis-6.2.5/deps/jemalloc/test/unit/prof_gdump.c redis-6.2.5/deps/jemalloc/test/unit/prof_gdump.sh redis-6.2.5/deps/jemalloc/test/unit/prof_idump.c redis-6.2.5/deps/jemalloc/test/unit/prof_idump.sh redis-6.2.5/deps/jemalloc/test/unit/prof_reset.c redis-6.2.5/deps/jemalloc/test/unit/prof_reset.sh redis-6.2.5/deps/jemalloc/test/unit/prof_tctx.c redis-6.2.5/deps/jemalloc/test/unit/prof_tctx.sh redis-6.2.5/deps/jemalloc/test/unit/prof_thread_name.c redis-6.2.5/deps/jemalloc/test/unit/prof_thread_name.sh redis-6.2.5/deps/jemalloc/test/unit/ql.c redis-6.2.5/deps/jemalloc/test/unit/qr.c redis-6.2.5/deps/jemalloc/test/unit/rb.c redis-6.2.5/deps/jemalloc/test/unit/retained.c redis-6.2.5/deps/jemalloc/test/unit/rtree.c redis-6.2.5/deps/jemalloc/test/unit/size_classes.c redis-6.2.5/deps/jemalloc/test/unit/slab.c redis-6.2.5/deps/jemalloc/test/unit/smoothstep.c redis-6.2.5/deps/jemalloc/test/unit/spin.c redis-6.2.5/deps/jemalloc/test/unit/stats.c redis-6.2.5/deps/jemalloc/test/unit/stats_print.c redis-6.2.5/deps/jemalloc/test/unit/ticker.c redis-6.2.5/deps/jemalloc/test/unit/tsd.c redis-6.2.5/deps/jemalloc/test/unit/witness.c redis-6.2.5/deps/jemalloc/test/unit/zero.c redis-6.2.5/deps/jemalloc/test/unit/zero.sh redis-6.2.5/deps/linenoise/ redis-6.2.5/deps/linenoise/.gitignore redis-6.2.5/deps/linenoise/Makefile redis-6.2.5/deps/linenoise/README.markdown redis-6.2.5/deps/linenoise/example.c redis-6.2.5/deps/linenoise/linenoise.c redis-6.2.5/deps/linenoise/linenoise.h redis-6.2.5/deps/lua/ redis-6.2.5/deps/lua/COPYRIGHT redis-6.2.5/deps/lua/HISTORY redis-6.2.5/deps/lua/INSTALL redis-6.2.5/deps/lua/Makefile redis-6.2.5/deps/lua/README redis-6.2.5/deps/lua/doc/ redis-6.2.5/deps/lua/doc/contents.html redis-6.2.5/deps/lua/doc/cover.png redis-6.2.5/deps/lua/doc/logo.gif redis-6.2.5/deps/lua/doc/lua.1 redis-6.2.5/deps/lua/doc/lua.css redis-6.2.5/deps/lua/doc/lua.html redis-6.2.5/deps/lua/doc/luac.1 redis-6.2.5/deps/lua/doc/luac.html redis-6.2.5/deps/lua/doc/manual.css redis-6.2.5/deps/lua/doc/manual.html redis-6.2.5/deps/lua/doc/readme.html redis-6.2.5/deps/lua/etc/ redis-6.2.5/deps/lua/etc/Makefile redis-6.2.5/deps/lua/etc/README redis-6.2.5/deps/lua/etc/all.c redis-6.2.5/deps/lua/etc/lua.hpp redis-6.2.5/deps/lua/etc/lua.ico redis-6.2.5/deps/lua/etc/lua.pc redis-6.2.5/deps/lua/etc/luavs.bat redis-6.2.5/deps/lua/etc/min.c redis-6.2.5/deps/lua/etc/noparser.c redis-6.2.5/deps/lua/etc/strict.lua redis-6.2.5/deps/lua/src/ redis-6.2.5/deps/lua/src/Makefile redis-6.2.5/deps/lua/src/fpconv.c redis-6.2.5/deps/lua/src/fpconv.h redis-6.2.5/deps/lua/src/lapi.c redis-6.2.5/deps/lua/src/lapi.h redis-6.2.5/deps/lua/src/lauxlib.c redis-6.2.5/deps/lua/src/lauxlib.h redis-6.2.5/deps/lua/src/lbaselib.c redis-6.2.5/deps/lua/src/lcode.c redis-6.2.5/deps/lua/src/lcode.h redis-6.2.5/deps/lua/src/ldblib.c redis-6.2.5/deps/lua/src/ldebug.c redis-6.2.5/deps/lua/src/ldebug.h redis-6.2.5/deps/lua/src/ldo.c redis-6.2.5/deps/lua/src/ldo.h redis-6.2.5/deps/lua/src/ldump.c redis-6.2.5/deps/lua/src/lfunc.c redis-6.2.5/deps/lua/src/lfunc.h redis-6.2.5/deps/lua/src/lgc.c redis-6.2.5/deps/lua/src/lgc.h redis-6.2.5/deps/lua/src/linit.c redis-6.2.5/deps/lua/src/liolib.c redis-6.2.5/deps/lua/src/llex.c redis-6.2.5/deps/lua/src/llex.h redis-6.2.5/deps/lua/src/llimits.h redis-6.2.5/deps/lua/src/lmathlib.c redis-6.2.5/deps/lua/src/lmem.c redis-6.2.5/deps/lua/src/lmem.h redis-6.2.5/deps/lua/src/loadlib.c redis-6.2.5/deps/lua/src/lobject.c redis-6.2.5/deps/lua/src/lobject.h redis-6.2.5/deps/lua/src/lopcodes.c redis-6.2.5/deps/lua/src/lopcodes.h redis-6.2.5/deps/lua/src/loslib.c redis-6.2.5/deps/lua/src/lparser.c redis-6.2.5/deps/lua/src/lparser.h redis-6.2.5/deps/lua/src/lstate.c redis-6.2.5/deps/lua/src/lstate.h redis-6.2.5/deps/lua/src/lstring.c redis-6.2.5/deps/lua/src/lstring.h redis-6.2.5/deps/lua/src/lstrlib.c redis-6.2.5/deps/lua/src/ltable.c redis-6.2.5/deps/lua/src/ltable.h redis-6.2.5/deps/lua/src/ltablib.c redis-6.2.5/deps/lua/src/ltm.c redis-6.2.5/deps/lua/src/ltm.h redis-6.2.5/deps/lua/src/lua.c redis-6.2.5/deps/lua/src/lua.h redis-6.2.5/deps/lua/src/lua_bit.c redis-6.2.5/deps/lua/src/lua_cjson.c redis-6.2.5/deps/lua/src/lua_cmsgpack.c redis-6.2.5/deps/lua/src/lua_struct.c redis-6.2.5/deps/lua/src/luac.c redis-6.2.5/deps/lua/src/luaconf.h redis-6.2.5/deps/lua/src/lualib.h redis-6.2.5/deps/lua/src/lundump.c redis-6.2.5/deps/lua/src/lundump.h redis-6.2.5/deps/lua/src/lvm.c redis-6.2.5/deps/lua/src/lvm.h redis-6.2.5/deps/lua/src/lzio.c redis-6.2.5/deps/lua/src/lzio.h redis-6.2.5/deps/lua/src/print.c redis-6.2.5/deps/lua/src/strbuf.c redis-6.2.5/deps/lua/src/strbuf.h redis-6.2.5/deps/lua/test/ redis-6.2.5/deps/lua/test/README redis-6.2.5/deps/lua/test/bisect.lua redis-6.2.5/deps/lua/test/cf.lua redis-6.2.5/deps/lua/test/echo.lua redis-6.2.5/deps/lua/test/env.lua redis-6.2.5/deps/lua/test/factorial.lua redis-6.2.5/deps/lua/test/fib.lua redis-6.2.5/deps/lua/test/fibfor.lua redis-6.2.5/deps/lua/test/globals.lua redis-6.2.5/deps/lua/test/hello.lua redis-6.2.5/deps/lua/test/life.lua redis-6.2.5/deps/lua/test/luac.lua redis-6.2.5/deps/lua/test/printf.lua redis-6.2.5/deps/lua/test/readonly.lua redis-6.2.5/deps/lua/test/sieve.lua redis-6.2.5/deps/lua/test/sort.lua redis-6.2.5/deps/lua/test/table.lua redis-6.2.5/deps/lua/test/trace-calls.lua redis-6.2.5/deps/lua/test/trace-globals.lua redis-6.2.5/deps/lua/test/xd.lua redis-6.2.5/deps/update-jemalloc.sh redis-6.2.5/redis.conf redis-6.2.5/runtest redis-6.2.5/runtest-cluster redis-6.2.5/runtest-moduleapi redis-6.2.5/runtest-sentinel redis-6.2.5/sentinel.conf redis-6.2.5/src/ redis-6.2.5/src/.gitignore redis-6.2.5/src/Makefile redis-6.2.5/src/acl.c redis-6.2.5/src/adlist.c redis-6.2.5/src/adlist.h redis-6.2.5/src/ae.c redis-6.2.5/src/ae.h redis-6.2.5/src/ae_epoll.c redis-6.2.5/src/ae_evport.c redis-6.2.5/src/ae_kqueue.c redis-6.2.5/src/ae_select.c redis-6.2.5/src/anet.c redis-6.2.5/src/anet.h redis-6.2.5/src/aof.c redis-6.2.5/src/asciilogo.h redis-6.2.5/src/atomicvar.h redis-6.2.5/src/bio.c redis-6.2.5/src/bio.h redis-6.2.5/src/bitops.c redis-6.2.5/src/blocked.c redis-6.2.5/src/childinfo.c redis-6.2.5/src/cli_common.c redis-6.2.5/src/cli_common.h redis-6.2.5/src/cluster.c redis-6.2.5/src/cluster.h redis-6.2.5/src/config.c redis-6.2.5/src/config.h redis-6.2.5/src/connection.c redis-6.2.5/src/connection.h redis-6.2.5/src/connhelpers.h redis-6.2.5/src/crc16.c redis-6.2.5/src/crc16_slottable.h redis-6.2.5/src/crc64.c redis-6.2.5/src/crc64.h redis-6.2.5/src/crcspeed.c redis-6.2.5/src/crcspeed.h redis-6.2.5/src/db.c redis-6.2.5/src/debug.c redis-6.2.5/src/debugmacro.h redis-6.2.5/src/defrag.c redis-6.2.5/src/dict.c redis-6.2.5/src/dict.h redis-6.2.5/src/endianconv.c redis-6.2.5/src/endianconv.h redis-6.2.5/src/evict.c redis-6.2.5/src/expire.c redis-6.2.5/src/fmacros.h redis-6.2.5/src/geo.c redis-6.2.5/src/geo.h redis-6.2.5/src/geohash.c redis-6.2.5/src/geohash.h redis-6.2.5/src/geohash_helper.c redis-6.2.5/src/geohash_helper.h redis-6.2.5/src/gopher.c redis-6.2.5/src/help.h redis-6.2.5/src/hyperloglog.c redis-6.2.5/src/intset.c redis-6.2.5/src/intset.h redis-6.2.5/src/latency.c redis-6.2.5/src/latency.h redis-6.2.5/src/lazyfree.c redis-6.2.5/src/listpack.c redis-6.2.5/src/listpack.h redis-6.2.5/src/listpack_malloc.h redis-6.2.5/src/localtime.c redis-6.2.5/src/lolwut.c redis-6.2.5/src/lolwut.h redis-6.2.5/src/lolwut5.c redis-6.2.5/src/lolwut6.c redis-6.2.5/src/lzf.h redis-6.2.5/src/lzfP.h redis-6.2.5/src/lzf_c.c redis-6.2.5/src/lzf_d.c redis-6.2.5/src/memtest.c redis-6.2.5/src/mkreleasehdr.sh redis-6.2.5/src/module.c redis-6.2.5/src/modules/ redis-6.2.5/src/modules/.gitignore redis-6.2.5/src/modules/Makefile redis-6.2.5/src/modules/gendoc.rb redis-6.2.5/src/modules/helloacl.c redis-6.2.5/src/modules/helloblock.c redis-6.2.5/src/modules/hellocluster.c redis-6.2.5/src/modules/hellodict.c redis-6.2.5/src/modules/hellohook.c redis-6.2.5/src/modules/hellotimer.c redis-6.2.5/src/modules/hellotype.c redis-6.2.5/src/modules/helloworld.c redis-6.2.5/src/monotonic.c redis-6.2.5/src/monotonic.h redis-6.2.5/src/mt19937-64.c redis-6.2.5/src/mt19937-64.h redis-6.2.5/src/multi.c redis-6.2.5/src/networking.c redis-6.2.5/src/notify.c redis-6.2.5/src/object.c redis-6.2.5/src/pqsort.c redis-6.2.5/src/pqsort.h redis-6.2.5/src/pubsub.c redis-6.2.5/src/quicklist.c redis-6.2.5/src/quicklist.h redis-6.2.5/src/rand.c redis-6.2.5/src/rand.h redis-6.2.5/src/rax.c redis-6.2.5/src/rax.h redis-6.2.5/src/rax_malloc.h redis-6.2.5/src/rdb.c redis-6.2.5/src/rdb.h redis-6.2.5/src/redis-benchmark.c redis-6.2.5/src/redis-check-aof.c redis-6.2.5/src/redis-check-rdb.c redis-6.2.5/src/redis-cli.c redis-6.2.5/src/redis-trib.rb redis-6.2.5/src/redisassert.h redis-6.2.5/src/redismodule.h redis-6.2.5/src/release.c redis-6.2.5/src/replication.c redis-6.2.5/src/rio.c redis-6.2.5/src/rio.h redis-6.2.5/src/scripting.c redis-6.2.5/src/sds.c redis-6.2.5/src/sds.h redis-6.2.5/src/sdsalloc.h redis-6.2.5/src/sentinel.c redis-6.2.5/src/server.c redis-6.2.5/src/server.h redis-6.2.5/src/setcpuaffinity.c redis-6.2.5/src/setproctitle.c redis-6.2.5/src/sha1.c redis-6.2.5/src/sha1.h redis-6.2.5/src/sha256.c redis-6.2.5/src/sha256.h redis-6.2.5/src/siphash.c redis-6.2.5/src/slowlog.c redis-6.2.5/src/slowlog.h redis-6.2.5/src/solarisfixes.h redis-6.2.5/src/sort.c redis-6.2.5/src/sparkline.c redis-6.2.5/src/sparkline.h redis-6.2.5/src/stream.h redis-6.2.5/src/syncio.c redis-6.2.5/src/t_hash.c redis-6.2.5/src/t_list.c redis-6.2.5/src/t_set.c redis-6.2.5/src/t_stream.c redis-6.2.5/src/t_string.c redis-6.2.5/src/t_zset.c redis-6.2.5/src/testhelp.h redis-6.2.5/src/timeout.c redis-6.2.5/src/tls.c redis-6.2.5/src/tracking.c redis-6.2.5/src/util.c redis-6.2.5/src/util.h redis-6.2.5/src/valgrind.sup redis-6.2.5/src/version.h redis-6.2.5/src/ziplist.c redis-6.2.5/src/ziplist.h redis-6.2.5/src/zipmap.c redis-6.2.5/src/zipmap.h redis-6.2.5/src/zmalloc.c redis-6.2.5/src/zmalloc.h redis-6.2.5/tests/ redis-6.2.5/tests/assets/ redis-6.2.5/tests/assets/corrupt_ziplist.rdb redis-6.2.5/tests/assets/default.conf redis-6.2.5/tests/assets/encodings.rdb redis-6.2.5/tests/assets/hash-zipmap.rdb redis-6.2.5/tests/assets/minimal.conf redis-6.2.5/tests/assets/nodefaultuser.acl redis-6.2.5/tests/assets/user.acl redis-6.2.5/tests/cluster/ redis-6.2.5/tests/cluster/cluster.tcl redis-6.2.5/tests/cluster/run.tcl redis-6.2.5/tests/cluster/tests/ redis-6.2.5/tests/cluster/tests/00-base.tcl redis-6.2.5/tests/cluster/tests/01-faildet.tcl redis-6.2.5/tests/cluster/tests/02-failover.tcl redis-6.2.5/tests/cluster/tests/03-failover-loop.tcl redis-6.2.5/tests/cluster/tests/04-resharding.tcl redis-6.2.5/tests/cluster/tests/05-slave-selection.tcl redis-6.2.5/tests/cluster/tests/06-slave-stop-cond.tcl redis-6.2.5/tests/cluster/tests/07-replica-migration.tcl redis-6.2.5/tests/cluster/tests/08-update-msg.tcl redis-6.2.5/tests/cluster/tests/09-pubsub.tcl redis-6.2.5/tests/cluster/tests/10-manual-failover.tcl redis-6.2.5/tests/cluster/tests/11-manual-takeover.tcl redis-6.2.5/tests/cluster/tests/12-replica-migration-2.tcl redis-6.2.5/tests/cluster/tests/12.1-replica-migration-3.tcl redis-6.2.5/tests/cluster/tests/13-no-failover-option.tcl redis-6.2.5/tests/cluster/tests/14-consistency-check.tcl redis-6.2.5/tests/cluster/tests/15-cluster-slots.tcl redis-6.2.5/tests/cluster/tests/16-transactions-on-replica.tcl redis-6.2.5/tests/cluster/tests/17-diskless-load-swapdb.tcl redis-6.2.5/tests/cluster/tests/18-info.tcl redis-6.2.5/tests/cluster/tests/19-cluster-nodes-slots.tcl redis-6.2.5/tests/cluster/tests/20-half-migrated-slot.tcl redis-6.2.5/tests/cluster/tests/21-many-slot-migration.tcl redis-6.2.5/tests/cluster/tests/helpers/ redis-6.2.5/tests/cluster/tests/helpers/onlydots.tcl redis-6.2.5/tests/cluster/tests/includes/ redis-6.2.5/tests/cluster/tests/includes/init-tests.tcl redis-6.2.5/tests/cluster/tests/includes/utils.tcl redis-6.2.5/tests/cluster/tmp/ redis-6.2.5/tests/cluster/tmp/.gitignore redis-6.2.5/tests/helpers/ redis-6.2.5/tests/helpers/bg_block_op.tcl redis-6.2.5/tests/helpers/bg_complex_data.tcl redis-6.2.5/tests/helpers/gen_write_load.tcl redis-6.2.5/tests/instances.tcl redis-6.2.5/tests/integration/ redis-6.2.5/tests/integration/aof-race.tcl redis-6.2.5/tests/integration/aof.tcl redis-6.2.5/tests/integration/block-repl.tcl redis-6.2.5/tests/integration/convert-zipmap-hash-on-load.tcl redis-6.2.5/tests/integration/corrupt-dump-fuzzer.tcl redis-6.2.5/tests/integration/corrupt-dump.tcl redis-6.2.5/tests/integration/failover.tcl redis-6.2.5/tests/integration/logging.tcl redis-6.2.5/tests/integration/psync2-pingoff.tcl redis-6.2.5/tests/integration/psync2-reg.tcl redis-6.2.5/tests/integration/psync2.tcl redis-6.2.5/tests/integration/rdb.tcl redis-6.2.5/tests/integration/redis-benchmark.tcl redis-6.2.5/tests/integration/redis-cli.tcl redis-6.2.5/tests/integration/replication-2.tcl redis-6.2.5/tests/integration/replication-3.tcl redis-6.2.5/tests/integration/replication-4.tcl redis-6.2.5/tests/integration/replication-psync.tcl redis-6.2.5/tests/integration/replication.tcl redis-6.2.5/tests/modules/ redis-6.2.5/tests/modules/Makefile redis-6.2.5/tests/modules/auth.c redis-6.2.5/tests/modules/basics.c redis-6.2.5/tests/modules/blockedclient.c redis-6.2.5/tests/modules/blockonbackground.c redis-6.2.5/tests/modules/blockonkeys.c redis-6.2.5/tests/modules/commandfilter.c redis-6.2.5/tests/modules/datatype.c redis-6.2.5/tests/modules/defragtest.c redis-6.2.5/tests/modules/fork.c redis-6.2.5/tests/modules/getkeys.c redis-6.2.5/tests/modules/hash.c redis-6.2.5/tests/modules/hooks.c redis-6.2.5/tests/modules/infotest.c redis-6.2.5/tests/modules/keyspace_events.c redis-6.2.5/tests/modules/misc.c redis-6.2.5/tests/modules/propagate.c redis-6.2.5/tests/modules/scan.c redis-6.2.5/tests/modules/stream.c redis-6.2.5/tests/modules/test_lazyfree.c redis-6.2.5/tests/modules/testrdb.c redis-6.2.5/tests/modules/timer.c redis-6.2.5/tests/modules/zset.c redis-6.2.5/tests/sentinel/ redis-6.2.5/tests/sentinel/run.tcl redis-6.2.5/tests/sentinel/tests/ redis-6.2.5/tests/sentinel/tests/00-base.tcl redis-6.2.5/tests/sentinel/tests/01-conf-update.tcl redis-6.2.5/tests/sentinel/tests/02-slaves-reconf.tcl redis-6.2.5/tests/sentinel/tests/03-runtime-reconf.tcl redis-6.2.5/tests/sentinel/tests/04-slave-selection.tcl redis-6.2.5/tests/sentinel/tests/05-manual.tcl redis-6.2.5/tests/sentinel/tests/06-ckquorum.tcl redis-6.2.5/tests/sentinel/tests/07-down-conditions.tcl redis-6.2.5/tests/sentinel/tests/08-hostname-conf.tcl redis-6.2.5/tests/sentinel/tests/09-acl-support.tcl redis-6.2.5/tests/sentinel/tests/10-replica-priority.tcl redis-6.2.5/tests/sentinel/tests/helpers/ redis-6.2.5/tests/sentinel/tests/helpers/check_leaked_fds.tcl redis-6.2.5/tests/sentinel/tests/includes/ redis-6.2.5/tests/sentinel/tests/includes/init-tests.tcl redis-6.2.5/tests/sentinel/tests/includes/sentinel.conf redis-6.2.5/tests/sentinel/tests/includes/start-init-tests.tcl redis-6.2.5/tests/sentinel/tmp/ redis-6.2.5/tests/sentinel/tmp/.gitignore redis-6.2.5/tests/support/ redis-6.2.5/tests/support/benchmark.tcl redis-6.2.5/tests/support/cli.tcl redis-6.2.5/tests/support/cluster.tcl redis-6.2.5/tests/support/redis.tcl redis-6.2.5/tests/support/server.tcl redis-6.2.5/tests/support/test.tcl redis-6.2.5/tests/support/tmpfile.tcl redis-6.2.5/tests/support/util.tcl redis-6.2.5/tests/test_helper.tcl redis-6.2.5/tests/tmp/ redis-6.2.5/tests/tmp/.gitignore redis-6.2.5/tests/unit/ redis-6.2.5/tests/unit/acl.tcl redis-6.2.5/tests/unit/aofrw.tcl redis-6.2.5/tests/unit/auth.tcl redis-6.2.5/tests/unit/bitfield.tcl redis-6.2.5/tests/unit/bitops.tcl redis-6.2.5/tests/unit/dump.tcl redis-6.2.5/tests/unit/expire.tcl redis-6.2.5/tests/unit/geo.tcl redis-6.2.5/tests/unit/hyperloglog.tcl redis-6.2.5/tests/unit/info.tcl redis-6.2.5/tests/unit/introspection-2.tcl redis-6.2.5/tests/unit/introspection.tcl redis-6.2.5/tests/unit/keyspace.tcl redis-6.2.5/tests/unit/latency-monitor.tcl redis-6.2.5/tests/unit/lazyfree.tcl redis-6.2.5/tests/unit/limits.tcl redis-6.2.5/tests/unit/maxmemory.tcl redis-6.2.5/tests/unit/memefficiency.tcl redis-6.2.5/tests/unit/moduleapi/ redis-6.2.5/tests/unit/moduleapi/auth.tcl redis-6.2.5/tests/unit/moduleapi/basics.tcl redis-6.2.5/tests/unit/moduleapi/blockedclient.tcl redis-6.2.5/tests/unit/moduleapi/blockonbackground.tcl redis-6.2.5/tests/unit/moduleapi/blockonkeys.tcl redis-6.2.5/tests/unit/moduleapi/commandfilter.tcl redis-6.2.5/tests/unit/moduleapi/datatype.tcl redis-6.2.5/tests/unit/moduleapi/defrag.tcl redis-6.2.5/tests/unit/moduleapi/fork.tcl redis-6.2.5/tests/unit/moduleapi/getkeys.tcl redis-6.2.5/tests/unit/moduleapi/hash.tcl redis-6.2.5/tests/unit/moduleapi/hooks.tcl redis-6.2.5/tests/unit/moduleapi/infotest.tcl redis-6.2.5/tests/unit/moduleapi/keyspace_events.tcl redis-6.2.5/tests/unit/moduleapi/misc.tcl redis-6.2.5/tests/unit/moduleapi/propagate.tcl redis-6.2.5/tests/unit/moduleapi/scan.tcl redis-6.2.5/tests/unit/moduleapi/stream.tcl redis-6.2.5/tests/unit/moduleapi/test_lazyfree.tcl redis-6.2.5/tests/unit/moduleapi/testrdb.tcl redis-6.2.5/tests/unit/moduleapi/timer.tcl redis-6.2.5/tests/unit/moduleapi/zset.tcl redis-6.2.5/tests/unit/multi.tcl redis-6.2.5/tests/unit/networking.tcl redis-6.2.5/tests/unit/obuf-limits.tcl redis-6.2.5/tests/unit/oom-score-adj.tcl redis-6.2.5/tests/unit/other.tcl redis-6.2.5/tests/unit/pause.tcl redis-6.2.5/tests/unit/pendingquerybuf.tcl redis-6.2.5/tests/unit/printver.tcl redis-6.2.5/tests/unit/protocol.tcl redis-6.2.5/tests/unit/pubsub.tcl redis-6.2.5/tests/unit/quit.tcl redis-6.2.5/tests/unit/scan.tcl redis-6.2.5/tests/unit/scripting.tcl redis-6.2.5/tests/unit/shutdown.tcl redis-6.2.5/tests/unit/slowlog.tcl redis-6.2.5/tests/unit/sort.tcl redis-6.2.5/tests/unit/tls.tcl redis-6.2.5/tests/unit/tracking.tcl redis-6.2.5/tests/unit/type/ redis-6.2.5/tests/unit/type/hash.tcl redis-6.2.5/tests/unit/type/incr.tcl redis-6.2.5/tests/unit/type/list-2.tcl redis-6.2.5/tests/unit/type/list-3.tcl redis-6.2.5/tests/unit/type/list-common.tcl redis-6.2.5/tests/unit/type/list.tcl redis-6.2.5/tests/unit/type/set.tcl redis-6.2.5/tests/unit/type/stream-cgroups.tcl redis-6.2.5/tests/unit/type/stream.tcl CC Makefile.dep redis-6.2.5/tests/unit/type/string.tcl redis-6.2.5/tests/unit/type/zset.tcl redis-6.2.5/tests/unit/wait.tcl redis-6.2.5/utils/ redis-6.2.5/utils/build-static-symbols.tcl redis-6.2.5/utils/cluster_fail_time.tcl redis-6.2.5/utils/corrupt_rdb.c redis-6.2.5/utils/create-cluster/ redis-6.2.5/utils/create-cluster/.gitignore redis-6.2.5/utils/create-cluster/README redis-6.2.5/utils/create-cluster/create-cluster redis-6.2.5/utils/gen-test-certs.sh redis-6.2.5/utils/generate-command-help.rb redis-6.2.5/utils/graphs/ redis-6.2.5/utils/graphs/commits-over-time/ redis-6.2.5/utils/graphs/commits-over-time/README.md redis-6.2.5/utils/graphs/commits-over-time/genhtml.tcl redis-6.2.5/utils/hashtable/ redis-6.2.5/utils/hashtable/README redis-6.2.5/utils/hashtable/rehashing.c redis-6.2.5/utils/hyperloglog/ redis-6.2.5/utils/hyperloglog/.gitignore redis-6.2.5/utils/hyperloglog/hll-err.rb redis-6.2.5/utils/hyperloglog/hll-gnuplot-graph.rb redis-6.2.5/utils/install_server.sh redis-6.2.5/utils/lru/ redis-6.2.5/utils/lru/README redis-6.2.5/utils/lru/lfu-simulation.c redis-6.2.5/utils/lru/test-lru.rb redis-6.2.5/utils/redis-copy.rb redis-6.2.5/utils/redis-sha1.rb redis-6.2.5/utils/redis_init_script redis-6.2.5/utils/redis_init_script.tpl redis-6.2.5/utils/releasetools/ redis-6.2.5/utils/releasetools/01_create_tarball.sh redis-6.2.5/utils/releasetools/02_upload_tarball.sh redis-6.2.5/utils/releasetools/03_test_release.sh redis-6.2.5/utils/releasetools/04_release_hash.sh redis-6.2.5/utils/releasetools/changelog.tcl redis-6.2.5/utils/speed-regression.tcl redis-6.2.5/utils/srandmember/ redis-6.2.5/utils/srandmember/README.md redis-6.2.5/utils/srandmember/showdist.rb redis-6.2.5/utils/srandmember/showfreq.rb redis-6.2.5/utils/systemd-redis_multiple_servers@.service redis-6.2.5/utils/systemd-redis_server.service redis-6.2.5/utils/tracking_collisions.c redis-6.2.5/utils/whatisdoing.sh createBoolConfig("protected-mode", NULL, MODIFIABLE_CONFIG, server.protected_mode, 1, NULL, NULL), createBoolConfig("protected-mode", NULL, MODIFIABLE_CONFIG, server.protected_mode, 0, NULL, NULL), make: Entering directory '/usr/src/redis' cd src && make all make[1]: Entering directory '/usr/src/redis/src' 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 rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d scripting.d bio.d rio.d rand.d memtest.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d gopher.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d monotonic.d mt19937-64.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d release.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d (cd ../deps && make distclean) make[2]: Entering directory '/usr/src/redis/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 (cd hdr_histogram && make clean) > /dev/null || true (rm -f .make-*) make[2]: Leaving directory '/usr/src/redis/deps' (cd modules && make clean) make[2]: Entering directory '/usr/src/redis/src/modules' rm -rf *.xo *.so make[2]: Leaving directory '/usr/src/redis/src/modules' (cd ../tests/modules && make clean) make[2]: Entering directory '/usr/src/redis/tests/modules' rm -f commandfilter.so basics.so testrdb.so fork.so infotest.so propagate.so misc.so hooks.so blockonkeys.so blockonbackground.so scan.so datatype.so auth.so keyspace_events.so blockedclient.so getkeys.so test_lazyfree.so timer.so defragtest.so hash.so zset.so stream.so commandfilter.xo basics.xo testrdb.xo fork.xo infotest.xo propagate.xo misc.xo hooks.xo blockonkeys.xo blockonbackground.xo scan.xo datatype.xo auth.xo keyspace_events.xo blockedclient.xo getkeys.xo test_lazyfree.xo timer.xo defragtest.xo hash.xo zset.xo stream.xo make[2]: Leaving directory '/usr/src/redis/tests/modules' (rm -f .make-*) echo STD=-pedantic -DREDIS_STATIC='' -std=c11 >> .make-settings echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings echo OPT=-O2 >> .make-settings echo MALLOC=jemalloc >> .make-settings echo BUILD_TLS=yes >> .make-settings echo USE_SYSTEMD= >> .make-settings echo CFLAGS= >> .make-settings echo LDFLAGS= >> .make-settings echo REDIS_CFLAGS= >> .make-settings echo REDIS_LDFLAGS= >> .make-settings echo PREV_FINAL_CFLAGS=-pedantic -DREDIS_STATIC='' -std=c11 -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -DUSE_JEMALLOC -I../deps/jemalloc/include -DUSE_OPENSSL >> .make-settings echo PREV_FINAL_LDFLAGS= -g -ggdb -rdynamic >> .make-settings (cd ../deps && make hiredis linenoise lua hdr_histogram jemalloc) make[2]: Entering directory '/usr/src/redis/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 (cd hdr_histogram && make clean) > /dev/null || true (rm -f .make-*) (echo "" > .make-cflags) (echo "" > .make-ldflags) MAKE hiredis MAKE linenoise cd hiredis && make static USE_SSL=1 cd linenoise && make MAKE lua MAKE hdr_histogram cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP " MYLDFLAGS="" AR="ar rc" MAKE jemalloc cd hdr_histogram && make cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" make[3]: Entering directory '/usr/src/redis/deps/hiredis' make[3]: Entering directory '/usr/src/redis/deps/linenoise' cc -Wall -Os -g -c linenoise.c make[3]: Entering directory '/usr/src/redis/deps/hdr_histogram' cc -Wall -Os -g -c hdr_histogram.c make[3]: Entering directory '/usr/src/redis/deps/lua/src' cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lapi.o lapi.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lcode.o lcode.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldebug.o ldebug.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldo.o ldo.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldump.o ldump.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lfunc.o lfunc.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lgc.o lgc.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o llex.o llex.c cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb alloc.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lmem.o lmem.c cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb net.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lobject.o lobject.c cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb hiredis.c cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sds.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lopcodes.o lopcodes.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lparser.o lparser.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lstate.o lstate.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lstring.o lstring.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ltable.o ltable.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ltm.o ltm.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lundump.o lundump.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lvm.o lvm.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lzio.o lzio.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o strbuf.o strbuf.c cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb async.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o fpconv.o fpconv.c cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb read.c make[3]: Leaving directory '/usr/src/redis/deps/hdr_histogram' cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sockcompat.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lauxlib.o lauxlib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lbaselib.o lbaselib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ldblib.o ldblib.c cc -std=c99 -pedantic -c -O3 -fPIC -DHIREDIS_TEST_SSL -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb ssl.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o liolib.o liolib.c make[3]: Leaving directory '/usr/src/redis/deps/linenoise' cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lmathlib.o lmathlib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o loslib.o loslib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o ltablib.o ltablib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lstrlib.o lstrlib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o loadlib.o loadlib.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o linit.o linit.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_cjson.o lua_cjson.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_struct.o lua_struct.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_cmsgpack.o lua_cmsgpack.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua_bit.o lua_bit.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o lua.o lua.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o luac.o luac.c cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -c -o print.o print.c ar rcs libhiredis_ssl.a ssl.o checking for xsltproc... false checking for gcc... gcc checking whether the C compiler works... ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o make[3]: Leaving directory '/usr/src/redis/deps/hiredis' ar rc 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 -o lua lua.o liblua.a -lm cc -o luac luac.o print.o liblua.a -lm yes checking for C compiler default output file name... a.out checking for suffix of executables... make[3]: Leaving directory '/usr/src/redis/deps/lua/src' checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether compiler is cray... no checking whether compiler supports -std=gnu11... yes checking whether compiler supports -Wall... yes checking whether compiler supports -Wshorten-64-to-32... no checking whether compiler supports -Wsign-compare... yes checking whether compiler supports -Wundef... yes checking whether compiler supports -Wno-format-zero-length... yes checking whether compiler supports -pipe... yes checking whether compiler supports -g3... yes checking how to run the C preprocessor... gcc -E checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking whether g++ supports C++14 features by default... no checking whether g++ supports C++14 features with -std=c++14... no checking whether g++ supports C++14 features with -std=c++0x... no checking whether g++ supports C++14 features with +std=c++14... no checking whether g++ supports C++14 features with -h std=c++14... no configure: No compiler with C++14 support was found checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking size of void *... 8 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of intmax_t... 8 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether pause instruction is compilable... yes checking number of significant virtual address bits... 48 checking for ar... ar checking for nm... nm checking for gawk... gawk checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking whether malloc_usable_size definition can use const argument... no checking for library containing log... -lm checking whether __attribute__ syntax is compilable... yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -fvisibility=hidden... no checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether tls_model attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether alloc_size attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(gnu_printf, ...) attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(printf, ...) attribute is compilable... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... false checking for memalign... yes checking for valloc... yes checking whether compiler supports -O3... yes checking whether compiler supports -O3... no checking whether compiler supports -funroll-loops... yes checking configured backtracing method... N/A checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether a program using __builtin_unreachable is compilable... yes checking whether a program using __builtin_ffsl is compilable... yes checking LG_PAGE... 12 checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlsym... no checking for dlsym in -ldl... yes checking whether pthread_atfork(3) is compilable... yes checking whether pthread_setname_np(3) is compilable... yes checking for library containing clock_gettime... none required checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes checking whether mach_absolute_time() is compilable... no checking whether compiler supports -Werror... yes checking whether syscall(2) is compilable... yes checking for secure_getenv... yes checking for sched_getcpu... yes checking for sched_setaffinity... yes checking for issetugid... no checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether C11 atomics is compilable... no checking whether GCC __atomic atomics is compilable... yes checking whether GCC __sync atomics is compilable... yes checking whether Darwin OSAtomic*() is compilable... no checking whether madvise(2) is compilable... yes checking whether madvise(..., MADV_FREE) is compilable... yes checking whether madvise(..., MADV_DONTNEED) is compilable... yes checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no checking for __builtin_clz... yes checking whether Darwin os_unfair_lock_*() is compilable... no checking whether Darwin OSSpin*() is compilable... no checking whether glibc malloc hook is compilable... yes checking whether glibc memalign hook is compilable... yes checking whether pthreads adaptive mutexes is compilable... yes checking whether compiler supports -D_GNU_SOURCE... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether strerror_r returns char with gnu source is compilable... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating jemalloc.pc config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/jemalloc_typedefs.h config.status: creating include/jemalloc/internal/jemalloc_preamble.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc-config config.status: creating bin/jemalloc.sh config.status: creating bin/jeprof config.status: creating include/jemalloc/jemalloc_defs.h config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: creating test/include/test/jemalloc_test_defs.h config.status: executing include/jemalloc/internal/public_symbols.txt commands config.status: executing include/jemalloc/internal/private_symbols.awk commands config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/internal/size_classes.h commands config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands =============================================================================== jemalloc version : 5.1.0-0-g0 library revision : 2 CONFIG : --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS= CC : gcc CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops SPECIFIED_CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops EXTRA_CFLAGS : CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT CXX : g++ CONFIGURE_CXXFLAGS : SPECIFIED_CXXFLAGS : EXTRA_CXXFLAGS : LDFLAGS : EXTRA_LDFLAGS : DSO_LDFLAGS : -shared -Wl,-soname,$(@F) LIBS : -lm -lpthread -ldl RPATH_EXTRA : XSLTPROC : false XSLROOT : PREFIX : /usr/local BINDIR : /usr/local/bin DATADIR : /usr/local/share INCLUDEDIR : /usr/local/include LIBDIR : /usr/local/lib MANDIR : /usr/local/share/man srcroot : abs_srcroot : /usr/src/redis/deps/jemalloc/ objroot : abs_objroot : /usr/src/redis/deps/jemalloc/ JEMALLOC_PREFIX : je_ JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : malloc_conf : autogen : 0 debug : 0 stats : 1 prof : 0 prof-libunwind : 0 prof-libgcc : 0 prof-gcc : 0 fill : 1 utrace : 0 xmalloc : 0 log : 0 lazy_lock : 0 cache-oblivious : 1 cxx : 0 =============================================================================== cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.a make[3]: Entering directory '/usr/src/redis/deps/jemalloc' gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c nm -a src/base.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym nm -a src/bin.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym nm -a src/div.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym nm -a src/bitmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym nm -a src/extent_dss.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym nm -a src/extent_mmap.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym nm -a src/hash.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym nm -a src/hooks.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym nm -a src/large.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym nm -a src/log.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym nm -a src/mutex.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym nm -a src/mutex_pool.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym nm -a src/nstime.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym nm -a src/pages.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym nm -a src/prng.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym nm -a src/rtree.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym nm -a src/sz.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym nm -a src/ticker.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym nm -a src/tsd.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym nm -a src/background_thread.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym nm -a src/witness.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym nm -a src/malloc_io.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym nm -a src/ckh.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym nm -a src/prof.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym nm -a src/arena.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym nm -a src/tcache.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym nm -a src/extent.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym nm -a src/jemalloc.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym nm -a src/stats.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym nm -a src/ctl.sym.o | gawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym /bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o make[3]: Leaving directory '/usr/src/redis/deps/jemalloc' make[2]: Leaving directory '/usr/src/redis/deps' CC adlist.o CC quicklist.o CC ae.o CC dict.o CC server.o CC sds.o CC zmalloc.o CC anet.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC sort.o CC debug.o CC intset.o CC syncio.o CC cluster.o CC crc16.o CC endianconv.o CC slowlog.o CC scripting.o CC bio.o CC rio.o CC rand.o CC memtest.o CC crcspeed.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC blocked.o CC hyperloglog.o CC latency.o CC redis-check-rdb.o CC sparkline.o CC redis-check-aof.o CC geo.o CC lazyfree.o CC module.o CC evict.o CC expire.o CC geohash.o CC geohash_helper.o CC childinfo.o CC defrag.o CC siphash.o CC rax.o CC t_stream.o CC listpack.o CC localtime.o CC lolwut.o CC lolwut5.o CC lolwut6.o CC acl.o CC gopher.o CC tracking.o CC connection.o CC tls.o CC sha256.o CC timeout.o CC setcpuaffinity.o CC monotonic.o CC mt19937-64.o CC redis-cli.o CC cli_common.o CC redis-benchmark.o LINK redis-benchmark LINK redis-server INSTALL redis-sentinel INSTALL redis-check-rdb INSTALL redis-check-aof LINK redis-cli Hint: It's a good idea to run 'make test' ;) make[1]: Leaving directory '/usr/src/redis/src' make: Leaving directory '/usr/src/redis' make: Entering directory '/usr/src/redis' cd src && make install make[1]: Entering directory '/usr/src/redis/src' CC Makefile.dep Hint: It's a good idea to run 'make test' ;) INSTALL redis-server INSTALL redis-benchmark INSTALL redis-cli make[1]: Leaving directory '/usr/src/redis/src' make: Leaving directory '/usr/src/redis' Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Removing: gcc x86_64 8.4.1-1.el8 @ubi-8-appstream 59 M make x86_64 1:4.2.1-10.el8 @ubi-8-baseos 1.4 M openssl-devel x86_64 1:1.1.1g-15.el8_3 @ubi-8-baseos 3.4 M Removing unused dependencies: binutils x86_64 2.30-93.el8 @ubi-8-baseos 24 M cpp x86_64 8.4.1-1.el8 @ubi-8-appstream 28 M glibc-devel x86_64 2.28-151.el8 @ubi-8-baseos 1.3 M glibc-headers x86_64 2.28-151.el8 @ubi-8-baseos 1.9 M isl x86_64 0.16.1-6.el8 @ubi-8-appstream 3.1 M kernel-headers x86_64 4.18.0-305.12.1.el8_4 @ubi-8-baseos 5.0 M keyutils-libs-devel x86_64 1.5.10-6.el8 @ubi-8-baseos 33 k krb5-devel x86_64 1.18.2-8.el8 @ubi-8-baseos 1.1 M libcom_err-devel x86_64 1.45.6-1.el8 @ubi-8-baseos 17 k libgomp x86_64 8.4.1-1.el8 @ubi-8-baseos 324 k libkadm5 x86_64 1.18.2-8.el8 @ubi-8-baseos 219 k libmpc x86_64 1.1.0-9.1.el8 @ubi-8-appstream 124 k libpkgconf x86_64 1.4.2-1.el8 @ubi-8-baseos 66 k libselinux-devel x86_64 2.9-5.el8 @ubi-8-baseos 188 k libsepol-devel x86_64 2.9-2.el8 @ubi-8-baseos 127 k libverto-devel x86_64 0.3.0-5.el8 @ubi-8-baseos 26 k libxcrypt-devel x86_64 4.1.1-4.el8 @ubi-8-baseos 24 k pcre2-devel x86_64 10.32-2.el8 @ubi-8-baseos 1.8 M pcre2-utf16 x86_64 10.32-2.el8 @ubi-8-baseos 586 k pcre2-utf32 x86_64 10.32-2.el8 @ubi-8-baseos 570 k pkgconf x86_64 1.4.2-1.el8 @ubi-8-baseos 61 k pkgconf-m4 noarch 1.4.2-1.el8 @ubi-8-baseos 14 k pkgconf-pkg-config x86_64 1.4.2-1.el8 @ubi-8-baseos 3.0 k zlib-devel x86_64 1.2.11-17.el8 @ubi-8-baseos 138 k Transaction Summary ================================================================================ Remove 27 Packages Freed space: 132 M Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: gcc-8.4.1-1.el8.x86_64 1/27 Erasing : gcc-8.4.1-1.el8.x86_64 1/27 Erasing : openssl-devel-1:1.1.1g-15.el8_3.x86_64 2/27 Running scriptlet: glibc-devel-2.28-151.el8.x86_64 3/27 Erasing : glibc-devel-2.28-151.el8.x86_64 3/27 Erasing : libxcrypt-devel-4.1.1-4.el8.x86_64 4/27 Erasing : glibc-headers-2.28-151.el8.x86_64 5/27 Erasing : zlib-devel-1.2.11-17.el8.x86_64 6/27 Erasing : krb5-devel-1.18.2-8.el8.x86_64 7/27 Erasing : libselinux-devel-2.9-5.el8.x86_64 8/27 Erasing : pcre2-devel-10.32-2.el8.x86_64 9/27 Erasing : libcom_err-devel-1.45.6-1.el8.x86_64 10/27 Erasing : libverto-devel-0.3.0-5.el8.x86_64 11/27 Erasing : libsepol-devel-2.9-2.el8.x86_64 12/27 Erasing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 13/27 Erasing : pkgconf-1.4.2-1.el8.x86_64 14/27 Running scriptlet: cpp-8.4.1-1.el8.x86_64 15/27 Erasing : cpp-8.4.1-1.el8.x86_64 15/27 Erasing : pkgconf-m4-1.4.2-1.el8.noarch 16/27 Erasing : keyutils-libs-devel-1.5.10-6.el8.x86_64 17/27 Erasing : kernel-headers-4.18.0-305.12.1.el8_4.x86_64 18/27 Erasing : libmpc-1.1.0-9.1.el8.x86_64 19/27 Erasing : libpkgconf-1.4.2-1.el8.x86_64 20/27 Erasing : pcre2-utf16-10.32-2.el8.x86_64 21/27 Erasing : pcre2-utf32-10.32-2.el8.x86_64 22/27 Erasing : libkadm5-1.18.2-8.el8.x86_64 23/27 Running scriptlet: binutils-2.30-93.el8.x86_64 24/27 Erasing : binutils-2.30-93.el8.x86_64 24/27 Running scriptlet: binutils-2.30-93.el8.x86_64 24/27 Running scriptlet: libgomp-8.4.1-1.el8.x86_64 25/27 Erasing : libgomp-8.4.1-1.el8.x86_64 25/27 Running scriptlet: libgomp-8.4.1-1.el8.x86_64 25/27 Erasing : isl-0.16.1-6.el8.x86_64 26/27 Running scriptlet: isl-0.16.1-6.el8.x86_64 26/27 Running scriptlet: make-1:4.2.1-10.el8.x86_64 27/27 Erasing : make-1:4.2.1-10.el8.x86_64 27/27 Running scriptlet: make-1:4.2.1-10.el8.x86_64 27/27 Verifying : binutils-2.30-93.el8.x86_64 1/27 Verifying : cpp-8.4.1-1.el8.x86_64 2/27 Verifying : gcc-8.4.1-1.el8.x86_64 3/27 Verifying : glibc-devel-2.28-151.el8.x86_64 4/27 Verifying : glibc-headers-2.28-151.el8.x86_64 5/27 Verifying : isl-0.16.1-6.el8.x86_64 6/27 Verifying : kernel-headers-4.18.0-305.12.1.el8_4.x86_64 7/27 Verifying : keyutils-libs-devel-1.5.10-6.el8.x86_64 8/27 Verifying : krb5-devel-1.18.2-8.el8.x86_64 9/27 Verifying : libcom_err-devel-1.45.6-1.el8.x86_64 10/27 Verifying : libgomp-8.4.1-1.el8.x86_64 11/27 Verifying : libkadm5-1.18.2-8.el8.x86_64 12/27 Verifying : libmpc-1.1.0-9.1.el8.x86_64 13/27 Verifying : libpkgconf-1.4.2-1.el8.x86_64 14/27 Verifying : libselinux-devel-2.9-5.el8.x86_64 15/27 Verifying : libsepol-devel-2.9-2.el8.x86_64 16/27 Verifying : libverto-devel-0.3.0-5.el8.x86_64 17/27 Verifying : libxcrypt-devel-4.1.1-4.el8.x86_64 18/27 Verifying : make-1:4.2.1-10.el8.x86_64 19/27 Verifying : openssl-devel-1:1.1.1g-15.el8_3.x86_64 20/27 Verifying : pcre2-devel-10.32-2.el8.x86_64 21/27 Verifying : pcre2-utf16-10.32-2.el8.x86_64 22/27 Verifying : pcre2-utf32-10.32-2.el8.x86_64 23/27 Verifying : pkgconf-1.4.2-1.el8.x86_64 24/27 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 25/27 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 26/27 Verifying : zlib-devel-1.2.11-17.el8.x86_64 27/27 Installed products updated. Removed: binutils-2.30-93.el8.x86_64 cpp-8.4.1-1.el8.x86_64 gcc-8.4.1-1.el8.x86_64 glibc-devel-2.28-151.el8.x86_64 glibc-headers-2.28-151.el8.x86_64 isl-0.16.1-6.el8.x86_64 kernel-headers-4.18.0-305.12.1.el8_4.x86_64 keyutils-libs-devel-1.5.10-6.el8.x86_64 krb5-devel-1.18.2-8.el8.x86_64 libcom_err-devel-1.45.6-1.el8.x86_64 libgomp-8.4.1-1.el8.x86_64 libkadm5-1.18.2-8.el8.x86_64 libmpc-1.1.0-9.1.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libselinux-devel-2.9-5.el8.x86_64 libsepol-devel-2.9-2.el8.x86_64 libverto-devel-0.3.0-5.el8.x86_64 libxcrypt-devel-4.1.1-4.el8.x86_64 make-1:4.2.1-10.el8.x86_64 openssl-devel-1:1.1.1g-15.el8_3.x86_64 pcre2-devel-10.32-2.el8.x86_64 pcre2-utf16-10.32-2.el8.x86_64 pcre2-utf32-10.32-2.el8.x86_64 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 zlib-devel-1.2.11-17.el8.x86_64 Complete! STEP 6: RUN export serverMd5="$(md5sum /usr/local/bin/redis-server | cut -d' ' -f1)"; find /usr/local/bin/redis* -maxdepth 0 -type f -not -name redis-server -exec sh -eux -c ' md5="$(md5sum "$1" | cut -d" " -f1)"; test "$md5" = "$serverMd5"; ' -- '{}' ';' -exec ln -svfT 'redis-server' '{}' ';' ; ++ md5sum /usr/local/bin/redis-benchmark ++ cut '-d ' -f1 + md5=a718b5edba055ba114851ede8b9b5073 + test a718b5edba055ba114851ede8b9b5073 = b26a18160f0e2d8267ccaa1ce2e2c5b0 ++ md5sum /usr/local/bin/redis-cli ++ cut '-d ' -f1 + md5=8fb9e7a1031850d952f85c3ba8ad962e + test 8fb9e7a1031850d952f85c3ba8ad962e = b26a18160f0e2d8267ccaa1ce2e2c5b0 STEP 7: RUN mkdir /data && chown redis:redis /data STEP 8: VOLUME /data STEP 9: WORKDIR /data STEP 10: ENTRYPOINT ["docker-entrypoint.sh"] STEP 11: EXPOSE 6379 STEP 12: USER 1001 STEP 13: CMD ["redis-server"] STEP 14: HEALTHCHECK NONE STEP 15: COMMIT registry1.dso.mil/ironbank-staging/opensource/redis/redis6 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:5a3473e74dfd94c33aa0b3deabd2231de994920cc23e645e864c731f9772675f Copying config sha256:5969115e6bf80bb1f833b96766ba5c3def9f226bed3c94d79211724008bbf945 Writing manifest to image destination Storing signatures --> 5969115e6bf Successfully tagged registry1.dso.mil/ironbank-staging/opensource/redis/redis6:latest 5969115e6bf80bb1f833b96766ba5c3def9f226bed3c94d79211724008bbf945 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/redis/redis6 registry1.dso.mil/ironbank-staging/opensource/redis/redis6:ibci-457630 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/redis/redis6:ibci-457630 Getting image source signatures Copying blob sha256:5a3473e74dfd94c33aa0b3deabd2231de994920cc23e645e864c731f9772675f Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:5969115e6bf80bb1f833b96766ba5c3def9f226bed3c94d79211724008bbf945 Writing manifest to image destination Storing signatures + echo 'Read the tags' + tags_file=ci-artifacts/preflight/tags.txt + test -f ci-artifacts/preflight/tags.txt + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/redis/redis6 registry1.dso.mil/ironbank-staging/opensource/redis/redis6:6.2.5 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/redis/redis6:6.2.5 Getting image source signatures Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:5a3473e74dfd94c33aa0b3deabd2231de994920cc23e645e864c731f9772675f Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:5969115e6bf80bb1f833b96766ba5c3def9f226bed3c94d79211724008bbf945 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/redis/redis6 registry1.dso.mil/ironbank-staging/opensource/redis/redis6:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/redis/redis6:latest Getting image source signatures Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:5a3473e74dfd94c33aa0b3deabd2231de994920cc23e645e864c731f9772675f Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:5969115e6bf80bb1f833b96766ba5c3def9f226bed3c94d79211724008bbf945 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/redis/redis6 --format '{{.Id}}' + IMAGE_ID=sha256:5969115e6bf80bb1f833b96766ba5c3def9f226bed3c94d79211724008bbf945 + echo IMAGE_ID=sha256:5969115e6bf80bb1f833b96766ba5c3def9f226bed3c94d79211724008bbf945 + IMAGE_PODMAN_SHA=sha256:902f960ffce67340f2b6748c8dcdae1363a47756aa3b16ccff4b4981a704e959 + echo IMAGE_PODMAN_SHA=sha256:902f960ffce67340f2b6748c8dcdae1363a47756aa3b16ccff4b4981a704e959 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/redis/redis6:ibci-457630 + echo IMAGE_NAME=opensource/redis/redis6 A tarball of the built image can be retrieved from the documentation job artifacts. + branches=("master" "development") + [[ master development =~ development ]] + msg='A tarball of the built image can be retrieved from the documentation job artifacts.' + echo 'A tarball of the built image can be retrieved from the documentation job artifacts.' section_end:1630602138:step_script section_start:1630602138:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 2 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=6182503 responseStatus=201 Created token=sfMuf4zz Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6182503 responseStatus=201 Created token=sfMuf4zz section_end:1630602140:upload_artifacts_on_success section_start:1630602140:cleanup_file_variables Cleaning up file based variables section_end:1630602140:cleanup_file_variables Job succeeded