php-ext.com / memcached (from dev using PHP 8.0.5-zts-buster)
Dockerfile
FROM php:8.0.5-zts-buster
WORKDIR /tmp
RUN apt update && \
apt install -y --no-install-recommends git subversion autoconf build-essential && \
apt install -y --no-install-recommends libmemcached-dev zlib1g-dev && \
rm -rf /var/lib/apt/lists/*
RUN git clone --recursive --depth=1 https://github.com/php-memcached-dev/php-memcached /tmp/ext-src && \
cd /tmp/ext-src && \
phpize && \
./configure --enable-memcached && \
make && \
make test
Build output FAIL
15ss
Step 1/4 : FROM php:8.0.5-zts-buster
---> e89b8bc8c67a
Step 2/4 : WORKDIR /tmp
---> Running in 216f3f4a4134
Removing intermediate container 216f3f4a4134
---> cef9cf64b634
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && apt install -y --no-install-recommends libmemcached-dev zlib1g-dev && rm -rf /var/lib/apt/lists/*
---> Running in 193ed43696d4
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
Fetched 8441 kB in 1s (6021 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
git-man libapr1 libaprutil1 libcurl3-gnutls liberror-perl libexpat1
libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn db5.3-util
libapache2-mod-svn subversion-tools
Recommended packages:
less ssh-client
The following NEW packages will be installed:
build-essential git git-man libapr1 libaprutil1 libcurl3-gnutls
liberror-perl libexpat1 libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
subversion
0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 50.2 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u2 [330 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:3 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libaprutil1 amd64 1.6.1-4 [91.8 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libserf-1-1 amd64 1.3.9-7+b10 [53.6 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libutf8proc2 amd64 2.3.0-1 [53.0 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libsvn1 amd64 1.10.4-1+deb10u2 [1403 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 subversion amd64 1.10.4-1+deb10u2 [1008 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.7 MB in 0s (86.5 MB/s)
Selecting previously unselected package build-essential.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
12690 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../01-libcurl3-gnutls_7.64.0-4+deb10u2_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../03-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../04-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../06-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../07-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../08-libaprutil1_1.6.1-4_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../09-libserf-1-1_1.3.9-7+b10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-7+b10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../10-libutf8proc2_2.3.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.3.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../11-libsvn1_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn1:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package subversion.
Preparing to unpack .../12-subversion_1.10.4-1+deb10u2_amd64.deb ...
Unpacking subversion (1.10.4-1+deb10u2) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up libutf8proc2:amd64 (2.3.0-1) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up build-essential (12.6) ...
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libaprutil1:amd64 (1.6.1-4) ...
Setting up libserf-1-1:amd64 (1.3.9-7+b10) ...
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up libsvn1:amd64 (1.10.4-1+deb10u2) ...
Setting up subversion (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
libhashkit-dev libhashkit2 libmemcached11 libmemcachedutil2 libsasl2-dev
The following NEW packages will be installed:
libhashkit-dev libhashkit2 libmemcached-dev libmemcached11 libmemcachedutil2
libsasl2-dev zlib1g-dev
0 upgraded, 7 newly installed, 0 to remove and 2 not upgraded.
Need to get 948 kB of archives.
After this operation, 2849 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libhashkit2 amd64 1.0.18-4.2 [46.2 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libhashkit-dev amd64 1.0.18-4.2 [36.7 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libmemcached11 amd64 1.0.18-4.2 [94.5 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libmemcachedutil2 amd64 1.0.18-4.2 [22.3 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libsasl2-dev amd64 2.1.27+dfsg-1+deb10u1 [283 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libmemcached-dev amd64 1.0.18-4.2 [251 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 948 kB in 0s (34.2 MB/s)
Selecting previously unselected package libhashkit2:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
13812 files and directories currently installed.)
Preparing to unpack .../0-libhashkit2_1.0.18-4.2_amd64.deb ...
Unpacking libhashkit2:amd64 (1.0.18-4.2) ...
Selecting previously unselected package libhashkit-dev:amd64.
Preparing to unpack .../1-libhashkit-dev_1.0.18-4.2_amd64.deb ...
Unpacking libhashkit-dev:amd64 (1.0.18-4.2) ...
Selecting previously unselected package libmemcached11:amd64.
Preparing to unpack .../2-libmemcached11_1.0.18-4.2_amd64.deb ...
Unpacking libmemcached11:amd64 (1.0.18-4.2) ...
Selecting previously unselected package libmemcachedutil2:amd64.
Preparing to unpack .../3-libmemcachedutil2_1.0.18-4.2_amd64.deb ...
Unpacking libmemcachedutil2:amd64 (1.0.18-4.2) ...
Selecting previously unselected package libsasl2-dev.
Preparing to unpack .../4-libsasl2-dev_2.1.27+dfsg-1+deb10u1_amd64.deb ...
Unpacking libsasl2-dev (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libmemcached-dev:amd64.
Preparing to unpack .../5-libmemcached-dev_1.0.18-4.2_amd64.deb ...
Unpacking libmemcached-dev:amd64 (1.0.18-4.2) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../6-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
Setting up libhashkit2:amd64 (1.0.18-4.2) ...
Setting up libsasl2-dev (2.1.27+dfsg-1+deb10u1) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
Setting up libmemcached11:amd64 (1.0.18-4.2) ...
Setting up libmemcachedutil2:amd64 (1.0.18-4.2) ...
Setting up libhashkit-dev:amd64 (1.0.18-4.2) ...
Setting up libmemcached-dev:amd64 (1.0.18-4.2) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 193ed43696d4
---> 32214ededa63
Step 4/4 : RUN git clone --recursive --depth=1 https://github.com/php-memcached-dev/php-memcached /tmp/ext-src && cd /tmp/ext-src && phpize && ./configure --enable-memcached && make && make test
---> Running in 374507c9ccd9
Cloning into '/tmp/ext-src'...
Configuring for:
PHP Api Version: 20200930
Zend Module Api No: 20200930
Zend Extension Api No: 420200930
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep...
/bin/grep -E
checking for a sed that does not truncate output...
/bin/sed
checking for pkg-config...
/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0...
yes
checking for cc...
cc
checking whether the C compiler works...
yes
checking for C compiler default output file name...
a.out
checking for suffix of executables...
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 cc accepts -g...
yes
checking for cc option to accept ISO C89...
none needed
checking how to run the C preprocessor...
cc -E
checking for icc...
no
checking for suncc...
no
checking for system library directory...
lib
checking if compiler supports -R...
no
checking if compiler supports -Wl,-rpath,...
yes
checking build system type...
x86_64-pc-linux-gnu
checking host system type...
x86_64-pc-linux-gnu
checking target system type...
x86_64-pc-linux-gnu
checking for PHP prefix...
/usr/local
checking for PHP includes...
-I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory...
/usr/local/lib/php/extensions/no-debug-zts-20200930
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
yes
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking whether to enable memcached support...
yes, shared
checking for libmemcached...
yes, shared
checking whether to enable memcached session handler support...
yes
checking whether to enable memcached igbinary serializer support...
no
checking whether to enable memcached json serializer support...
no
checking whether to enable memcached msgpack serializer support...
no
checking whether to enable memcached sasl support...
yes
checking whether to enable memcached protocol support...
no
checking whether to use system FastLZ library...
no
checking for ZLIB...
yes, shared
checking for pkg-config...
/usr/bin/pkg-config
checking for zlib location...
/usr
checking for session includes...
/usr/local/include/php
checking for memcached session support...
enabled
checking for memcached igbinary support...
disabled
checking for memcached msgpack support...
disabled
checking for libmemcached location...
found version 1.0.18, under /usr
checking for libmemcached sasl.h requirement...
yes
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 sasl/sasl.h usability...
yes
checking sasl/sasl.h presence...
yes
checking for sasl/sasl.h...
yes
checking whether to enable sasl support...
yes
checking for sasl_client_init in -lsasl2...
yes
checking whether memcached_exist is defined...
yes
checking whether memcached_set_encoding_key is defined...
yes
checking for memcached protocol support...
disabled
checking for a sed that does not truncate output...
/bin/sed
checking for ld used by cc...
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld...
yes
checking for /usr/bin/ld option to reload object files...
-r
checking for BSD-compatible nm...
/usr/bin/nm -B
checking whether ln -s works...
yes
checking how to recognize dependent libraries...
pass_all
checking dlfcn.h usability...
yes
checking dlfcn.h presence...
yes
checking for dlfcn.h...
yes
checking the maximum length of command line arguments...
1572864
checking command to parse /usr/bin/nm -B output from cc object...
ok
checking for objdir...
.libs
checking for ar...
ar
checking for ranlib...
ranlib
checking for strip...
strip
checking if cc supports -fno-rtti -fno-exceptions...
no
checking for cc option to produce PIC...
-fPIC
checking if cc PIC flag -fPIC works...
yes
checking if cc static flag -static works...
yes
checking if cc supports -c -o file.o...
yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries...
yes
checking whether -lc should be explicitly linked in...
no
checking dynamic linker characteristics...
GNU/Linux ld.so
checking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible...
yes
checking if libtool supports shared libraries...
yes
checking whether to build shared libraries...
yes
checking whether to build static libraries...
no
creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/php_memcached.c -o php_memcached.lo
mkdir .libs
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/php_memcached.c -fPIC -DPIC -o .libs/php_memcached.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/php_libmemcached_compat.c -o php_libmemcached_compat.lo
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/php_libmemcached_compat.c -fPIC -DPIC -o .libs/php_libmemcached_compat.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/g_fmt.c -o g_fmt.lo
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/g_fmt.c -fPIC -DPIC -o .libs/g_fmt.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/fastlz/fastlz.c -o fastlz/fastlz.lo
mkdir fastlz/.libs
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/fastlz/fastlz.c -fPIC -DPIC -o fastlz/.libs/fastlz.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/php_memcached_session.c -o php_memcached_session.lo
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/php -c /tmp/ext-src/php_memcached_session.c -fPIC -DPIC -o .libs/php_memcached_session.o
/bin/bash /tmp/ext-src/libtool --mode=link cc -shared -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o memcached.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules php_memcached.lo php_libmemcached_compat.lo g_fmt.lo fastlz/fastlz.lo php_memcached_session.lo -lz -lmemcached -lmemcachedutil -lsasl2
cc -shared .libs/php_memcached.o .libs/php_libmemcached_compat.o .libs/g_fmt.o fastlz/.libs/fastlz.o .libs/php_memcached_session.o -lz -lmemcached -lmemcachedutil -lsasl2 -Wl,-soname -Wl,memcached.so -o .libs/memcached.so
creating memcached.la
(cd .libs && rm -f memcached.la && ln -s ../memcached.la memcached.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./memcached.la /tmp/ext-src/modules
cp ./.libs/memcached.so /tmp/ext-src/modules/memcached.so
cp ./.libs/memcached.lai /tmp/ext-src/modules/memcached.la
PATH="$PATH:/sbin" ldconfig -n /tmp/ext-src/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/ext-src/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP : /usr/local/bin/php
PHP_SAPI : cli
PHP_VERSION : 8.0.5
ZEND_VERSION: 4.0.5
PHP_OS : Linux - Linux 374507c9ccd9 5.8.0-50-generic #56-Ubuntu SMP Mon Apr 12 17:18:36 UTC 2021 x86_64
INI actual : /tmp/ext-src/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
PHP : /usr/local/bin/phpdbg
PHP_SAPI : phpdbg
PHP_VERSION : 8.0.5
ZEND_VERSION: 4.0.5
PHP_OS : Linux - Linux 374507c9ccd9 5.8.0-50-generic #56-Ubuntu SMP Mon Apr 12 17:18:36 UTC 2021 x86_64
INI actual : /tmp/ext-src/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
CWD : /tmp/ext-src
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2021-04-30 02:52:36
=====================================================================
TEST 1/141 [tests/001.phpt]
SKIP Check for memcached presence [tests/001.phpt] reason: can not connect to server
TEST 2/141 [tests/add.phpt]
SKIP Memcached::add() [tests/add.phpt] reason: can not connect to server
TEST 3/141 [tests/append.phpt]
SKIP Memcached::append() [tests/append.phpt] reason: can not connect to server
TEST 4/141 [tests/bad_construct.phpt]
SKIP Memcached construct with bad arguments [tests/bad_construct.phpt] reason: can not connect to server
TEST 5/141 [tests/bad_construct_8.phpt]
SKIP Memcached construct with bad arguments [tests/bad_construct_8.phpt] reason: can not connect to server
TEST 6/141 [tests/bug_16084.phpt]
SKIP Memcached: Bug #16084 (Crash when addServers is called with an associative array) [tests/bug_16084.phpt] reason: can not connect to server
TEST 7/141 [tests/bug_16959.phpt]
SKIP Memcached: Bug #16959 (getMulti + BINARY_PROTOCOL problem) [tests/bug_16959.phpt] reason: can not connect to server
TEST 8/141 [tests/bug_17137.phpt]
SKIP Change prefix, pecl bug #17137 [tests/bug_17137.phpt] reason: can not connect to server
TEST 9/141 [tests/bug_18639.phpt]
SKIP Memcached::getServerByKey(): Bug pecl#18639 (Segfault in getServerByKey) [tests/bug_18639.phpt] reason: can not connect to server
TEST 10/141 [tests/cachecallback.phpt]
SKIP Memcached::get() with cache callback [tests/cachecallback.phpt] reason: can not connect to server
TEST 11/141 [tests/callback_exception.phpt]
SKIP make sure that callback exception behaves correctly [tests/callback_exception.phpt] reason: can not connect to server
TEST 12/141 [tests/callback_exception_2.phpt]
SKIP Callback initializer throws and dies [tests/callback_exception_2.phpt] reason: can not connect to server
TEST 13/141 [tests/cas.phpt]
SKIP Memcached fetch cas & set cas [tests/cas.phpt] reason: can not connect to server
TEST 14/141 [tests/cas_multi.phpt]
SKIP Memcached multi fetch cas & set cas [tests/cas_multi.phpt] reason: can not connect to server
TEST 15/141 [tests/check_if_persistent.phpt]
SKIP Check if persistent object is persistent [tests/check_if_persistent.phpt] reason: can not connect to server
TEST 16/141 [tests/check_if_pristine.phpt]
SKIP Check if persistent object is new or an old persistent one [tests/check_if_pristine.phpt] reason: can not connect to server
TEST 17/141 [tests/clone.phpt]
SKIP Test cloning [tests/clone.phpt] reason: can not connect to server
TEST 18/141 [tests/compression_conditions.phpt]
FAIL Memcached compression test [tests/compression_conditions.phpt]
TEST 19/141 [tests/compression_types.phpt]
SKIP Memcached compression test [tests/compression_types.phpt] reason: can not connect to server
TEST 20/141 [tests/conf_persist.phpt]
SKIP Conf settings persist. [tests/conf_persist.phpt] reason: can not connect to server
TEST 21/141 [tests/construct.phpt]
SKIP Memcached constructor [tests/construct.phpt] reason: can not connect to server
TEST 22/141 [tests/construct_persistent.phpt]
SKIP persistent memcached connection [tests/construct_persistent.phpt] reason: can not connect to server
TEST 23/141 [tests/default_behavior.phpt]
SKIP Default behaviors [tests/default_behavior.phpt] reason: can not connect to server
TEST 24/141 [tests/deleted.phpt]
SKIP Memcached store & fetch type correctness [tests/deleted.phpt] reason: can not connect to server
TEST 25/141 [tests/deletemulti.phpt]
SKIP Delete multi [tests/deletemulti.phpt] reason: can not connect to server
TEST 26/141 [tests/deletemultitypes.phpt]
SKIP Delete multi key types [tests/deletemultitypes.phpt] reason: can not connect to server
TEST 27/141 [tests/experimental/add_bykey.phpt]
SKIP Memcached::addByKey() [tests/experimental/add_bykey.phpt] reason: can not connect to server
TEST 28/141 [tests/experimental/addserver_unixdomain.phpt]
SKIP Memcached::addServer() unix doamin socket [tests/experimental/addserver_unixdomain.phpt] reason: can not connect to server
TEST 29/141 [tests/experimental/append_bykey.phpt]
SKIP Memcached::appendByKey() [tests/experimental/append_bykey.phpt] reason: can not connect to server
TEST 30/141 [tests/experimental/cas_bykey.phpt]
SKIP Memcached::casByKey() [tests/experimental/cas_bykey.phpt] reason: can not connect to server
TEST 31/141 [tests/experimental/cas_invalid_key.phpt]
SKIP Memcached::cas() with strange key [tests/experimental/cas_invalid_key.phpt] reason: can not connect to server
TEST 32/141 [tests/experimental/delete_bykey.phpt]
SKIP Memcached::deleteByKey() [tests/experimental/delete_bykey.phpt] reason: can not connect to server
TEST 33/141 [tests/experimental/deletemulti_nonstringkeys.phpt]
SKIP Delete multi with integer keys [tests/experimental/deletemulti_nonstringkeys.phpt] reason: can not connect to server
TEST 34/141 [tests/experimental/extreme_floats.phpt]
SKIP Extreme floats: max, min, Inf, -Inf, and NaN [tests/experimental/extreme_floats.phpt] reason: can not connect to server
TEST 35/141 [tests/experimental/fetch.phpt]
SKIP Memcached getDelayed() and fetch() with and without cas [tests/experimental/fetch.phpt] reason: can not connect to server
TEST 36/141 [tests/experimental/fetch_badunserialize.phpt]
SKIP Memcached::fetch() with bad unserialize [tests/experimental/fetch_badunserialize.phpt] reason: can not connect to server
TEST 37/141 [tests/experimental/fetchall_badunserialize.phpt]
SKIP Memcached::fetch() with bad unserialize [tests/experimental/fetchall_badunserialize.phpt] reason: can not connect to server
TEST 38/141 [tests/experimental/get.phpt]
SKIP Memcached::get() [tests/experimental/get.phpt] reason: can not connect to server
TEST 39/141 [tests/experimental/get_bykey.phpt]
SKIP Memcached::getByKey() [tests/experimental/get_bykey.phpt] reason: can not connect to server
TEST 40/141 [tests/experimental/get_bykey_cas.phpt]
SKIP Memcached::getByKey() with CAS [tests/experimental/get_bykey_cas.phpt] reason: can not connect to server
TEST 41/141 [tests/experimental/get_udp.phpt]
SKIP Memcached::set()/delete() UDP [tests/experimental/get_udp.phpt] reason: can not connect to server
TEST 42/141 [tests/experimental/getdelayed_badserver.phpt]
SKIP Memcached::getDelayedByKey() with bad server [tests/experimental/getdelayed_badserver.phpt] reason: can not connect to server
TEST 43/141 [tests/experimental/getdelayed_badunserialize.phpt]
SKIP Memcached::getDelayed() with bad unserialize [tests/experimental/getdelayed_badunserialize.phpt] reason: can not connect to server
TEST 44/141 [tests/experimental/getdelayed_bykey.phpt]
SKIP Memcached::getDelayedByKey() [tests/experimental/getdelayed_bykey.phpt] reason: can not connect to server
TEST 45/141 [tests/experimental/getdelayed_bykey_cas.phpt]
SKIP Memcached::getDelayedByKey() with CAS [tests/experimental/getdelayed_bykey_cas.phpt] reason: can not connect to server
TEST 46/141 [tests/experimental/getdelayed_cbthrows.phpt]
SKIP Memcached::getDelayedByKey() with callback exception [tests/experimental/getdelayed_cbthrows.phpt] reason: can not connect to server
TEST 47/141 [tests/experimental/getdelayed_nonstring_keys.phpt]
SKIP Memcached getDelayed non string keys [tests/experimental/getdelayed_nonstring_keys.phpt] reason: can not connect to server
TEST 48/141 [tests/experimental/getmulti_badserver.phpt]
SKIP Memcached::getMulti() bad server [tests/experimental/getmulti_badserver.phpt] reason: can not connect to server
TEST 49/141 [tests/experimental/getmulti_badunserialize.phpt]
SKIP Memcached::getMulti() with bad unserialize [tests/experimental/getmulti_badunserialize.phpt] reason: can not connect to server
TEST 50/141 [tests/experimental/getmulti_bykey.phpt]
SKIP Memcached::getMultiByKey() [tests/experimental/getmulti_bykey.phpt] reason: can not connect to server
TEST 51/141 [tests/experimental/getmulti_empty.phpt]
SKIP Memcached::getMulti() with empty array [tests/experimental/getmulti_empty.phpt] reason: can not connect to server
TEST 52/141 [tests/experimental/getmulti_partial_error.phpt]
SKIP Memcached::getMulti() partial error [tests/experimental/getmulti_partial_error.phpt] reason: can not connect to server
TEST 53/141 [tests/experimental/getversion.phpt]
SKIP Memcached::getVersion() [tests/experimental/getversion.phpt] reason: can not connect to server
TEST 54/141 [tests/experimental/locale_float.phpt]
SKIP Float should not consider locale [tests/experimental/locale_float.phpt] reason: can not connect to server
TEST 55/141 [tests/experimental/moduleinfo.phpt]
SKIP Memcached::phpinfo() [tests/experimental/moduleinfo.phpt] reason: can not connect to server
TEST 56/141 [tests/experimental/prepend_bykey.phpt]
SKIP Memcached::appendByKey() [tests/experimental/prepend_bykey.phpt] reason: can not connect to server
TEST 57/141 [tests/experimental/replace_bykey.phpt]
SKIP Memcached::replaceByKey() [tests/experimental/replace_bykey.phpt] reason: can not connect to server
TEST 58/141 [tests/experimental/serializer/serializer_php.phpt]
SKIP Serializer basic [tests/experimental/serializer/serializer_php.phpt] reason: can not connect to server
TEST 59/141 [tests/experimental/serializer/serializer_php_bad_serialize.phpt]
BORK Warning: include(/tmp/ext-src/tests/experimental/serializer/skipif.inc): Failed to open stream: No such file or directory in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 2
Warning: include(): Failed opening '/tmp/ext-src/tests/experimental/serializer/skipif.inc' for inclusion (include_path='.:/usr/local/lib/php') in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 2
Warning: Undefined array key "TEST_MEMC_SERIALIZER" in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 3
Warning: Undefined array key "TEST_MEMC_SERIALIZER" in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 6
skip skip when using PHP internal [tests/experimental/serializer/serializer_php_bad_serialize.phpt] reason: invalid output from SKIPIF
TEST 60/141 [tests/experimental/serializer/serializer_php_bad_unserialize.phpt]
SKIP Serializer: exception while unserializing [tests/experimental/serializer/serializer_php_bad_unserialize.phpt] reason: can not connect to server
TEST 61/141 [tests/experimental/serializer_igbinary.phpt]
BORK Warning: include(/tmp/ext-src/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /tmp/ext-src/tests/experimental/serializer_igbinary.skip.php on line 2
Warning: include(): Failed opening '/tmp/ext-src/tests/experimental/skipif.inc' for inclusion (include_path='.:/usr/local/lib/php') in /tmp/ext-src/tests/experimental/serializer_igbinary.skip.php on line 2
skip no igbinary loadedskip igbinary support not enabled [tests/experimental/serializer_igbinary.phpt] reason: invalid output from SKIPIF
TEST 62/141 [tests/experimental/serializer_json.phpt]
BORK Warning: include(/tmp/ext-src/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /tmp/ext-src/tests/experimental/serializer_json.skip.php on line 2
Warning: include(): Failed opening '/tmp/ext-src/tests/experimental/skipif.inc' for inclusion (include_path='.:/usr/local/lib/php') in /tmp/ext-src/tests/experimental/serializer_json.skip.php on line 2
skip JSON support not enabled [tests/experimental/serializer_json.phpt] reason: invalid output from SKIPIF
TEST 63/141 [tests/experimental/session_gc.phpt]
SKIP Session expiration [tests/experimental/session_gc.phpt] reason: can not connect to server
TEST 64/141 [tests/experimental/set_bykey.phpt]
SKIP Memcached::setByKey() [tests/experimental/set_bykey.phpt] reason: can not connect to server
TEST 65/141 [tests/experimental/set_comp_below_factor.phpt]
SKIP Compress below factor and fail to plain. [tests/experimental/set_comp_below_factor.phpt] reason: can not connect to server
TEST 66/141 [tests/experimental/set_default_serializer.phpt]
SKIP Set default serializer [tests/experimental/set_default_serializer.phpt] reason: can not connect to server
TEST 67/141 [tests/experimental/set_invalid_serializer.phpt]
SKIP Set invalid serializer [tests/experimental/set_invalid_serializer.phpt] reason: can not connect to server
TEST 68/141 [tests/experimental/setget_zero_factor.phpt]
SKIP Compress with 0 factor and get [tests/experimental/setget_zero_factor.phpt] reason: can not connect to server
TEST 69/141 [tests/experimental/setmulti_badserialize.phpt]
SKIP Memcached::setMultiByKey() with bad serialize [tests/experimental/setmulti_badserialize.phpt] reason: can not connect to server
TEST 70/141 [tests/experimental/setmulti_bykey.phpt]
SKIP Memcached::setMultiByKey() [tests/experimental/setmulti_bykey.phpt] reason: can not connect to server
TEST 71/141 [tests/experimental/stats.phpt]
SKIP Memcached::getStats() [tests/experimental/stats.phpt] reason: can not connect to server
TEST 72/141 [tests/experimental/stats_badserver.phpt]
SKIP Memcached::getStats() with bad server [tests/experimental/stats_badserver.phpt] reason: can not connect to server
TEST 73/141 [tests/expire.phpt]
SKIP Memcached store, fetch & touch expired key [tests/expire.phpt] reason: can not connect to server
TEST 74/141 [tests/flush_buffers.phpt]
SKIP Test flushing buffers [tests/flush_buffers.phpt] reason: can not connect to server
TEST 75/141 [tests/get_flags.phpt]
SKIP Memcached::get/getMulti() flags [tests/get_flags.phpt] reason: can not connect to server
TEST 76/141 [tests/getdelayed.phpt]
SKIP Memcached getDelayed callback [tests/getdelayed.phpt] reason: can not connect to server
TEST 77/141 [tests/getmulti.phpt]
SKIP Memcached::getMulti() [tests/getmulti.phpt] reason: can not connect to server
TEST 78/141 [tests/getserverbykey.phpt]
SKIP Memcached::getServerByKey() [tests/getserverbykey.phpt] reason: can not connect to server
TEST 79/141 [tests/getserverlist.phpt]
SKIP getServerList [tests/getserverlist.phpt] reason: can not connect to server
TEST 80/141 [tests/gh_155.phpt]
SKIP Test for bug 155 [tests/gh_155.phpt] reason: can not connect to server
TEST 81/141 [tests/gh_21.phpt]
SKIP Test for Github issue 21 [tests/gh_21.phpt] reason: can not connect to server
TEST 82/141 [tests/gh_77.phpt]
SKIP Test for Github issue #77 [tests/gh_77.phpt] reason: can not connect to server
TEST 83/141 [tests/gh_90.phpt]
SKIP Test for GH #90 [tests/gh_90.phpt] reason: can not connect to server
TEST 84/141 [tests/gh_93.phpt]
SKIP Test for Github issue #93 (double and long overflow) [tests/gh_93.phpt] reason: can not connect to server
TEST 85/141 [tests/incrdecr.phpt]
SKIP Memcached::increment() Memcached::decrement() [tests/incrdecr.phpt] reason: can not connect to server
TEST 86/141 [tests/incrdecr_64.phpt]
SKIP 64-bit Memcached::increment() decrement() incrementByKey() decrementByKey() [tests/incrdecr_64.phpt] reason: can not connect to server
TEST 87/141 [tests/incrdecr_bykey.phpt]
SKIP Memcached::incrementByKey() Memcached::decrementByKey() [tests/incrdecr_bykey.phpt] reason: can not connect to server
TEST 88/141 [tests/incrdecr_initial.phpt]
SKIP Memcached::increment() Memcached::decrement() with initial support [tests/incrdecr_initial.phpt] reason: can not connect to server
TEST 89/141 [tests/incrdecr_invalid_key.phpt]
SKIP Memcached::increment() Memcached::decrement() with invalid key [tests/incrdecr_invalid_key.phpt] reason: can not connect to server
TEST 90/141 [tests/invalid_options.phpt]
SKIP Get version [tests/invalid_options.phpt] reason: can not connect to server
TEST 91/141 [tests/invoke_callback.phpt]
SKIP Test that callback is invoked on new object [tests/invoke_callback.phpt] reason: can not connect to server
TEST 92/141 [tests/invoke_callback_2.phpt]
SKIP Use callback initializer [tests/invoke_callback_2.phpt] reason: can not connect to server
TEST 93/141 [tests/invoke_callback_twice.phpt]
SKIP Test that callback is invoked on new object only once [tests/invoke_callback_twice.phpt] reason: can not connect to server
TEST 94/141 [tests/keys_ascii.phpt]
SKIP Test valid and invalid keys - ascii [tests/keys_ascii.phpt] reason: can not connect to server
TEST 95/141 [tests/keys_binary.phpt]
SKIP Test valid and invalid keys - binary [tests/keys_binary.phpt] reason: can not connect to server
TEST 96/141 [tests/localserver.phpt]
SKIP Memcached local server test [tests/localserver.phpt] reason: can not connect to server
TEST 97/141 [tests/multi_order.phpt]
SKIP Memcached GET_PRESERVE_ORDER flag in getMulti [tests/multi_order.phpt] reason: can not connect to server
TEST 98/141 [tests/no-not-found.phpt]
SKIP Test that correct return value is returned [tests/no-not-found.phpt] reason: can not connect to server
TEST 99/141 [tests/options.phpt]
SKIP Memcached options [tests/options.phpt] reason: can not connect to server
TEST 100/141 [tests/pr_75.phpt]
SKIP Wrong return values for binary protocol [tests/pr_75.phpt] reason: can not connect to server
TEST 101/141 [tests/prepend.phpt]
SKIP Memcached::prepend() [tests/prepend.phpt] reason: can not connect to server
TEST 102/141 [tests/replace.phpt]
SKIP Memcached::replace() [tests/replace.phpt] reason: can not connect to server
TEST 103/141 [tests/rescode.phpt]
SKIP Memcached result codes. [tests/rescode.phpt] reason: can not connect to server
TEST 104/141 [tests/reset_keyprefix.phpt]
SKIP Cannot reset OPT_PREFIX_KEY #293 [tests/reset_keyprefix.phpt] reason: can not connect to server
TEST 105/141 [tests/sasl_basic.phpt]
SKIP Test SASL authentication [tests/sasl_basic.phpt] reason: MEMC_SASL_USER is not set
TEST 106/141 [tests/session_badconf_emptyprefix.phpt]
SKIP Session bad configurations, prefix [tests/session_badconf_emptyprefix.phpt] reason: can not connect to server
TEST 107/141 [tests/session_badconf_locktime.phpt]
SKIP Session bad configurations, lock wait time [tests/session_badconf_locktime.phpt] reason: can not connect to server
TEST 108/141 [tests/session_badconf_persistent.phpt]
SKIP Session bad configurations, persistent [tests/session_badconf_persistent.phpt] reason: can not connect to server
TEST 109/141 [tests/session_badconf_prefix.phpt]
SKIP Session bad configurations, prefix [tests/session_badconf_prefix.phpt] reason: can not connect to server
TEST 110/141 [tests/session_badconf_servers-php72.phpt]
SKIP Session bad configurations, invalid save path (server list) [tests/session_badconf_servers-php72.phpt] reason: can not connect to server
TEST 111/141 [tests/session_badconf_servers.phpt]
SKIP Session bad configurations, invalid save path (server list) [tests/session_badconf_servers.phpt] reason: can not connect to server
TEST 112/141 [tests/session_basic.phpt]
SKIP Session basic open, write, destroy [tests/session_basic.phpt] reason: can not connect to server
TEST 113/141 [tests/session_basic2.phpt]
SKIP Session basic open, write, destroy [tests/session_basic2.phpt] reason: can not connect to server
TEST 114/141 [tests/session_basic3.phpt]
SKIP Session basic open, write, destroy [tests/session_basic3.phpt] reason: can not connect to server
TEST 115/141 [tests/session_lazy_warning.phpt]
SKIP Session lazy binary warning old libmemcached [tests/session_lazy_warning.phpt] reason: can not connect to server
TEST 116/141 [tests/session_lock-php71.phpt]
SKIP Session lock [tests/session_lock-php71.phpt] reason: can not connect to server
TEST 117/141 [tests/session_lock.phpt]
SKIP Session lock [tests/session_lock.phpt] reason: can not connect to server
TEST 118/141 [tests/session_persistent.phpt]
SKIP Session persistent [tests/session_persistent.phpt] reason: can not connect to server
TEST 119/141 [tests/session_regenerate.phpt]
SKIP Session regenerate [tests/session_regenerate.phpt] reason: can not connect to server
TEST 120/141 [tests/set_encoding_key.phpt]
FAIL Test libmemcached encryption [tests/set_encoding_key.phpt]
TEST 121/141 [tests/set_encoding_key2.phpt]
SKIP Test libmemcached encryption [tests/set_encoding_key2.phpt] reason: test for libmemcached lower than 1.0.18
TEST 122/141 [tests/set_large.phpt]
SKIP set large data [tests/set_large.phpt] reason: can not connect to server
TEST 123/141 [tests/setmulti.phpt]
SKIP Memcached::setMulti() [tests/setmulti.phpt] reason: can not connect to server
TEST 124/141 [tests/setoptions.phpt]
SKIP Set options using setOptions [tests/setoptions.phpt] reason: can not connect to server
TEST 125/141 [tests/stats.phpt]
SKIP Check stats [tests/stats.phpt] reason: can not connect to server
TEST 126/141 [tests/stats_hang.phpt]
SKIP Check stats does not hang on non-blocking binary protocol [tests/stats_hang.phpt] reason: can not connect to server
TEST 127/141 [tests/touch_binary.phpt]
SKIP Touch in binary mode [tests/touch_binary.phpt] reason: can not connect to server
TEST 128/141 [tests/types_igbinary.phpt]
SKIP Memcached store & fetch type and value correctness using igbinary serializer [tests/types_igbinary.phpt] reason: can not connect to server
TEST 129/141 [tests/types_igbinary_multi.phpt]
SKIP Memcached multi store & multi fetch type and value correctness using igbinary serializer [tests/types_igbinary_multi.phpt] reason: can not connect to server
TEST 130/141 [tests/types_json.phpt]
SKIP Memcached store & fetch type and value correctness using JSON serializer [tests/types_json.phpt] reason: can not connect to server
TEST 131/141 [tests/types_json_multi.phpt]
SKIP Memcached multi store & multi fetch type and value correctness using JSON serializer [tests/types_json_multi.phpt] reason: can not connect to server
TEST 132/141 [tests/types_msgpack.phpt]
SKIP Memcached store & fetch type and value correctness using msgpack serializer [tests/types_msgpack.phpt] reason: can not connect to server
TEST 133/141 [tests/types_msgpack_multi.phpt]
SKIP Memcached multi store & fetch type and value correctness using msgpack serializer [tests/types_msgpack_multi.phpt] reason: can not connect to server
TEST 134/141 [tests/types_php.phpt]
SKIP Memcached store & fetch type and value correctness using PHP serializer [tests/types_php.phpt] reason: can not connect to server
TEST 135/141 [tests/types_php_multi.phpt]
SKIP Memcached multi store & fetch type and value correctness using PHP serializer [tests/types_php_multi.phpt] reason: can not connect to server
TEST 136/141 [tests/undefined_set.phpt]
SKIP Set with undefined key and value [tests/undefined_set.phpt] reason: can not connect to server
TEST 137/141 [tests/user-flags.phpt]
SKIP Memcached user flags [tests/user-flags.phpt] reason: can not connect to server
TEST 138/141 [tests/vbucket.phpt]
SKIP Memcached virtual buckets [tests/vbucket.phpt] reason: can not connect to server
TEST 139/141 [tests/vbucket_error_7.phpt]
SKIP Memcached virtual buckets [tests/vbucket_error_7.phpt] reason: can not connect to server
TEST 140/141 [tests/vbucket_error_8.phpt]
SKIP Memcached virtual buckets [tests/vbucket_error_8.phpt] reason: can not connect to server
TEST 141/141 [tests/version.phpt]
SKIP Get version [tests/version.phpt] reason: can not connect to server
=====================================================================
TIME END 2021-04-30 02:52:39
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 33
---------------------------------------------------------------------
Number of tests : 141 2
Tests borked : 3 ( 2.1%) --------
Tests skipped : 136 ( 96.5%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 2 ( 1.4%) (100.0%)
Tests passed : 0 ( 0.0%) ( 0.0%)
---------------------------------------------------------------------
Time taken : 3 seconds
=====================================================================
=====================================================================
BORKED TEST SUMMARY
---------------------------------------------------------------------
Warning: include(/tmp/ext-src/tests/experimental/serializer/skipif.inc): Failed to open stream: No such file or directory in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 2
Warning: include(): Failed opening '/tmp/ext-src/tests/experimental/serializer/skipif.inc' for inclusion (include_path='.:/usr/local/lib/php') in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 2
Warning: Undefined array key "TEST_MEMC_SERIALIZER" in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 3
Warning: Undefined array key "TEST_MEMC_SERIALIZER" in /tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.skip.php on line 6
skip skip when using PHP internal [/tmp/ext-src/tests/experimental/serializer/serializer_php_bad_serialize.phpt]
Warning: include(/tmp/ext-src/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /tmp/ext-src/tests/experimental/serializer_igbinary.skip.php on line 2
Warning: include(): Failed opening '/tmp/ext-src/tests/experimental/skipif.inc' for inclusion (include_path='.:/usr/local/lib/php') in /tmp/ext-src/tests/experimental/serializer_igbinary.skip.php on line 2
skip no igbinary loadedskip igbinary support not enabled [/tmp/ext-src/tests/experimental/serializer_igbinary.phpt]
Warning: include(/tmp/ext-src/tests/experimental/skipif.inc): Failed to open stream: No such file or directory in /tmp/ext-src/tests/experimental/serializer_json.skip.php on line 2
Warning: include(): Failed opening '/tmp/ext-src/tests/experimental/skipif.inc' for inclusion (include_path='.:/usr/local/lib/php') in /tmp/ext-src/tests/experimental/serializer_json.skip.php on line 2
skip JSON support not enabled [/tmp/ext-src/tests/experimental/serializer_json.phpt]
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Memcached compression test [tests/compression_conditions.phpt]
Test libmemcached encryption [tests/set_encoding_key.phpt]
=====================================================================
You may have found a problem in PHP.
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it. You can then email it to [email protected] later.
Do you want to send this report now? [Yns]:
Please enter your email address.
(Your address will be mangled so that it will not go out on any
mailinglist in plain text):
Posting to http://qa.php.net/buildtest-process.php
make: *** [Makefile:132: test] Error 1