php-ext.com / memcache (from dev using PHP 8.0.5-buster)

Dockerfile
FROM php:8.0.5-buster
WORKDIR /tmp
RUN apt update && \
    apt install -y --no-install-recommends git subversion autoconf build-essential && \
    apt install -y --no-install-recommends zlib1g-dev && \
    rm -rf /var/lib/apt/lists/*
RUN git clone --recursive --depth=1 https://github.com/websupport-sk/pecl-memcache /tmp/ext-src && \
    cd /tmp/ext-src && \
    phpize && \
    ./configure --enable-memcache && \
    make && \
    make test
Build output FAIL 15ss
Step 1/4 : FROM php:8.0.5-buster
---> 9d3d64fb1730
Step 2/4 : WORKDIR /tmp
---> Running in 0dfa1a8b7d2c
Removing intermediate container 0dfa1a8b7d2c
---> bbf43a1fdb07
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && apt install -y --no-install-recommends zlib1g-dev && rm -rf /var/lib/apt/lists/*
---> Running in 627228c33801


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 (5850 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 (84.9 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 NEW packages will be installed:
zlib1g-dev
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 214 kB of archives.
After this operation, 457 kB of additional disk space will be used.
Get:1 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 214 kB in 0s (17.9 MB/s)
Selecting previously unselected package zlib1g-dev: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 .../zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
Removing intermediate container 627228c33801
---> 6ac6702d9008
Step 4/4 : RUN git clone --recursive --depth=1 https://github.com/websupport-sk/pecl-memcache /tmp/ext-src && cd /tmp/ext-src && phpize && ./configure --enable-memcache && make && make test
---> Running in 2ab3c5a620dd
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-non-zts-20200930
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
no
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking whether to enable memcache support...
yes, shared
checking whether to enable memcache session handler support...
yes
checking for the location of ZLIB...
no
checking for the location of zlib...
/usr
checking PHP version...
PHP 7.x
checking for session includes...
/usr/local/include/php
checking for memcache session support...
enabled
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 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 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 -c /tmp/ext-src/src/memcache.c -o src/memcache.lo
mkdir src/.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 -c /tmp/ext-src/src/memcache.c  -fPIC -DPIC -o src/.libs/memcache.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 -c /tmp/ext-src/src/memcache_pool.c -o src/memcache_pool.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 -c /tmp/ext-src/src/memcache_pool.c  -fPIC -DPIC -o src/.libs/memcache_pool.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 -c /tmp/ext-src/src/memcache_queue.c -o src/memcache_queue.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 -c /tmp/ext-src/src/memcache_queue.c  -fPIC -DPIC -o src/.libs/memcache_queue.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 -c /tmp/ext-src/src/memcache_ascii_protocol.c -o src/memcache_ascii_protocol.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 -c /tmp/ext-src/src/memcache_ascii_protocol.c  -fPIC -DPIC -o src/.libs/memcache_ascii_protocol.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 -c /tmp/ext-src/src/memcache_binary_protocol.c -o src/memcache_binary_protocol.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 -c /tmp/ext-src/src/memcache_binary_protocol.c  -fPIC -DPIC -o src/.libs/memcache_binary_protocol.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 -c /tmp/ext-src/src/memcache_standard_hash.c -o src/memcache_standard_hash.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 -c /tmp/ext-src/src/memcache_standard_hash.c  -fPIC -DPIC -o src/.libs/memcache_standard_hash.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 -c /tmp/ext-src/src/memcache_consistent_hash.c -o src/memcache_consistent_hash.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 -c /tmp/ext-src/src/memcache_consistent_hash.c  -fPIC -DPIC -o src/.libs/memcache_consistent_hash.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 -c /tmp/ext-src/src/memcache_session.c -o src/memcache_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 -c /tmp/ext-src/src/memcache_session.c  -fPIC -DPIC -o src/.libs/memcache_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    -o memcache.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules  src/memcache.lo src/memcache_pool.lo src/memcache_queue.lo src/memcache_ascii_protocol.lo src/memcache_binary_protocol.lo src/memcache_standard_hash.lo src/memcache_consistent_hash.lo src/memcache_session.lo -lz
mkdir .libs
cc -shared  src/.libs/memcache.o src/.libs/memcache_pool.o src/.libs/memcache_queue.o src/.libs/memcache_ascii_protocol.o src/.libs/memcache_binary_protocol.o src/.libs/memcache_standard_hash.o src/.libs/memcache_consistent_hash.o src/.libs/memcache_session.o  -lz  -Wl,-soname -Wl,memcache.so -o .libs/memcache.so
creating memcache.la
(cd .libs && rm -f memcache.la && ln -s ../memcache.la memcache.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./memcache.la /tmp/ext-src/modules
cp ./.libs/memcache.so /tmp/ext-src/modules/memcache.so
cp ./.libs/memcache.lai /tmp/ext-src/modules/memcache.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 2ab3c5a620dd 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 2ab3c5a620dd 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 01:26:42
=====================================================================
TEST 1/86 [tests/001.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/001.phpt] reason: invalid output from SKIPIF
TEST 2/86 [tests/001b.phpt]
SKIP memcache_set() function [tests/001b.phpt] reason: php prior to 8 only
TEST 3/86 [tests/002.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/002.phpt] reason: invalid output from SKIPIF
TEST 4/86 [tests/003.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/003.phpt] reason: invalid output from SKIPIF
TEST 5/86 [tests/004.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/004.phpt] reason: invalid output from SKIPIF
TEST 6/86 [tests/005.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/005.phpt] reason: invalid output from SKIPIF
TEST 7/86 [tests/006.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/006.phpt] reason: invalid output from SKIPIF
TEST 8/86 [tests/007.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/007.phpt] reason: invalid output from SKIPIF
TEST 9/86 [tests/008.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/008.phpt] reason: invalid output from SKIPIF
TEST 10/86 [tests/009.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/009.phpt] reason: invalid output from SKIPIF
TEST 11/86 [tests/010.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/010.phpt] reason: invalid output from SKIPIF
TEST 12/86 [tests/011.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/011.phpt] reason: invalid output from SKIPIF
TEST 13/86 [tests/012.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/012.phpt] reason: invalid output from SKIPIF
TEST 14/86 [tests/013.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/013.phpt] reason: invalid output from SKIPIF
TEST 15/86 [tests/014.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/014.phpt] reason: invalid output from SKIPIF
TEST 16/86 [tests/015.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/015.phpt] reason: invalid output from SKIPIF
TEST 17/86 [tests/016.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/016.phpt] reason: invalid output from SKIPIF
TEST 18/86 [tests/017.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/017.phpt] reason: invalid output from SKIPIF
TEST 19/86 [tests/018.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/018.phpt] reason: invalid output from SKIPIF
TEST 20/86 [tests/019.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/019.phpt] reason: invalid output from SKIPIF
TEST 21/86 [tests/019a.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/019a.phpt] reason: invalid output from SKIPIF
TEST 22/86 [tests/019b.phpt]
SKIP memcache_add_server() [tests/019b.phpt] reason: php prior to 8 only
TEST 23/86 [tests/020.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/020.phpt] reason: invalid output from SKIPIF
TEST 24/86 [tests/021.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/021.phpt] reason: invalid output from SKIPIF
TEST 25/86 [tests/022.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/022.phpt] reason: invalid output from SKIPIF
TEST 26/86 [tests/022a.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/022a.phpt] reason: invalid output from SKIPIF
TEST 27/86 [tests/022b.phpt]
SKIP memcache_get_extended_stats() [tests/022b.phpt] reason: php prior to 8 only
TEST 28/86 [tests/023.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/023.phpt] reason: invalid output from SKIPIF
TEST 29/86 [tests/024.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/024.phpt] reason: invalid output from SKIPIF
TEST 30/86 [tests/024a.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/024a.phpt] reason: invalid output from SKIPIF
TEST 31/86 [tests/024b.phpt]
SKIP memcache_close(), memcache_get() [tests/024b.phpt] reason: php prior to 8 only
TEST 32/86 [tests/025.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/025.phpt] reason: invalid output from SKIPIF
TEST 33/86 [tests/026.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/026.phpt] reason: invalid output from SKIPIF
TEST 34/86 [tests/027.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/027.phpt] reason: invalid output from SKIPIF
TEST 35/86 [tests/027a.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/027a.phpt] reason: invalid output from SKIPIF
TEST 36/86 [tests/027b.phpt]
SKIP memcache_set_compress_threshold() [tests/027b.phpt] reason: php prior to 8 only
TEST 37/86 [tests/028.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/028.phpt] reason: invalid output from SKIPIF
TEST 38/86 [tests/029.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/029.phpt] reason: invalid output from SKIPIF
TEST 39/86 [tests/030.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/030.phpt] reason: invalid output from SKIPIF
TEST 40/86 [tests/031.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/031.phpt] reason: invalid output from SKIPIF
TEST 41/86 [tests/032.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/032.phpt] reason: invalid output from SKIPIF
TEST 42/86 [tests/033.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/033.phpt] reason: invalid output from SKIPIF
TEST 43/86 [tests/034.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/034.phpt] reason: invalid output from SKIPIF
TEST 44/86 [tests/035.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/035.phpt] reason: invalid output from SKIPIF
TEST 45/86 [tests/036.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/036.phpt] reason: invalid output from SKIPIF
TEST 46/86 [tests/036b.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/036b.phpt] reason: invalid output from SKIPIF
TEST 47/86 [tests/037.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/037.phpt] reason: invalid output from SKIPIF
TEST 48/86 [tests/038.phpt]
SKIP memcache->get() over UDP [tests/038.phpt] reason: known bug
TEST 49/86 [tests/039.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/039.phpt] reason: invalid output from SKIPIF
TEST 50/86 [tests/040.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/040.phpt] reason: invalid output from SKIPIF
TEST 51/86 [tests/041.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/041.phpt] reason: invalid output from SKIPIF
TEST 52/86 [tests/042.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/042.phpt] reason: invalid output from SKIPIF
TEST 53/86 [tests/043.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/043.phpt] reason: invalid output from SKIPIF
TEST 54/86 [tests/044.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/044.phpt] reason: invalid output from SKIPIF
TEST 55/86 [tests/044b.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/044b.phpt] reason: invalid output from SKIPIF
TEST 56/86 [tests/045.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/045.phpt] reason: invalid output from SKIPIF
TEST 57/86 [tests/046.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/046.phpt] reason: invalid output from SKIPIF
TEST 58/86 [tests/047.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/047.phpt] reason: invalid output from SKIPIF
TEST 59/86 [tests/047a.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/047a.phpt] reason: invalid output from SKIPIF
TEST 60/86 [tests/048.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/048.phpt] reason: invalid output from SKIPIF
TEST 61/86 [tests/049.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/049.phpt] reason: invalid output from SKIPIF
TEST 62/86 [tests/050.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/050.phpt] reason: invalid output from SKIPIF
TEST 63/86 [tests/051.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/051.phpt] reason: invalid output from SKIPIF
TEST 64/86 [tests/052.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/052.phpt] reason: invalid output from SKIPIF
TEST 65/86 [tests/053.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/053.phpt] reason: invalid output from SKIPIF
TEST 66/86 [tests/054.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/054.phpt] reason: invalid output from SKIPIF
TEST 67/86 [tests/055.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/055.phpt] reason: invalid output from SKIPIF
TEST 68/86 [tests/056.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/056.phpt] reason: invalid output from SKIPIF
TEST 69/86 [tests/057.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/057.phpt] reason: invalid output from SKIPIF
TEST 70/86 [tests/058.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/058.phpt] reason: invalid output from SKIPIF
TEST 71/86 [tests/059.phpt]
PASS Reflection [tests/059.phpt]
TEST 72/86 [tests/059b.phpt]
SKIP Reflection [tests/059b.phpt] reason: php prior to 8 only
TEST 73/86 [tests/100.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/100.phpt] reason: invalid output from SKIPIF
TEST 74/86 [tests/100a.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/100a.phpt] reason: invalid output from SKIPIF
TEST 75/86 [tests/100c.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/100c.phpt] reason: invalid output from SKIPIF
TEST 76/86 [tests/bug73539.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/bug73539.phpt] reason: invalid output from SKIPIF
TEST 77/86 [tests/githubbug13.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/githubbug13.phpt] reason: invalid output from SKIPIF
TEST 78/86 [tests/githubbug53.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/githubbug53.phpt] reason: invalid output from SKIPIF
TEST 79/86 [tests/pecl11221.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl11221.phpt] reason: invalid output from SKIPIF
TEST 80/86 [tests/pecl16442.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl16442.phpt] reason: invalid output from SKIPIF
TEST 81/86 [tests/pecl16536.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl16536.phpt] reason: invalid output from SKIPIF
TEST 82/86 [tests/pecl17518.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl17518.phpt] reason: invalid output from SKIPIF
TEST 83/86 [tests/pecl17566.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl17566.phpt] reason: invalid output from SKIPIF
TEST 84/86 [tests/pecl63142.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl63142.phpt] reason: invalid output from SKIPIF
TEST 85/86 [tests/pecl63272.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl63272.phpt] reason: invalid output from SKIPIF
TEST 86/86 [tests/pecl77900.phpt]
BORK Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [tests/pecl77900.phpt] reason: invalid output from SKIPIF
=====================================================================
TIME END 2021-04-30 01:26:43
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   33
---------------------------------------------------------------------

Number of tests :   86                 1
Tests borked    :   78 ( 90.7%) --------
Tests skipped   :    7 (  8.1%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Tests passed    :    1 (  1.2%) (100.0%)
---------------------------------------------------------------------
Time taken      :    1 seconds
=====================================================================

=====================================================================
BORKED TEST SUMMARY
---------------------------------------------------------------------
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/001.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/002.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/003.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/004.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/005.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/006.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/007.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/008.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/009.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/010.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/011.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/012.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/013.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/014.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/015.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/016.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/017.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/018.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/019.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/019a.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/020.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/021.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/022.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/022a.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/023.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/024.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/024a.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/025.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/026.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/027.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/027a.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/028.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/029.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/030.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/031.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/032.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/033.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/034.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/035.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/036.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/036b.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/037.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/039.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/040.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/041.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/042.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/043.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/044.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/044b.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/045.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/046.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/047.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/047a.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/048.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/049.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/050.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/051.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/052.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/053.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/054.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/055.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/056.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/057.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/058.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/100.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/100a.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/100c.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/bug73539.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/githubbug13.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/githubbug53.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/pecl11221.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/pecl16442.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/pecl16536.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/pecl17518.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/pecl17566.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/pecl63142.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip Connection to memcached failed [/tmp/ext-src/tests/pecl63272.phpt]
Notice: memcache_connect(): Server localhost (tcp 11211, udp 0) failed with: Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69

Warning: memcache_connect(): Can't connect to localhost:11211, Connection failed: Cannot assign requested address (99) in /tmp/ext-src/tests/connect.inc on line 69
skip
Connection to memcached failed [/tmp/ext-src/tests/pecl77900.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