php-ext.com / amqp (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 librabbitmq-dev && \
    rm -rf /var/lib/apt/lists/*
RUN git clone --recursive --depth=1 https://github.com/php-amqp/php-amqp /tmp/ext-src && \
    cd /tmp/ext-src && \
    phpize && \
    ./configure --with-amqp && \
    make && \
    make test
Build output FAIL 32ss
Step 1/4 : FROM php:8.0.5-buster
---> 9d3d64fb1730
Step 2/4 : WORKDIR /tmp
---> Running in faac81769bb0
Removing intermediate container faac81769bb0
---> 18f4612ede8a
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && apt install -y --no-install-recommends librabbitmq-dev && rm -rf /var/lib/apt/lists/*
---> Running in 2f380e553e38


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 2s (5623 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
2 packages can be upgraded. Run 'apt list --upgradable' to see them.


WARNING: 
apt
 
does not have a stable CLI interface. 
Use with caution in scripts.




Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
git-man libapr1 libaprutil1 libcurl3-gnutls liberror-perl libexpat1
libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn db5.3-util
libapache2-mod-svn subversion-tools
Recommended packages:
less ssh-client
The following NEW packages will be installed:
build-essential git git-man libapr1 libaprutil1 libcurl3-gnutls
liberror-perl libexpat1 libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
subversion
0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 50.2 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u2 [330 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:3 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libaprutil1 amd64 1.6.1-4 [91.8 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libserf-1-1 amd64 1.3.9-7+b10 [53.6 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libutf8proc2 amd64 2.3.0-1 [53.0 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libsvn1 amd64 1.10.4-1+deb10u2 [1403 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 subversion amd64 1.10.4-1+deb10u2 [1008 kB]
debconf: delaying package configuration, since apt-utils is not installed

Fetched 10.7 MB in 0s (86.4 MB/s)
Selecting previously unselected package build-essential.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
12690 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../01-libcurl3-gnutls_7.64.0-4+deb10u2_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../03-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../04-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../06-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../07-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../08-libaprutil1_1.6.1-4_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../09-libserf-1-1_1.3.9-7+b10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-7+b10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../10-libutf8proc2_2.3.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.3.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../11-libsvn1_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn1:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package subversion.
Preparing to unpack .../12-subversion_1.10.4-1+deb10u2_amd64.deb ...
Unpacking subversion (1.10.4-1+deb10u2) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up libutf8proc2:amd64 (2.3.0-1) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up build-essential (12.6) ...
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libaprutil1:amd64 (1.6.1-4) ...
Setting up libserf-1-1:amd64 (1.3.9-7+b10) ...
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up libsvn1:amd64 (1.10.4-1+deb10u2) ...
Setting up subversion (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...


WARNING: 
apt
 
does not have a stable CLI interface. 
Use with caution in scripts.




Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
librabbitmq4 libssl-dev
Suggested packages:
libssl-doc
The following NEW packages will be installed:
librabbitmq-dev librabbitmq4 libssl-dev
0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
Need to get 1902 kB of archives.
After this operation, 8526 kB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl-dev amd64 1.1.1d-0+deb10u6 [1794 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 librabbitmq4 amd64 0.9.0-0.2 [41.2 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 librabbitmq-dev amd64 0.9.0-0.2 [66.6 kB]
debconf: delaying package configuration, since apt-utils is not installed

Fetched 1902 kB in 0s (47.0 MB/s)
Selecting previously unselected package librabbitmq4: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 .../librabbitmq4_0.9.0-0.2_amd64.deb ...
Unpacking librabbitmq4:amd64 (0.9.0-0.2) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../libssl-dev_1.1.1d-0+deb10u6_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1d-0+deb10u6) ...
Selecting previously unselected package librabbitmq-dev:amd64.
Preparing to unpack .../librabbitmq-dev_0.9.0-0.2_amd64.deb ...
Unpacking librabbitmq-dev:amd64 (0.9.0-0.2) ...
Setting up librabbitmq4:amd64 (0.9.0-0.2) ...
Setting up libssl-dev:amd64 (1.1.1d-0+deb10u6) ...
Setting up librabbitmq-dev:amd64 (0.9.0-0.2) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 2f380e553e38
---> 221c672aba0b
Step 4/4 : RUN git clone --recursive --depth=1 https://github.com/php-amqp/php-amqp /tmp/ext-src && cd /tmp/ext-src && phpize && ./configure --with-amqp && make && make test
---> Running in 3d266d6af02b
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 for amqp support...
yes, shared
checking for amqp...
yes, shared
checking for supported PHP versions...
supported (8.0.5)
yes
checking for pkg-config...
/usr/bin/pkg-config
checking for amqp using pkg-config...
found version 0.9.0
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    -c /tmp/ext-src/amqp.c -o amqp.lo
mkdir .libs
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/ext-src/amqp.c  -fPIC -DPIC -o .libs/amqp.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    -c /tmp/ext-src/amqp_type.c -o amqp_type.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 -c /tmp/ext-src/amqp_type.c  -fPIC -DPIC -o .libs/amqp_type.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    -c /tmp/ext-src/amqp_exchange.c -o amqp_exchange.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 -c /tmp/ext-src/amqp_exchange.c  -fPIC -DPIC -o .libs/amqp_exchange.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    -c /tmp/ext-src/amqp_queue.c -o amqp_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 -c /tmp/ext-src/amqp_queue.c  -fPIC -DPIC -o .libs/amqp_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    -c /tmp/ext-src/amqp_connection.c -o amqp_connection.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 -c /tmp/ext-src/amqp_connection.c  -fPIC -DPIC -o .libs/amqp_connection.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    -c /tmp/ext-src/amqp_connection_resource.c -o amqp_connection_resource.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 -c /tmp/ext-src/amqp_connection_resource.c  -fPIC -DPIC -o .libs/amqp_connection_resource.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    -c /tmp/ext-src/amqp_channel.c -o amqp_channel.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 -c /tmp/ext-src/amqp_channel.c  -fPIC -DPIC -o .libs/amqp_channel.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    -c /tmp/ext-src/amqp_envelope.c -o amqp_envelope.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 -c /tmp/ext-src/amqp_envelope.c  -fPIC -DPIC -o .libs/amqp_envelope.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    -c /tmp/ext-src/amqp_basic_properties.c -o amqp_basic_properties.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 -c /tmp/ext-src/amqp_basic_properties.c  -fPIC -DPIC -o .libs/amqp_basic_properties.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    -c /tmp/ext-src/amqp_methods_handling.c -o amqp_methods_handling.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 -c /tmp/ext-src/amqp_methods_handling.c  -fPIC -DPIC -o .libs/amqp_methods_handling.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    -c /tmp/ext-src/amqp_timestamp.c -o amqp_timestamp.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 -c /tmp/ext-src/amqp_timestamp.c  -fPIC -DPIC -o .libs/amqp_timestamp.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    -c /tmp/ext-src/amqp_decimal.c -o amqp_decimal.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 -c /tmp/ext-src/amqp_decimal.c  -fPIC -DPIC -o .libs/amqp_decimal.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 amqp.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules  amqp.lo amqp_type.lo amqp_exchange.lo amqp_queue.lo amqp_connection.lo amqp_connection_resource.lo amqp_channel.lo amqp_envelope.lo amqp_basic_properties.lo amqp_methods_handling.lo amqp_timestamp.lo amqp_decimal.lo -lrabbitmq
cc -shared  .libs/amqp.o .libs/amqp_type.o .libs/amqp_exchange.o .libs/amqp_queue.o .libs/amqp_connection.o .libs/amqp_connection_resource.o .libs/amqp_channel.o .libs/amqp_envelope.o .libs/amqp_basic_properties.o .libs/amqp_methods_handling.o .libs/amqp_timestamp.o .libs/amqp_decimal.o  -lrabbitmq  -Wl,-soname -Wl,amqp.so -o .libs/amqp.so
creating amqp.la
(cd .libs && rm -f amqp.la && ln -s ../amqp.la amqp.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./amqp.la /tmp/ext-src/modules
cp ./.libs/amqp.so /tmp/ext-src/modules/amqp.so
cp ./.libs/amqp.lai /tmp/ext-src/modules/amqp.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         : /tmp/ext-src/php-test-bin 
PHP_SAPI    : cli
PHP_VERSION : 8.0.5
ZEND_VERSION: 4.0.5
PHP_OS      : Linux - Linux 3d266d6af02b 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 00:39:07
=====================================================================
TEST 1/175 [tests/003-channel-consumers.phpt]
FAIL AMQPChannel - consumers [tests/003-channel-consumers.phpt]
TEST 2/175 [tests/004-queue-consume-nested.phpt]
FAIL AMQPQueue - nested consumers [tests/004-queue-consume-nested.phpt]
TEST 3/175 [tests/004-queue-consume-orphaned.phpt]
FAIL AMQPQueue - orphaned envelope [tests/004-queue-consume-orphaned.phpt]
TEST 4/175 [tests/amqpbasicproperties.phpt]
PASS AMQPBasicProperties [tests/amqpbasicproperties.phpt]
TEST 5/175 [tests/amqpchannel_basicRecover.phpt]
FAIL AMQPChannel::basicRecover [tests/amqpchannel_basicRecover.phpt]
TEST 6/175 [tests/amqpchannel_close.phpt]
FAIL AMQPChannel::close [tests/amqpchannel_close.phpt]
TEST 7/175 [tests/amqpchannel_confirmSelect.phpt]
FAIL AMQPChannel::confirmSelect() [tests/amqpchannel_confirmSelect.phpt]
TEST 8/175 [tests/amqpchannel_construct_basic.phpt]
FAIL AMQPChannel constructor [tests/amqpchannel_construct_basic.phpt]
TEST 9/175 [tests/amqpchannel_construct_ini_global_prefetch_count.phpt]
FAIL AMQPChannel - constructor with amqp.global_prefetch_count ini value set [tests/amqpchannel_construct_ini_global_prefetch_count.phpt]
TEST 10/175 [tests/amqpchannel_construct_ini_global_prefetch_size.phpt]
FAIL AMQPChannel - constructor with amqp.global_prefetch_size ini value set [tests/amqpchannel_construct_ini_global_prefetch_size.phpt]
TEST 11/175 [tests/amqpchannel_construct_ini_prefetch_count.phpt]
FAIL AMQPChannel - constructor with amqp.prefetch_count ini value set [tests/amqpchannel_construct_ini_prefetch_count.phpt]
TEST 12/175 [tests/amqpchannel_construct_ini_prefetch_size.phpt]
FAIL AMQPChannel - constructor with amqp.prefetch_size ini value set [tests/amqpchannel_construct_ini_prefetch_size.phpt]
TEST 13/175 [tests/amqpchannel_getChannelId.phpt]
FAIL AMQPChannel::getChannelId [tests/amqpchannel_getChannelId.phpt]
TEST 14/175 [tests/amqpchannel_get_connection.phpt]
FAIL AMQPChannel getConnection test [tests/amqpchannel_get_connection.phpt]
TEST 15/175 [tests/amqpchannel_multi_channel_connection.phpt]
FAIL AMQPConnection - multiple AMQPChannels per AMQPConnection [tests/amqpchannel_multi_channel_connection.phpt]
TEST 16/175 [tests/amqpchannel_set_global_prefetch_count.phpt]
FAIL AMQPChannel::setGlobalPrefetchCount [tests/amqpchannel_set_global_prefetch_count.phpt]
TEST 17/175 [tests/amqpchannel_set_global_prefetch_size.phpt]
FAIL AMQPChannel::setGlobalPrefetchSize [tests/amqpchannel_set_global_prefetch_size.phpt]
TEST 18/175 [tests/amqpchannel_set_prefetch_and_global_prefetch_count.phpt]
FAIL AMQPChannel - Setting both consumer and channel wide prefetch counts. [tests/amqpchannel_set_prefetch_and_global_prefetch_count.phpt]
TEST 19/175 [tests/amqpchannel_set_prefetch_and_global_prefetch_size.phpt]
FAIL AMQPChannel - Setting both consumer and channel wide prefetch sizes. [tests/amqpchannel_set_prefetch_and_global_prefetch_size.phpt]
TEST 20/175 [tests/amqpchannel_set_prefetch_count.phpt]
FAIL AMQPChannel::setPrefetchCount [tests/amqpchannel_set_prefetch_count.phpt]
TEST 21/175 [tests/amqpchannel_set_prefetch_size.phpt]
FAIL AMQPChannel::setPrefetchSize [tests/amqpchannel_set_prefetch_size.phpt]
TEST 22/175 [tests/amqpchannel_slots_usage.phpt]
FAIL AMQPChannel slots usage [tests/amqpchannel_slots_usage.phpt]
TEST 23/175 [tests/amqpchannel_var_dump.phpt]
FAIL AMQPChannel var_dump [tests/amqpchannel_var_dump.phpt]
TEST 24/175 [tests/amqpconnection_connect_login_failure.phpt]
FAIL AMQPConnection connect login failure [tests/amqpconnection_connect_login_failure.phpt]
TEST 25/175 [tests/amqpconnection_connection_getters.phpt]
FAIL AMQPConnection - connection-specific getters [tests/amqpconnection_connection_getters.phpt]
TEST 26/175 [tests/amqpconnection_construct_basic.phpt]
FAIL AMQPConnection constructor [tests/amqpconnection_construct_basic.phpt]
TEST 27/175 [tests/amqpconnection_construct_ini_read_timeout.phpt]
PASS AMQPConnection constructor with amqp.read_timeout ini value set [tests/amqpconnection_construct_ini_read_timeout.phpt]
TEST 28/175 [tests/amqpconnection_construct_ini_timeout.phpt]
PASS AMQPConnection constructor with amqp.timeout ini value set [tests/amqpconnection_construct_ini_timeout.phpt]
TEST 29/175 [tests/amqpconnection_construct_ini_timeout_and_read_timeout.phpt]
PASS AMQPConnection constructor with both amqp.timeout and amqp.read_timeout ini values set [tests/amqpconnection_construct_ini_timeout_and_read_timeout.phpt]
TEST 30/175 [tests/amqpconnection_construct_ini_timeout_default.phpt]
PASS AMQPConnection constructor with amqp.timeout ini value set in code to it default value [tests/amqpconnection_construct_ini_timeout_default.phpt]
TEST 31/175 [tests/amqpconnection_construct_params_by_value.phpt]
PASS Params are passed by value in AMQPConnection::__construct() [tests/amqpconnection_construct_params_by_value.phpt]
TEST 32/175 [tests/amqpconnection_construct_with_connect_timeout.phpt]
PASS AMQPConnection constructor with timeout parameter in credentials [tests/amqpconnection_construct_with_connect_timeout.phpt] 
TEST 33/175 [tests/amqpconnection_construct_with_connection_name.phpt]
PASS AMQPConnection constructor with connection_name parameter in creadentials [tests/amqpconnection_construct_with_connection_name.phpt]
TEST 34/175 [tests/amqpconnection_construct_with_limits.phpt]
FAIL AMQPConnection constructor with channel_max, frame_max and heartbeat limits [tests/amqpconnection_construct_with_limits.phpt]
TEST 35/175 [tests/amqpconnection_construct_with_rpc_timeout.phpt]
PASS AMQPConnection constructor with rpc_timeout parameter in creadentials [tests/amqpconnection_construct_with_rpc_timeout.phpt]
TEST 36/175 [tests/amqpconnection_construct_with_timeout.phpt]
PASS AMQPConnection constructor with timeout parameter in credentials [tests/amqpconnection_construct_with_timeout.phpt]
TEST 37/175 [tests/amqpconnection_construct_with_timeout_and_read_timeout.phpt]
PASS AMQPConnection constructor with both timeout and read_timeout parameters in credentials [tests/amqpconnection_construct_with_timeout_and_read_timeout.phpt]
TEST 38/175 [tests/amqpconnection_construct_with_write_timeout.phpt]
PASS AMQPConnection constructor with write_timeout parameter in creadentials [tests/amqpconnection_construct_with_write_timeout.phpt]
TEST 39/175 [tests/amqpconnection_getUsedChannels.phpt]
FAIL AMQPConnection::getUsedChannels() [tests/amqpconnection_getUsedChannels.phpt]
TEST 40/175 [tests/amqpconnection_heartbeat.phpt]
FAIL AMQPConnection - heartbeats support [tests/amqpconnection_heartbeat.phpt]
TEST 41/175 [tests/amqpconnection_heartbeat_with_consumer.phpt]
FAIL AMQPConnection heartbeats support (with active consumer) [tests/amqpconnection_heartbeat_with_consumer.phpt]
TEST 42/175 [tests/amqpconnection_heartbeat_with_persistent.phpt]
FAIL AMQPConnection - heartbeats support with persistent connections [tests/amqpconnection_heartbeat_with_persistent.phpt]
TEST 43/175 [tests/amqpconnection_persistent_construct_basic.phpt]
FAIL AMQPConnection persitent constructor [tests/amqpconnection_persistent_construct_basic.phpt]
TEST 44/175 [tests/amqpconnection_persistent_in_use.phpt]
FAIL AMQPConnection persitent connection resource can't be used by multiple connection [tests/amqpconnection_persistent_in_use.phpt]
TEST 45/175 [tests/amqpconnection_persistent_reusable.phpt]
FAIL AMQPConnection persistent connection are reusable [tests/amqpconnection_persistent_reusable.phpt]
TEST 46/175 [tests/amqpconnection_setConnectionName.phpt]
PASS AMQPConnection setConnectionName [tests/amqpconnection_setConnectionName.phpt]
TEST 47/175 [tests/amqpconnection_setHost.phpt]
PASS AMQPConnection setHost [tests/amqpconnection_setHost.phpt]
TEST 48/175 [tests/amqpconnection_setLogin.phpt]
PASS AMQPConnection setLogin [tests/amqpconnection_setLogin.phpt]
TEST 49/175 [tests/amqpconnection_setPassword.phpt]
PASS AMQPConnection setPassword [tests/amqpconnection_setPassword.phpt]
TEST 50/175 [tests/amqpconnection_setPort_int.phpt]
PASS AMQPConnection constructor [tests/amqpconnection_setPort_int.phpt]
TEST 51/175 [tests/amqpconnection_setPort_out_of_range.phpt]
PASS AMQPConnection setPort with int out of range [tests/amqpconnection_setPort_out_of_range.phpt]
TEST 52/175 [tests/amqpconnection_setPort_string.phpt]
PASS AMQPConnection setPort with string [tests/amqpconnection_setPort_string.phpt]
TEST 53/175 [tests/amqpconnection_setReadTimeout_float.phpt]
PASS AMQPConnection setReadTimeout float [tests/amqpconnection_setReadTimeout_float.phpt]
TEST 54/175 [tests/amqpconnection_setReadTimeout_int.phpt]
PASS AMQPConnection setReadTimeout int [tests/amqpconnection_setReadTimeout_int.phpt]
TEST 55/175 [tests/amqpconnection_setReadTimeout_out_of_range.phpt]
PASS AMQPConnection setReadTimeout out of range [tests/amqpconnection_setReadTimeout_out_of_range.phpt]
TEST 56/175 [tests/amqpconnection_setReadTimeout_string.phpt]
PASS AMQPConnection setReadTimeout string [tests/amqpconnection_setReadTimeout_string.phpt]
TEST 57/175 [tests/amqpconnection_setRpcTimeout_float.phpt]
PASS AMQPConnection setRpcTimeout float [tests/amqpconnection_setRpcTimeout_float.phpt]
TEST 58/175 [tests/amqpconnection_setRpcTimeout_int.phpt]
PASS AMQPConnection setRpcTimeout int [tests/amqpconnection_setRpcTimeout_int.phpt]
TEST 59/175 [tests/amqpconnection_setRpcTimeout_out_of_range.phpt]
PASS AMQPConnection setRpcTimeout out of range [tests/amqpconnection_setRpcTimeout_out_of_range.phpt]
TEST 60/175 [tests/amqpconnection_setRpcTimeout_string.phpt]
PASS AMQPConnection setRpcTimeout string [tests/amqpconnection_setRpcTimeout_string.phpt]
TEST 61/175 [tests/amqpconnection_setSaslMethod.phpt]
PASS AMQPConnection setSaslMethod int [tests/amqpconnection_setSaslMethod.phpt]
TEST 62/175 [tests/amqpconnection_setSaslMethod_invalid.phpt]
PASS AMQPConnection setSaslMethod invalid [tests/amqpconnection_setSaslMethod_invalid.phpt]
TEST 63/175 [tests/amqpconnection_setTimeout_deprecated.phpt]
PASS AMQPConnection setTimeout deprecated [tests/amqpconnection_setTimeout_deprecated.phpt]
TEST 64/175 [tests/amqpconnection_setTimeout_float.phpt]
PASS AMQPConnection setTimeout float [tests/amqpconnection_setTimeout_float.phpt]
TEST 65/175 [tests/amqpconnection_setTimeout_int.phpt]
PASS AMQPConnection setTimeout int [tests/amqpconnection_setTimeout_int.phpt]
TEST 66/175 [tests/amqpconnection_setTimeout_out_of_range.phpt]
PASS AMQPConnection setTimeout out of range [tests/amqpconnection_setTimeout_out_of_range.phpt]
TEST 67/175 [tests/amqpconnection_setTimeout_string.phpt]
PASS AMQPConnection setTimeout string [tests/amqpconnection_setTimeout_string.phpt]
TEST 68/175 [tests/amqpconnection_setVhost.phpt]
PASS AMQPConnection setVhost [tests/amqpconnection_setVhost.phpt]
TEST 69/175 [tests/amqpconnection_setWriteTimeout_float.phpt]
PASS AMQPConnection setWriteTimeout float [tests/amqpconnection_setWriteTimeout_float.phpt]
TEST 70/175 [tests/amqpconnection_setWriteTimeout_int.phpt]
PASS AMQPConnection setWriteTimeout int [tests/amqpconnection_setWriteTimeout_int.phpt]
TEST 71/175 [tests/amqpconnection_setWriteTimeout_out_of_range.phpt]
PASS AMQPConnection setWriteTimeout out of range [tests/amqpconnection_setWriteTimeout_out_of_range.phpt]
TEST 72/175 [tests/amqpconnection_setWriteTimeout_string.phpt]
PASS AMQPConnection setWriteTimeout string [tests/amqpconnection_setWriteTimeout_string.phpt]
TEST 73/175 [tests/amqpconnection_ssl.phpt]
SKIP AMQPConnection - ssl support [tests/amqpconnection_ssl.phpt] reason: - run ssl connection test manually
TEST 74/175 [tests/amqpconnection_ssl_by_cert.phpt]
SKIP AMQPConnection - ssl support / authentication using certificates [tests/amqpconnection_ssl_by_cert.phpt] reason: - run ssl connection test manually
TEST 75/175 [tests/amqpconnection_toomanychannels.phpt]
FAIL AMQPConnection too many channels on a connection [tests/amqpconnection_toomanychannels.phpt]
TEST 76/175 [tests/amqpconnection_var_dump.phpt]
FAIL AMQPConnection var_dump [tests/amqpconnection_var_dump.phpt]
TEST 77/175 [tests/amqpdecimal.phpt]
PASS AMQPDecimal [tests/amqpdecimal.phpt]
TEST 78/175 [tests/amqpenvelope_construct.phpt]
PASS AMQPEnvelope construct [tests/amqpenvelope_construct.phpt]
TEST 79/175 [tests/amqpenvelope_get_accessors.phpt]
FAIL AMQPEnvelope test get*() accessors [tests/amqpenvelope_get_accessors.phpt]
TEST 80/175 [tests/amqpenvelope_var_dump.phpt]
FAIL AMQPEnvelope var_dump [tests/amqpenvelope_var_dump.phpt]
TEST 81/175 [tests/amqpexchange-declare-segfault.phpt]
FAIL AMQPExchange [tests/amqpexchange-declare-segfault.phpt]
TEST 82/175 [tests/amqpexchange_attributes.phpt]
FAIL AMQPExchange attributes [tests/amqpexchange_attributes.phpt]
TEST 83/175 [tests/amqpexchange_bind.phpt]
FAIL AMQPExchange::bind [tests/amqpexchange_bind.phpt]
TEST 84/175 [tests/amqpexchange_bind_with_arguments.phpt]
FAIL AMQPExchange::bind with arguments [tests/amqpexchange_bind_with_arguments.phpt]
TEST 85/175 [tests/amqpexchange_bind_without_key.phpt]
FAIL AMQPExchange::bind without key [tests/amqpexchange_bind_without_key.phpt]
TEST 86/175 [tests/amqpexchange_bind_without_key_with_arguments.phpt]
FAIL AMQPExchange::bind without key with arguments [tests/amqpexchange_bind_without_key_with_arguments.phpt]
TEST 87/175 [tests/amqpexchange_channel_refcount.phpt]
FAIL AMQPExchange channel refcount [tests/amqpexchange_channel_refcount.phpt]
TEST 88/175 [tests/amqpexchange_construct_basic.phpt]
FAIL AMQPExchange constructor [tests/amqpexchange_construct_basic.phpt]
TEST 89/175 [tests/amqpexchange_declare_basic.phpt]
FAIL AMQPExchange [tests/amqpexchange_declare_basic.phpt]
TEST 90/175 [tests/amqpexchange_declare_existent.phpt]
FAIL AMQPExchange [tests/amqpexchange_declare_existent.phpt]
TEST 91/175 [tests/amqpexchange_declare_with_stalled_reference.phpt]
PASS AMQPExchange - declare with stalled reference [tests/amqpexchange_declare_with_stalled_reference.phpt]
TEST 92/175 [tests/amqpexchange_declare_without_name.phpt]
FAIL AMQPExchange::declareExchange() without name set [tests/amqpexchange_declare_without_name.phpt]
TEST 93/175 [tests/amqpexchange_declare_without_type.phpt]
FAIL AMQPExchange::declareExchange() without type set [tests/amqpexchange_declare_without_type.phpt]
TEST 94/175 [tests/amqpexchange_delete_default_exchange.phpt]
FAIL AMQPExchange::delete() [tests/amqpexchange_delete_default_exchange.phpt]
TEST 95/175 [tests/amqpexchange_get_channel.phpt]
FAIL AMQPExchange getChannel() test [tests/amqpexchange_get_channel.phpt]
TEST 96/175 [tests/amqpexchange_get_connection.phpt]
FAIL AMQPExchange getConnection test [tests/amqpexchange_get_connection.phpt]
TEST 97/175 [tests/amqpexchange_invalid_type.phpt]
FAIL AMQPExchange [tests/amqpexchange_invalid_type.phpt]
TEST 98/175 [tests/amqpexchange_publish_basic.phpt]
FAIL AMQPExchange [tests/amqpexchange_publish_basic.phpt]
TEST 99/175 [tests/amqpexchange_publish_confirms.phpt]
FAIL AMQPExchange::publish() - publish with confirms [tests/amqpexchange_publish_confirms.phpt]
TEST 100/175 [tests/amqpexchange_publish_confirms_consume.phpt]
FAIL AMQPExchange::publish() - publish in conform mode and handle conforms with AMQPQueue::consume() method [tests/amqpexchange_publish_confirms_consume.phpt]
TEST 101/175 [tests/amqpexchange_publish_empty_routing_key.phpt]
FAIL AMQPExchange publish with empty routing key [tests/amqpexchange_publish_empty_routing_key.phpt]
TEST 102/175 [tests/amqpexchange_publish_mandatory.phpt]
FAIL AMQPExchange::publish() - publish unroutable mandatory [tests/amqpexchange_publish_mandatory.phpt]
TEST 103/175 [tests/amqpexchange_publish_mandatory_consume.phpt]
FAIL AMQPExchange::publish() - publish unroutable with mandatory flag and handle them with AMQPQueue::consume() method [tests/amqpexchange_publish_mandatory_consume.phpt]
TEST 104/175 [tests/amqpexchange_publish_mandatory_multiple_channels_pitfal.phpt]
FAIL AMQPExchange::publish() - publish unroutable mandatory on multiple channels pitfall [tests/amqpexchange_publish_mandatory_multiple_channels_pitfal.phpt]
TEST 105/175 [tests/amqpexchange_publish_null_routing_key.phpt]
FAIL AMQPExchange publish with null routing key [tests/amqpexchange_publish_null_routing_key.phpt]
TEST 106/175 [tests/amqpexchange_publish_with_decimal_header.phpt]
FAIL AMQPExchange publish with decimal header [tests/amqpexchange_publish_with_decimal_header.phpt]
TEST 107/175 [tests/amqpexchange_publish_with_null.phpt]
FAIL AMQPExchange::publish() body with null-byte [tests/amqpexchange_publish_with_null.phpt]
TEST 108/175 [tests/amqpexchange_publish_with_properties.phpt]
FAIL AMQPExchange publish with properties [tests/amqpexchange_publish_with_properties.phpt]
TEST 109/175 [tests/amqpexchange_publish_with_properties_ignore_num_header.phpt]
FAIL AMQPExchange publish with properties - ignore numeric keys in headers [tests/amqpexchange_publish_with_properties_ignore_num_header.phpt]
TEST 110/175 [tests/amqpexchange_publish_with_properties_ignore_unsupported_header_values.phpt]
FAIL AMQPExchange publish with properties - ignore unsupported header values (NULL, object, resources) [tests/amqpexchange_publish_with_properties_ignore_unsupported_header_values.phpt]
TEST 111/175 [tests/amqpexchange_publish_with_properties_nested_header.phpt]
FAIL AMQPExchange publish with properties - nested header values [tests/amqpexchange_publish_with_properties_nested_header.phpt]
TEST 112/175 [tests/amqpexchange_publish_with_properties_user_id_failure.phpt]
FAIL AMQPExchange publish with properties - user_id failure [tests/amqpexchange_publish_with_properties_user_id_failure.phpt]
TEST 113/175 [tests/amqpexchange_publish_with_timestamp_header.phpt]
FAIL AMQPExchange publish with timestamp header [tests/amqpexchange_publish_with_timestamp_header.phpt]
TEST 114/175 [tests/amqpexchange_publish_xdeath.phpt]
FAIL AMQPExchange publish with properties - nested header values [tests/amqpexchange_publish_xdeath.phpt]
TEST 115/175 [tests/amqpexchange_setArgument.phpt]
FAIL AMQPExchange::setArgument() test [tests/amqpexchange_setArgument.phpt]
TEST 116/175 [tests/amqpexchange_set_flag.phpt]
FAIL AMQPExchange set flag string [tests/amqpexchange_set_flag.phpt]
TEST 117/175 [tests/amqpexchange_set_flags.phpt]
FAIL AMQPExchange setFlags() [tests/amqpexchange_set_flags.phpt]
TEST 118/175 [tests/amqpexchange_unbind.phpt]
FAIL AMQPExchange::unbind [tests/amqpexchange_unbind.phpt]
TEST 119/175 [tests/amqpexchange_unbind_with_arguments.phpt]
FAIL AMQPExchange::unbind with arguments [tests/amqpexchange_unbind_with_arguments.phpt]
TEST 120/175 [tests/amqpexchange_unbind_without_key.phpt]
FAIL AMQPExchange::unbind without key [tests/amqpexchange_unbind_without_key.phpt]
TEST 121/175 [tests/amqpexchange_unbind_without_key_with_arguments.phpt]
FAIL AMQPExchange::unbind without key with arguments [tests/amqpexchange_unbind_without_key_with_arguments.phpt]
TEST 122/175 [tests/amqpexchange_var_dump.phpt]
FAIL AMQPExchange var_dump [tests/amqpexchange_var_dump.phpt]
TEST 123/175 [tests/amqpqueue-cancel-no-consumers.phpt]
FAIL AMQPQueue - orphaned envelope [tests/amqpqueue-cancel-no-consumers.phpt]
TEST 124/175 [tests/amqpqueue_attributes.phpt]
FAIL AMQPQueue attributes [tests/amqpqueue_attributes.phpt]
TEST 125/175 [tests/amqpqueue_bind_basic.phpt]
FAIL AMQPQueue [tests/amqpqueue_bind_basic.phpt]
TEST 126/175 [tests/amqpqueue_bind_basic_empty_routing_key.phpt]
FAIL AMQPQueue [tests/amqpqueue_bind_basic_empty_routing_key.phpt]
TEST 127/175 [tests/amqpqueue_bind_basic_headers_arguments.phpt]
FAIL AMQPQueue [tests/amqpqueue_bind_basic_headers_arguments.phpt]
TEST 128/175 [tests/amqpqueue_bind_null_routing_key.phpt]
FAIL AMQPQueue [tests/amqpqueue_bind_null_routing_key.phpt]
TEST 129/175 [tests/amqpqueue_cancel.phpt]
FAIL AMQPQueue cancel [tests/amqpqueue_cancel.phpt]
TEST 130/175 [tests/amqpqueue_construct_basic.phpt]
FAIL AMQPQueue constructor [tests/amqpqueue_construct_basic.phpt]
TEST 131/175 [tests/amqpqueue_consume_basic.phpt]
FAIL AMQPQueue::consume basic [tests/amqpqueue_consume_basic.phpt]
TEST 132/175 [tests/amqpqueue_consume_multiple.phpt]
FAIL AMQPQueue::consume multiple [tests/amqpqueue_consume_multiple.phpt]
TEST 133/175 [tests/amqpqueue_consume_multiple_no_doubles.phpt]
FAIL AMQPQueue::consume multiple (no doubles) [tests/amqpqueue_consume_multiple_no_doubles.phpt]
TEST 134/175 [tests/amqpqueue_consume_nonexistent.phpt]
FAIL AMQPQueue::consume from nonexistent queue [tests/amqpqueue_consume_nonexistent.phpt]
TEST 135/175 [tests/amqpqueue_consume_timeout.phpt]
FAIL AMQPQueue::consume with timeout [tests/amqpqueue_consume_timeout.phpt]
TEST 136/175 [tests/amqpqueue_declare_basic.phpt]
FAIL AMQPQueue [tests/amqpqueue_declare_basic.phpt]
TEST 137/175 [tests/amqpqueue_declare_with_arguments.phpt]
FAIL AMQPQueue::declareQueue() - with arguments [tests/amqpqueue_declare_with_arguments.phpt]
TEST 138/175 [tests/amqpqueue_declare_with_stalled_reference.phpt]
PASS AMQPQueue - declare with stalled reference [tests/amqpqueue_declare_with_stalled_reference.phpt]
TEST 139/175 [tests/amqpqueue_delete_basic.phpt]
FAIL AMQPQueue [tests/amqpqueue_delete_basic.phpt]
TEST 140/175 [tests/amqpqueue_empty_name.phpt]
FAIL AMQPQueue declared with empty name [tests/amqpqueue_empty_name.phpt]
TEST 141/175 [tests/amqpqueue_get_basic.phpt]
FAIL AMQPQueue::get basic [tests/amqpqueue_get_basic.phpt]
TEST 142/175 [tests/amqpqueue_get_channel.phpt]
FAIL AMQPQueue getChannel() test [tests/amqpqueue_get_channel.phpt]
TEST 143/175 [tests/amqpqueue_get_connection.phpt]
FAIL AMQPQueue getConnection test [tests/amqpqueue_get_connection.phpt]
TEST 144/175 [tests/amqpqueue_get_empty_body.phpt]
FAIL AMQPQueue::get empty body [tests/amqpqueue_get_empty_body.phpt]
TEST 145/175 [tests/amqpqueue_get_headers.phpt]
FAIL AMQPQueue::get headers [tests/amqpqueue_get_headers.phpt]
TEST 146/175 [tests/amqpqueue_get_nonexistent.phpt]
FAIL AMQPQueue::get from nonexistent queue [tests/amqpqueue_get_nonexistent.phpt]
TEST 147/175 [tests/amqpqueue_headers_with_bool.phpt]
FAIL AMQPQueue::get headers with bool values [tests/amqpqueue_headers_with_bool.phpt]
TEST 148/175 [tests/amqpqueue_headers_with_float.phpt]
FAIL AMQPQueue::get headers with float values [tests/amqpqueue_headers_with_float.phpt]
TEST 149/175 [tests/amqpqueue_headers_with_null.phpt]
FAIL AMQPQueue::get headers [tests/amqpqueue_headers_with_null.phpt]
TEST 150/175 [tests/amqpqueue_nack.phpt]
FAIL AMQPQueue::nack [tests/amqpqueue_nack.phpt]
TEST 151/175 [tests/amqpqueue_nested_arrays.phpt]
FAIL AMQPQueue::get headers [tests/amqpqueue_nested_arrays.phpt]
TEST 152/175 [tests/amqpqueue_nested_headers.phpt]
FAIL AMQPQueue::get headers [tests/amqpqueue_nested_headers.phpt]
TEST 153/175 [tests/amqpqueue_purge_basic.phpt]
PASS AMQPQueue [tests/amqpqueue_purge_basic.phpt]
TEST 154/175 [tests/amqpqueue_setArgument.phpt]
FAIL AMQPQueue::setArgument() test [tests/amqpqueue_setArgument.phpt]
TEST 155/175 [tests/amqpqueue_unbind_basic_empty_routing_key.phpt]
FAIL AMQPQueue [tests/amqpqueue_unbind_basic_empty_routing_key.phpt]
TEST 156/175 [tests/amqpqueue_unbind_basic_headers_arguments.phpt]
FAIL AMQPQueue [tests/amqpqueue_unbind_basic_headers_arguments.phpt]
TEST 157/175 [tests/amqpqueue_var_dump.phpt]
FAIL AMQPQueue var_dump [tests/amqpqueue_var_dump.phpt]
TEST 158/175 [tests/amqptimestamp.phpt]
SKIP AMQPTimestamp [tests/amqptimestamp.phpt]
TEST 159/175 [tests/amqptimestamp_php8.phpt]
PASS AMQPTimestamp [tests/amqptimestamp_php8.phpt]
TEST 160/175 [tests/bug_17831.phpt]
FAIL Segfault when publishing to non existent exchange [tests/bug_17831.phpt]
TEST 161/175 [tests/bug_19707.phpt]
FAIL AMQPQueue::get() doesn't return the message [tests/bug_19707.phpt]
TEST 162/175 [tests/bug_19840.phpt]
PASS Bug 19840: Connection Exception [tests/bug_19840.phpt]
TEST 163/175 [tests/bug_61533.phpt]
FAIL Constructing AMQPQueue with AMQPConnection segfaults [tests/bug_61533.phpt]
TEST 164/175 [tests/bug_62354.phpt]
PASS Constructing AMQPQueue with AMQPConnection segfaults [tests/bug_62354.phpt]
TEST 165/175 [tests/bug_gh147.phpt]
FAIL #147 Segfault when catchable fatal error happens in consumer [tests/bug_gh147.phpt]
TEST 166/175 [tests/bug_gh155_direct_reply_to.phpt]
FAIL #155 RabbitMQ's Direct reply-to (related to consume multiple) [tests/bug_gh155_direct_reply_to.phpt]
TEST 167/175 [tests/bug_gh50-1.phpt]
FAIL Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (1) [tests/bug_gh50-1.phpt]
TEST 168/175 [tests/bug_gh50-2.phpt]
FAIL Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (2) [tests/bug_gh50-2.phpt]
TEST 169/175 [tests/bug_gh50-3.phpt]
FAIL Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (3) [tests/bug_gh50-3.phpt]
TEST 170/175 [tests/bug_gh50-4.phpt]
FAIL Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (4) [tests/bug_gh50-4.phpt]
TEST 171/175 [tests/bug_gh53-2.phpt]
FAIL Upgrade to RabbitMQ 3.1.0-1: AMQPConnectionException: connection closed unexpectedly (2) [tests/bug_gh53-2.phpt]
TEST 172/175 [tests/bug_gh53.phpt]
FAIL Upgrade to RabbitMQ 3.1.0-1: AMQPConnectionException: connection closed unexpectedly [tests/bug_gh53.phpt]
TEST 173/175 [tests/bug_gh72-1.phpt]
FAIL #72 Publishing to an exchange with an empty name is valid and should not throw an exception (1) [tests/bug_gh72-1.phpt]
TEST 174/175 [tests/bug_gh72-2.phpt]
FAIL #72 Publishing to an exchange with an empty name is valid and should not throw an exception (2) [tests/bug_gh72-2.phpt]
TEST 175/175 [tests/package-version.phpt]
PASS Compare version in package.xml and module [tests/package-version.phpt]
=====================================================================
TIME END 2021-04-30 00:39:24
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   33
---------------------------------------------------------------------

Number of tests :  175               172
Tests skipped   :    3 (  1.7%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :  124 ( 70.9%) ( 72.1%)
Tests passed    :   48 ( 27.4%) ( 27.9%)
---------------------------------------------------------------------
Time taken      :   17 seconds
=====================================================================

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
AMQPChannel - consumers [tests/003-channel-consumers.phpt]
AMQPQueue - nested consumers [tests/004-queue-consume-nested.phpt]
AMQPQueue - orphaned envelope [tests/004-queue-consume-orphaned.phpt]
AMQPChannel::basicRecover [tests/amqpchannel_basicRecover.phpt]
AMQPChannel::close [tests/amqpchannel_close.phpt]
AMQPChannel::confirmSelect() [tests/amqpchannel_confirmSelect.phpt]
AMQPChannel constructor [tests/amqpchannel_construct_basic.phpt]
AMQPChannel - constructor with amqp.global_prefetch_count ini value set [tests/amqpchannel_construct_ini_global_prefetch_count.phpt]
AMQPChannel - constructor with amqp.global_prefetch_size ini value set [tests/amqpchannel_construct_ini_global_prefetch_size.phpt]
AMQPChannel - constructor with amqp.prefetch_count ini value set [tests/amqpchannel_construct_ini_prefetch_count.phpt]
AMQPChannel - constructor with amqp.prefetch_size ini value set [tests/amqpchannel_construct_ini_prefetch_size.phpt]
AMQPChannel::getChannelId [tests/amqpchannel_getChannelId.phpt]
AMQPChannel getConnection test [tests/amqpchannel_get_connection.phpt]
AMQPConnection - multiple AMQPChannels per AMQPConnection [tests/amqpchannel_multi_channel_connection.phpt]
AMQPChannel::setGlobalPrefetchCount [tests/amqpchannel_set_global_prefetch_count.phpt]
AMQPChannel::setGlobalPrefetchSize [tests/amqpchannel_set_global_prefetch_size.phpt]
AMQPChannel - Setting both consumer and channel wide prefetch counts. [tests/amqpchannel_set_prefetch_and_global_prefetch_count.phpt]
AMQPChannel - Setting both consumer and channel wide prefetch sizes. [tests/amqpchannel_set_prefetch_and_global_prefetch_size.phpt]
AMQPChannel::setPrefetchCount [tests/amqpchannel_set_prefetch_count.phpt]
AMQPChannel::setPrefetchSize [tests/amqpchannel_set_prefetch_size.phpt]
AMQPChannel slots usage [tests/amqpchannel_slots_usage.phpt]
AMQPChannel var_dump [tests/amqpchannel_var_dump.phpt]
AMQPConnection connect login failure [tests/amqpconnection_connect_login_failure.phpt]
AMQPConnection - connection-specific getters [tests/amqpconnection_connection_getters.phpt]
AMQPConnection constructor [tests/amqpconnection_construct_basic.phpt]
AMQPConnection constructor with channel_max, frame_max and heartbeat limits [tests/amqpconnection_construct_with_limits.phpt]
AMQPConnection::getUsedChannels() [tests/amqpconnection_getUsedChannels.phpt]
AMQPConnection - heartbeats support [tests/amqpconnection_heartbeat.phpt]
AMQPConnection heartbeats support (with active consumer) [tests/amqpconnection_heartbeat_with_consumer.phpt]
AMQPConnection - heartbeats support with persistent connections [tests/amqpconnection_heartbeat_with_persistent.phpt]
AMQPConnection persitent constructor [tests/amqpconnection_persistent_construct_basic.phpt]
AMQPConnection persitent connection resource can't be used by multiple connection [tests/amqpconnection_persistent_in_use.phpt]
AMQPConnection persistent connection are reusable [tests/amqpconnection_persistent_reusable.phpt]
AMQPConnection too many channels on a connection [tests/amqpconnection_toomanychannels.phpt]
AMQPConnection var_dump [tests/amqpconnection_var_dump.phpt]
AMQPEnvelope test get*() accessors [tests/amqpenvelope_get_accessors.phpt]
AMQPEnvelope var_dump [tests/amqpenvelope_var_dump.phpt]
AMQPExchange [tests/amqpexchange-declare-segfault.phpt]
AMQPExchange attributes [tests/amqpexchange_attributes.phpt]
AMQPExchange::bind [tests/amqpexchange_bind.phpt]
AMQPExchange::bind with arguments [tests/amqpexchange_bind_with_arguments.phpt]
AMQPExchange::bind without key [tests/amqpexchange_bind_without_key.phpt]
AMQPExchange::bind without key with arguments [tests/amqpexchange_bind_without_key_with_arguments.phpt]
AMQPExchange channel refcount [tests/amqpexchange_channel_refcount.phpt]
AMQPExchange constructor [tests/amqpexchange_construct_basic.phpt]
AMQPExchange [tests/amqpexchange_declare_basic.phpt]
AMQPExchange [tests/amqpexchange_declare_existent.phpt]
AMQPExchange::declareExchange() without name set [tests/amqpexchange_declare_without_name.phpt]
AMQPExchange::declareExchange() without type set [tests/amqpexchange_declare_without_type.phpt]
AMQPExchange::delete() [tests/amqpexchange_delete_default_exchange.phpt]
AMQPExchange getChannel() test [tests/amqpexchange_get_channel.phpt]
AMQPExchange getConnection test [tests/amqpexchange_get_connection.phpt]
AMQPExchange [tests/amqpexchange_invalid_type.phpt]
AMQPExchange [tests/amqpexchange_publish_basic.phpt]
AMQPExchange::publish() - publish with confirms [tests/amqpexchange_publish_confirms.phpt]
AMQPExchange::publish() - publish in conform mode and handle conforms with AMQPQueue::consume() method [tests/amqpexchange_publish_confirms_consume.phpt]
AMQPExchange publish with empty routing key [tests/amqpexchange_publish_empty_routing_key.phpt]
AMQPExchange::publish() - publish unroutable mandatory [tests/amqpexchange_publish_mandatory.phpt]
AMQPExchange::publish() - publish unroutable with mandatory flag and handle them with AMQPQueue::consume() method [tests/amqpexchange_publish_mandatory_consume.phpt]
AMQPExchange::publish() - publish unroutable mandatory on multiple channels pitfall [tests/amqpexchange_publish_mandatory_multiple_channels_pitfal.phpt]
AMQPExchange publish with null routing key [tests/amqpexchange_publish_null_routing_key.phpt]
AMQPExchange publish with decimal header [tests/amqpexchange_publish_with_decimal_header.phpt]
AMQPExchange::publish() body with null-byte [tests/amqpexchange_publish_with_null.phpt]
AMQPExchange publish with properties [tests/amqpexchange_publish_with_properties.phpt]
AMQPExchange publish with properties - ignore numeric keys in headers [tests/amqpexchange_publish_with_properties_ignore_num_header.phpt]
AMQPExchange publish with properties - ignore unsupported header values (NULL, object, resources) [tests/amqpexchange_publish_with_properties_ignore_unsupported_header_values.phpt]
AMQPExchange publish with properties - nested header values [tests/amqpexchange_publish_with_properties_nested_header.phpt]
AMQPExchange publish with properties - user_id failure [tests/amqpexchange_publish_with_properties_user_id_failure.phpt]
AMQPExchange publish with timestamp header [tests/amqpexchange_publish_with_timestamp_header.phpt]
AMQPExchange publish with properties - nested header values [tests/amqpexchange_publish_xdeath.phpt]
AMQPExchange::setArgument() test [tests/amqpexchange_setArgument.phpt]
AMQPExchange set flag string [tests/amqpexchange_set_flag.phpt]
AMQPExchange setFlags() [tests/amqpexchange_set_flags.phpt]
AMQPExchange::unbind [tests/amqpexchange_unbind.phpt]
AMQPExchange::unbind with arguments [tests/amqpexchange_unbind_with_arguments.phpt]
AMQPExchange::unbind without key [tests/amqpexchange_unbind_without_key.phpt]
AMQPExchange::unbind without key with arguments [tests/amqpexchange_unbind_without_key_with_arguments.phpt]
AMQPExchange var_dump [tests/amqpexchange_var_dump.phpt]
AMQPQueue - orphaned envelope [tests/amqpqueue-cancel-no-consumers.phpt]
AMQPQueue attributes [tests/amqpqueue_attributes.phpt]
AMQPQueue [tests/amqpqueue_bind_basic.phpt]
AMQPQueue [tests/amqpqueue_bind_basic_empty_routing_key.phpt]
AMQPQueue [tests/amqpqueue_bind_basic_headers_arguments.phpt]
AMQPQueue [tests/amqpqueue_bind_null_routing_key.phpt]
AMQPQueue cancel [tests/amqpqueue_cancel.phpt]
AMQPQueue constructor [tests/amqpqueue_construct_basic.phpt]
AMQPQueue::consume basic [tests/amqpqueue_consume_basic.phpt]
AMQPQueue::consume multiple [tests/amqpqueue_consume_multiple.phpt]
AMQPQueue::consume multiple (no doubles) [tests/amqpqueue_consume_multiple_no_doubles.phpt]
AMQPQueue::consume from nonexistent queue [tests/amqpqueue_consume_nonexistent.phpt]
AMQPQueue::consume with timeout [tests/amqpqueue_consume_timeout.phpt]
AMQPQueue [tests/amqpqueue_declare_basic.phpt]
AMQPQueue::declareQueue() - with arguments [tests/amqpqueue_declare_with_arguments.phpt]
AMQPQueue [tests/amqpqueue_delete_basic.phpt]
AMQPQueue declared with empty name [tests/amqpqueue_empty_name.phpt]
AMQPQueue::get basic [tests/amqpqueue_get_basic.phpt]
AMQPQueue getChannel() test [tests/amqpqueue_get_channel.phpt]
AMQPQueue getConnection test [tests/amqpqueue_get_connection.phpt]
AMQPQueue::get empty body [tests/amqpqueue_get_empty_body.phpt]
AMQPQueue::get headers [tests/amqpqueue_get_headers.phpt]
AMQPQueue::get from nonexistent queue [tests/amqpqueue_get_nonexistent.phpt]
AMQPQueue::get headers with bool values [tests/amqpqueue_headers_with_bool.phpt]
AMQPQueue::get headers with float values [tests/amqpqueue_headers_with_float.phpt]
AMQPQueue::get headers [tests/amqpqueue_headers_with_null.phpt]
AMQPQueue::nack [tests/amqpqueue_nack.phpt]
AMQPQueue::get headers [tests/amqpqueue_nested_arrays.phpt]
AMQPQueue::get headers [tests/amqpqueue_nested_headers.phpt]
AMQPQueue::setArgument() test [tests/amqpqueue_setArgument.phpt]
AMQPQueue [tests/amqpqueue_unbind_basic_empty_routing_key.phpt]
AMQPQueue [tests/amqpqueue_unbind_basic_headers_arguments.phpt]
AMQPQueue var_dump [tests/amqpqueue_var_dump.phpt]
Segfault when publishing to non existent exchange [tests/bug_17831.phpt]
AMQPQueue::get() doesn't return the message [tests/bug_19707.phpt]
Constructing AMQPQueue with AMQPConnection segfaults [tests/bug_61533.phpt]
#147 Segfault when catchable fatal error happens in consumer [tests/bug_gh147.phpt]
#155 RabbitMQ's Direct reply-to (related to consume multiple) [tests/bug_gh155_direct_reply_to.phpt]
Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (1) [tests/bug_gh50-1.phpt]
Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (2) [tests/bug_gh50-2.phpt]
Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (3) [tests/bug_gh50-3.phpt]
Channel creation race condition (https://github.com/pdezwart/php-amqp/issues/50) (4) [tests/bug_gh50-4.phpt]
Upgrade to RabbitMQ 3.1.0-1: AMQPConnectionException: connection closed unexpectedly (2) [tests/bug_gh53-2.phpt]
Upgrade to RabbitMQ 3.1.0-1: AMQPConnectionException: connection closed unexpectedly [tests/bug_gh53.phpt]
#72 Publishing to an exchange with an empty name is valid and should not throw an exception (1) [tests/bug_gh72-1.phpt]
#72 Publishing to an exchange with an empty name is valid and should not throw an exception (2) [tests/bug_gh72-2.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